1
0
mirror of https://github.com/djcb/mu.git synced 2024-06-27 07:35:16 +02:00
Commit Graph

392 Commits

Author SHA1 Message Date
djcb
78dc4e94bd * update doc 2012-04-23 20:36:30 +03:00
djcb
95e7adeb25 * mu4e-speedbar.el: make it work correctly for headers, views as well
- it used to work only when starting from the main view
2012-04-23 20:36:14 +03:00
djcb
927e26ec05 * rename many internal functions to have a mu4e~ prefix (WIP)
- this allows to distinguish between internal and external stuff
  - the ~ is behind the 'z' in ascii, so last in the completion buffer
2012-04-23 20:35:14 +03:00
djcb
2f2853c0dd * factor out marking code to mu4e-mark.el 2012-04-23 19:07:20 +03:00
djcb
d366c8d41e * don't ask for mu-version.el, it's no longer there 2012-04-22 16:35:44 +03:00
djcb
c1891d0165 * mu4e-vars.el: modify default actions 2012-04-22 11:36:44 +03:00
djcb
13a765a5b3 * mu4e-utils.el: small fixes 2012-04-22 11:35:11 +03:00
djcb
6162b282ce * mu4e.texi: small fix for actions example 2012-04-22 11:33:56 +03:00
djcb
3a4d4f80ff * some improvements to the mu4e documentation 2012-04-21 17:47:14 +03:00
djcb
565017dac0 * document the actions system and message sexps 2012-04-21 12:48:00 +03:00
djcb
c2a22d40f6 * cosmetic 2012-04-21 12:47:30 +03:00
djcb
87f91df5a8 * mu4e-proc.el: move mu4e-proc-is-running to mu4e-utils 2012-04-21 12:47:13 +03:00
djcb
29a0647d75 * mu4e-util.el: add mu4e-msg-field helper; fix mu4e-proc-is-running 2012-04-21 12:46:37 +03:00
djcb
4a830a8e34 * s/mu4e-attachments-actions/mu4e-attachment-actions/ 2012-04-21 10:35:30 +03:00
djcb
ada52dfe80 * add example action to view messages as pdfs 2012-04-21 09:31:39 +03:00
djcb
cb654c8a4a * rename mu4e-version.el.in => mu4e-meta.el.in 2012-04-21 09:30:54 +03:00
djcb
af3d206fb1 * cosmetics 2012-04-20 18:24:10 +03:00
djcb
419c00f5b2 * mu4e-view.el: add support for arbitrary actions 2012-04-20 18:23:47 +03:00
djcb
b3ba3d94be * mu4e-hdrs.el: add support for arbitrary actions 2012-04-20 18:23:16 +03:00
djcb
b99f3612ea * define some example actions for headers, and views 2012-04-20 18:22:33 +03:00
djcb
fbf9c70cbb * unified the action / attachment handling
- mu4e-utils.el: s/mu4e-offer-action/mu4e-choose-action/, and return a
    function now, rather than executing it directly
  - mu4e-view.el: implement the attachment handling function in terms of
    mu4e-choose-action, and each other. also fix some small issues.
