summaryrefslogtreecommitdiffstats
path: root/mutt
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2011-03-07 09:08:09 +0100
committerGravatar Tom Willemsen2011-03-07 09:08:09 +0100
commit44e6edb0413161d43cc30c7ed4fe3731cacad087 (patch)
tree70a64e46ef478ceb7aada6e7fbe1699ff31a1a19 /mutt
parentb9121c114307f04520545396b000f5f7740c7c25 (diff)
downloaddotfiles-44e6edb0413161d43cc30c7ed4fe3731cacad087.tar.gz
dotfiles-44e6edb0413161d43cc30c7ed4fe3731cacad087.zip
Mutt cleanup and aethon
* Cleaned up the various mailbox scripts to keep them in order. * Added an aethon mailbox.
Diffstat (limited to 'mutt')
-rw-r--r--mutt/aethon.muttrc16
-rw-r--r--mutt/arch.muttrc4
-rw-r--r--mutt/gmail.muttrc10
-rw-r--r--mutt/iactor.muttrc9
4 files changed, 29 insertions, 10 deletions
diff --git a/mutt/aethon.muttrc b/mutt/aethon.muttrc
new file mode 100644
index 0000000..a5f28b9
--- /dev/null
+++ b/mutt/aethon.muttrc
@@ -0,0 +1,16 @@
+###
+# aethon.nl specific options
+###
+
+color status brightwhite green
+
+set from = "thomas@aethon.nl"
+set smtp_url = "smtp://thomas@aethon.nl@smtp.gmail.com:587/"
+set mbox = "+aethon/INBOX"
+set signature = "~/.aethon_signature"
+set postponed = "+aethon/drafts"
+unset record
+
+macro index E "<change-folder>+aethon/archive<enter><limit>~B " "search everything"
+macro index D "<save-message>+aethon/trash<enter>" "move message to the trash"
+macro index S "<save-message>+aethon/spam<enter>" "mark message as spam"
diff --git a/mutt/arch.muttrc b/mutt/arch.muttrc
index 2abc975..faf16b6 100644
--- a/mutt/arch.muttrc
+++ b/mutt/arch.muttrc
@@ -7,9 +7,9 @@ color status brightwhite blue
set from = "tom.willemsen@archlinux.us"
set smtp_url = "smtp://tom.willemsen@archlinux.us@smtp.gmail.com:587/"
set mbox = "+arch/INBOX"
-unset record
-
set postponed = "+arch/drafts"
+unset record
+unset signature
macro index E "<change-folder>+arch/archive<enter><limit>~B " "search everything"
macro index D "<save-message>+arch/trash<enter>" "move message to the trash"
diff --git a/mutt/gmail.muttrc b/mutt/gmail.muttrc
index b44162c..d9e1ef0 100644
--- a/mutt/gmail.muttrc
+++ b/mutt/gmail.muttrc
@@ -1,13 +1,15 @@
###
# gmail specific option
+###
color status blue default
-set from = "ryuslash@gmail.com"
-set smtp_url = "smtp://ryuslash@gmail.com@smtp.gmail.com:587/"
-set mbox = "+gmail/INBOX"
-unset record
+set from = "ryuslash@gmail.com"
+set smtp_url = "smtp://ryuslash@gmail.com@smtp.gmail.com:587/"
+set mbox = "+gmail/INBOX"
set postponed = "+gmail/drafts"
+unset record
+unset signature
macro index E "<change-folder>+gmail/archive<enter><limit>~B " "search everything"
macro index D "<save-message>+gmail/trash<enter>" "move message to the trash"
diff --git a/mutt/iactor.muttrc b/mutt/iactor.muttrc
index bc389dc..3998902 100644
--- a/mutt/iactor.muttrc
+++ b/mutt/iactor.muttrc
@@ -4,11 +4,12 @@
color status red default
-set from = "tom@iactor.nl"
-set smtp_url = "mail.iactor.nl:2525"
-set mbox = "+iactor/INBOX"
-set record = "+iactor/Sent"
+set from = "tom@iactor.nl"
+set smtp_url = "mail.iactor.nl:2525"
+set mbox = "+iactor/INBOX"
+set record = "+iactor/Sent"
set postponed = "+iactor/Drafts"
+unset signature
macro index E "<change-folder>+iactor/INBOX<enter><limit>~B " "search everything"
macro index D "<save-message>+iactor/Trash<enter>" "move message to the trash"