comments
authorPierre Habouzit <madcoder@debian.org>
Mon, 12 Mar 2007 01:10:08 +0000 (02:10 +0100)
committerPierre Habouzit <madcoder@debian.org>
Mon, 12 Mar 2007 01:10:08 +0000 (02:10 +0100)
Signed-off-by: Pierre Habouzit <madcoder@debian.org>
init.h

diff --git a/init.h b/init.h
index 68edc32..af3445f 100644 (file)
--- a/init.h
+++ b/init.h
 #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 {