diff options
Diffstat (limited to 'net-mail/mutt/files')
-rw-r--r-- | net-mail/mutt/files/Muttrc | 26 | ||||
-rw-r--r-- | net-mail/mutt/files/Muttrc.color | 29 |
2 files changed, 55 insertions, 0 deletions
diff --git a/net-mail/mutt/files/Muttrc b/net-mail/mutt/files/Muttrc new file mode 100644 index 000000000000..117e65132fe7 --- /dev/null +++ b/net-mail/mutt/files/Muttrc @@ -0,0 +1,26 @@ +set mbox_type = Maildir +set use_8bitmime +set folder=~/.maildir +set spoolfile=~/.maildir/ +unset mbox +source /etc/mutt/Muttrc.color +set record=~/.maildir-sent/ +set move=no +set sort=date-received +unset use_domain +set abort_nosubject=no +set abort_unmodified=no +ignore * +unignore from date subject to cc lines +unignore organization organisation +unignore posted-to: +hdr_order to cc organization organisation date from subject +set index_format="%4C %Z %{%b %d} %-16.16L %s" + +bind pager <home> top +bind pager <end> bottom +bind pager <up> previous-line +bind pager <down> next-line +set pager_index_lines=6 + +my_hdr Organization: Gentoo Technologies, Inc. diff --git a/net-mail/mutt/files/Muttrc.color b/net-mail/mutt/files/Muttrc.color new file mode 100644 index 000000000000..865c645e10bb --- /dev/null +++ b/net-mail/mutt/files/Muttrc.color @@ -0,0 +1,29 @@ +# Je vois la vie en rose :-) +color hdrdefault brightcyan blue +color header brightwhite blue "^from:" +color header brightwhite blue "^subject:" + +color quoted brightgreen blue +color signature brightwhite blue + +color indicator blue green + +color error red black +mono error bold +color status black cyan +mono status bold +color tree brightyellow blue + +color tilde brightmagenta blue + +color body brightyellow blue "(ftp|http|gopher|wais|file)://[^ \(\)<>,]+" +mono body bold "(ftp|http|gopher|wais|file)://[^ \(\)<>,]+" +color body brightwhite blue "[-a-z_0-9.]+@[-a-z_0-9.]+" +mono body bold "[-a-z_0-9.]+@[-a-z_0-9.]+" +color body brightyellow black "^Good signature" +mono body bold "^Good signature" +color body brightwhite red "^Bad signature from.*" +mono body bold "^Bad signature from.*" +color normal white blue +color message green black +color attachment brightgreen blue |