mu/mu4e
John Whitbeck 76c0f44c51 mu4e: ensure sent dir is created with proper maildir structure
offlineimap will only sync directories that have 'cur', 'tmp', and
'new' sub-directories. Currently, mu4e can end up in a state where the
sent folder only has the 'cur' directory and is therefore not synced.

Upon saving a sent email, emacs' write-file will prompt to create
parent directories if the sent maildir does not already exist. This
results in the following directory structure:

<mu4e-maildir>/<sent>/cur/<email>

Note that the 'tmp' and 'new' directories are missing. This commit
ensures that they are always created.
2018-02-08 20:35:43 -08:00
..
Makefile.am mu4e: merge proc-mu back into proc.el 2017-10-25 23:50:17 +03:00
TODO mu4e: Add possibility to forward messages as attachments 2017-01-13 16:30:25 +01:00
fdl.texi * fix guile / mu4e doc building 2012-10-20 15:49:53 +03:00
mu4e-about.org Update mu4e-about.org 2016-02-09 13:09:07 +00:00
mu4e-actions.el mu4e: add action mu4e-action-copy-message-file-path 2017-08-27 17:35:23 +03:00
mu4e-compose.el mu4e: ensure sent dir is created with proper maildir structure 2018-02-08 20:35:43 -08:00
mu4e-context.el mu4e: fix some typos 2017-08-13 10:09:03 +03:00
mu4e-contrib.el Removing the dependencies on gnus in eshell/mu4e-attach. 2016-08-28 10:03:02 +09:00
mu4e-draft.el mu4e: special-case empty hostnames 2017-08-27 15:44:23 +03:00
mu4e-headers.el mu4e: some doc fixes 2017-11-04 15:06:45 +02:00
mu4e-lists.el Use defcustom for the customizable variables in mu4e-lists.el 2017-11-26 15:47:13 +01:00
mu4e-main.el mu4e: Update single-window mode 2017-06-24 12:54:21 +02:00
mu4e-mark.el cosmetic 2017-09-17 14:02:14 +03:00
mu4e-message.el mu4e: mu4e-message: allow for bodyless messages 2017-02-07 07:45:59 +02:00
mu4e-meta.el.in mu4e: add NEWS(.org) as a main menu item 2015-06-09 21:08:02 +03:00
mu4e-proc.el simplify mu4e~docid-msgid-param 2017-12-27 12:51:44 +02:00
mu4e-speedbar.el mu4e: make bookmarks a defstruct 2016-07-31 11:20:59 +03:00
mu4e-utils.el mu4e: Added new mu4e-split-view mode: single-window 2017-05-31 20:52:59 -07:00
mu4e-vars.el mu4e/mu4e-vars.el: replace references to mu4e-message-get-field 2017-12-06 09:23:50 +10:30
mu4e-view.el Merge pull request #1134 from jabranham/master 2018-01-23 22:56:32 +02:00
mu4e.el mu4e: exclude compose buffer from desktop-saving 2016-06-08 22:29:28 +03:00
mu4e.texi Merge pull request #1134 from jabranham/master 2018-01-23 22:56:32 +02:00
org-mu4e.el Only call old org-link API if new unavailable 2016-09-13 15:07:27 +02:00
org-old-mu4e.el mu4e: update org-mode support 2016-02-23 23:25:18 +02:00
texi.texi.in * fix guile / mu4e doc building 2012-10-20 15:49:53 +03:00