Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 28186 - Mutt: pressing F1 won't show the manual
Summary: Mutt: pressing F1 won't show the manual
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High trivial (vote)
Assignee: Hallgrimur Gunnarsson (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-09-08 08:32 UTC by Martin Lambers
Modified: 2003-09-16 20:12 UTC (History)
1 user (show)

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


Attachments
mutt-1.5.4-r1.ebuild patch (mutt-1.5.4-r1_manualfix.ebuild.diff,763 bytes, patch)
2003-09-15 11:33 UTC, Hallgrimur Gunnarsson (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Lambers 2003-09-08 08:32:12 UTC
Pressing F1 in Mutt is supposed to show the manual. Lines 18-20 in
/etc/mutt/Muttrc contain settings for this purpose, but the referenced
manual.txt file in /usr/share/doc/mutt-1.5.4-r1 does not exist, because it is
gzipped.

Reproducible: Always
Steps to Reproduce:
1. Start Mutt
2. Press F1
3.

Actual Results:  
Error message: File not found

Expected Results:  
Show the manual

Either replace manual.txt with manual.txt.gz in /etc/mutt/Muttrc lines 18-20 or
don't gzip /usr/share/doc/mutt-1.5.4-r1/manual.txt.
Comment 1 Hallgrimur Gunnarsson (RETIRED) gentoo-dev 2003-09-15 11:33:03 UTC
Created attachment 17778 [details, diff]
mutt-1.5.4-r1.ebuild patch

Patch for mutt-1.5.4-r1.ebuild that doesn't gzip
the manual. Also, adds maildir to IUSE (#28262).
Comment 2 Hallgrimur Gunnarsson (RETIRED) gentoo-dev 2003-09-16 20:12:38 UTC
Committed. Thanks.