Commit Graph

109 Commits

Author SHA1 Message Date
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