aboutsummaryrefslogtreecommitdiff
path: root/elisp
diff options
context:
space:
mode:
authorWojciech Polak <polak@gnu.org>2003-08-26 20:00:01 +0000
committerWojciech Polak <polak@gnu.org>2003-08-26 20:00:01 +0000
commit2136349ec11ef701ce4adbe93fa29f31dcf4f539 (patch)
tree20da90e3ad3e4bd9f90a8942b0c7bda178088b2c /elisp
parent64b30a1f0733b9611a747cc48ac408be816fdad7 (diff)
downloadanubis-2136349ec11ef701ce4adbe93fa29f31dcf4f539.tar.gz
anubis-2136349ec11ef701ce4adbe93fa29f31dcf4f539.tar.bz2
Added tracefile, gpg-sign-encrypt, and gpg-se.
Diffstat (limited to 'elisp')
-rw-r--r--elisp/anubis-mode.el12
1 files changed, 11 insertions, 1 deletions
diff --git a/elisp/anubis-mode.el b/elisp/anubis-mode.el
index 889c6b7..fcb7b02 100644
--- a/elisp/anubis-mode.el
+++ b/elisp/anubis-mode.el
@@ -130,6 +130,7 @@
"drop-unknown-user"
"loglevel"
"logfile"
+ "tracefile"
"remote-mta"
"local-mta"
"esmtp-auth"
@@ -150,6 +151,8 @@
"gpg-passphrase"
"gpg-encrypt"
"gpg-sign"
+ "gpg-sign-encrypt"
+ "gpg-se"
"gpg-home"
"guile-output"
"guile-debug"
@@ -199,7 +202,8 @@
(loglevel none
fails
all)
- logfile
+ logfile
+ tracefile
remote-mta
local-mta
esmtp-auth
@@ -246,6 +250,9 @@
body-clear-append
gpg-passphrase
gpg-encrypt
+ gpg-sign
+ gpg-sign-encrypt
+ gpg-se
external-body-processor
guile-process)))
@@ -265,6 +272,7 @@
("termlevel" "Output Settings")
("logfile" "Output Settings")
("loglevel" "Output Settings")
+ ("tracefile" "Output Settings")
("socks-proxy" "Proxy Settings")
("socks-v4" "Proxy Settings")
@@ -294,6 +302,8 @@
("gpg-passphrase" "Mail Encryption")
("gpg-encrypt" "Mail Encryption")
("gpg-sign" "Mail Encryption")
+ ("gpg-sign-encrypt" "Mail Encryption")
+ ("gpg-se" "Mail Encryption")
("external-body-processor" "External Processor")
("guile-process" "Invoking Guile Actions")
("guile-output" "GUILE Section")

Return to:

Send suggestions and report system problems to the System administrator.