aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorHsieh Chin Fan <pham@topo.tw>2022-11-03 00:03:23 +0800
committerHsieh Chin Fan <pham@topo.tw>2022-11-03 00:03:23 +0800
commitb7f8685c5618038e11544585fdb8ec2d2a55158b (patch)
treeb71f7b9ba3a99131f857fc2dc6026756072b30fe
parentd99be72bbb21a2d1721a5e47e5504b6e72827d0b (diff)
Update
-rw-r--r--Makefile1
-rw-r--r--mutt/muttrc.topo2
2 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 72483d7..477f634 100644
--- a/Makefile
+++ b/Makefile
@@ -52,6 +52,7 @@ pass:
52mutt: ~/.local/share/application 52mutt: ~/.local/share/application
53 ln -sf `pwd`/mutt -T ~/.config/mutt 53 ln -sf `pwd`/mutt -T ~/.config/mutt
54 ln -sf `pwd`/mutt/mutt.desktop $< 54 ln -sf `pwd`/mutt/mutt.desktop $<
55 pass mail/mutt.hooks > mutt/hooks.topo
55 56
56tmux: 57tmux:
57 ln -sf `pwd`/misc/tmux.conf ~/.tmux.conf 58 ln -sf `pwd`/misc/tmux.conf ~/.tmux.conf
diff --git a/mutt/muttrc.topo b/mutt/muttrc.topo
index b84db90..07c609f 100644
--- a/mutt/muttrc.topo
+++ b/mutt/muttrc.topo
@@ -17,7 +17,7 @@ set pgp_sign_as=6DD8C14A # replace 6DD8C14A with your gpg key id
17 17
18# Tune contacts 18# Tune contacts
19source ~/.config/mutt/alias.topo 19source ~/.config/mutt/alias.topo
20source ~/.config/mutt/hook.topo 20source ~/.config/mutt/hooks.topo
21 21
22# Basic Mailbox 22# Basic Mailbox
23set spoolfile = "+INBOX" 23set spoolfile = "+INBOX"