dotfiles

My configuration files.
Log | Files | Refs | README

commit e0813f06f45ab42f138d6890c998dbe9b6144cbf
parent 7add73311fd8c7355a9fe8bf2dde6766e6e5f83f
Author: Sven Möller <sven@svenmoeller.xyz>
Date:   Tue, 22 Feb 2022 20:54:26 +0100

Add to dotfiles

Diffstat:
Anotmuch/.notmuch-config | 19+++++++++++++++++++
Aprofanity/.config/profanity/profrc | 2++
2 files changed, 21 insertions(+), 0 deletions(-)

diff --git a/notmuch/.notmuch-config b/notmuch/.notmuch-config @@ -0,0 +1,19 @@ +[database] +path=/home/sven/.mail + +[user] +name=Sven Möller +primary_email=sven.moeller@mailbox.org + +[new] +tags=new; +ignore=.uidvalidity;.mbsyncstate + +[search] +exclude_tags= + +[maildir] +synchronize_flags=true + +[crypto] +gpg_path=gpg diff --git a/profanity/.config/profanity/profrc b/profanity/.config/profanity/profrc @@ -0,0 +1,2 @@ +[ui] +theme=solarized-dark