X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=globals.h;h=db9609696492da0baef84eb169f90772382c796c;hp=0542e87c9602e5aa80dd5d760d322d555745abe8;hb=b8c71f93b0296f815a6538182343ba67e88c0012;hpb=4670d23c56f21afaa7ef2e0289a47a6a0d112671 diff --git a/globals.h b/globals.h index 0542e87..db96096 100644 --- a/globals.h +++ b/globals.h @@ -56,7 +56,6 @@ WHERE char *HdrFmt; WHERE char *Homedir; WHERE char *Hostname; -#ifdef USE_IMAP WHERE char *ImapAuthenticators INITVAL (NULL); WHERE char *ImapDelimChars INITVAL (NULL); WHERE char *ImapHeaders; @@ -64,7 +63,6 @@ WHERE char *ImapHomeNamespace INITVAL (NULL); WHERE char *ImapLogin INITVAL (NULL); WHERE char *ImapPass INITVAL (NULL); WHERE char *ImapUser INITVAL (NULL); -#endif WHERE char *Inbox; WHERE char *Ispell; WHERE char *Locale; @@ -118,13 +116,12 @@ WHERE char *Pager; WHERE char *PagerFmt; WHERE char *PipeSep; -#ifdef USE_POP WHERE char *PopAuthenticators INITVAL (NULL); WHERE short PopCheckTimeout; WHERE char *PopHost; WHERE char *PopPass INITVAL (NULL); WHERE char *PopUser INITVAL (NULL); -#endif + WHERE char *PostIndentString; WHERE char *Postponed; WHERE char *Prefix; @@ -242,10 +239,8 @@ WHERE short ScoreThresholdFlag; WHERE short DrawFullLine INITVAL (0); WHERE short SidebarWidth; -#ifdef USE_IMAP WHERE short ImapKeepalive; WHERE short ImapBuffyTimeout; -#endif /* flags for received signals */ WHERE SIG_ATOMIC_VOLATILE_T SigAlrm INITVAL (0);