diff options
| author | djcb <djcb@djcbsoftware.nl> | 2014-09-23 02:40:35 +0300 |
|---|---|---|
| committer | djcb <djcb@djcbsoftware.nl> | 2014-09-23 02:40:35 +0300 |
| commit | 54a6ef740123378197472184e0cdf151c4abd589 (patch) | |
| tree | 9d732b37ab9d526387c6a327ee12cc320a0af68a /mu4e | |
| parent | a86138a5b4c9c905b2eda914e1bb8d659132419d (diff) | |
Some documentation fixes
(Thanks to Joe Corneli)
Diffstat (limited to 'mu4e')
| -rw-r--r-- | mu4e/mu4e-compose.el | 2 | ||||
| -rw-r--r-- | mu4e/mu4e.texi | 4 |
2 files changed, 5 insertions, 1 deletions
diff --git a/mu4e/mu4e-compose.el b/mu4e/mu4e-compose.el index b62e096..1352ec9 100644 --- a/mu4e/mu4e-compose.el +++ b/mu4e/mu4e-compose.el @@ -110,7 +110,7 @@ for example: 'delete 'sent))) The various `message-' functions from `message-mode' are available -for quering the message information." +for querying the message information." :type '(choice (const :tag "move message to mu4e-sent-folder" sent) (const :tag "move message to mu4e-trash-folder" trash) (const :tag "delete message" delete)) diff --git a/mu4e/mu4e.texi b/mu4e/mu4e.texi index 5a1be6f..323e1e2 100644 --- a/mu4e/mu4e.texi +++ b/mu4e/mu4e.texi @@ -2884,6 +2884,10 @@ Next step: let's make a @t{mu4e} configuration for this: ;; don't save message to Sent Messages, Gmail/IMAP takes care of this (setq mu4e-sent-messages-behavior 'delete) +;; (See the documentation for `mu4e-sent-messages-behavior' if you have +;; additional non-Gmail addresses and want assign them different +;; behavior.) + ;; setup some handy shortcuts ;; you can quickly switch to your Inbox -- press ``ji'' ;; then, when you want archive some messages, move them to |
