From 98a31b4c67cc31ef5c46ae3587a20838ae1bd024 Mon Sep 17 00:00:00 2001 From: pdmef Date: Wed, 29 Jun 2005 10:13:27 +0000 Subject: [PATCH] - fix typo for nntp_ask_followup_to (reported by mess-mate) git-svn-id: svn://svn.berlios.de/mutt-ng/trunk@321 e385b8ad-14ed-0310-8656-cc95a2468c6d --- init.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.h b/init.h index d0e7975..009cb14 100644 --- a/init.h +++ b/init.h @@ -211,7 +211,7 @@ struct option_t MuttVars[] = { */ #ifdef USE_NNTP {"ask_followup_to", DT_SYN, R_NONE, UL "nntp_ask_followup_to", 0}, - {"nntp_ask_follow_up", DT_BOOL, R_NONE, OPTASKFOLLOWUP, 0}, + {"nntp_ask_followup_to", DT_BOOL, R_NONE, OPTASKFOLLOWUP, 0}, /* ** .pp ** Availability: NNTP -- 2.20.1