]> git.madduck.net Git - etc/mutt.git/commitdiff

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

add m_gpg to lbdbq methods
authormartin f. krafft <madduck@madduck.net>
Mon, 8 Sep 2014 19:13:55 +0000 (21:13 +0200)
committermartin f. krafft <madduck@madduck.net>
Mon, 8 Sep 2014 19:13:55 +0000 (21:13 +0200)
.lbdbrc

diff --git a/.lbdbrc b/.lbdbrc
index 99a6b5b836c2f130aa7555eea4d56f06b713acc5..34dfcd1812acf3ea5da23f27f7b2d47e3d530a8e 100644 (file)
--- a/.lbdbrc
+++ b/.lbdbrc
@@ -1,7 +1,8 @@
-CONTACTS_DIR=$HOME/contacts
+METHODS=m_gpg
 
 : ${TMPDIR:=/tmp}
 
 
 : ${TMPDIR:=/tmp}
 
+CONTACTS_DIR=$HOME/contacts
 if [ -d $CONTACTS_DIR ]; then
   METHODS="$METHODS m_vcf"
   VCF_FILES="$TMPDIR/lbdbq.vcf"
 if [ -d $CONTACTS_DIR ]; then
   METHODS="$METHODS m_vcf"
   VCF_FILES="$TMPDIR/lbdbq.vcf"