Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 72685 - mutt patch request: sidebar (folder list)
Summary: mutt patch request: sidebar (folder list)
Status: RESOLVED DUPLICATE of bug 58235
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Aron Griffis (RETIRED)
URL: http://vorlon.cwru.edu/~jrh29/mutt/in...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-11-27 17:35 UTC by Konstantin Sobolev
Modified: 2005-07-17 13:06 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
Patch edited for correct compatible with gentoo (sidebar.patch,47.83 KB, patch)
2004-11-28 10:01 UTC, Alexander Simonov
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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 ***