X-Git-Url: https://git.jankratochvil.net/?p=nethome.git;a=blobdiff_plain;f=.muttrc.addons;h=92ff0adb5c967875e9d651ade58aa8253e42d67f;hp=1595e9e98ebf330236956c3058cc442e84c21010;hb=a944ea1b26260df7f1830305624d3f59ba7c4e1f;hpb=41e1ef0112a82260ca39ced33ac3ca9fa07a6fc4 diff --git a/.muttrc.addons b/.muttrc.addons index 1595e9e..92ff0ad 100644 --- a/.muttrc.addons +++ b/.muttrc.addons @@ -17,7 +17,8 @@ bind pager \` next-unread bind index \` previous-unread bind pager \` previous-unread unset strict_threads -set editor="vim -c 'set noai' -c 'set ts=8'" +# tw=78 is for gq and RFC 2822 section 2.1.1. +set editor="vim -c 'set noai' -c 'set ts=8' -c 'set tw=78'" set send_charset="us-ascii:iso-2022-jp:utf-8" set charset="utf-8" set autoedit @@ -90,7 +91,7 @@ ignore x-loop: errors-to: x-beenthere: X-Mailman-Version: X-Sieve: ignore x-mimetrack: priority: x-priority: importance: precedence: x-mime-autoconverted: ignore x-accept-language: x-sender: x-antirelay: ignore x-msmail-priority: x-mimeole: x-pop3-rcpt: delivered-to: -ignore face: organization: +ignore face: organization: x-scanned-by: x-bugzilla- ignore DKIM-Signature: DomainKey-Signature: X-RedHat-Spam-Score: color header brightyellow black ^(From|Subject|To|Cc|Bcc|Message-ID): @@ -113,4 +114,4 @@ color body brightcyan black [-a-z_0-9.]+@[-a-z_0-9.]+ # e-mail addresses color underline brightgreen black mono header underline ^(From|Subject): mono quoted bold -macro index V ":color index black white ''\n:color header black white ^(From|Subject|To|Cc|Bcc|Message-ID):\n:color hdrdefault black white\n:color quoted cyan white\n:color signature brightred white\n:color indicator brightyellow red\n:color error brightred white\n:color status brightyellow blue\n:color tree brightmagenta white # the thread tree in the index menu\n:color tilde brightmagenta white\n:color message brightcyan white\n:color normal black white\n:color attachment brightmagenta white\n:color search black green # how to hilite search patterns in the pager\n:color body brightyellow white '(ftp|http)://[^ ]+' # point out URLs\n:color body black white [-a-z_0-9.]+@[-a-z_0-9.]+ # e-mail addresses\n:color underline brightgreen white\n\cl" +macro index V ":color index black white .*\n:color header black white ^(From|Subject|To|Cc|Bcc|Message-ID):\n:color hdrdefault black white\n:color quoted cyan white\n:color signature brightred white\n:color indicator brightyellow red\n:color error brightred white\n:color status brightyellow blue\n:color tree brightmagenta white # the thread tree in the index menu\n:color tilde brightmagenta white\n:color message brightcyan white\n:color normal black white\n:color attachment brightmagenta white\n:color search black green # how to hilite search patterns in the pager\n:color body brightyellow white '(ftp|http)://[^ ]+' # point out URLs\n:color body black white [-a-z_0-9.]+@[-a-z_0-9.]+ # e-mail addresses\n:color underline brightgreen white\n\cl"