aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--misc/gpg-agent (renamed from gpg-agent)0
-rw-r--r--mutt/.signature (renamed from .signature)0
-rw-r--r--mutt/muttrc2
4 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 659ad9d..a6eb2be 100644
--- a/Makefile
+++ b/Makefile
@@ -51,7 +51,7 @@ task:
51 fi 51 fi
52 52
53gpg: 53gpg:
54 ln -sf `pwd`/gpg-agent ~/.gnupg/gpg-agent.conf 54 ln -sf `pwd`/misc/gpg-agent ~/.gnupg/gpg-agent.conf
55 gpgconf --reload gpg-agent 55 gpgconf --reload gpg-agent
56 56
57mutt: 57mutt:
diff --git a/gpg-agent b/misc/gpg-agent
index c852e83..c852e83 100644
--- a/gpg-agent
+++ b/misc/gpg-agent
diff --git a/.signature b/mutt/.signature
index 06e1e27..06e1e27 100644
--- a/.signature
+++ b/mutt/.signature
diff --git a/mutt/muttrc b/mutt/muttrc
index deeee67..6ad1101 100644
--- a/mutt/muttrc
+++ b/mutt/muttrc
@@ -9,7 +9,7 @@ set smtp_pass = "$imap_pass"
9# Identify meself 9# Identify meself
10set from = "pham@topo.tw" 10set from = "pham@topo.tw"
11set realname = "謝晉凡 Hsieh Chin Fan" 11set realname = "謝晉凡 Hsieh Chin Fan"
12set signature="$SETTING_DIR/.signature" 12set signature="$SETTING_DIR/mutt/.signature"
13set pgp_use_gpg_agent=yes 13set pgp_use_gpg_agent=yes
14set crypt_use_gpgme=yes 14set crypt_use_gpgme=yes
15set pgp_timeout=300 15set pgp_timeout=300