From 04e0a89fa7a588ce6bc749f345e578013db51fc1 Mon Sep 17 00:00:00 2001 From: "Leo R. Lundgren" Date: Sun, 21 Jan 2018 15:30:32 +0100 Subject: [PATCH] Fix reply_regexp which wasn't formatted correctly. And add Swedish "Sv:" prefix to reply_regexp. --- init.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/init.h b/init.h index a2cca5c60..b72245323 100644 --- a/init.h +++ b/init.h @@ -2917,12 +2917,12 @@ struct Option MuttVars[] = { ** .pp ** Also see $$wrap. */ - { "reply_regexp", DT_REGEX, R_INDEX|R_RESORT, UL &ReplyRegexp, UL "^(re([\\[0-9\\]+])*|aw):[ \t]*" }, + { "reply_regexp", DT_REGEX, R_INDEX|R_RESORT, UL &ReplyRegexp, UL "^((re|aw|sv)(\\[[0-9]+\\])*:[ \t]*)*" }, /* ** .pp ** A regular expression used to recognize reply messages when threading - ** and replying. The default value corresponds to the English "Re:" and - ** the German "Aw:". + ** and replying. The default value corresponds to the English "Re:", the + ** German "Aw:" and the Swedish "Sv:". */ { "reply_self", DT_BOOL, R_NONE, UL &ReplySelf, 0 }, /* -- 2.40.0