From 7623680a60119246f1e18836fd30e9b091378458 Mon Sep 17 00:00:00 2001 From: djcb Date: Mon, 27 Aug 2012 19:02:06 +0300 Subject: [PATCH] * 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. --- mu4e/mu4e-vars.el | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/mu4e/mu4e-vars.el b/mu4e/mu4e-vars.el index 5e91543b..7543bb1f 100644 --- a/mu4e/mu4e-vars.el +++ b/mu4e/mu4e-vars.el @@ -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)