Bug#470657: mutt-patched: Please indent folders in sidebar according to folder depth

2008-03-13 Thread Klara Mall
Hi, thank you for this patch, it's amazing and even works with IMAP. It would be great to include it in the Debian package. :-) Klara -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#470657: mutt-patched: Please indent folders in sidebar according to folder depth

2008-03-12 Thread Micha Lenk
Subject: mutt-patched: Please indent folders in sidebar according to folder depth Package: mutt-patched Version: 1.5.17+20080114-1~bpo40+1 Severity: wishlist Tags: patch X-Debbugs-CC: [EMAIL PROTECTED] Hi, I greatly appreciate you packaged mutt with the sidebar patch applied in Debian package

Bug#470657: mutt-patched: Please indent folders in sidebar according to folder depth

2008-03-12 Thread Micha Lenk
Hi, I just discovered a little bug which arises if a (sub-) folder does not contain a '/' (i.e. sidebar_folder_depth == 0) and tmp-path is longer than Maildir: Then sidebar_folder_name will be displayed as 'null'. A suggested fix: sidebar_folder_name should be initialized to basename(tmp-path)

Bug#470657: mutt-patched: Please indent folders in sidebar according to folder depth

2008-03-12 Thread Micha Lenk
Hi, you can find an improved patch attached to this message. Regards Micha --- sidebar.c 2008-03-12 19:31:47.0 +0100 +++ sidebar.c.patched 2008-03-12 19:31:15.0 +0100 @@ -229,9 +229,35 @@ tmp-msg_unread = Context-unread; tmp-msgcount = Context-msgcount; } + // check