From 7272f295badbb1f17731a6609177947fd6032cb9 Mon Sep 17 00:00:00 2001 From: Carolyn Saunders Date: Thu, 29 Dec 2016 12:59:01 -0800 Subject: [PATCH] Added notmuch config and tweaked bspwm config --- .config/bspwm/bspwmrc | 2 ++ .notmuch-config | 16 +++++++++++----- 2 files changed, 13 insertions(+), 5 deletions(-) diff --git a/.config/bspwm/bspwmrc b/.config/bspwm/bspwmrc index 3ecb979..a05d386 100755 --- a/.config/bspwm/bspwmrc +++ b/.config/bspwm/bspwmrc @@ -25,3 +25,5 @@ xsetroot -cursor_name left_ptr ~/.scripts/fehbg.sh ~/.scripts/bar.sh compton & +dropbox & +xautolock -time 15 -locker slock & diff --git a/.notmuch-config b/.notmuch-config index 8e19ead..1943162 100644 --- a/.notmuch-config +++ b/.notmuch-config @@ -10,8 +10,9 @@ # Notmuch will store its database within a sub-directory of the path # configured here named ".notmuch". # + [database] -path=/home/gigavinyl/mail +path=/home/gigavinyl/.mail # User configuration # @@ -28,10 +29,11 @@ path=/home/gigavinyl/mail # recipient list of replies, and will set the From address based on the # address to which the original email was addressed. # + [user] name=Carolyn Saunders -primary_email=gigavinyl@gmail.com -other_email=timandmoby@gmail.com;600006667@fjuhsd.org; +primary_email=carolyn.saunders@gigavinyl.com +#other_email=timandmoby@gmail.com;600006667@fjuhsd.org; # Configuration for "notmuch new" # @@ -47,9 +49,10 @@ other_email=timandmoby@gmail.com;600006667@fjuhsd.org; # names will be ignored, independent of its depth/location # in the mail store. # + [new] -tags=unread;inbox; -ignore= +tags=inbox;unread; +ignore=Trash # Search configuration # @@ -60,6 +63,7 @@ ignore= # search results by default. Using an excluded tag in a # query will override that exclusion. # + [search] exclude_tags=deleted;spam; @@ -84,6 +88,7 @@ exclude_tags=deleted;spam; # and update tags, while the "notmuch tag" and "notmuch restore" # commands will notice tag changes and update flags in filenames # + [maildir] synchronize_flags=true @@ -94,5 +99,6 @@ synchronize_flags=true # gpg_path # binary name or full path to invoke gpg. # + [crypto] gpg_path=gpg