aboutsummaryrefslogtreecommitdiff
path: root/mail/mutt
diff options
context:
space:
mode:
authorBartek Rutkowski <robak@FreeBSD.org>2015-03-06 12:01:35 +0000
committerBartek Rutkowski <robak@FreeBSD.org>2015-03-06 12:01:35 +0000
commit61ca7f6eb14a5caa360ce2826633cb0e3ff8d5c6 (patch)
tree094e7b7e0e53ff6f34b469fb35b362b8e858837d /mail/mutt
parentcda6b13d9a181a924cb0db791994e80fcb2a8cdf (diff)
mail/mutt: fix muttrc man page
PR: 198303 Submitted by: Udo Schweigert <Udo.Schweigert@siemens.com>
Notes
Notes: svn path=/head/; revision=380585
Diffstat (limited to 'mail/mutt')
-rw-r--r--mail/mutt/files/extra-patch-sidebar-refresh10
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
===================================================================