Merge pull request #386 from ayanes/master
* mu4e: fix errors in documentation
This commit is contained in:
@ -1523,7 +1523,7 @@ To allow for queuing, you need to tell @t{smtpmail} where you want to store
|
|||||||
the queued messages. For example:
|
the queued messages. For example:
|
||||||
|
|
||||||
@lisp
|
@lisp
|
||||||
(setq smtpmail-queue-mail nil ;; start in non-queuing mode
|
(setq smtpmail-queue-mail t ;; start in queuing mode
|
||||||
smtpmail-queue-dir "~/Maildir/queue/cur")
|
smtpmail-queue-dir "~/Maildir/queue/cur")
|
||||||
@end lisp
|
@end lisp
|
||||||
|
|
||||||
@ -1791,7 +1791,7 @@ to the list of maildirs you want to have quick access to, for example:
|
|||||||
("/archive" . ?a)
|
("/archive" . ?a)
|
||||||
("/lists" . ?l)
|
("/lists" . ?l)
|
||||||
("/work" . ?w)
|
("/work" . ?w)
|
||||||
("/sent" . ?s))
|
("/sent" . ?s)))
|
||||||
@end lisp
|
@end lisp
|
||||||
|
|
||||||
This sets @key{i} as a shortcut for the @t{/inbox} folder -- effectively a
|
This sets @key{i} as a shortcut for the @t{/inbox} folder -- effectively a
|
||||||
|
|||||||
Reference in New Issue
Block a user