Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 72685

Summary: mutt patch request: sidebar (folder list)
Product: Gentoo Linux Reporter: Konstantin Sobolev <konstantin.sobolev>
Component: Current packagesAssignee: Aron Griffis (RETIRED) <agriffis>
Status: RESOLVED DUPLICATE    
Severity: normal CC: devil, net-mail+disabled, svyatogor
Priority: High    
Version: 2004.3   
Hardware: All   
OS: Linux   
URL: http://vorlon.cwru.edu/~jrh29/mutt/index.html
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: Patch edited for correct compatible with gentoo

Description Konstantin Sobolev 2004-11-27 17:35:55 UTC
I've patched my mutt-1.5.6-r5 with this patch manually and I like it, others might  as well. This patch gives mutt a nice sidebar listing of mailboxes, like in the GUI's. You can see a screenshot here: http://thomer.com/mutt/
Comment 1 Sergey Kuleshov (RETIRED) gentoo-dev 2004-11-28 07:06:27 UTC
This patch needs some changes if used together with header caching patch. But overall it applies cleanly.
Comment 2 Alexander Simonov 2004-11-28 10:01:38 UTC
Created attachment 44882 [details, diff]
Patch edited for correct compatible with gentoo
Comment 3 Alexander Simonov 2004-11-28 10:16:32 UTC
http://nk.ukrpack.net/~alexx/mutt2.png - it's screenshot of mutt with this patch
Comment 4 Alexander Simonov 2004-11-28 10:24:21 UTC
End ebuild patch :)
Sorry for flood.

*** mutt-1.5.6-r4.ebuild.orig   2004-11-28 21:40:56.388198488 +0200
--- mutt-1.5.6-r4.ebuild        2004-11-28 20:09:13.000000000 +0200
***************
*** 77,82 ****
--- 77,84 ----
        # Fix ability to read from a subprocess with source script.sh|
        # Bug #42738 (25 Feb 2004 agriffis)
        epatch ${FILESDIR}/8patch-1.5.6.dyc.source_stat
+       # Patch for sidebar
+       epatch ${FILESDIR}/sidebar.patch
  }
  
  src_compile() {
Comment 5 Aron Griffis (RETIRED) gentoo-dev 2005-02-16 05:54:09 UTC

*** This bug has been marked as a duplicate of 58235 ***