summaryrefslogtreecommitdiff
path: root/mutt/.mutt
diff options
context:
space:
mode:
Diffstat (limited to 'mutt/.mutt')
-rw-r--r--mutt/.mutt/.gitignore4
-rw-r--r--mutt/.mutt/colors44
-rw-r--r--mutt/.mutt/headers26
-rw-r--r--mutt/.mutt/keys3
-rw-r--r--mutt/.mutt/sidebar13
5 files changed, 0 insertions, 90 deletions
diff --git a/mutt/.mutt/.gitignore b/mutt/.mutt/.gitignore
deleted file mode 100644
index 50a1876..0000000
--- a/mutt/.mutt/.gitignore
+++ /dev/null
@@ -1,4 +0,0 @@
-accounts
-aliases
-cache
-certificates
diff --git a/mutt/.mutt/colors b/mutt/.mutt/colors
deleted file mode 100644
index 9290f29..0000000
--- a/mutt/.mutt/colors
+++ /dev/null
@@ -1,44 +0,0 @@
-# -*- muttrc -*-
-
-# general ui
-color error brightred black
-color status white blue
-color search brightwhite magenta
-color indicator black green
-color markers brightwhite yellow
-
-# messages in the index
-color tree red black
-color index black red ~F # flagged
-color index brightwhite black ~U # unread
-color index green black ~N # new
-color index brightmagenta black ~T # tagged
-color index brightblack black ~D # deleted
-
-# boring text
-color message white black
-color normal white black
-
-# various forms of emphasis
-color bold brightyellow black
-color underline brightyellow black
-
-# quoted text
-color quoted green black
-color quoted1 blue black
-color quoted2 cyan black
-color quoted3 magenta black
-
-color attachment yellow black
-color signature brightblack black
-
-# highlight URLs in messages
-color body brightblue black "(http|https|ftp|news|telnet|finger)://[^ \">\t\r\n]*"
-color body brightblue black "mailto:[-a-z_0-9.]+@[-a-z_0-9.]+"
-color body brightblue black "news:[^ \">\t\r\n]*"
-# email addresses
-color body brightblue black "[-a-z_0-9.%$+=]+@[-a-z_0-9.]+\\.[-a-z][-a-z]+"
-
-# colorize diffs
-auto_view text/x-diff
-auto_view text/x-patch
diff --git a/mutt/.mutt/headers b/mutt/.mutt/headers
deleted file mode 100644
index 3187b2f..0000000
--- a/mutt/.mutt/headers
+++ /dev/null
@@ -1,26 +0,0 @@
-# -*- muttrc -*-
-
-# whitelist the headers I want to see normally
-ignore *
-unignore from date subject to cc
-unignore x-mailer user-agent x-operating-system
-unignore x-bogosity
-unignore list-id list-post
-# see who is being a dick
-unignore disposition-notification-to disposition-notification-options
-
-# add back all custom headers
-unignore x-*
-
-# put important headers in a consistent order
-hdr_order Date From To Cc List-ID List-Post Subject User-Agent X-Operating-System X-Bogosity
-
-# colorize certain headers
-color hdrdefault white black
-color header brightwhite black "^(Date|Return-Path):"
-color header cyan black "^(From|To|Cc):"
-color header green black "^(Subject):"
-color header magenta black "^List-.*:"
-color header red black "^X-Bogosity:"
-color header white black "^(User-Agent|X-Operating-System)"
-color header red black "^Disposition-Notification"
diff --git a/mutt/.mutt/keys b/mutt/.mutt/keys
deleted file mode 100644
index c24fdda..0000000
--- a/mutt/.mutt/keys
+++ /dev/null
@@ -1,3 +0,0 @@
-# -*- muttrc -*-
-
-bind index G imap-fetch-mail
diff --git a/mutt/.mutt/sidebar b/mutt/.mutt/sidebar
deleted file mode 100644
index d3b9f86..0000000
--- a/mutt/.mutt/sidebar
+++ /dev/null
@@ -1,13 +0,0 @@
-# -*- muttrc -*-
-
-set sidebar_width=32
-set sidebar_visible=yes
-set sidebar_sort_method=alpha
-
-bind index CP sidebar-prev
-bind index CN sidebar-next
-bind index CO sidebar-open
-
-bind pager CP sidebar-prev
-bind pager CN sidebar-next
-bind pager CO sidebar-open