Added notmuch config and tweaked bspwm config
This commit is contained in:
parent
67a95a1000
commit
7272f295ba
2 changed files with 13 additions and 5 deletions
|
@ -25,3 +25,5 @@ xsetroot -cursor_name left_ptr
|
|||
~/.scripts/fehbg.sh
|
||||
~/.scripts/bar.sh
|
||||
compton &
|
||||
dropbox &
|
||||
xautolock -time 15 -locker slock &
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue