summaryrefslogtreecommitdiffstats
path: root/mutt
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2011-07-28 00:25:27 +0200
committerGravatar Tom Willemsen2011-07-28 00:25:27 +0200
commit0b0e95e88c1dbd6a9f16300ae03f725e37b6369b (patch)
treec373b1c5a5c49dc72c23ee708fc478d807d00768 /mutt
parentaf0eeb3f5251367970b15ef4e614bca56c59ee43 (diff)
downloaddotfiles-0b0e95e88c1dbd6a9f16300ae03f725e37b6369b.tar.gz
dotfiles-0b0e95e88c1dbd6a9f16300ae03f725e37b6369b.zip
Preparing placing home-directory in repo
Diffstat (limited to 'mutt')
-rw-r--r--mutt/.gitignore3
-rw-r--r--mutt/aethon.muttrc14
-rw-r--r--mutt/arch.muttrc14
-rw-r--r--mutt/certificates0
-rw-r--r--mutt/colors.muttrc64
-rw-r--r--mutt/gmail.muttrc14
-rw-r--r--mutt/iactor.muttrc13
-rw-r--r--mutt/macros1
-rw-r--r--mutt/mailcap5
-rw-r--r--mutt/sig0
10 files changed, 0 insertions, 128 deletions
diff --git a/mutt/.gitignore b/mutt/.gitignore
deleted file mode 100644
index 4e65536..0000000
--- a/mutt/.gitignore
+++ /dev/null
@@ -1,3 +0,0 @@
-cache
-temp
-alias
diff --git a/mutt/aethon.muttrc b/mutt/aethon.muttrc
deleted file mode 100644
index 259098a..0000000
--- a/mutt/aethon.muttrc
+++ /dev/null
@@ -1,14 +0,0 @@
-###
-# aethon.nl specific options
-###
-
-set from = "thomas@aethon.nl"
-set smtp_url = "smtp://thomas@aethon.nl@smtp.gmail.com:587/"
-set mbox = "+aethon/INBOX"
-set signature = "~/documents/work/aethon/signature.txt"
-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
deleted file mode 100644
index 64bebd0..0000000
--- a/mutt/arch.muttrc
+++ /dev/null
@@ -1,14 +0,0 @@
-###
-# archlinux.us specific options
-###
-
-set from = "tom.willemsen@archlinux.us"
-set smtp_url = "smtp://tom.willemsen@archlinux.us@smtp.gmail.com:587/"
-set mbox = "+arch/INBOX"
-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"
-macro index S "<save-message>+arch/spam<enter>" "mark message as spam"
diff --git a/mutt/certificates b/mutt/certificates
deleted file mode 100644
index e69de29..0000000
--- a/mutt/certificates
+++ /dev/null
diff --git a/mutt/colors.muttrc b/mutt/colors.muttrc
deleted file mode 100644
index b73436b..0000000
--- a/mutt/colors.muttrc
+++ /dev/null
@@ -1,64 +0,0 @@
-###
-# mutt colors file
-###
-
-# set default
-color normal default default
-
-# main colors
-color status color0 default
-color indicator brightcolor4 color7
-color tree color5 default
-color error brightcolor7 default
-color message color3 default
-
-# uncolor certain messages
-uncolor index "~P"
-uncolor index "~N ~u"
-uncolor index "~N !~u"
-uncolor index "~T"
-uncolor index "~D"
-
-# and recolor them appropriately
-color index color3 default "~P"
-color index color2 default "~u"
-color index brightcolor2 default "~N ~u" # new ML mail
-color index brightcolor3 default "~N !~u" # new non-ML mail
-color index brightcolor5 default "~T"
-color index color1 default "~D"
-
-# set up the headers
-color header color5 color7 "^from:"
-color header color5 color7 "^to:"
-color header color5 color7 "^cc:"
-color header color5 color7 "^date:"
-color header color5 color7 "^subject:"
-
-# message bodies
-color attachment color3 default
-color search color1 color0
-color signature color6 default
-color tilde color4 default
-
-# urls
-color body brightcolor4 default "(^|<| )mailto:[^ ]+@[^ ]( |>|$)"
-color body brightcolor4 default "(^|<| )(http|https|ftp|file|telnet|news|finger)://[^ ]+( |>|$)"
-
-# smileys
-color body brightcolor5 default "(^| )+(|[<>|])[8;:](|[^ ])[)(/|DOPS]( |$)+"
-color body brightcolor5 default "(^| )+[)(/|DOPS](|[^ ])[8;:](|[<>|])( |$)+"
-
-# *bold*, _underline_ and /italic/
-color body brightcolor6 default "(^| )\\*[^*]+\\*( |$)"
-color body brightcolor6 default "(^| )_[^_]+_( |$)"
-color body brightcolor6 default "(^| )/[^/]+/( |$)"
-
-# quote blocks
-color quoted brightcolor0 default
-color quoted1 brightcolor1 default
-color quoted2 brightcolor2 default
-color quoted3 brightcolor3 default
-color quoted4 brightcolor4 default
-color quoted5 brightcolor5 default
-color quoted6 brightcolor6 default
-color quoted7 brightdefault default
diff --git a/mutt/gmail.muttrc b/mutt/gmail.muttrc
deleted file mode 100644
index 80c9178..0000000
--- a/mutt/gmail.muttrc
+++ /dev/null
@@ -1,14 +0,0 @@
-###
-# gmail specific option
-###
-
-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"
-macro index S "<save-message>+gmail/spam<enter>" "mark message as spam"
diff --git a/mutt/iactor.muttrc b/mutt/iactor.muttrc
deleted file mode 100644
index f090b5f..0000000
--- a/mutt/iactor.muttrc
+++ /dev/null
@@ -1,13 +0,0 @@
-###
-# iactor specific options
-###
-
-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"
diff --git a/mutt/macros b/mutt/macros
deleted file mode 100644
index 3f6ec6b..0000000
--- a/mutt/macros
+++ /dev/null
@@ -1 +0,0 @@
-macro pager \cb <pipe-entry>'urlview'<enter> 'Follow links with urlview'
diff --git a/mutt/mailcap b/mutt/mailcap
deleted file mode 100644
index 8f01a4f..0000000
--- a/mutt/mailcap
+++ /dev/null
@@ -1,5 +0,0 @@
-text/html; lynx -dump %s; nametemplate=%s.html; copiousoutput
-application/vnd.openxmlformats-officedocument.wordprocessingml.document; libreoffice %s
-application/vnd.ms-excel; libreoffice %s
-image/jpeg; feh %s
-image/png; feh %s
diff --git a/mutt/sig b/mutt/sig
deleted file mode 100644
index e69de29..0000000
--- a/mutt/sig
+++ /dev/null