Link Here
|
61 |
{ "sidebar_width", DT_NUM, R_BOTH, UL &SidebarWidth, 0 }, |
61 |
{ "sidebar_width", DT_NUM, R_BOTH, UL &SidebarWidth, 0 }, |
62 |
/* |
62 |
/* |
63 |
** .pp |
63 |
** .pp |
64 |
+ ** Do not refresh sidebar in less than $sidebar_refresh seconds, |
64 |
** The width of the sidebar. |
65 |
+ ** (0 disables refreshing). |
65 |
*/ |
66 |
+ */ |
|
|
67 |
+ { "sidebar_refresh", DT_NUM, R_BOTH, UL &SidebarRefresh, 60 }, |
66 |
+ { "sidebar_refresh", DT_NUM, R_BOTH, UL &SidebarRefresh, 60 }, |
68 |
+ /* |
67 |
+ /* |
69 |
+ ** .pp |
68 |
+ ** .pp |
70 |
** The width of the sidebar. |
69 |
+ ** Do not refresh sidebar in less than $sidebar_refresh seconds, |
71 |
*/ |
70 |
+ ** (0 disables refreshing). |
|
|
71 |
+ */ |
72 |
{ "sidebar_shortpath", DT_BOOL, R_BOTH, OPTSIDEBARSHORTPATH, 0 }, |
72 |
{ "sidebar_shortpath", DT_BOOL, R_BOTH, OPTSIDEBARSHORTPATH, 0 }, |
73 |
Index: mutt/sidebar.c |
73 |
Index: mutt/sidebar.c |
74 |
=================================================================== |
74 |
=================================================================== |