source: trunk/debathena/config/mutt-config/debian/debathena.rc @ 23650

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.
8set folder=`/usr/lib/debathena-mutt-config/debathena-mutt-folder`
9set spoolfile=+INBOX
10set record=+INBOX.sent-mail
11set postponed=+INBOX.postponed-msgs
12
13
14# don't always prompt to move mail to ~/mbox
15set move=no
16
17
18# Use the MIT spam score for sorting/filtering by spam value.
19set imap_headers="X-Spam-Score"
20spam "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'.
25set 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.