X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=init.h;h=af3445fe78da136966f5e7515b3abc044be7dd9c;hp=68edc32172f13123e4d45d3082d2e8f849cbeb2a;hb=a26f3db04e4acf1ed8ac5711eae58ddeeebb3b15;hpb=0dd5b492f18e549ef95b0ac6765329473e426633 diff --git a/init.h b/init.h index 68edc32..af3445f 100644 --- a/init.h +++ b/init.h @@ -51,11 +51,13 @@ #define R_NONE 0 #define R_INDEX (1<<0) #define R_PAGER (1<<1) +#define R_BOTH (R_INDEX|R_PAGER) + +/* TODO:MC: will go in the the thread module */ #define R_RESORT (1<<2) /* resort the mailbox */ #define R_RESORT_SUB (1<<3) /* resort subthreads */ #define R_RESORT_INIT (1<<4) /* resort from scratch */ #define R_TREE (1<<5) /* redraw the thread tree */ -#define R_BOTH (R_INDEX|R_PAGER) #define R_RESORT_BOTH (R_RESORT|R_RESORT_SUB) struct option_t {