From d2376d8da10c09d12f32e687c81b65fb7021a230 Mon Sep 17 00:00:00 2001 From: Shom Bandopadhaya Date: Fri, 29 May 2020 02:00:04 -0500 Subject: [PATCH 1/3] Corrected intra-document links --- modules/email/mu4e/README.org | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/email/mu4e/README.org b/modules/email/mu4e/README.org index ca88d65b5..fd697dd48 100644 --- a/modules/email/mu4e/README.org +++ b/modules/email/mu4e/README.org @@ -120,11 +120,11 @@ detailed configuration [[https://github.com/OfflineIMAP/offlineimap/blob/master/ Next you can download your email with ~offlineimap -o~. This may take a while, especially if you have thousands of mails. -You can now proceed with the [[*mu and mu4e][mu and mu4e]] section. +You can now proceed with the [[mu and mu4e][mu and mu4e]] section. ** mbsync The steps needed to set up =mu4e= with =mbsync= are very similar to the ones for -[[*offlineimap][offlineimap]]. +[[offlineimap][offlineimap]]. Start with writing a ~\~/.mbsyncrc~. An example for GMAIL can be found on [[http://pragmaticemacs.com/emacs/migrating-from-offlineimap-to-mbsync-for-mu4e/][pragmaticemacs.com]]. A non-GMAIL example is available as a gist [[https://gist.github.com/agraul/60977cc497c3aec44e10591f94f49ef0][here]]. The [[http://isync.sourceforge.net/mbsync.html][manual @@ -133,7 +133,7 @@ page]] contains all needed information to set up your own. Next you can download your email with ~mbsync --all~. This may take a while, but should be quicker than =offlineimap= ;). -You can now proceed with the [[*mu and mu4e][mu and mu4e]] section. +You can now proceed with the [[mu and mu4e][mu and mu4e]] section. ** mu and mu4e You should have your email downloaded already. If you have not, you need to set From 163d477eca7b9bf0e778b69b8bd46da080664e11 Mon Sep 17 00:00:00 2001 From: Shom Bandopadhaya Date: Fri, 29 May 2020 02:07:25 -0500 Subject: [PATCH 2/3] Corrected intra-document links --- modules/email/mu4e/README.org | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/email/mu4e/README.org b/modules/email/mu4e/README.org index fd697dd48..f6944e50d 100644 --- a/modules/email/mu4e/README.org +++ b/modules/email/mu4e/README.org @@ -120,11 +120,11 @@ detailed configuration [[https://github.com/OfflineIMAP/offlineimap/blob/master/ Next you can download your email with ~offlineimap -o~. This may take a while, especially if you have thousands of mails. -You can now proceed with the [[mu and mu4e][mu and mu4e]] section. +You can now proceed with the [[#mu-and-mu4e][mu and mu4e]] section. ** mbsync The steps needed to set up =mu4e= with =mbsync= are very similar to the ones for -[[offlineimap][offlineimap]]. +[[#offlineimap][offlineimap]]. Start with writing a ~\~/.mbsyncrc~. An example for GMAIL can be found on [[http://pragmaticemacs.com/emacs/migrating-from-offlineimap-to-mbsync-for-mu4e/][pragmaticemacs.com]]. A non-GMAIL example is available as a gist [[https://gist.github.com/agraul/60977cc497c3aec44e10591f94f49ef0][here]]. The [[http://isync.sourceforge.net/mbsync.html][manual @@ -133,7 +133,7 @@ page]] contains all needed information to set up your own. Next you can download your email with ~mbsync --all~. This may take a while, but should be quicker than =offlineimap= ;). -You can now proceed with the [[mu and mu4e][mu and mu4e]] section. +You can now proceed with the [[#mu-and-mu4e][mu and mu4e]] section. ** mu and mu4e You should have your email downloaded already. If you have not, you need to set From 89bf9553e69fc9d609ce656c996f5ef7217a1996 Mon Sep 17 00:00:00 2001 From: Shom Bandopadhaya Date: Fri, 29 May 2020 02:12:41 -0500 Subject: [PATCH 3/3] Dotfiles were refactored, pinned to arbitrary point with valid example --- modules/email/mu4e/README.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/email/mu4e/README.org b/modules/email/mu4e/README.org index f6944e50d..39411bcad 100644 --- a/modules/email/mu4e/README.org +++ b/modules/email/mu4e/README.org @@ -113,7 +113,7 @@ This module uses =mbsync= by default. To use =offlineimap=, change ~+mu4e-backen #+END_SRC Next, you need to write a configuration file for =offlineimap=. 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 +[[https://github.com/hlissner/dotfiles/blob/be0dce5dae8f3cbafaac0cc44269d84b4a742c46/shell/mu/][in my dotfiles repository]]. It is configured to download mail to ~\~/.mail~. I use [[https://www.passwordstore.org/][unix pass]] to securely store my login credentials. You can find a *very* detailed configuration [[https://github.com/OfflineIMAP/offlineimap/blob/master/offlineimap.conf][here]].