2012-04-20 17:53:41 +03:00
djcb
e0db2dcfb2 * mu4e-utils.el: warn when no actions are defined + some cosmetics 2012-04-20 08:46:05 +03:00
djcb
bff93c9962 * cleanup attachment handling, add 'actions' system (WIP)
- user can define arbitrary actions (functions) to apply on attachments
2012-04-19 21:01:38 +03:00
djcb
3d1c5bb1e9 * mu4e-view.el: indent continuation header lines, so they're easier distinguishable 2012-04-19 19:00:09 +03:00
djcb
ff32d85bc0 * cleanup mu4e-user-agent a bit, add support for adding arbitrary headers 2012-04-19 18:54:31 +03:00
djcb
1e17d7890b * turn off autopair mode (when enabled) in mu4e-view mode, as it conflicts 2012-04-19 08:33:13 +03:00
djcb
73568f8e5e * cosmetics 2012-04-19 08:31:59 +03:00
djcb
effca34174 * add documentation for setting up mail-user-agent 2012-04-19 08:31:48 +03:00
djcb
3540abdfeb * initial support for mail-user-agent (WIP) 2012-04-19 08:30:42 +03:00
djcb
d52d534d71 * optionally hide e-mail addresses in address fields in the view; document it 2012-04-18 19:55:50 +03:00
djcb
0915ae96c0 * mu4e-view: fill headers before display, so they don't run off the screen 2012-04-18 19:13:34 +03:00
djcb
54ce26cc11 * remove mu4e-raw-view, refactor processing attachments, messages through
pipes a bit. Document it.
2012-04-18 19:10:48 +03:00
djcb
9e58ff96ed * mu4e-view.el: make the open-in-emacs attachment temp files read-only 2012-04-18 07:41:37 +03:00
djcb
22a092cda7 * cosmetic 2012-04-18 07:18:23 +03:00
djcb
04d14affaf * make version available in the documentation (version.texi.in) 2012-04-18 07:17:49 +03:00
djcb
443a5a4fea * mu4e-get-maildirs: make it work recursively 2012-04-17 20:35:32 +03:00
djcb
a04a1ea449 * mu4e.texi: include the version, add note about using mu-cite 2012-04-17 20:35:02 +03:00
djcb
bbd55fe787 * cosmetics 2012-04-16 23:10:16 +03:00
djcb
2ac3a63f98 * fetchmail returns non-zero when there is no mail; try to handle this a bit
more gracefully by showing (possible) 'errors for 5 seconds in the update buffer
2012-04-16 23:09:42 +03:00
djcb
127a9108fb * re-use the `message-mode' citation engine for generating cited messages (WIP) 2012-04-16 22:06:49 +03:00
djcb
57c261ef87 * cosmetics 2012-04-16 20:54:58 +03:00
djcb
7e53caa0a9 * mu4e-view.el: don't try to kill the window when it's the last one 2012-04-16 20:50:16 +03:00
djcb
eae29c1958 * attempt to maximize the mu4e-main window 2012-04-16 20:47:52 +03:00
djcb
1026930d58 * mu4e-hdrs.el: if there's a visible view window, select that one first before
composing

  the headers buffer is usually a bad place to be replaced by the compose
  buffer, so instead select the view buffer first, if it's available
2012-04-16 20:42:56 +03:00
djcb
95e49a33c4 * mu4e-view.el: make sure the output buffer is writable 2012-04-16 19:33:49 +03:00
djcb
1a53158bce * mu4e.texi: add note about mu logging 2012-04-16 19:33:21 +03:00
djcb
862a657f35 * mu4e-utils.el: don't close mail retrieval window when there's an error 2012-04-16 19:09:10 +03:00
djcb
bc13c49736 * improved debugging/logging support
- add mu4e-toggle-logging to enable/disable logging
  - add mu4e-show-log to view the log buffer, and bind it to '$' in the
    main/header/view buffers
  - add a note about it to the doc (mu4e.texi)
  - make mu4e-log the the new logging function, use colors to distinguish
    incoming/outgoing data
  - only keep last 1200 lines of log in the log buffer
2012-04-16 18:31:48 +03:00
djcb
bdcb4530f7 * experimental: allowing 'capturing' messages, attaching them to mails 2012-04-15 22:51:08 +03:00
djcb
458dfcbe17 * mu4e.texi: document new attachment handling functionality 2012-04-15 14:24:07 +03:00
djcb
2fd793746c * mu4e-utils: fixes for mu4e-read-option 2012-04-15 14:23:44 +03:00
djcb
6b4ced1f4f * implement additional attachment handling functions; update for new backend protocol 2012-04-15 14:22:43 +03:00
djcb
c71ccfcd65 * mu4e-{compose,hdrs,proc}.el: updates (many!) for the changes in the backend protocol 2012-04-15 14:21:59 +03:00
djcb
0ceffe1c62 * one mu4e-sent-messages-behavior is enough 2012-04-13 22:17:21 +03:00
djcb
a3a5d1a6ca * cosmetic 2012-04-12 09:02:43 +03:00
djcb
47467726d4 * mu4e-view.el: extended attachment handling (WIP) 2012-04-12 09:02:25 +03:00
djcb
da0a77343d * mu4e-hdrs.el: restore mark checking when leaving the headers buffer 2012-04-12 09:01:28 +03:00
djcb
e7247a5e0f * mu4e: code refactoring / cleanup 2012-04-11 22:31:52 +03:00
djcb
b633d0c74a * mu4e-hdrs.el: put checking for reply-all or reply-sender-only in
mu4e--user-wants-reply-all, use the new mu4e-read-option function
2012-04-11 18:30:12 +03:00
djcb
1fe8e694f2 * emacs/mu4e-utils.el: add function mu4e-read-option to easily add
multiple-choice question for the user
2012-04-11 18:28:55 +03:00
djcb
1f4b169a09 * mu4e-view.el: fix closing / killing the view buffer 2012-04-11 18:27:26 +03:00
djcb
f7335bf6cd * mu4e-hdrs.el: fix highlighting / automatic opening of messages when in the
headers view
2012-04-11 18:26:50 +03:00
djcb
98b454e761 * mu4e: update doc 2012-04-11 02:11:47 +03:00
djcb
c090716509 * mu4e-view.el: fix closing, some cosmetics 2012-04-11 02:08:32 +03:00
djcb
250026f2d6 * mu4e-hdrs.el: get rid of the thread-marks, no longer needed 2012-04-11 02:08:02 +03:00
djcb
86c4e7042a * mu4e-send.el: update some var names, remove some debuging stuff, fix some
byte-compiling errors
2012-04-11 02:06:40 +03:00
djcb
7950e6b47b * mu4e-send: rewrite the code for determining cc:, to: addresses for message
replies
	- code was broken, and didn't correctly use reply-to etc.
2012-04-11 01:17:53 +03:00
djcb
2a23762f6f * cosmetics 2012-04-11 01:15:42 +03:00
djcb
7adc7b38b0 * mu4e-utils: fix silly extra set of parentheses - thanks to James Ladan 2012-04-11 00:33:23 +03:00
djcb
9c03b76834 * don't return to headers view after closing mu4e 2012-04-10 18:13:03 +03:00
djcb
3e723b331a * mu4e-hdrs.el: fix window splitting for emacs-23 compatibility 2012-04-10 17:56:06 +03:00
djcb
b2f3610c65 * mu4e-version.el.in: use @VERSION@, not @PACKAGE_STRING@ to compare the version 2012-04-10 09:08:29 +03:00
djcb
d0ff61b98a * cosmetic 2012-04-09 23:48:57 +03:00
djcb
f2bbf744aa * mu4e-hdrs.el: fix some of the header-view-split corner cases 2012-04-09 23:48:30 +03:00
djcb
edda59bff7 * mu4e: restructure code a bit and enable byte-compilation 2012-04-09 16:34:52 +03:00
djcb
b943f5630e * mu4e.texi: fix typo 2012-04-09 12:01:07 +03:00
djcb
757d97421b * emacs/TODO: update 2012-04-09 11:53:05 +03:00
djcb
16a35ef58e * mu4e.texi: document the split view 2012-04-09 11:52:49 +03:00
djcb
ae54538ea2 * mu4e-mail.el: use the mu4e-utils.el 2012-04-09 11:52:33 +03:00
djcb
9649c89a1f * emacs/Makefile.am: add mu4e-utils.el 2012-04-09 11:51:52 +03:00
djcb
344b1aea2e * further work on split-view (WIP) 2012-04-09 11:51:24 +03:00
djcb
c6116fc676 * mu4e.el, mu4e-utils.el: split out utility functions 2012-04-09 11:50:23 +03:00
djcb
ad7b500c59 * mu4e: add `mu4e-field-at-point', allow for querying properties of the
current message in either message view or headers buffer
2012-04-08 20:29:30 +03:00
djcb
2c34ed8182 * more work on the header/view split view, document it a bit (WIP2) 2012-04-08 20:28:49 +03:00
djcb
bf36858c9d * initial implementation of the header/view split viewmode (WIP) 2012-04-08 12:43:37 +03:00
djcb
1b451b754a * set mu4e-search-results-limit default to 1000, document this 2012-04-07 19:08:33 +03:00
djcb
1b65acdec0 * mu4e-hdrs: fixes for the markless headers buffer 2012-04-07 18:25:22 +03:00
djcb
b7f2b4e609 * don't use markers for finding messages
instead of keeping around a (slow!) hashtable of markers around, use
  invisible cookies with the docid at the beginning of each header, and search
  for those.
