From eeb48878875abbd2ecbd9215acd1a18668a01757 Mon Sep 17 00:00:00 2001 From: Brandon Orther Date: Fri, 26 May 2017 01:24:19 -0700 Subject: [PATCH] Fix link to mu dotfiles. --- modules/app/email/README.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/app/email/README.org b/modules/app/email/README.org index c5da8450f..9faa36954 100644 --- a/modules/app/email/README.org +++ b/modules/app/email/README.org @@ -30,7 +30,7 @@ sudo pacman --noconfirm --needed -S offlineimap mu ** Dependencies You need to do the following: -1. Write a ~\~/.offlineimaprc~. Mine can be found [[https://github.com/hlissner/dotfiles/tree/master/shell/%252Bmu][in my dotfiles repository]]. It is configured to download mail to ~\~/.mail~. I use unix pass to securely store my login credentials. +1. Write a ~\~/.offlineimaprc~. Mine can be found [[https://github.com/hlissner/dotfiles/tree/master/shell/+mu][in my dotfiles repository]]. It is configured to download mail to ~\~/.mail~. I use unix pass to securely store my login credentials. 2. Download your email: ~offlineimap -o~ (may take a while) 3. Index it with mu: ~mu index --maildir ~/.mail~