Fix contradictory example in 6.6 Queuing mail
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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user