From: Pierre Habouzit Date: Mon, 12 Mar 2007 01:10:08 +0000 (+0100) Subject: comments X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=commitdiff_plain;h=a26f3db04e4acf1ed8ac5711eae58ddeeebb3b15 comments Signed-off-by: Pierre Habouzit --- 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 {