Rocco Rutte:
authorpdmef <pdmef@e385b8ad-14ed-0310-8656-cc95a2468c6d>
Wed, 18 May 2005 16:34:05 +0000 (16:34 +0000)
committerpdmef <pdmef@e385b8ad-14ed-0310-8656-cc95a2468c6d>
Wed, 18 May 2005 16:34:05 +0000 (16:34 +0000)
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

diff --git a/init.h b/init.h
index a12d82d..8f72989 100644 (file)
--- 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