#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_REFLOW (1<<6) /* reflow window layout */
+#define R_REFLOW (1<<6) /* reflow window layout and full redraw */
#define R_SIDEBAR (1<<7) /* redraw the sidebar */
#define R_BOTH (R_INDEX | R_PAGER)
#define R_RESORT_BOTH (R_RESORT | R_RESORT_SUB)
*/
#endif /* HAVE_GDBM || HAVE_BDB */
#endif /* USE_HCACHE */
- { "help", DT_BOOL, R_BOTH|R_REFLOW, OPTHELP, 1 },
+ { "help", DT_BOOL, R_REFLOW, OPTHELP, 1 },
/*
** .pp
** When \fIset\fP, help lines describing the bindings for the major functions
** You may optionally use the ``reverse-'' prefix to specify reverse sorting
** order (example: ``\fCset sort_browser=reverse-date\fP'').
*/
- { "sidebar_visible", DT_BOOL, R_BOTH|R_REFLOW, OPTSIDEBAR, 0 },
+ { "sidebar_visible", DT_BOOL, R_REFLOW, OPTSIDEBAR, 0 },
/*
** .pp
** This specifies whether or not to show sidebar. The sidebar shows a list of
** .pp
** \fBSee also:\fP $$sidebar_format, $$sidebar_width
*/
- { "sidebar_width", DT_NUM, R_BOTH|R_REFLOW, UL &SidebarWidth, 30 },
+ { "sidebar_width", DT_NUM, R_REFLOW, UL &SidebarWidth, 30 },
/*
** .pp
** This controls the width of the sidebar. It is measured in screen columns.
** will replace any dots in the expansion by underscores. This might be helpful
** with IMAP folders that don't like dots in folder names.
*/
- { "status_on_top", DT_BOOL, R_BOTH|R_REFLOW, OPTSTATUSONTOP, 0 },
+ { "status_on_top", DT_BOOL, R_REFLOW, OPTSTATUSONTOP, 0 },
/*
** .pp
** Setting this variable causes the ``status bar'' to be displayed on