Änderungen

Zur Navigation springen Zur Suche springen
Zeile 411: Zeile 411:  
   pip install notmuch
 
   pip install notmuch
 
   python -m netviel
 
   python -m netviel
 +
 +
=== Grafische Benutzeroberfläche für notmuch ===
 +
 +
[https://github.com/akissinger/dodo dodo] ist eine einfache graphische Oberfläche für notmuch.
 +
 +
  sudo aptitude install libxcb-cursor0
 +
  git clone https://github.com/akissinger/dodo.git
 +
  cd dodo
 +
  python3 -m venv venv
 +
  source venv/bin/activate
 +
  pip install .
 +
  dodo
 +
  source venv/bin/deactivate
 +
 +
Außerdem muss man noch die Datei <code>config.py</code> in <code>~/.config/dodo/</code> erstellen:
 +
 +
  import dodo
 +
 +
  # required
 +
  dodo.settings.email_address = 'First Last <me@domain.com>'
 +
  dodo.settings.sent_dir = '/home/user/mail/Work/Sent'
    
=== Die .forward Datei ===
 
=== Die .forward Datei ===

Navigationsmenü