add README

This commit is contained in:
genofire 2020-08-30 18:22:47 +02:00
parent d6c4d82cd8
commit 25ea173ffc
1 changed files with 41 additions and 0 deletions

41
README.md Normal file
View File

@ -0,0 +1,41 @@
# Mails von der Console im Jahre 2020
## Installation
### Archlinux / Manjaro
```bash
pacman -S alot notmuch msmtp isync w3m
```
Passwortmanager (nicht benötigt):
```bash
pacman -S pass
```
Verschieben im IMAP (für andere Clients interessant) - siehe `mail/.notmuch/hooks/post-new`:
```bash
yay -S mblaze-git
```
## Konfigurieren
`~/.notmuch-config` wird automatisch angelegt, wenn `notmuch` zum Ersten mal ausgeführt wird.
## Usage
### Abrufen von (neuen) Mails
Manuelles Abrufen der Mails:
`notmuch new`
Automatisches Abrufen durch systemd.timer:
`systemctl enable --now --user mail.timer`
### Lesen und Schreiben von Mails
Einfach den Client in ein Terminal aufrufen:
`alot`
Hilfe kommt mit den Shortcut `?`.
Weitere Infos von der [Anleitung](https://alot.readthedocs.io/).
## Accounts anpassen
TODO