summaryrefslogtreecommitdiffstats
path: root/init.c
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>1998-06-08 20:05:39 +0000
committerThomas Roessler <roessler@does-not-exist.org>1998-06-08 20:05:39 +0000
commit90bea32a9b22777b4b32e787661aa532c7d77fc2 (patch)
treec440dc034d44d8b7c95073cc80b7a3f3b3b6c219 /init.c
parent6f8d5623a93d23e714f3252ab1bca02b9fc3bc86 (diff)
GPG support, first take.
Diffstat (limited to 'init.c')
-rw-r--r--init.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/init.c b/init.c
index accc95d8..d4ae1897 100644
--- a/init.c
+++ b/init.c
@@ -1400,6 +1400,10 @@ void mutt_init (int skip_sys_rc, LIST *commands)
PgpV3Secring = safe_strdup (buffer);
}
#endif
+
+#ifdef _PGPGPGPATH
+ PgpGpg = safe_strdup (_PGPGPGPATH);
+#endif
#endif /* _PGPPATH */