# $Id$
# rcfile example for Python muttils package
# RCPATH: /etc/muttilsrc:/usr/local/etc/muttilsrc:~/.muttilsrc

[messages]
# mailer: (path to) console mail client
# note: only mutt(ng) and mail are tested
# mailer = mail
## mailer = /usr/local/bin/mutt
mailer = mutt

# maildirs: mail hierarchies searched by urlpager/urlbatcher
# when --proto=mid
# defaults to $MAIL or ~/Mail or ~/Maildir in that order
## maildirs = ~/Mail, ~/mail-archive

# signature: default signature file
# defaults to $SIGNATURE or ~/.signature in that order
## signature = ~/.signature

# sigdir: path to directory containing signature files
# default: current directory
## sigdir = ~/signatures

# sigtail: suffix of signature files in $sigdir
# default: empty
## sigtail = .sig

[net]
# homepage: fallback url if pybrowser is launched w/o arguments
# default: empty
## homepage = http://localhost

# ftpclient: (path to) program used for ftp
# ftpclient = ftp

# cpan: CPAN mirror
# cpan = ftp://ftp.cpan.org/pub/CPAN

# ctan: CTAN mirror
# ctan = ftp://ftp.ctan.org/tex-archive

# newsservers
# default: empty
# note: muttils use ~/.netrc settings to authenticate to news servers
#       you do not have to set news.gmane.org as mail2news gateway
#       is already queried in mail context
## newsservers = news.cis.dfn.de, news.albasani.net

[html]
# safe: view html message w/o loading remote files
# default: false
## safe = true

# keep: seconds to keep temporary files (browser may take time to launch)
# default: 3 (0 to not remove files)
## keep = 7
