docs(mu4e): minor readme fixes

- use links instead of ~code~ markup for early project mentions
- fix install matrix
This commit is contained in:
Itai Y. Efrat 2021-08-04 22:41:21 +03:00 committed by Henrik Lissner
parent 78a75608bd
commit 891628379d

View file

@ -23,7 +23,7 @@
- [[#void-function-org-time-add-error-on-gentoo][~(void-function org-time-add)~ error on Gentoo]] - [[#void-function-org-time-add-error-on-gentoo][~(void-function org-time-add)~ error on Gentoo]]
* Description * Description
This module makes Emacs an email client, using ~mu4e~. This module makes Emacs an email client, using [[https://www.djcbsoftware.nl/code/mu/mu4e.html][mu4e]].
#+begin_quote #+begin_quote
I want to live in Emacs, but as we all know, living is incomplete without email. I want to live in Emacs, but as we all know, living is incomplete without email.
@ -51,14 +51,14 @@ via IMAP) and ~mu~ (to index my mail into a format ~mu4e~ can understand).
* Prerequisites * Prerequisites
This module requires: This module requires:
+ ~mu~, to index your downloaded messages and to provide the ~mu4e~ package. + [[https://www.djcbsoftware.nl/code/mu/][mu]], to index your downloaded messages and to provide the [[https://www.djcbsoftware.nl/code/mu/mu4e.html][mu4e]] package.
+ A program to sync your mail. This module comes with builtin support for + A program to sync your mail. This module comes with builtin support for
~mbsync~ (recommended, default) or ~offlineimap~ but you can sync mail in [[https://isync.sourceforge.io/][mbsync]] (recommended, default) or [[http://www.offlineimap.org/][offlineimap]] but you can sync mail in
other ways too. other ways too.
#+name: Install Matrix #+name: Install Matrix
| Platform | Install command | Base packages | | Platform | Install command | Base packages |
|---------------+------------------------+---------------------| |---------------+--------------------------+-------------------------|
| MacOS | ~brew install <pkgs>~ | =mu= | | MacOS | ~brew install <pkgs>~ | =mu= |
| Arch | ~pacman -S <pkgs>~ | (AUR, ~yay -S~) =mu= | | Arch | ~pacman -S <pkgs>~ | (AUR, ~yay -S~) =mu= |
| openSUSE | ~zypper install <pkgs>~ | =maildir-utils=, =mu4e= | | openSUSE | ~zypper install <pkgs>~ | =maildir-utils=, =mu4e= |