summaryrefslogtreecommitdiffstats
path: root/mutt
diff options
context:
space:
mode:
Diffstat (limited to 'mutt')
-rwxr-xr-xmutt/.config/mutt/choose-muttrc-type (renamed from mutt/choose-muttrc-type)4
-rw-r--r--mutt/.config/mutt/imap (renamed from mutt/imap)0
-rw-r--r--mutt/.config/mutt/local (renamed from mutt/local)0
-rw-r--r--mutt/.config/mutt/mailcap (renamed from mutt/mailcap)0
-rw-r--r--mutt/.config/mutt/muttrc (renamed from mutt/muttrc)4
-rw-r--r--mutt/Makefile5
6 files changed, 9 insertions, 4 deletions
diff --git a/mutt/choose-muttrc-type b/mutt/.config/mutt/choose-muttrc-type
index 363a64c..ddadb70 100755
--- a/mutt/choose-muttrc-type
+++ b/mutt/.config/mutt/choose-muttrc-type
@@ -4,9 +4,9 @@ set -o pipefail
case "$(hostname)" in
hornet)
- echo 'source ~/.mutt/local'
+ echo 'source ~/.config/mutt/local'
;;
*)
- echo 'source ~/.mutt/imap'
+ echo 'source ~/.config/mutt/imap'
;;
esac
diff --git a/mutt/imap b/mutt/.config/mutt/imap
index 13ed472..13ed472 100644
--- a/mutt/imap
+++ b/mutt/.config/mutt/imap
diff --git a/mutt/local b/mutt/.config/mutt/local
index a4fea33..a4fea33 100644
--- a/mutt/local
+++ b/mutt/.config/mutt/local
diff --git a/mutt/mailcap b/mutt/.config/mutt/mailcap
index a791985..a791985 100644
--- a/mutt/mailcap
+++ b/mutt/.config/mutt/mailcap
diff --git a/mutt/muttrc b/mutt/.config/mutt/muttrc
index f4c9af1..8321ba1 100644
--- a/mutt/muttrc
+++ b/mutt/.config/mutt/muttrc
@@ -1,10 +1,10 @@
-source '~/.mutt/choose-muttrc-type|'
+source '~/.config/mutt/choose-muttrc-type|'
# folders {{{
set record="=Sent"
set postponed="=Drafts"
set header_cache="~/.cache/mutt/headers"
set message_cachedir="~/.cache/mutt/bodies"
-set mailcap_path="~/.mutt/mailcap"
+set mailcap_path="~/.config/mutt/mailcap"
set nm_default_url="notmuch://$HOME/.cache/notmuch"
# }}}
# identity {{{
diff --git a/mutt/Makefile b/mutt/Makefile
new file mode 100644
index 0000000..2caf3fd
--- /dev/null
+++ b/mutt/Makefile
@@ -0,0 +1,5 @@
+include ../Makefile.include
+
+install:
+ @mkdir -p $(HOME)/.cache/mutt/headers
+ @mkdir -p $(HOME)/.cache/mutt/bodies