Started some much needed updating of the fleacollar code. Likely not usable yet.
This commit is contained in:
27
files/muttrc
Normal file
27
files/muttrc
Normal file
@ -0,0 +1,27 @@
|
||||
set text_flowed = yes
|
||||
set index_format = '[%Z] %-20.20F %s (Attached %X, Msg %4C)'
|
||||
set send_charset = us-ascii:utf-8
|
||||
set pager = 'builtin'
|
||||
set pager_stop = 'yes'
|
||||
set sort = threads
|
||||
set beep_new = yes
|
||||
set display_filter = '$muttHome/scripts/add_address.sh'
|
||||
set print = yes
|
||||
set imap_check_subscribed = yes
|
||||
set sort_alias = alias
|
||||
set reverse_alias = yes
|
||||
set alias_file = ${muttHome/#$HOME/\~}/aliases
|
||||
source ${muttHome/#$HOME/\~}/aliases
|
||||
set history_file = ${muttHome/#$HOME/\~}/history
|
||||
set history = 1024
|
||||
set mailcap_path = ${muttHome/#$HOME/\~}/mailcap
|
||||
set header_cache = ${muttHome/#$HOME/\~}/cache/headers
|
||||
set message_cachedir = ${muttHome/#$HOME/\~}/cache/bodies
|
||||
set certificate_file = ${muttHome/#$HOME/\~}/certificates
|
||||
set markers = no
|
||||
unset mark_old
|
||||
auto_view text/html
|
||||
alternative_order text/plain text/enriched text/html
|
||||
message-hook '!(~g|~G) ~b\"^ 5 dash charactersBEGIN\\ PGP\\ (SIGNED\\ )?MESSAGE\"' "exec check-traditional-pgp"
|
||||
source ${muttHome/#$HOME/\~}/gpg.rc
|
||||
source ${muttHome/#$HOME/\~}/macros
|
Reference in New Issue
Block a user