misc update
This commit is contained in:
parent
beff711346
commit
d6e546958e
10 changed files with 57 additions and 14 deletions
|
@ -1,4 +1,4 @@
|
|||
set editor=vim
|
||||
set editor=nvim
|
||||
set send_charset="utf-8"
|
||||
set sig_on_top=yes
|
||||
|
||||
|
@ -6,12 +6,14 @@ set index_format="%4C %Z %8{%b %d} %-15.15L %y [%E] %s"
|
|||
set sort=threads
|
||||
set sort_aux=last-date-received
|
||||
|
||||
set display_filter="exec sed -r \"s/^Date:\\s*(([F-Wa-u]{3},\\s*)?[[:digit:]]{1,2}\\s+[A-Sa-y]{3}\\s+[[:digit:]]{4}\\s+[[:digit:]]{1,2}:[[:digit:]]{1,2}(:[[:digit:]]{1,2})?\\s+[+-][[:digit:]]{4}).*/date +'Date: %a, %d %b %Y %H:%M:%S %z' -d '\\1'/e\""
|
||||
|
||||
## accounts
|
||||
source $EMAIL_ACCOUNT
|
||||
|
||||
# Misc options
|
||||
set edit_headers=yes
|
||||
set envelope_from # which from?
|
||||
set use_envelope_from # which from?
|
||||
set sig_dashes # dashes before sig
|
||||
set reply_to # reply to Reply to: field
|
||||
set reverse_name=yes # reply as whomever it was to
|
||||
|
@ -25,9 +27,9 @@ set menu_scroll # scroll in menus
|
|||
unset wait_key
|
||||
|
||||
## other
|
||||
source mutt-color-solarized.muttrc
|
||||
source muttrc.forgotten-attachment
|
||||
source muttrc.sidebar
|
||||
source ~/.config/mutt/mutt-color-solarized.muttrc
|
||||
source ~/.config/mutt/muttrc.forgotten-attachment
|
||||
source ~/.config/mutt/muttrc.sidebar
|
||||
|
||||
|
||||
## Sidebar customization
|
||||
|
|
|
@ -16,7 +16,7 @@ set abort_noattach = yes
|
|||
# Search for the following regular expression in the body of the email
|
||||
|
||||
# English: attach, attached, attachment, attachments
|
||||
set attach_keyword = "\\<(attach|attached|attachments?)\\>"
|
||||
set abort_noattach_regex = "\\<(attach|attached|attachments?)\\>"
|
||||
|
||||
# Nederlands:
|
||||
# set attach_keyword = "\\<(bijvoegen|bijgevoegd|bijlage|bijlagen)\\>"
|
||||
|
@ -25,6 +25,6 @@ set attach_keyword = "\\<(attach|attached|attachments?)\\>"
|
|||
# set attach_keyword = "\\<(anhängen|angehängt|anhang|anhänge|hängt an)\\>"
|
||||
|
||||
# Français:
|
||||
set attach_keyword = "\\<(attaché|attachés|attache|attachons|joint|jointe|joints|jointes|joins|joignons|PJ)\\>"
|
||||
set abort_noattach_regex = "\\<(attaché|attachés|attache|attachons|joint|jointe|joints|jointes|joins|joignons|PJ)\\>"
|
||||
|
||||
# vim: syntax=muttrc
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue