From ef256371280d982c00907cd290ff31b3aab20e17 Mon Sep 17 00:00:00 2001 From: "Dirk-Jan C. Binnema" Date: Wed, 10 Nov 2021 21:53:06 +0200 Subject: [PATCH] mu4e: use 'checked' instead of 'processed' Update to the new name. --- mu4e/mu4e-update.el | 9 ++++----- mu4e/mu4e.el | 10 +++++----- mu4e/mu4e.texi | 4 ++-- 3 files changed, 11 insertions(+), 12 deletions(-) diff --git a/mu4e/mu4e-update.el b/mu4e/mu4e-update.el index 790085a1..bdebf437 100644 --- a/mu4e/mu4e-update.el +++ b/mu4e/mu4e-update.el @@ -33,14 +33,14 @@ ;;; Customization (defcustom mu4e-get-mail-command "true" - "Shell command to run to retrieve new mail. + "Shell command for retrieving new mail. Common values are \"offlineimap\", \"fetchmail\" or \"mbsync\", but arbitrary shell-commands can be used. When set to the literal string \"true\" (the default), the command simply finishes successfully (running the 'true' command) without retrieving any mail. This can be useful when mail is -already retrieved in another way." +already retrieved in another way, such as a local MDA." :type 'string :group 'mu4e :safe 'stringp) @@ -126,8 +126,8 @@ changed") If non-nil, this is a plist of the form: \( -:processed -:updated (checked whether up-to-date) +:updated