Add bit about initing mu

This commit is contained in:
Aaron Bieber 2021-08-08 10:42:54 -06:00
parent 6bd3bd375f
commit 5df43ed97c
2 changed files with 10 additions and 1 deletions

View File

@ -1069,6 +1069,15 @@ Some go tools use this.
~mu~ has been the best mail client for me on emacs.
** Initializing mu
The defaults ~mu~ uses make no sense. ~~/.cache~ is for .. caching data, not
persistent databases.. So we init things with sane defaults:
#+begin_src shell
mu init --muhome=/home/qbit/.mu -m /home/qbit/Maildir/fastmail/ --my-address="aaron@bolddaemon.com"
#+end_src
** General mail configuration
#+begin_src emacs-lisp

View File

@ -28,7 +28,7 @@ else
else
tmux rename-window "IRC"
tmux new-window -n "Mail"
tmux new-window -n "Music"
tmux new-window -n "Misc"
tmux new-window
fi
tmux select-window -t${IDX}