getting there
This commit is contained in:
parent
030e459540
commit
c62c8e46f3
6 changed files with 55 additions and 47 deletions
|
|
@ -1,73 +0,0 @@
|
|||
# Alias
|
||||
|
||||
set alias_file = ~/.local/share/neomutt/aliases.neomuttrc
|
||||
source $alias_file
|
||||
|
||||
# External
|
||||
|
||||
set my_download_folder = ~/tmp
|
||||
|
||||
# Status bar
|
||||
|
||||
set status_chars = "✔↻٪A"
|
||||
unset help
|
||||
|
||||
# Index
|
||||
|
||||
set index_format = "%-25.25F %<[y?%<[7d?%<[d?%[ %H:%M]&%[%a %H:%M]>&%[%d.%m. %Hh]>&%[%d.%m.%Y]> %Z %?X?▼ &?%s"
|
||||
set strict_threads
|
||||
set send_charset = "utf-8:iso-8859-1:us-ascii"
|
||||
set charset = "utf-8"
|
||||
|
||||
# Pager view
|
||||
|
||||
set pager_index_lines = 10
|
||||
set pager_context = 3
|
||||
set pager_stop
|
||||
set smart_wrap
|
||||
set menu_scroll
|
||||
set tilde
|
||||
unset markers
|
||||
ignore *
|
||||
unignore from: to: cc: bcc: date: subject:
|
||||
unhdr_order *
|
||||
hdr_order from: to: cc: bcc: date: subject:
|
||||
alternative_order text/plain text/enriched text/html
|
||||
auto_view text/html
|
||||
|
||||
# Attachments
|
||||
|
||||
set rfc2047_parameters
|
||||
set attach_save_dir = $my_download_folder
|
||||
|
||||
# Colors
|
||||
|
||||
color indicator white brightblack
|
||||
color index_flags brightmagenta default '.*'
|
||||
color index_date cyan default
|
||||
color index brightgreen default '~N'
|
||||
color header brightblack default ".*"
|
||||
color header brightgreen default "^(Subject)"
|
||||
color header yellow default "^(From|To|CC|BCC)"
|
||||
color header blue default "^Date"
|
||||
color message cyan default
|
||||
color error red default
|
||||
color tilde black default
|
||||
color normal default default
|
||||
color attachment brightblack default
|
||||
color search black yellow
|
||||
color quoted green default
|
||||
color quoted1 blue default
|
||||
color quoted2 cyan default
|
||||
color quoted3 yellow default
|
||||
color quoted4 red default
|
||||
color quoted5 brightred default
|
||||
color signature cyan default
|
||||
color underline black default
|
||||
color body blue default "[\-\.+_a-zA-Z0-9]+@[\-\.a-zA-Z0-9]+" # Email addresses
|
||||
color body blue default "(https?|ftp)://[\-\.,/%~_:?&=\#a-zA-Z0-9]+" # URL
|
||||
color body red default "(BAD signature)"
|
||||
color body green default "(Good signature)"
|
||||
color body brightblack default "^gpg: .*"
|
||||
color body green default "^gpg: Good signature .*"
|
||||
color body red default "^gpg: BAD signature from.*"
|
||||
Loading…
Add table
Add a link
Reference in a new issue