From 8f15eedc7410ac478d1bc66b98faf292c539f26b Mon Sep 17 00:00:00 2001 From: "Dirk-Jan C. Binnema" Date: Fri, 11 Jul 2025 19:41:38 +0300 Subject: [PATCH] mu4e-update: fix typo --- mu4e/mu4e-update.el | 1 - 1 file changed, 1 deletion(-) diff --git a/mu4e/mu4e-update.el b/mu4e/mu4e-update.el index 7c52d232..5c050f46 100644 --- a/mu4e/mu4e-update.el +++ b/mu4e/mu4e-update.el @@ -43,7 +43,6 @@ 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, such as a local MDA." - :type 'string :type '(choice (string :tag "Shell command") (function :tag "Function that returns a string (shell command)"))