mu/emacs
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
..
Makefile.am * mu4e-actions: split of the example actions (i.e.., 2012-04-24 18:11:56 +03:00
TODO * emacs/TODO: update 2012-04-09 11:53:05 +03:00
fdl.texi * some modest beginnings of documentation (info pages) for mu4e 2011-12-14 09:11:40 +02:00
mu4e-actions.el * minor / cosmetic 2012-04-24 18:48:07 +03:00
mu4e-compose.el * mu4e-compose.el: let message-mode FCC take care of saving to sent-messages 2012-04-26 18:08:42 +03:00
mu4e-hdrs.el * cosmetics 2012-04-26 17:53:34 +03:00
mu4e-main.el * mu4e(-main|-proc-|utils).el: refactoring, some cleanup/improvements 2012-04-26 17:59:34 +03:00
mu4e-mark.el * rename many internal functions to have a mu4e~ prefix (WIP) 2012-04-23 20:35:14 +03:00
mu4e-meta.el.in * rename mu4e-version.el.in => mu4e-meta.el.in 2012-04-21 09:30:54 +03:00
mu4e-proc.el * mu4e(-main|-proc-|utils).el: refactoring, some cleanup/improvements 2012-04-26 17:59:34 +03:00
mu4e-speedbar.el * mu4e-speedbar: fix major-mode name for hdrs-buffer 2012-04-23 21:01:51 +03:00
mu4e-utils.el * mu4e(-main|-proc-|utils).el: refactoring, some cleanup/improvements 2012-04-26 17:59:34 +03:00
mu4e-vars.el * cosmetics 2012-04-26 17:53:34 +03:00
mu4e-view.el * add mu4e-view-mark-matching to headers view, too 2012-04-24 22:37:42 +03:00
mu4e.el * mu4e(-main|-proc-|utils).el: refactoring, some cleanup/improvements 2012-04-26 17:59:34 +03:00
mu4e.org * cosmetics 2011-12-17 11:33:31 +02:00
mu4e.texi * improve documentation 2012-04-24 22:37:50 +03:00
org-mu4e.el * add support for org-mode links to messages/queries 2012-01-06 12:31:28 +02:00
version.texi.in * make version available in the documentation (version.texi.in) 2012-04-18 07:17:49 +03:00