X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=globals.h;h=81e2952cf7c10980947acac720235f2d7374f144;hp=82633db84324021627c1c91f0c1d6ed71ec6bbd1;hb=68d6b380767702ba11529357f36d178d0dc4cb1e;hpb=488a60c8ef78872f38bbb3439a75cb2cda985a12 diff --git a/globals.h b/globals.h index 82633db..81e2952 100644 --- a/globals.h +++ b/globals.h @@ -21,7 +21,6 @@ WHERE char AttachmentMarker[STRING]; WHERE char Quotebuf[STRING]; -WHERE address_t *EnvFrom; WHERE address_t *From; WHERE char *AssumedCharset; @@ -34,15 +33,12 @@ WHERE char *ContentType; WHERE char *DefaultHook; WHERE char *DateFmt; WHERE char *DisplayFilter; -WHERE char *DsnNotify; -WHERE char *DsnReturn; WHERE char *EditorHeaders; WHERE char *FileCharset; WHERE char *FolderFormat; WHERE char *ForwFmt; WHERE char *Fqdn; WHERE char *HdrFmt; -WHERE char *Homedir; WHERE char *Hostname; WHERE char *ImapAuthenticators INITVAL (NULL); @@ -148,10 +144,8 @@ WHERE char *SslCACertFile INITVAL (NULL); #endif WHERE char *StChars; WHERE char *Status; -WHERE char *Tempdir; WHERE char *Tochars; WHERE char *TrashPath; -WHERE char *Username; WHERE char *XtermTitle; WHERE char *XtermLeave; WHERE char *XtermIcon; @@ -204,7 +198,6 @@ WHERE short MenuContext; WHERE short PagerContext; WHERE short PagerIndexLines; WHERE short ReadInc; -WHERE short SendmailWait; WHERE short SleepTime INITVAL (1); WHERE short Timeout; WHERE short Umask INITVAL (0077);