* one mu4e-sent-messages-behavior is enough

This commit is contained in:
djcb 2012-04-13 22:17:21 +03:00
parent c3f63bb4c0
commit 0ceffe1c62
1 changed files with 1 additions and 14 deletions

View File

@ -114,21 +114,8 @@ Also see `mu4e-headers-visible-lines' and `mu4e-headers-visible-columns'.")
"E-mail-sending related settings for mu4e."
:group 'mu4e)
(defcustom mu4e-sent-messages-behavior 'sent
"Determines what mu4e does with sent messages - this is a symbol
which can be either:
'sent --> move the sent message to the Sent-folder (`mu4e-sent-folder')
'trash --> move the sent message to the Trash-folder (`mu4e-trash-folder')
'delete --> delete the sent message.
Note, when using GMail/IMAP, you should set this to either 'trash
or 'delete, since GMail already takes care of keeping copies in the
sent folder."
:type 'symbol
:safe 'symbolp
:group 'mu4e-sending)
;; Folders
(defgroup mu4e-folders nil
"Special folders."
:group 'mu4e)