diff options
| author | Ahmed Abdelhalim <[email protected]> | 2025-11-11 17:26:30 +0100 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2025-11-11 17:27:33 +0100 |
| commit | 4bb695a060b035dab553df1723da20e2c4449220 (patch) | |
| tree | 410501538298cb0dcbf90e3eacee2821d6c6b22e /.config/neomutt/settings | |
| parent | 0915aab65eb9fdb9c76feb820303efeb4820735a (diff) | |
Minor modifications/updates to mutt settings/mappings
Diffstat (limited to '.config/neomutt/settings')
| -rw-r--r-- | .config/neomutt/settings | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.config/neomutt/settings b/.config/neomutt/settings index faf003d..2d9ec83 100644 --- a/.config/neomutt/settings +++ b/.config/neomutt/settings @@ -35,7 +35,7 @@ set reverse_name # reply as the origin To set include # include message in replies set forward_quote # include message in forwards unset text_flowed # don't genreate text/plain; format=flowed -# unset sig_dashes # no dashes before sig +unset sig_dashes # no dashes before sig unset mime_forward # forward attachments as part of body # unset help # No help bar at the top of index set status_on_top # Status bar on top of index @@ -49,7 +49,7 @@ set pipe_decode # strip headers and eval mimes when piping set thorough_search # strip headers and eval mimes before searching # status bar, date format, finding stuff etc. -# set status_chars = " *%A" +set status_chars = " *%A" set status_format = "[ Folder: %f ] [%r%m messages%?n? (%n new)?%?d? (%d to delete)?%?t? (%t tagged)? ]%>─%?p?( %p postponed )?" set date_format = "%d.%m.%Y %H:%M" set sort = threads @@ -57,7 +57,7 @@ set sort_aux = last-date-received # New mail is added at the bottom set sort_aux = reverse-last-date-received # Override the sort_aux so that new always come first/top # set uncollapse_jump set sort_re -set reply_regex = "^(([Rr][Ee]?(\[[0-9]+\])?: *)?(\[[^]]+\] *)?)*" +set reply_regex = "^((re|aw|sv|fwd?|fw)([\\[0-9\\]]+)?:[ \t]*)*" # set quote_regex = "^( {0,4}[>|:#%]| {0,4}[a-z0-9]+[>|]+)+" set send_charset = "utf-8:iso-8859-1:us-ascii" set charset = "utf-8" |
