X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=globals.h;h=2aea9ea0e9fc690eb02f9bf90749fcedad1bf22f;hp=22723ed454dead67a35763cde3e432c7662eb6d1;hb=8a0ec16b6cd58dc1bd73baae43fd62de24d63604;hpb=91acd32003fb8eb9b3b05b35c1aa32a6c07aad43 diff --git a/globals.h b/globals.h index 22723ed..2aea9ea 100644 --- a/globals.h +++ b/globals.h @@ -153,10 +153,6 @@ WHERE short WriteInc; WHERE short MaxDispRecips; WHERE short MaxLineLength; -WHERE short ScoreThresholdDelete; -WHERE short ScoreThresholdRead; -WHERE short ScoreThresholdFlag; - WHERE short DrawFullLine INITVAL (0); WHERE short SidebarWidth; @@ -164,9 +160,9 @@ WHERE short ImapKeepalive; WHERE short ImapBuffyTimeout; /* flags for received signals */ -WHERE SIG_ATOMIC_VOLATILE_T SigAlrm INITVAL (0); -WHERE SIG_ATOMIC_VOLATILE_T SigInt INITVAL (0); -WHERE SIG_ATOMIC_VOLATILE_T SigWinch INITVAL (0); +WHERE sig_atomic_t SigAlrm INITVAL (0); +WHERE sig_atomic_t SigInt INITVAL (0); +WHERE sig_atomic_t SigWinch INITVAL (0); WHERE int CurrentMenu;