svn commit: r380585 - head/mail/mutt/files

Bartek Rutkowski robak at FreeBSD.org
Fri Mar 6 12:01:37 UTC 2015


Author: robak
Date: Fri Mar  6 12:01:35 2015
New Revision: 380585
URL: https://svnweb.freebsd.org/changeset/ports/380585
QAT: https://qat.redports.org/buildarchive/r380585/

Log:
  mail/mutt: fix muttrc man page
  
  PR:		198303
  Submitted by:	Udo Schweigert <Udo.Schweigert at siemens.com>

Modified:
  head/mail/mutt/files/extra-patch-sidebar-refresh

Modified: head/mail/mutt/files/extra-patch-sidebar-refresh
==============================================================================
--- head/mail/mutt/files/extra-patch-sidebar-refresh	Fri Mar  6 11:28:58 2015	(r380584)
+++ head/mail/mutt/files/extra-patch-sidebar-refresh	Fri Mar  6 12:01:35 2015	(r380585)
@@ -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
 ===================================================================


More information about the svn-ports-head mailing list