Browse Source

Initial config for emails

master
Marc Pohling 6 years ago
parent
commit
abd57a9ead
1 changed files with 21 additions and 0 deletions
  1. 21
      config.org

21
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.

Loading…
Cancel
Save