1
0
mirror of https://github.com/djcb/mu.git synced 2024-06-28 07:41:04 +02:00
Commit Graph

15 Commits

Author SHA1 Message Date
djcb
2f3bd58c03 * mu4e-compose.el: let message-mode FCC take care of saving to sent-messages
- replace the old system with a bit less rube-goldbergesque (only a bit)
    system. Immediate advantage is that attachments are now also present in
    the saved messages, i.e. the copy is now the /same/ as what is sent,
    rather than an approximation.

   'fcc' refers to saving a copy of a sent message to a certain folder. that's
   what these 'Sent mail' folders are for!

   We let message mode take care of this by adding a field
     Fcc: <full-path-to-message-in-target-folder>
   in the "message-send-hook" (ie., just before sending).
   message mode will then take care of the saving when the message is actually
   sent.

   note, where and if you make this copy depends on the value of
    `mu4e-sent-messages-behavior'.

  - also quite a bit of cleanup in particular on mu4e~compose
2012-04-26 18:08:42 +03:00
djcb
284ec577f4 * fix mu4e~compose, some cosmetics 2012-04-25 08:30:10 +03:00
djcb
c48eca8d88 * move specific defvars from mu4e-vars to mu4e-(compose|hdrs|view) 2012-04-24 18:13:12 +03:00
djcb
3917528719 * some refactoring / cleanups 2012-04-24 09:08:15 +03:00
djcb
c16a66bc58 * hdrs,compose: fix compose-handler naming 2012-04-23 21:16:20 +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
af3d206fb1 * cosmetics 2012-04-20 18:24:10 +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
3540abdfeb * initial support for mail-user-agent (WIP) 2012-04-19 08:30:42 +03:00
djcb
bbd55fe787 * cosmetics 2012-04-16 23:10:16 +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
bdcb4530f7 * experimental: allowing 'capturing' messages, attaching them to mails 2012-04-15 22:51:08 +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
e7247a5e0f * mu4e: code refactoring / cleanup 2012-04-11 22:31:52 +03:00