(Closes: 619822)
+ sidebar: don't overwrite the status if status_on_top is enabled
(Closes: 494735)
- + sidebar-{dotted,sorted}: documented the options that those two patches are
- introducing; documentation submitted by Julien Valroff (Closes: 603186)
+ sidebar-sorted: use strcoll() to sort the sidebar using the locale
settings of the system, patch by Arnaud Riess (Closes: 589240)
+ multiple-fccs: added a patch that allows multiple FCC separated by commas,
written by Omen Wild (Closes: 586454)
+ * debian/extra/samples/sidebar.muttrc: documented the options that
+ the sidebar-{sorted,dotted} patches are introducing; documentation
+ submitted by Julien Valroff (Closes: 603186)
-- Antonio Radici <antonio@dyne.org> Fri, 29 Apr 2011 17:24:49 +0100
#
# sidebar_delim (string)
# Specifies the delimiter between the sidebar and other screens
+#
+# sidebar_shortpath (boolean)
+# When using IMAP, a '.' is often used as a separator. This option
+# allows to shorten the folder name to the part after the last dot.
#
+# sidebar_sort (boolean)
+# Sorts the folders in the sidebar alphabetically.
+#
# color sidebar_new [fg] [bg]
# The foreground (fg) and background (bg) color of folders that contain new
# mail.
OPTSIGDASHES,
OPTSIGONTOP,
OPTSORTRE,
---- a/debian/extra/samples/sidebar.muttrc
-+++ b/debian/extra/samples/sidebar.muttrc
-@@ -50,7 +50,11 @@
- #
- # sidebar_delim (string)
- # Specifies the delimiter between the sidebar and other screens
--#
-+#
-+# sidebar_shortpath (boolean)
-+# When using IMAP, a '.' is often used as a separator. This option
-+# allows to shorten the folder name to the part after the last dot.
-+#
- # color sidebar_new [fg] [bg]
- # The foreground (fg) and background (bg) color of folders that contain new
- # mail.
OPTSIGDASHES,
OPTSIGONTOP,
OPTSORTRE,
---- a/debian/extra/samples/sidebar.muttrc
-+++ b/debian/extra/samples/sidebar.muttrc
-@@ -55,6 +55,9 @@
- # When using IMAP, a '.' is often used as a separator. This option
- # allows to shorten the folder name to the part after the last dot.
- #
-+# sidebar_sort (boolean)
-+# Sorts the folders in the sidebar alphabetically.
-+#
- # color sidebar_new [fg] [bg]
- # The foreground (fg) and background (bg) color of folders that contain new
- # mail.