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 --- config/notmuch/config | 18 ------------------ config/sh/env | 1 - 2 files changed, 19 deletions(-) delete mode 100644 config/notmuch/config (limited to 'config') 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: -- cgit v1.2.3-54-g00ecf