Commit Graph

14 Commits

Author SHA1 Message Date
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 8f2c710e48 * mu4e: cosmetics 2012-03-08 00:12:26 +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 3745413637 * mu4e-send: don't repeat Re:, Fwd: 2012-02-09 21:20:36 +02:00
djcb d922808ff8 * mu4e-send.el: don't repeat "Re:" etc. when replying 2012-02-08 22:17:00 +02:00
djcb 6e3e425c66 * when forwarding, include attachments from original 2012-01-14 12:55:50 +02:00
djcb 35f932bda5 * mu4e-send: get the real version for the user-agent string 2012-01-07 14:27:00 +02:00
djcb 7bcaeff4b9 * minor 2011-12-29 01:25:52 +02:00
djcb 5fd6b3938a * mu4e-send.el: rename mu4e-msg=>mu4e-send, and fix closing window after
sending msg
2011-12-20 21:40:16 +02:00
djcb 043945bc4b * mu4e: unify html2text 2011-12-19 23:54:08 +02:00
djcb ec35849fb5 * mu4e-send: handle replying to messages with message id or subject 2011-12-17 11:31:36 +02:00
djcb b9805567ed * renamed mm -> mu4e 2011-12-13 09:07:38 +02:00