Mutt (Debian): Unterschied zwischen den Versionen
Aus MattWiki
Matt (Diskussion | Beiträge) |
Matt (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
||
Zeile 9: | Zeile 9: | ||
Mögliche Inhalte einer Konfigurationsdatei: | Mögliche Inhalte einer Konfigurationsdatei: | ||
set folder = '~/ | set folder = '~/alt-path-mailfile' # Standardpfad von Mailordnern | ||
# set folder = '/var/mail/username' # Debian Systemmiteilungs-Maildatei | |||
set pager_stop = yes # Stop at end of an email instead of showing next email | set pager_stop = yes # Stop at end of an email instead of showing next email | ||
Zeile 15: | Zeile 16: | ||
[[Category:Debian]] | |||
[[Category:Linux]] | [[Category:Linux]] |
Version vom 22. Februar 2016, 22:43 Uhr
Hotkeys
c # Ordner wechseln c ? # Ordner wechseln - Ordnerliste anzeigen
Konfigurationseinstellungen
Konfigurationsdatei .muttrc
liegt im $HOME
-Verzeichnis.
Mögliche Inhalte einer Konfigurationsdatei:
set folder = '~/alt-path-mailfile' # Standardpfad von Mailordnern # set folder = '/var/mail/username' # Debian Systemmiteilungs-Maildatei set pager_stop = yes # Stop at end of an email instead of showing next email