summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Robbins <drobbins@gentoo.org>2000-12-20 09:45:34 +0000
committerDaniel Robbins <drobbins@gentoo.org>2000-12-20 09:45:34 +0000
commit8a828caae11ffacf462f3b712d73cf0c7aff3404 (patch)
tree1e33fefd5b6a79f78df7d556f1c91527571a236b /net-mail/mutt
parentimportant env-update fix (diff)
downloadgentoo-2-8a828caae11ffacf462f3b712d73cf0c7aff3404.tar.gz
gentoo-2-8a828caae11ffacf462f3b712d73cf0c7aff3404.tar.bz2
gentoo-2-8a828caae11ffacf462f3b712d73cf0c7aff3404.zip
mutt update
Diffstat (limited to 'net-mail/mutt')
-rw-r--r--net-mail/mutt/files/Muttrc26
-rw-r--r--net-mail/mutt/files/Muttrc.color29
-rw-r--r--net-mail/mutt/mutt-1.2.5-r2.ebuild (renamed from net-mail/mutt/mutt-1.2.5-r1.ebuild)4
3 files changed, 58 insertions, 1 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
diff --git a/net-mail/mutt/mutt-1.2.5-r1.ebuild b/net-mail/mutt/mutt-1.2.5-r2.ebuild
index e1de3eb71350..b9c914d730b1 100644
--- a/net-mail/mutt/mutt-1.2.5-r1.ebuild
+++ b/net-mail/mutt/mutt-1.2.5-r2.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2000 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Author Achim Gottinger <achim@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/net-mail/mutt/mutt-1.2.5-r1.ebuild,v 1.4 2000/11/02 08:31:52 achim Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/mutt/mutt-1.2.5-r2.ebuild,v 1.1 2000/12/20 09:45:34 drobbins Exp $
P=mutt-1.2.5-1
A=mutt-1.2.5i.tar.gz
@@ -37,6 +37,8 @@ src_install () {
gzip ${D}/usr/doc/${P}/html/*
gzip ${D}/usr/doc/${P}/samples/*
gzip ${D}/usr/doc/${P}/*
+ insinto /etc/mutt
+ doins ${FILESDIR}/Muttrc*
}