From: Thomas Roessler Date: Tue, 26 Feb 2002 10:39:25 +0000 (+0000) Subject: Fix a typo. #1069. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3b106141d0ea401d6a1ddb1e135f8b5344795377;p=neomutt Fix a typo. #1069. --- diff --git a/init.h b/init.h index fa1f65135..564ca1a50 100644 --- a/init.h +++ b/init.h @@ -1672,7 +1672,7 @@ struct option_t MuttVars[] = { ** prefix'' operator. If this variable is unset, when piping a list of ** tagged messages Mutt will concatenate the messages and will pipe them ** as a single folder. When set, Mutt will pipe the messages one by one. - ** In both cases the the messages are piped in the current sorted order, + ** In both cases the messages are piped in the current sorted order, ** and the ``$$pipe_sep'' separator is added after each message. */ { "pipe_decode", DT_BOOL, R_NONE, OPTPIPEDECODE, 0 },