* 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:
@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user