* mu4e: add mu4e-change-filenames-when-moving customization
This commit is contained in:
@ -71,6 +71,19 @@ mu4e."
|
||||
:group 'mu4e
|
||||
:safe 'integerp)
|
||||
|
||||
|
||||
(defcustom mu4e-change-filenames-when-moving nil
|
||||
"When moving messages to different folders, normally mu/mu4e keep
|
||||
the the base filename the same (the flags-part of the filename may
|
||||
change still). With this option set to non-nil, mu4e instead
|
||||
changes the filename. This latter behavior works better with some
|
||||
IMAP-synchronization programs such as mbsync; the default works
|
||||
better with e.g. offlineimap."
|
||||
:type 'boolean
|
||||
:group 'mu4e
|
||||
:safe 'booleanp)
|
||||
|
||||
|
||||
(defcustom mu4e-attachment-dir (expand-file-name "~/")
|
||||
"Default directory for saving attachments.
|
||||
This can be either a string, or a function that takes a filename
|
||||
@ -215,6 +228,7 @@ the From: address.)"
|
||||
:type 'string
|
||||
:group 'mu4e-compose)
|
||||
|
||||
|
||||
;; backward compatibility
|
||||
(make-obsolete-variable 'mu4e-reply-to-address 'mu4e-compose-reply-to-address
|
||||
"v0.9.9")
|
||||
|
||||
Reference in New Issue
Block a user