Commit Graph

28 Commits

Author SHA1 Message Date
djcb edda59bff7 * mu4e: restructure code a bit and enable byte-compilation 2012-04-09 16:34:52 +03:00
djcb 46d38d203e * mark drafts as 'S' (seen) when creating them 2012-04-06 01:28:58 +03:00
djcb ce9efe43a4 * mu4e-send.el: set default encoding to utf-8 2012-04-02 19:59:16 +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
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 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 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 9ac09a971e * mu4e-send.el: create mu4e-edit-mode (deriving from message-mode) 2012-03-28 01:47:52 +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 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 fb8c36ec7a * mu4e-send: leave the \n when removing the message/body separator 2012-03-16 20:39:40 +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 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