* 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
1 changed files with 2 additions and 3 deletions

View File

@ -53,10 +53,9 @@ PATH, you can specify the full path."
:safe 'stringp
: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
'fetchmail'. Note, when there is no mail, fetchmail will return 1
as it error code, which mu4e interprets as an error."
'fetchmail'."
:type 'string
:group 'mu4e
:safe 'stringp)