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

Revision 23652, 1.1 KB checked in by price, 15 years ago (diff)
mutt-config: use debathena-msmtp
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# Use MIT's outgoing SMTP servers.
14set sendmail="/usr/lib/debathena-msmtp -t"
15
16# don't always prompt to move mail to ~/mbox
17set move=no
18
19
20# Use the MIT spam score for sorting/filtering by spam value.
21set imap_headers="X-Spam-Score"
22spam "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'.
27set 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
45
46
47# TODO deal with Etch's lack of /etc/Muttrc.d/
Note: See TracBrowser for help on using the repository browser.