2012-04-07 17:59:08 +03:00
djcb
747c88ed67 * mu4e.el: add mu4e-title-face 2012-04-06 12:22:55 +03:00
djcb
c7dd37aa9f * improved docs, NEWS 2012-04-06 11:00:39 +03:00
djcb
46d38d203e * mark drafts as 'S' (seen) when creating them 2012-04-06 01:28:58 +03:00
djcb
e4b5220788 * mu4e.el: explicitly set timer to nil when quiting, so it will be restarted
when restarting
2012-04-04 07:47:33 +03:00
djcb
b862584fb1 * mu4e.el: don't reset update timer when going back to main screen 2012-04-03 22:47:02 +03:00
djcb
7933eb31c1 * mu4e-hdsr.el: set the left margin to 2 again 2012-04-03 19:37:29 +03:00
djcb
a46e8c8626 * mu4e.texi: some better section in the manual 2012-04-02 20:00:42 +03:00
djcb
8b2539a835 * mu4e.el: by default don't show the message path in the message view
(see `mu4e-view-fields')
2012-04-02 20:00:15 +03:00
djcb
ce9efe43a4 * mu4e-send.el: set default encoding to utf-8 2012-04-02 19:59:16 +03:00
djcb
f7abd1b7ee * update TODO 2012-04-02 01:00:32 +03:00
djcb
b7dcb4182d * mu4e.el: don't use underlines for the header titles 2012-04-02 01:00:21 +03:00
djcb
59cf2cfec4 * mu4e: some documentation updates 2012-04-02 00:59:55 +03:00
djcb
501885e5da * mu4e-send.el: use more descriptive buffer names, based on Subject:, if any 2012-04-01 21:36:13 +03:00
Andreas Stuehrk
5d5177b621 * fix typo 2012-04-01 16:56:38 +02:00
djcb
dd1e11289a * add user-settable variables mu4e-view-wrap-lines and mu4e-view-hide-cited,
which determine the initial way a message is displayed. document this.
2012-04-01 12:31:23 +03:00
djcb
f11160aece * cosmetics 2012-04-01 12:29:24 +03:00
djcb
c3ea59b7df * mu4e-send.el: mark the buffer as 'modified' when sending it, so it will be
written to disk when we call save-buffer
2012-03-31 17:39:47 +03:00
djcb
a69b0b8049 * mu4e-send.el: make mail-header-separator never appear in written files, only
in screen buffers

  This should not resolve problems where other tools get confused when they
  see the --text follows this line--.
2012-03-31 17:26:36 +03:00
djcb
62d455ad7e * cosmetic 2012-03-31 17:20:28 +03:00
djcb
c6bfce4f8f * mu4e-hdrs, mu4e-view: add <deletechar> as binding for mu4e-mark-for-delete
as well (as it seems that in console-mode, pressing Del gives you
  <deletechar>, not <delete>
2012-03-31 17:20:03 +03:00
djcb
60826d7ccb * mu4e-send.el: automatically include message signature if it's set 2012-03-31 14:22:06 +03:00
djcb
79f3289a25 * fix mu4e-sent-messages-behavior for 'delete when user hasn't saved draft 2012-03-30 09:15:52 +03:00
djcb
dc75e63532 * don't try to update the headers buffer if it's dead 2012-03-29 00:28:49 +03:00
djcb
9867349314 * automatically load mu4e-speedbar 2012-03-28 22:23:35 +03:00
djcb
87e70a5b5a * small documentation update 2012-03-28 19:00:26 +03:00
djcb
7cf551a070 * mu4e-hdrs.el: display # of matches in echo area 2012-03-28 19:00:10 +03:00
djcb
ad0c315c02 * mu4e-send.el: make sure messages are saved before moving them from draft -->
sent (or elsewhere)
2012-03-28 18:58:43 +03:00
djcb
25801c7c51 * update TODO for mu4e 2012-03-28 01:48:09 +03:00
djcb
9ac09a971e * mu4e-send.el: create mu4e-edit-mode (deriving from message-mode) 2012-03-28 01:47:52 +03:00
djcb
4556a9351a * mu4e-proc.el: do the plumbing for the new sent-message 2012-03-27 21:17:29 +03:00
djcb
6c6b6d2d82 * mu4e-view.el: use derived mode 2012-03-27 21:17:00 +03:00
djcb
8a66cfb9d9 * mu4e-hdrs.el: use derived-mode and fix editing drafts 2012-03-27 21:16:32 +03:00
djcb
c2e3eac1de * don't save drafts immediately, and do the post-sending stuff not in hooks,
but rather by a special 'sent-' message handler
2012-03-27 21:15:47 +03:00
djcb
a144fdd613 * mu4e.texi: small docu improvements 2012-03-26 21:19:11 +03:00
djcb
b61d1bfc9a * mu4e.el: clearer error when mu4e-mu-binary is not found 2012-03-26 21:18:26 +03:00
djcb
85cba86d07 * implement mu4e-search-bookmark-edit-first & document it. 2012-03-25 20:33:17 +03:00
djcb
57bc744632 * mu4e.texi: improve mu4e-speedbar paragraph 2012-03-25 14:32:22 +03:00
djcb
9bba0d87ff * mu4e-speedbar: much improved / better integrated with mu4e 2012-03-25 13:28:43 +03:00
djcb
1d5640fde2 * clear up the mu4e headers updating mechanism, so it's more robust (i.e..,
when another window is selected, such as in the case when using the
  speedbar).

  Also, some cleanup in message composition (that would deserve a separate
  commit, but it's too late now...)
2012-03-25 13:28:06 +03:00
djcb
67261b614d * implement the :erase message from the backend to properly clean up the
header buffer

  When we're doing a search while the results of a previous search are still
  coming in from the backend, this way we can tell the frontend that this is
  the right time to clear the buffer (previously, sometimes the results would
  be mixed).
2012-03-25 13:25:55 +03:00
djcb
50b50d87b7 * mu4e.texi: add FAQ about running mu while mu4e is already running 2012-03-24 11:19:41 +02:00
djcb
9444a3eb0e * mu4e-send.el: use mu4e-send-citation-prefix instead of hardcoded " > "
(thanks to James Ladan)
2012-03-21 00:03:20 +02:00
djcb
bd0573f3db * (WIP) add speedbar support (thanks to Antono V) 2012-03-19 21:45:26 +02:00
djcb
fb8c36ec7a * mu4e-send: leave the \n when removing the message/body separator 2012-03-16 20:39:40 +02:00
djcb
0cddc06ec1 * expand mu4e-maildir and mu4e-attachment-dir (so ~/abc will work) 2012-03-14 21:35:29 +02:00
djcb
91457611b5 * minor documentation fixes 2012-03-13 23:06:33 +02:00
djcb
a051f3a89f * make it configurable what to do with sent messages (part 2), and document it:
By default, @t{mu4e} puts a copy of any messages you sent in the folder you
set for @code{mu4e-sent-folder}. In some case, this may not be what you want -
for example, when using GMail+@abbr{IMAP} (but @emph{not} with
GMail+@abbr{POP3}), this interferes with GMail's handling of the sent messages
folder, and you may end up with duplicate messages. For this, since @t{mu4e}
0.9.8.3, there is the variable @code{mu4e-sent-messages-behavior}, which takes
a symbol. The default is @code{'sent} which, as stated causes the message to
be copied to your sent-messages folder. Other possible values are
@code{'trash} (so the sent message is copied to the trash-folder
(@code{mu4e-trash-folder}), and @code{'delete} to simply discard the message
altogether.
2012-03-13 20:13:30 +02:00
djcb
4122b76607 * make it configurable what to do with sent messages (i.e.., copy to sent/,
trash/ or delete) (WIP)
2012-03-13 08:28:25 +02:00
djcb
4c43ebdf2e * mu4e-send.el: use the _last_ reference to determine the 'parent' message 2012-03-13 08:20:27 +02:00
djcb
7a5436e847 * mu4e.el: remove some garbage 2012-03-10 16:41:10 +02:00
djcb
0733feb26a * mu4e.el: don't show 'no body' 2012-03-10 12:44:20 +02:00
djcb
8f2c710e48 * mu4e: cosmetics 2012-03-08 00:12:26 +02:00
Dirk-Jan C. Binnema
253d03aaaa * automatic mail retrieval (WIP-2):
- mu4e-main.el: mu4e-update-mail-show-window retrieves mail / updates
    database, show output in split window (actual work is done by...:)
  - mu4e.el: mu4e-update-mail retrieves mail, updates database,
    asynchronously. Optionally, show output in a buffer
    when `mu4e-update-interval' is non-nil and some integer, it calls
    mu4e-update-mail every so many seconds.
  - mu4e.texi: document this
  - TODO: updated
2012-02-28 22:34:22 +02:00
Dirk-Jan C. Binnema
574b0d72eb * cosmetics 2012-02-28 00:02:11 +02:00
Dirk-Jan C. Binnema
3086b87ca5 * add `mu4e-headers-leave-behavior', to decide what to when updating/quiting
etc. a buffer. From the docstring:
  "What do to when user leaves the headers view (e.g. quit or doing
  a new search). Value is one of the following symbols:
 - ask    (ask the user whether to ignore the marks)
 - apply  (automatically apply the marks before doing anything else)
 - ignore (automatically ignore the marks without asking)."

 the new mu4e-handle-marks uses this.
2012-02-27 23:41:11 +02:00
Dirk-Jan C. Binnema
9021a2ca16 * mu4e.el, mu4e-proc.el: make updating mail asynchronous
- run update process in an inferior process
  - don't use emacs24isms
2012-02-27 21:48:07 +02:00
djcb
359659e6cc * use EMAIL: not EMAIL in org-contacts template (thanks to Tamas Papp) 2012-02-21 21:53:44 +02:00
djcb
70743774e8 * mu4e-hdrs.el: don't set keymap to nil 2012-02-21 21:50:43 +02:00
djcb
1a5eec4a84 * mu4e-send.el: fix handling of Cc:'s in reply (when not replying-to-all) 2012-02-19 11:05:29 +02:00
djcb
3a8c4b75cd * some doc updates 2012-02-17 21:43:24 +02:00
djcb
c0ac3422f5 * mu4e-view.el, mu4e.texi: make filladapt.el optional 2012-02-16 21:37:40 +02:00
djcb
0236157cd8 * mu4e-view.el: improve url-matching regexp 2012-02-16 07:29:17 +02:00
djcb
5c11e0e843 * mu4e: add `mu4e-view-prefer-html' (with obvious meaning), and document it. 2012-02-14 21:22:02 +02:00
djcb
3e6ff7fb52 * mu4e: make help context-sensitive 2012-02-14 20:25:13 +02:00
djcb
56f02e01e2 * mu4e-view.el: don't show attachment size when there is none 2012-02-13 22:37:26 +02:00
djcb
3745413637 * mu4e-send: don't repeat Re:, Fwd: 2012-02-09 21:20:36 +02:00
djcb
b0c362c014 * mu4e.texi: update documentation 2012-02-09 21:13:14 +02:00
djcb
2f56baec46 * cosmetic 2012-02-09 21:12:57 +02:00
djcb
ba43988772 * mu4e-proc.el: allow `mu4e-get-mail-command' to be a shell command (incl. arguments) 2012-02-09 21:11:41 +02:00
djcb
288f987b2f * features: mark messages as read/unread 2012-02-09 21:10:33 +02:00
djcb
a596961fe1 * mu4e.el, mu4e-view.el: colorize cited message parts 2012-02-08 22:18:34 +02:00
djcb
d922808ff8 * mu4e-send.el: don't repeat "Re:" etc. when replying 2012-02-08 22:17:00 +02:00
djcb
7465282e85 * mu4e-hdrs.el: display current query in mode-line (use `global-mode-string') 2012-02-06 22:30:07 +02:00
djcb
d76d88a7f0 * mu4e.el: fix message washing regression 2012-02-06 19:48:56 +02:00
djcb
7c1a24508e * mu4e.texi: improve manual 2012-02-06 19:48:33 +02:00
djcb
93a837651a * documentation improvements 2012-02-05 10:56:37 +02:00
djcb
ec7d8faf06 Merge branch 'master' of github.com:djcb/mu 2012-02-05 08:51:33 +02:00
Tavis Rudd
96a0375ab2 fix issue with error format string not being passed an arg it needs 2012-02-04 21:39:41 -08:00
djcb
33388ccbfa * mu4e-proc: improve mu4e-mu-binary-not-found error msg 2012-02-04 10:14:57 +02:00
Tavis Rudd
b6fb551f11 fix common-lispism that slipped in. 2012-02-03 16:01:10 -08:00
djcb
db83313db0 * mu4e.el: "Flags" => "Flgs" 2012-01-22 10:19:28 +02:00
djcb
7538f20d60 * mu4e-hdrs.el: make searching / jumping work for maildirs with spaces in them
as well
2012-01-21 11:20:11 +02:00
djcb
ceb952b895 * mu4e.texi: many improvements to the mu4e documentation 2012-01-19 21:40:26 +02:00
djcb
3216a95e92 * emacs/TODO: updated 2012-01-15 14:12:35 +02:00
djcb
6e3e425c66 * when forwarding, include attachments from original 2012-01-14 12:55:50 +02:00
djcb
ff04b20712 * mu4e: show keybindings (C-h m), cosmetics 2012-01-14 11:05:23 +02:00
djcb
eef777a604 * mu4e-hdrs: don't wait when creating maildirs 2012-01-12 00:18:38 +02:00
djcb
2e538de259 * update TODO 2012-01-09 08:24:32 +02:00
djcb
bb89cbb6ef * mu4e-hdrs: minor 2012-01-09 08:24:22 +02:00
djcb
96d7e6ef7d * mu4e.texi: add full gmail example configuration 2012-01-07 14:28:00 +02:00
djcb
7bcfc9ac7c * mu4e.el: be more helpful for the user when setting up mu4e 2012-01-07 14:27:21 +02:00
djcb
35f932bda5 * mu4e-send: get the real version for the user-agent string 2012-01-07 14:27:00 +02:00
djcb
530c69f763 * cosmetics 2012-01-07 14:26:34 +02:00
djcb
eb31c42096 * mu4e-main: don't show queing options when not defined 2012-01-07 14:25:56 +02:00
djcb
c3f359be03 * emacs/Makefile.am: include mu4e-main.el *ouch* 2012-01-07 14:24:47 +02:00
djcb
c941dae85b * mu4e-hdrs: check whether we're on a message *before* asking for maildir to
move to
2012-01-06 17:49:49 +02:00
djcb
8888953a9b mu4e-hdrs.el: accept 'g' for refresh, for compatibility 2012-01-06 17:23:09 +02:00
djcb
f05ac379aa * emacs: update documentation, fix mu4e-view org-contact handling 2012-01-06 14:04:08 +02:00
djcb
4dbb05f33c * add support for org-mode links to messages/queries
- org-mu4e.el: add "mu4e:"-link type and handlers to org-mode
  - Makefile.am: add org-mu4e.el to package
  - mu4e-hdrs.el: register handler functions for server data *outside* header
    mode, so they can be used independently (and we can link to messages even
    when mu4e is not active already)
  - mu4e-view.el, mu-server.1, mu-proc.el, mu-cmd-server.c: support viewing
    messages by msgid (rather than only by docid); document it
2012-01-06 12:31:28 +02:00
djcb
a60ecb5284 * fix mkdir / interaction with 'move-to-maildir' 2012-01-03 22:33:41 +02:00
djcb
8235efc5df mu4e: include fdl in documentation 2012-01-01 22:48:11 +02:00
djcb
5bfc5b0efe * mu4e-hdrs: make field header position depend on fringe size 2011-12-31 16:06:05 +02:00
djcb
6731abde40 * Makefile.ams for guile/emacs: fix make dist 2011-12-30 13:38:32 +02:00
djcb
43bb99a74d * minor 2011-12-30 13:26:58 +02:00
djcb
047f12c15c * update the version for mu4e 2011-12-30 13:26:36 +02:00
djcb
b01b70db05 * mu4e: mark the various views as 'special' 2011-12-29 10:39:30 +02:00
djcb
e111cb488c * updated documentation 2011-12-29 01:26:43 +02:00
djcb
7bcaeff4b9 * minor 2011-12-29 01:25:52 +02:00
djcb
955405050a * mu4e.el: update defaults, check required variables are set 2011-12-29 01:25:17 +02:00
djcb
a051587581 * mu4e-main.el: make clicks on bookmarks work as well 2011-12-28 18:47:39 +01:00
djcb
a4ff1c5b69 * update mu4e docs for the new clickability 2011-12-26 11:18:44 +01:00
djcb
2e22f0e75a * mu4e-hdrs.el: make headers clickable; add some performance notes 2011-12-26 11:18:12 +01:00