* mu4e: set mu4e-get-mail-command to "true" (default), so it will still work

even if users don't have an actual get-mail command.
This commit is contained in:
djcb
2012-08-27 19:02:06 +03:00
parent 6924e008d0
commit 7623680a60

View File

@ -53,10 +53,9 @@ PATH, you can specify the full path."
:safe 'stringp :safe 'stringp
:group 'mu4e) :group 'mu4e)
(defcustom mu4e-get-mail-command nil (defcustom mu4e-get-mail-command "true"
"Shell command to run to retrieve new mail; e.g. 'offlineimap' or "Shell command to run to retrieve new mail; e.g. 'offlineimap' or
'fetchmail'. Note, when there is no mail, fetchmail will return 1 'fetchmail'."
as it error code, which mu4e interprets as an error."
:type 'string :type 'string
:group 'mu4e :group 'mu4e
:safe 'stringp) :safe 'stringp)