From 5e7e3c427c7e061663910c3b84268d3e4f26ae9b Mon Sep 17 00:00:00 2001 From: James Blair Date: Sat, 11 Apr 2020 15:21:47 +1200 Subject: [PATCH] Improved automated mutt setup. --- wsl-setup.org | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/wsl-setup.org b/wsl-setup.org index 7dcdafc..bebdf71 100644 --- a/wsl-setup.org +++ b/wsl-setup.org @@ -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. #+NAME: Install mutt - #+BEGIN_SRC shell - sudo apt-get install mutt urlscan + #+BEGIN_SRC tmate + sudo apt-get install -y mutt urlscan #+END_SRC After installing mutt we then need to create configuration directories and files. #+NAME: Create mutt config files - #+BEGIN_SRC shell + #+BEGIN_SRC tmate mkdir -p ~/.mutt/cache/headers mkdir ~/.mutt/cache/bodies touch ~/.mutt/certificates