Improved automated mutt setup.

This commit is contained in:
2020-04-11 15:21:47 +12:00
parent a5db9813bb
commit 5e7e3c427c

View File

@ -334,14 +334,14 @@ Once our keys are available to us we can clone down our dotfiles and get back to
The first step to setup mutt is to ensure it is installed. The first step to setup mutt is to ensure it is installed.
#+NAME: Install mutt #+NAME: Install mutt
#+BEGIN_SRC shell #+BEGIN_SRC tmate
sudo apt-get install mutt urlscan sudo apt-get install -y mutt urlscan
#+END_SRC #+END_SRC
After installing mutt we then need to create configuration directories and files. After installing mutt we then need to create configuration directories and files.
#+NAME: Create mutt config files #+NAME: Create mutt config files
#+BEGIN_SRC shell #+BEGIN_SRC tmate
mkdir -p ~/.mutt/cache/headers mkdir -p ~/.mutt/cache/headers
mkdir ~/.mutt/cache/bodies mkdir ~/.mutt/cache/bodies
touch ~/.mutt/certificates touch ~/.mutt/certificates