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/fehbg.sh
|
||||||
~/.scripts/bar.sh
|
~/.scripts/bar.sh
|
||||||
compton &
|
compton &
|
||||||
|
dropbox &
|
||||||
|
xautolock -time 15 -locker slock &
|
||||||
|
|
|
@ -10,8 +10,9 @@
|
||||||
# Notmuch will store its database within a sub-directory of the path
|
# Notmuch will store its database within a sub-directory of the path
|
||||||
# configured here named ".notmuch".
|
# configured here named ".notmuch".
|
||||||
#
|
#
|
||||||
|
|
||||||
[database]
|
[database]
|
||||||
path=/home/gigavinyl/mail
|
path=/home/gigavinyl/.mail
|
||||||
|
|
||||||
# User configuration
|
# User configuration
|
||||||
#
|
#
|
||||||
|
@ -28,10 +29,11 @@ path=/home/gigavinyl/mail
|
||||||
# recipient list of replies, and will set the From address based on the
|
# recipient list of replies, and will set the From address based on the
|
||||||
# address to which the original email was addressed.
|
# address to which the original email was addressed.
|
||||||
#
|
#
|
||||||
|
|
||||||
[user]
|
[user]
|
||||||
name=Carolyn Saunders
|
name=Carolyn Saunders
|
||||||
primary_email=gigavinyl@gmail.com
|
primary_email=carolyn.saunders@gigavinyl.com
|
||||||
other_email=timandmoby@gmail.com;600006667@fjuhsd.org;
|
#other_email=timandmoby@gmail.com;600006667@fjuhsd.org;
|
||||||
|
|
||||||
# Configuration for "notmuch new"
|
# 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
|
# names will be ignored, independent of its depth/location
|
||||||
# in the mail store.
|
# in the mail store.
|
||||||
#
|
#
|
||||||
|
|
||||||
[new]
|
[new]
|
||||||
tags=unread;inbox;
|
tags=inbox;unread;
|
||||||
ignore=
|
ignore=Trash
|
||||||
|
|
||||||
# Search configuration
|
# Search configuration
|
||||||
#
|
#
|
||||||
|
@ -60,6 +63,7 @@ ignore=
|
||||||
# search results by default. Using an excluded tag in a
|
# search results by default. Using an excluded tag in a
|
||||||
# query will override that exclusion.
|
# query will override that exclusion.
|
||||||
#
|
#
|
||||||
|
|
||||||
[search]
|
[search]
|
||||||
exclude_tags=deleted;spam;
|
exclude_tags=deleted;spam;
|
||||||
|
|
||||||
|
@ -84,6 +88,7 @@ exclude_tags=deleted;spam;
|
||||||
# and update tags, while the "notmuch tag" and "notmuch restore"
|
# and update tags, while the "notmuch tag" and "notmuch restore"
|
||||||
# commands will notice tag changes and update flags in filenames
|
# commands will notice tag changes and update flags in filenames
|
||||||
#
|
#
|
||||||
|
|
||||||
[maildir]
|
[maildir]
|
||||||
synchronize_flags=true
|
synchronize_flags=true
|
||||||
|
|
||||||
|
@ -94,5 +99,6 @@ synchronize_flags=true
|
||||||
# gpg_path
|
# gpg_path
|
||||||
# binary name or full path to invoke gpg.
|
# binary name or full path to invoke gpg.
|
||||||
#
|
#
|
||||||
|
|
||||||
[crypto]
|
[crypto]
|
||||||
gpg_path=gpg
|
gpg_path=gpg
|
||||||
|
|
Loading…
Reference in a new issue