diff --git a/.emacs.d/readme.org b/.emacs.d/readme.org index e9771be..ff209e5 100644 --- a/.emacs.d/readme.org +++ b/.emacs.d/readme.org @@ -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 diff --git a/bin/tstart b/bin/tstart index 0ccf573..82abb52 100755 --- a/bin/tstart +++ b/bin/tstart @@ -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}