mu4e-sent-messages-behavior: fix custom type defintion
This commit is contained in:
@ -97,12 +97,12 @@ This is one of the symbols:
|
|||||||
* `trash' move the sent message to the Trash-folder (`mu4e-trash-folder')
|
* `trash' move the sent message to the Trash-folder (`mu4e-trash-folder')
|
||||||
* `delete' delete the sent message.
|
* `delete' delete the sent message.
|
||||||
|
|
||||||
Note, when using GMail/IMAP, you should set this to either 'trash
|
Note, when using GMail/IMAP, you should set this to either
|
||||||
or 'delete, since GMail already takes care of keeping copies in the
|
`trash' or `delete', since GMail already takes care of keeping
|
||||||
sent folder."
|
copies in the sent folder."
|
||||||
:type '(choice (const sent :tag "move message to mu4e-sent-folder")
|
:type '(choice (const :tag "move message to mu4e-sent-folder" sent)
|
||||||
(const sent :tag "move message to mu4e-trash-folder")
|
(const :tag "move message to mu4e-trash-folder" trash)
|
||||||
(const sent :tag "delete message"))
|
(const :tag "delete message" delete))
|
||||||
:safe 'symbolp
|
:safe 'symbolp
|
||||||
:group 'mu4e-compose)
|
:group 'mu4e-compose)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user