mu4e-update: fix typo

This commit is contained in:
Dirk-Jan C. Binnema
2025-07-11 19:41:38 +03:00
parent e0c800c233
commit 8f15eedc74

View File

@ -43,7 +43,6 @@ When set to the literal string \"true\" (the default), the
command simply finishes successfully (running the \"true\" command simply finishes successfully (running the \"true\"
command) without retrieving any mail. This can be useful when command) without retrieving any mail. This can be useful when
mail is already retrieved in another way, such as a local MDA." mail is already retrieved in another way, such as a local MDA."
:type 'string
:type '(choice :type '(choice
(string :tag "Shell command") (string :tag "Shell command")
(function :tag "Function that returns a string (shell command)")) (function :tag "Function that returns a string (shell command)"))