From abd57a9ead09451cc271e093681da968fdeee925 Mon Sep 17 00:00:00 2001 From: Marc Pohling Date: Thu, 12 Apr 2018 12:22:56 +0200 Subject: [PATCH] Initial config for emails --- config.org | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/config.org b/config.org index b28e2a7..26cf65a 100644 --- a/config.org +++ b/config.org @@ -570,6 +570,27 @@ Requires counsel #+end_src +* Emails + Currently following tools are required: + - notmuch (edit, read, tag, delete emails) + - isync /mbsync (fetch or sync emails) + + After setting up mbsync, notmuch must be configured. Execute "notmuch" from the command line to launch the setup wizard. After it, "notmuch new" to create a new database, which will index the available local e-mails. + + TODO: + - setup of mbsync on linux + - setup of notmuch on linux + - shell script for installation of isync and notmuch + - more config for notmuch? + - hydra for notmuch? + - maybe org-notmuch? + - some way to refresh the notmuch db before I run notmuch? + #+begin_src emacs-lisp +(use-package notmuch + :ensure t +) + #+end_src + * Personal Finances I picked ledger for my personal accounting and will test if it's beneficial over gnucash. ..and don't activate the modules at work.