From: martin f. krafft Date: Tue, 5 Nov 2019 10:06:32 +0000 (+1300) Subject: remove lbdbrc no longer in use X-Git-Url: https://git.madduck.net/etc/mutt.git/commitdiff_plain/dde4d6abe89868fb82e1b8b7c87d70bc201dd3a6 remove lbdbrc no longer in use --- diff --git a/.lbdbrc b/.lbdbrc deleted file mode 100644 index 6420898..0000000 --- a/.lbdbrc +++ /dev/null @@ -1,14 +0,0 @@ -METHODS=m_gpg - -: ${TMPDIR:=/tmp} - -CONTACTS_DIR=$HOME/contacts -if [ -d $CONTACTS_DIR ]; then - METHODS="$METHODS m_vcf" - VCF_FILES="$TMPDIR/lbdbq.vcf" - VCF_TEMP="$tmpdir/contacts.vcf" - for i in $CONTACTS_DIR/*; do case "${i##*/}" in ICE*) continue;; esac; cat "$i"; done >| "$VCF_TEMP" - if ! cmp --quiet "$VCF_FILES" "$VCF_TEMP"; then - mv "$VCF_TEMP" "$VCF_FILES" - fi -fi