X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=init.h;h=4a11f7ea3f7250153b55110196580fa303368b37;hp=8f729898c576d3df99ecf991a5e5b45d6c97f10f;hb=63f828fbb1080f8de26ff5f0d04ec79c2b3daec4;hpb=b0bbf6a87d70ffbff4ab725114c919431c764836 diff --git a/init.h b/init.h index 8f72989..4a11f7e 100644 --- a/init.h +++ b/init.h @@ -321,6 +321,15 @@ struct option_t MuttVars[] = { ** \fTDelivered-To:\fP header fields when bouncing messages. ** Postfix users may wish to \fIunset\fP this variable. */ + { "braille_friendly", DT_BOOL, R_NONE, OPTBRAILLEFRIENDLY, 0 }, + /* + ** .pp + ** When this variable is set, mutt will place the cursor at the beginning + ** of the current line in menus, even when the arrow_cursor variable + ** is unset, making it easier for blind persons using Braille displays to + ** follow these menus. The option is disabled by default because many + ** visual terminals don't permit making the cursor invisible. + */ #ifdef USE_NNTP {"catchup_newsgroup", DT_QUAD, R_NONE, OPT_CATCHUP, M_ASKYES}, /* @@ -2788,7 +2797,6 @@ 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 @@ -2801,7 +2809,6 @@ 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