| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
wl-subscribed-mailing-list
nil. Mailing lists to which you
subscribe. If any of these are contained in `To:' or `Cc:'
field of a reply draft, removes your own address from
`Mail-Followup-To:' and `Cc:'. And if any of these are
contained in `To:' or `Cc:' field of a message to be
automatically re-filed, the destination folder will be leaned in
connection with the address.
Example:
(setq wl-subscribed-mailing-list
'("wl@lists.airs.net"
"apel-ja@m17n.org"
"emacs-mime-ja@m17n.org"))
|
wl-insert-mail-followup-to
nil. If non-nil, `Mail-Followup-To:'
field is automatically inserted in the draft buffer.
wl-insert-mail-reply-to
nil. If non-nil, `Mail-Reply-To:'
field is automatically inserted in the draft buffer.
wl-auto-insert-x-face
t. If non-nil and there is an encoded
X-Face string in a file `~/.xface' (the value of the variable
wl-x-face-file), inserts it as an `X-Face:' field in the
draft buffer. If nil, it is not automatically inserted.
wl-insert-message-id
t. If non-nil, `Message-ID:' field
is automatically inserted on the transmission.
wl-message-id-use-wl-from
nil. If non-nil, the value of
wl-from will be used as the domain part of `Message-ID:'.
wl-local-domain
nil. If nil, the return value of
the function system-name will be used as the domain part of
`Message-ID:'.
If system-name does not return FQDN (i.e. the full name of the
host, like `smtp.gohome.org'), you must set this variable
to the string of the local domain name without hostname (like
`gohome.org'). That is, a concatenation of system-name
`.' wl-local-domain is used as domain part of the
`Message-ID:'.
If your terminal does not have global IP, set the value of
wl-message-id-domain. (You might be beaten up on the Net News if
you use invalid `Message-ID:'.)
Moreover, concatenation of system-name `.'
wl-local-domain will be used as an argument to the HELO command
in SMTP.
wl-message-id-domain
nil. If non-nil, this value is used as a
domain part of the `Message-ID:'. If your terminal does not have
global IP address, set unique string to this value (e.x. your e-mail
address).
wl-unique-id-suffix
wl-draft-config-alist
nil. Modifies the draft message just
before the transmission. The content of wl-draft-config-alist
will be automatically applied only once on the transmission. If you
want to apply it manually, use C-c C-e. This command can be used
many times.
wl-template-alist
nil.
This variable specifies the template to be applied in the draft buffer.
wl-draft-config-matchone
nil. If non-nil, only the first matching
item is used when wl-draft-config-alist is applied. If
nil, all matching items are used.
wl-template-visible-select
t.
If non-nil, you can preview the result of the template selection in
another window.
wl-template-confirm
nil.
If non-nil, asks for confirmation when you press the enter key to select
template while previewing.
wl-template-buffer-lines
wl-template-visible-select is non-nil, this variable specifies
the size of the preview window.
wl-draft-buffer-style
full.
Style of draft buffer window (except for replying and forwarding).
keep is to use current window,
full is to use full frame window,
split is to split current window and use it.
If some function is specified, it is called with the draft buffer
as an argument.
wl-draft-reply-buffer-style
split.
Style of draft buffer for replying and forwarding.
keep is to use message buffer window,
full is to use full frame window,
split is to split message buffer window and use it.
If some function is specified, it is called with the draft buffer
as an argument.
wl-draft-use-frame
nil.
If non-nil, use new frame for the draft.
wl-draft-reply-default-position
body.
Specify initial cursor position on draft buffer for reply.
body is to move cursor to the top of the message body,
bottom to the bottom of the message body, and top to the
top of the header.
wl-draft-truncate-lines
default-truncate-lines.
If it is non-nil, truncate long lines in draft buffer.
wl-from
user-mail-address. The value of this variable is inserted as a
`From:' field of the draft when it is prepared.
wl-envelope-from
nil.
The value of this variable is used for envelope from (MAIL FROM).
If nil, the address part of wl-from is used.
wl-user-mail-address-list
nil.
This is the User's address list. If you have multiple addresses,
set this variable.
wl-reply-subject-prefix
wl-forward-subject-prefix
wl-draft-reply-use-address-with-full-name
t.
If non-nil, insert her full name with address when prepare a draft for
reply a message. If it is nil, insert her address only.
wl-draft-enable-queuing
t.
This flag controls off-line transmission. If non-nil, the draft is
sent off-line.
wl-draft-use-cache
nil. If the value is non-nil and
wl-insert-message-id is nil, cache the message which is sent.
wl-fcc-force-as-read
nil. If the value is non-nil,
Mark as read the message saved by `Fcc:'.
wl-auto-flush-queue
y-or-n-p). If you want to transmit it
manually, press F in the folder mode.
wl-ignored-forwarded-headers
wl-ignored-resent-headers
wl-draft-always-delete-myself
wl-draft-delete-myself-from-bcc-fcc
wl-subscribed-mailing-list are contained in `To:'
or `Cc:' field, do not insert `Bcc:' or `Fcc:' field.
wl-smtp-posting-server
nil.
This is the SMTP server name for mail transmission.
wl-smtp-posting-port
nil.
This is the SMTP port number for mail transmission.
If nil, default SMTP port number (25) is used.
wl-smtp-posting-user
nil.
This is the user name for SMTP AUTH authentication.
wl-smtp-authenticate-type
nil.
This string-valued variable specifies the authentication method for SMTP
AUTH authentication. You may specify plain, cram-md5,
digest-md5, login, etc. If nil, authentication
will not be carried out.
wl-smtp-authenticate-realm
nil.
This string-valued variable specifies the authentication realm for SMTP
AUTH authentication. You have to set this variable for DIGEST-MD5
authentication and so on.
If nil, authentication realm is not specified in the authentication.
wl-smtp-connection-type
nil.
This symbol-valued variable specifies how to establish SMTP connections.
If nil, use default connection type.
If it is starttls, use STARTTLS (RFC2595).
If it is ssl, use SSL.
wl-nntp-posting-server
nil.
This is the NNTP server name used for news submission.
If nil, elmo-nntp-default-server is used.
wl-nntp-posting-user
nil.
This is the user name for AUTHINFO authentication on news submission.
If nil, elmo-nntp-default-user is used.
If it is still nil, AUTHINFO authentication will not be carried out.
wl-nntp-posting-port
nil.
This is the port number of the NNTP server used for news submission.
If nil, elmo-nntp-default-server is used.
wl-nntp-posting-stream-type
nil.
If nil, elmo-nntp-default-stream-type is evaluated. If ssl,
SSL is used for news submission. If starttls, STARTTLS (RFC2595)
connection will be established.
wl-nntp-posting-function
elmo-nntp-post.
This is the function to post NNTP message.
wl-nntp-posting-config-alist
nil.
The value takes an alist to define NNTP server like following example.
It takes precedence over wl-nntp-posting-{server|user|port|function}.
(setq wl-nntp-posting-config-alist
'((",?gmane\\." . "news.gmane.org")
(",?comp\\." .
((server . "news-server")
(user . "newsmaster")
(port . 119)
(function . elmo-nntp-post)))
(".*" . "default-news-server")))
|
wl-pop-before-smtp-user
nil.
This is the POP user name for POP-before-SMTP.
If it is nil, elmo-pop3-default-user is used.
wl-pop-before-smtp-server
nil.
This is the POP server name for POP-before-SMTP.
If it is nil, elmo-pop3-default-server is used.
wl-pop-before-smtp-authenticate-type
nil.
This is the authentication method for POP-before-SMTP authentication.
If it is nil, elmo-pop3-default-authenticate-type is used.
wl-pop-before-smtp-port
nil.
This is the POP port number for POP-before-SMTP. If it is nil,
elmo-pop3-default-port is used.
wl-pop-before-smtp-stream-type
nil.
This flag controls the use of SSL for POP-before-SMTP. If it is
nil, elmo-pop3-default-stream-type is used. If ssl,
SSL is used. If starttls, STARTTLS (RFC2595) connection will be
established.
wl-draft-queue-save-variables
wl-draft-sendlog
t.
If t, transmission log is written in `~/.elmo/sendlog'. It
is written when:
(it is written even if the transmission fails).
But transmission by `im-wl.el' is not written in the `sendlog'
and left to the logging function of imput.
wl-draft-sendlog-max-size
wl-draft-sendlog is t, the log is rotated when it grows
beyond the size specified by this variable.
wl-use-ldap
nil.
If non-nil, address completion uses LDAP.
wl-ldap-server
wl-ldap-port
nil.
If non-nil, the value is used as port number.
wl-ldap-base
wl-draft-remove-group-list-contents
t.
If non-nil, remove the group-lists' members in the recipients when
sending the message (group-list means the description such as
`Group: foo@gohome.org, bar@gohome.org;' in the recipients).
| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |