From 5de0e0b360f5294d0c1a037543a8492432114ee4 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sat, 17 Nov 2018 21:39:42 -0500 Subject: actually, don't move notmuch config around let's try to keep with default config file locations --- Makefile.hush | 2 +- config/notmuch/config | 18 ------------------ config/sh/env | 1 - notmuch-config | 18 ++++++++++++++++++ 4 files changed, 19 insertions(+), 20 deletions(-) delete mode 100644 config/notmuch/config create mode 100644 notmuch-config diff --git a/Makefile.hush b/Makefile.hush index f09cfc0..43327f7 100644 --- a/Makefile.hush +++ b/Makefile.hush @@ -7,11 +7,11 @@ INSTALL := \ .config/i3/signal-workspace.json \ .config/i3/terminal-workspace.json \ .config/i3status/config \ - .config/notmuch/config \ .config/offlineimap/config \ .config/offlineimap/pass.py \ .config/perspektiv/config.toml \ .config/touchegg/touchegg.conf \ + .notmuch-config \ .xbindkeysrc \ .Xdefaults \ .xinitrc \ diff --git a/config/notmuch/config b/config/notmuch/config deleted file mode 100644 index c194010..0000000 --- a/config/notmuch/config +++ /dev/null @@ -1,18 +0,0 @@ -[database] -path=/home/doy/Maildir - -[user] -name=Jesse Luehrs -primary_email=doy@tozt.net -other_email=doy@stripe.com;jesse.luehrs@iinteractive.com;doy@cpan.org; - -[new] -tags=unread;new; - -ignore= - -[maildir] -synchronize_flags=true - -[search] -exclude_tags=spam; diff --git a/config/sh/env b/config/sh/env index dd54019..f49ebd6 100644 --- a/config/sh/env +++ b/config/sh/env @@ -22,6 +22,5 @@ export FANCY_PROMPT_COLORS="user_doy=bright_blue,host_st-doy1=bright_white,host_ export PASSWORD_STORE_X_SELECTION=primary type brew > /dev/null 2>&1 && export PATH="/usr/local/opt/coreutils/libexec/gnubin:/usr/local/opt/findutils/libexec/gnubin:/usr/local/sbin:$PATH" type brew > /dev/null 2>&1 && export MANPATH="/usr/local/opt/coreutils/libexec/gnuman:/usr/local/opt/findutils/libexec/gnuman:$MANPATH" -export NOTMUCH_CONFIG="${XDG_CONFIG_HOME:-${HOME}/.config}/notmuch/config" # vim:ft=sh: diff --git a/notmuch-config b/notmuch-config new file mode 100644 index 0000000..c194010 --- /dev/null +++ b/notmuch-config @@ -0,0 +1,18 @@ +[database] +path=/home/doy/Maildir + +[user] +name=Jesse Luehrs +primary_email=doy@tozt.net +other_email=doy@stripe.com;jesse.luehrs@iinteractive.com;doy@cpan.org; + +[new] +tags=unread;new; + +ignore= + +[maildir] +synchronize_flags=true + +[search] +exclude_tags=spam; -- cgit v1.2.3-54-g00ecf