Revision 23650,
1.1 KB
checked in by price, 16 years ago
(diff) |
mutt-config: use $ATHENA_USER when set
|
Line | |
---|
1 | # Mutt configuration for Debathena. |
---|
2 | # |
---|
3 | # All of the following are documented on the web here: |
---|
4 | # http://www.mutt.org/doc/devel/manual.html |
---|
5 | |
---|
6 | |
---|
7 | # Set MIT IMAP as the location of the inbox and other folders. |
---|
8 | set folder=`/usr/lib/debathena-mutt-config/debathena-mutt-folder` |
---|
9 | set spoolfile=+INBOX |
---|
10 | set record=+INBOX.sent-mail |
---|
11 | set postponed=+INBOX.postponed-msgs |
---|
12 | |
---|
13 | |
---|
14 | # don't always prompt to move mail to ~/mbox |
---|
15 | set move=no |
---|
16 | |
---|
17 | |
---|
18 | # Use the MIT spam score for sorting/filtering by spam value. |
---|
19 | set imap_headers="X-Spam-Score" |
---|
20 | spam "X-Spam-Score:.(.*)" "%1" |
---|
21 | |
---|
22 | |
---|
23 | # Pass 'To: joeuser' through to the mail system, rather than assuming |
---|
24 | # it means 'To: joeuser@thishost.mit.edu'. |
---|
25 | set use_domain=no |
---|
26 | |
---|
27 | |
---|
28 | # TODO is there a reasonable way to implement this? |
---|
29 | #set query_command = "athrun sipb mutt_ldap_query.pl %s" |
---|
30 | |
---|
31 | |
---|
32 | |
---|
33 | |
---|
34 | # TODO possibly enable header caching |
---|
35 | #set header_cache=~/.muttcache |
---|
36 | |
---|
37 | # TODO possibly |
---|
38 | #set imap_check_subscribed |
---|
39 | # Really this looks like a weirdness in upstream, for any site. |
---|
40 | |
---|
41 | # TODO auto_view? |
---|
42 | # or upstream in debian |
---|
43 | |
---|
44 | |
---|
45 | # TODO use debathena-msmtp, like -alpine-config |
---|
46 | |
---|
47 | |
---|
48 | # TODO deal with Etch's lack of /etc/Muttrc.d/ |
---|
Note: See
TracBrowser
for help on using the repository browser.