muttrc (3026B)
1 # general 2 set arrow_cursor = 'no' 3 set askcc = 'yes' 4 set charset = 'utf-8' 5 set confirmappend = 'no' 6 set date_format = '%Y/%m/%d %I:%M %p' 7 set delete = 'yes' 8 set editor = `echo \${EDITOR:-vi}` 9 set fast_reply = 'yes' 10 set forward_quote = 'yes' 11 set header_cache = "${XDG_CACHE_HOME}/mutt/mail/headers" 12 set include = 'yes' 13 set index_format = '%-3C %Z %?X?A& ? %D %-15.15F %s (%c)' 14 set mail_check = 60 15 set mail_check_stats = 'yes' 16 set mark_old = 'no' 17 set markers = 'no' 18 set menu_scroll = 'yes' 19 set message_cachedir = "${XDG_CACHE_HOME}/mutt/mail/bodies" 20 set mime_forward = 'yes' 21 set pager_stop = 'yes' 22 set quit = 'ask-yes' 23 set recall = 'no' 24 set sleep_time = 0 25 set smart_wrap = 'yes' 26 set sort = threads 27 set sort_aux = reverse-last-date-received 28 set strict_threads = 'yes' 29 set text_flowed = 'yes' 30 31 # bind 32 bind index,pager B sidebar-toggle-visible 33 bind index,pager \Cj sidebar-next 34 bind index,pager \Ck sidebar-prev 35 bind index,pager \Co sidebar-open 36 37 # color 38 color attachment bold color2 default 39 color body bold color2 default "(https?|ftp)://[\-\.,/%~_:?&=\#a-zA-Z0-9]+" 40 color body bold color2 default "[\-\.+_a-zA-Z0-9]+@[\-\.a-zA-Z0-9]+" 41 color error bold color6 default 42 color hdrdefault bold color2 default 43 color index bold default default '~N' 44 color index_author bold default default '~N' 45 color index_date color2 default 46 color index_number color2 default 47 color index_size color2 default 48 color index_subject bold default default '~N' 49 color indicator bold color0 color2 50 color markers color2 default 51 color normal color7 default 52 color quoted color2 default 53 color quoted1 color3 default 54 color quoted2 color4 default 55 color quoted3 color5 default 56 color quoted4 color6 default 57 color sidebar_divider color7 default 58 color sidebar_highlight bold color2 default 59 color status bold color0 color2 60 color tilde color0 default 61 62 # sidebar 63 set sidebar_component_depth = '0' 64 set sidebar_delim_chars = '/' 65 set sidebar_divider_char = '|' 66 set sidebar_folder_indent = 'no' 67 set sidebar_format = '%D%?F? [%F]?%* %?N?%N/?%?S?%S?' 68 set sidebar_indent_string = '' 69 set sidebar_new_mail_only = 'no' 70 set sidebar_next_new_wrap = 'no' 71 set sidebar_on_right = 'no' 72 set sidebar_short_path = 'no' 73 set sidebar_sort_method = 'unsorted' 74 set sidebar_visible = 'yes' 75 set sidebar_width = '25' 76 77 # source 78 source "gpg -dq ${XDG_DATA_HOME}/mutt/passwords.gpg |" 79 source "${XDG_CONFIG_HOME}/mutt/algomaurc" 80 folder-hook $folder 'source ${XDG_CONFIG_HOME}/mutt/algomaurc' 81 source "${XDG_CONFIG_HOME}/mutt/mattrc" 82 folder-hook $folder 'source ${XDG_CONFIG_HOME}/mutt/mattrc'