aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWojciech Polak <polak@gnu.org>2004-12-17 21:14:40 +0000
committerWojciech Polak <polak@gnu.org>2004-12-17 21:14:40 +0000
commit51f99e11a4f643622e6cdc7bbc6c4faf47c58c64 (patch)
tree48b16b43ca47d4bda86080a7e17d913985ff7395
parentb09b0a9c95be30d0466b7b1a6985beca75d06082 (diff)
downloadanubis-51f99e11a4f643622e6cdc7bbc6c4faf47c58c64.tar.gz
anubis-51f99e11a4f643622e6cdc7bbc6c4faf47c58c64.tar.bz2
Added new keywords.
-rw-r--r--elisp/anubis-mode.el38
1 files changed, 36 insertions, 2 deletions
diff --git a/elisp/anubis-mode.el b/elisp/anubis-mode.el
index 18ad6b1..7955bee 100644
--- a/elisp/anubis-mode.el
+++ b/elisp/anubis-mode.el
@@ -133,7 +133,18 @@
"tracefile"
"remote-mta"
"local-mta"
+ "esmtp-allowed-mech"
+ "esmtp-require-encryption"
+ "esmtp-auth-id"
+ "esmtp-authz-id"
+ "esmtp-password"
"esmtp-auth"
+ "esmtp-service"
+ "esmtp-hostname"
+ "esmtp-generic-service"
+ "esmtp-passcode"
+ "esmtp-realm"
+ "esmtp-anonymous-token"
"mode"
"smtp-greeting-message"
"smtp-help-message"
@@ -211,7 +222,18 @@
tracefile
remote-mta
local-mta
- esmtp-auth
+ esmtp-allowed-mech
+ esmtp-require-encryption
+ esmtp-auth-id
+ esmtp-authz-id
+ esmtp-password
+ esmtp-auth
+ esmtp-service
+ esmtp-hostname
+ esmtp-generic-service
+ esmtp-passcode
+ esmtp-realm
+ esmtp-anonymous-token
(mode transparent
auth)
socks-proxy
@@ -281,7 +303,6 @@
("bind" "Basic Settings")
("remote-mta" "Basic Settings")
("local-mta" "Basic Settings")
- ("esmtp-auth" "Basic Settings")
("mode" "Basic Settings")
("smtp-greeting-message" "AUTH Section")
@@ -298,6 +319,19 @@
("socks-v4" "Proxy Settings")
("socks-auth" "Proxy Settings")
+ ("esmtp-allowed-mech" "ESMTP Authentication Settings")
+ ("esmtp-require-encryption" "ESMTP Authentication Settings")
+ ("esmtp-auth-id" "ESMTP Authentication Settings")
+ ("esmtp-authz-id" "ESMTP Authentication Settings")
+ ("esmtp-password" "ESMTP Authentication Settings")
+ ("esmtp-auth" "ESMTP Authentication Settings")
+ ("esmtp-service" "ESMTP Authentication Settings")
+ ("esmtp-hostname" "ESMTP Authentication Settings")
+ ("esmtp-generic-service" "ESMTP Authentication Settings")
+ ("esmtp-passcode" "ESMTP Authentication Settings")
+ ("esmtp-realm" "ESMTP Authentication Settings")
+ ("esmtp-anonymous-token" "ESMTP Authentication Settings")
+
("ssl" "Encryption Settings")
("ssl-oneway" "Encryption Settings")
("ssl-cert" "Encryption Settings")

Return to:

Send suggestions and report system problems to the System administrator.