Revision 25799,
1.1 KB
checked in by adehnert, 12 years ago
(diff) |
mutt-config: dealing with etch support is no longer needed
|
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 | # Use MIT's outgoing SMTP servers. |
---|
14 | set sendmail="/usr/lib/debathena-msmtp -t" |
---|
15 | |
---|
16 | # don't always prompt to move mail to ~/mbox |
---|
17 | set move=no |
---|
18 | |
---|
19 | |
---|
20 | # Use the MIT spam score for sorting/filtering by spam value. |
---|
21 | set imap_headers="X-Spam-Score" |
---|
22 | spam "X-Spam-Score:.(.*)" "%1" |
---|
23 | |
---|
24 | |
---|
25 | # Pass 'To: joeuser' through to the mail system, rather than assuming |
---|
26 | # it means 'To: joeuser@thishost.mit.edu'. |
---|
27 | set use_domain=no |
---|
28 | |
---|
29 | |
---|
30 | # TODO is there a reasonable way to implement this? |
---|
31 | #set query_command = "athrun sipb mutt_ldap_query.pl %s" |
---|
32 | |
---|
33 | |
---|
34 | |
---|
35 | |
---|
36 | # TODO possibly enable header caching |
---|
37 | #set header_cache=~/.muttcache |
---|
38 | |
---|
39 | # TODO possibly |
---|
40 | #set imap_check_subscribed |
---|
41 | # Really this looks like a weirdness in upstream, for any site. |
---|
42 | |
---|
43 | # TODO auto_view? |
---|
44 | # or upstream in debian |
---|
Note: See
TracBrowser
for help on using the repository browser.