diff options
-rw-r--r-- | mail/mutt/files/extra-patch-sidebar-refresh | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/mail/mutt/files/extra-patch-sidebar-refresh b/mail/mutt/files/extra-patch-sidebar-refresh index 870212b628ec..e8570a837fd1 100644 --- a/mail/mutt/files/extra-patch-sidebar-refresh +++ b/mail/mutt/files/extra-patch-sidebar-refresh @@ -61,14 +61,14 @@ Index: mutt/init.h { "sidebar_width", DT_NUM, R_BOTH, UL &SidebarWidth, 0 }, /* ** .pp -+ ** Do not refresh sidebar in less than $sidebar_refresh seconds, -+ ** (0 disables refreshing). -+ */ + ** The width of the sidebar. + */ + { "sidebar_refresh", DT_NUM, R_BOTH, UL &SidebarRefresh, 60 }, + /* + ** .pp - ** The width of the sidebar. - */ ++ ** Do not refresh sidebar in less than $sidebar_refresh seconds, ++ ** (0 disables refreshing). ++ */ { "sidebar_shortpath", DT_BOOL, R_BOTH, OPTSIDEBARSHORTPATH, 0 }, Index: mutt/sidebar.c =================================================================== |