Skip to content

Commit

Permalink
a better way of closing 603186 (sidebar-{sorted,dotted} documentation)
Browse files Browse the repository at this point in the history
  • Loading branch information
aradici committed Apr 30, 2011
1 parent 15c23e5 commit 753c3b3
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 29 deletions.
5 changes: 3 additions & 2 deletions debian/changelog
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,13 @@ mutt (1.5.21-5) unstable; urgency=low
(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

Expand Down
7 changes: 7 additions & 0 deletions debian/extra/samples/sidebar.muttrc
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,14 @@ bind index B bounce-message
#
# 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.
Expand Down
15 changes: 0 additions & 15 deletions debian/patches/mutt-patched/sidebar-dotted
Original file line number Diff line number Diff line change
Expand Up @@ -62,18 +62,3 @@ I hope, it's usefull for someone ;)
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.
12 changes: 0 additions & 12 deletions debian/patches/mutt-patched/sidebar-sorted
Original file line number Diff line number Diff line change
Expand Up @@ -73,15 +73,3 @@ should be easy to adopt it to a vanilla mutt.
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.

0 comments on commit 753c3b3

Please sign in to comment.