X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=init.h;h=2befb513ac6cb1e452106199d349fde9436e6afe;hp=009cb143c5f5f60a12540e1290ba9a531b4a80bf;hb=b4827293ce79b576beb9550b91e71a198f2f5744;hpb=98a31b4c67cc31ef5c46ae3587a20838ae1bd024 diff --git a/init.h b/init.h index 009cb14..2befb51 100644 --- a/init.h +++ b/init.h @@ -987,6 +987,16 @@ struct option_t MuttVars[] = { ** Reduce this number if you find yourself ** getting disconnected from your IMAP server due to inactivity. */ + {"imap_login", DT_STR, R_NONE, UL &ImapLogin, 0 }, + /* + ** .pp + ** Availability: IMAP + ** + ** .pp + ** Your login name on the IMAP server. + ** .pp + ** This variable defaults to the value of ``$$imap_user.'' + */ {"imap_list_subscribed", DT_BOOL, R_NONE, OPTIMAPLSUB, 0}, /* ** .pp @@ -1067,7 +1077,8 @@ struct option_t MuttVars[] = { ** Availability: IMAP ** ** .pp - ** Your login name on the IMAP server. + ** The name of the user whose mail you intend to access on the IMAP + ** server. ** .pp ** This variable defaults to your user name on the local machine. */