Few tweaks
This commit is contained in:
parent
7eca4fb7f7
commit
31247f62ab
10
muttrc
10
muttrc
|
@ -34,7 +34,7 @@ index-format-hook date "~d<1d" "%[%H:%M:%S]"
|
|||
index-format-hook date "~d<1w" "%[%a %H:%M]"
|
||||
index-format-hook date "~A" "%[%d %b %y]"
|
||||
|
||||
set mail_check = 300
|
||||
set mail_check = 60
|
||||
set timeout = 30
|
||||
set date_format = "%d/%m/%y %I:%M%p"
|
||||
set index_format = "[%S%?X?A& ?%zc%?H?#& ?] %-9@date@ %-20.20F %s (%-4.4c)"
|
||||
|
@ -55,6 +55,7 @@ set recall = yes
|
|||
set sidebar_sort_method = path
|
||||
set pgp_default_key = "0xA6415605DCE7422E"
|
||||
set pgp_sign_as = "0xF92BA85F61F4C173"
|
||||
set attach_save_dir = "/tmp"
|
||||
|
||||
spam "X-Spam-Status: Yes" "90+/SA"
|
||||
spam "X-Spam: Yes" "90+/RS"
|
||||
|
@ -64,18 +65,23 @@ unset wait_key
|
|||
unset markers
|
||||
unset collapse_unread
|
||||
unset confirmappend
|
||||
unset hide_missing
|
||||
|
||||
set pager_stop
|
||||
set mark_old
|
||||
set sidebar_new_mail_only
|
||||
set use_from
|
||||
set envelope_from
|
||||
set sort_re
|
||||
set text_flowed
|
||||
set reflow_text
|
||||
set envelope_from
|
||||
set pgp_use_gpg_agent
|
||||
set include
|
||||
set collapse_all
|
||||
set fast_reply
|
||||
set forward_references
|
||||
set strict_threads
|
||||
set crypt_autopgp
|
||||
set crypt_autosign
|
||||
set crypt_replysign
|
||||
|
@ -86,3 +92,5 @@ set mail_check_stats
|
|||
set mime_forward
|
||||
set delete
|
||||
set quit
|
||||
set auto_tag
|
||||
set flag_safe
|
||||
|
|
Reference in New Issue