summaryrefslogtreecommitdiffstats
path: root/mutt
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2010-12-12 17:20:43 -0600
committerJesse Luehrs <doy@tozt.net>2010-12-12 17:20:43 -0600
commitc4d9088aab2bbe46733795ffd0f6dab59c6af284 (patch)
tree54b4244d2c036dbfc78d4cb459aaa08cbace9cca /mutt
parente0c4c26e51209c220dd405942657e7cc8d544049 (diff)
downloadconf-c4d9088aab2bbe46733795ffd0f6dab59c6af284.tar.gz
conf-c4d9088aab2bbe46733795ffd0f6dab59c6af284.zip
add modelines for proper syntax highlighting
Diffstat (limited to 'mutt')
-rw-r--r--mutt/colors2
-rw-r--r--mutt/imap2
-rw-r--r--mutt/keys2
3 files changed, 6 insertions, 0 deletions
diff --git a/mutt/colors b/mutt/colors
index 5f03e76..c81daf7 100644
--- a/mutt/colors
+++ b/mutt/colors
@@ -8,3 +8,5 @@ color quoted6 green default
color quoted7 brightgreen default
color quoted8 green default
color quoted9 brightgreen default
+
+# vim:ft=muttrc:
diff --git a/mutt/imap b/mutt/imap
index 2d54be3..0ef3253 100644
--- a/mutt/imap
+++ b/mutt/imap
@@ -6,3 +6,5 @@ set header_cache=~/.mutt/cache
set message_cachedir=~/.mutt/cache
set net_inc=5
set mark_old=no
+
+# vim:ft=muttrc:
diff --git a/mutt/keys b/mutt/keys
index 3928099..dc35898 100644
--- a/mutt/keys
+++ b/mutt/keys
@@ -19,3 +19,5 @@ bind index g first-entry
bind index G last-entry
bind index ^G imap-fetch-mail
macro index S "<enter-command>set resolve=no<enter><clear-flag>N<save-message>=spam<enter><enter-command>set resolve=yes<enter>"
+
+# vim:ft=muttrc: