Bug 11188
| Summary: | mutt-1.0.1i-6 doesn't read /etc/Muttrc | ||
|---|---|---|---|
| Product: | [Retired] Red Hat Linux | Reporter: | David Rees <drees76> |
| Component: | mutt | Assignee: | Bill Nottingham <notting> |
| Status: | CLOSED DUPLICATE | QA Contact: | |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 6.2 | CC: | rvokal |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | i386 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2000-05-03 01:52:53 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
*** This bug has been marked as a duplicate of 10282 *** Looks like I need mutt-1.0.1i-6 according to a previous bug report. |
mutt doesn't read /etc/Muttrc for it's defaults. It seems to search /var/tmp/mutt-root/etc/Muttrc instead. Probably a build/packaging problem, just haven't had time to look at it myself. Here's the strace: ------------ access("/home/dbr/.muttrc-1.0.1i", F_OK) = -1 ENOENT (No such file or directory) access("/home/dbr/.muttrc", F_OK) = 0 access("/home/dbr/.muttrc", F_OK) = 0 access("/var/tmp/mutt-root/etc/Muttrc-1.0.1i", F_OK) = -1 ENOENT (No such file or directory) access("/var/tmp/mutt-root/etc/Muttrc", F_OK) = -1 ENOENT (No such file or directory) access("/var/tmp/mutt-root/etc/Muttrc-1.0.1i", F_OK) = -1 ENOENT (No such file or directory) access("/var/tmp/mutt-root/etc/Muttrc", F_OK) = -1 ENOENT (No such file or directory) access("/home/dbr/.muttrc", F_OK) = 0 -------------