Merge pull request #2908 from Yul3n/develop
Added details to the mu4e documentation.
This commit is contained in:
commit
10031153b7
1 changed files with 13 additions and 2 deletions
|
@ -12,6 +12,7 @@
|
||||||
- [[#arch-linux][Arch Linux]]
|
- [[#arch-linux][Arch Linux]]
|
||||||
- [[#nixos][NixOS]]
|
- [[#nixos][NixOS]]
|
||||||
- [[#opensuse][openSUSE]]
|
- [[#opensuse][openSUSE]]
|
||||||
|
- [[Debian/Ubuntu]]
|
||||||
- [[#features][Features]]
|
- [[#features][Features]]
|
||||||
- [[#configuration][Configuration]]
|
- [[#configuration][Configuration]]
|
||||||
- [[#offlineimap][offlineimap]]
|
- [[#offlineimap][offlineimap]]
|
||||||
|
@ -87,9 +88,18 @@ Remove ~#~ in ~#sync_program=offlineimap~ to choose ~offlineimap~ instead of
|
||||||
sync_program=isync # mbsync
|
sync_program=isync # mbsync
|
||||||
#sync_program=offlineimap
|
#sync_program=offlineimap
|
||||||
|
|
||||||
sudo zypper install maildir-utils $sync_programm
|
sudo zypper install maildir-utils $sync_program
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
|
** Debian/Ubuntu
|
||||||
|
Run the command corresponding to the desired backend and the last one.
|
||||||
|
#+BEGIN_SRC sh
|
||||||
|
sudo apt-get install isync # mbsync
|
||||||
|
# or
|
||||||
|
sudo apt-get install offlineimap
|
||||||
|
# then
|
||||||
|
sudo apt-get install maildir-utils # mu
|
||||||
|
#+END_SRC
|
||||||
* TODO Features
|
* TODO Features
|
||||||
|
|
||||||
* Configuration
|
* Configuration
|
||||||
|
@ -104,7 +114,8 @@ Then you must set up offlineimap and index your mail:
|
||||||
|
|
||||||
1. Write a ~\~/.offlineimaprc~. Mine can be found [[https://github.com/hlissner/dotfiles/tree/master/shell/mu][in my dotfiles repository]]. It
|
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 [[https://www.passwordstore.org/][unix pass]] to securely
|
is configured to download mail to ~\~/.mail~. I use [[https://www.passwordstore.org/][unix pass]] to securely
|
||||||
store my login credentials.
|
store my login credentials. You can find a *very* detailed configuration
|
||||||
|
[[https://github.com/OfflineIMAP/offlineimap/blob/master/offlineimap.conf][here]].
|
||||||
2. Download your email: ~offlineimap -o~ (may take a while)
|
2. Download your email: ~offlineimap -o~ (may take a while)
|
||||||
3. Index it with mu: ~mu index --maildir ~/.mail~
|
3. Index it with mu: ~mu index --maildir ~/.mail~
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue