From b0bbf6a87d70ffbff4ab725114c919431c764836 Mon Sep 17 00:00:00 2001 From: pdmef Date: Wed, 18 May 2005 16:34:05 +0000 Subject: [PATCH] Rocco Rutte: remove $realname setting for --enable-exact-address (this apperantly is more b0rken that I thought...) git-svn-id: svn://svn.berlios.de/mutt-ng/trunk@295 e385b8ad-14ed-0310-8656-cc95a2468c6d --- init.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/init.h b/init.h index a12d82d..8f72989 100644 --- a/init.h +++ b/init.h @@ -2788,6 +2788,7 @@ struct option_t MuttVars[] = { ** .pp ** If set, all folders are opened in read-only mode. */ +#ifndef EXACT_ADDRESS {"realname", DT_STR, R_BOTH, UL &Realname, 0}, /* ** .pp @@ -2800,6 +2801,7 @@ struct option_t MuttVars[] = { ** variable will \fInot\fP be used when the user has set a real name ** in the $$from variable. */ +#endif {"recall", DT_QUAD, R_NONE, OPT_RECALL, M_ASKYES}, /* ** .pp -- 2.20.1