You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
3 years ago | |
---|---|---|
.config | 3 years ago | |
.local/bin | 3 years ago | |
mail/.notmuch/hooks | 3 years ago | |
.mailcap | 3 years ago | |
.mbsyncrc | 3 years ago | |
.msmtprc | 3 years ago | |
.notmuch-config | 3 years ago | |
README.md | 3 years ago |
README.md
Mails von der Console im Jahre 2020
Installation
Archlinux / Manjaro
pacman -S alot notmuch msmtp isync w3m
Passwortmanager (nicht benötigt):
pacman -S pass
Verschieben im IMAP (für andere Clients interessant) - siehe mail/.notmuch/hooks/post-new
:
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.
Accounts anpassen
TODO