Spelling fix for smtp-mail-queue-dir

* mu4e/mu4e-main.el (mu4e~main-toggle-mail-sending-mode): correct
  error message to say `smtpmail-queue-dir' instead of
  `smtp-queue-dir'

Signed-off-by: jmickey <jmickey@netapp.com>
This commit is contained in:
jmickey 2013-02-06 10:44:55 -08:00
parent 22e8ae76d7
commit c24b30984e
1 changed files with 1 additions and 1 deletions

View File

@ -158,7 +158,7 @@ clicked."
"Toggle sending mail mode, either queued or direct."
(interactive)
(unless (file-directory-p smtpmail-queue-dir)
(mu4e-error "`smtp-queue-dir' does not exist"))
(mu4e-error "`smtpmail-queue-dir' does not exist"))
(setq smtpmail-queue-mail (not smtpmail-queue-mail))
(message
(concat "Outgoing mail will now be "