diff options
| -rw-r--r-- | Makefile | 1 | ||||
| -rw-r--r-- | mutt/muttrc.topo | 2 |
2 files changed, 2 insertions, 1 deletions
| @@ -52,6 +52,7 @@ pass: | |||
| 52 | mutt: ~/.local/share/application | 52 | mutt: ~/.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 | ||
| 56 | tmux: | 57 | tmux: |
| 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 |
| 19 | source ~/.config/mutt/alias.topo | 19 | source ~/.config/mutt/alias.topo |
| 20 | source ~/.config/mutt/hook.topo | 20 | source ~/.config/mutt/hooks.topo |
| 21 | 21 | ||
| 22 | # Basic Mailbox | 22 | # Basic Mailbox |
| 23 | set spoolfile = "+INBOX" | 23 | set spoolfile = "+INBOX" |