[ < ] [ > ]   [ << ] [ Up ] [ >> ]         [Top] [Contents] [Index] [ ? ]

7.3 Customizable Variables

wl-subscribed-mailing-list
The initial setting is 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
The initial setting is nil. If non-nil, `Mail-Followup-To:' field is automatically inserted in the draft buffer.

wl-insert-mail-reply-to
The initial setting is nil. If non-nil, `Mail-Reply-To:' field is automatically inserted in the draft buffer.

wl-auto-insert-x-face
The initial setting is 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
The initial setting is t. If non-nil, `Message-ID:' field is automatically inserted on the transmission.

wl-message-id-use-wl-from
The initial setting is nil. If non-nil, the value of wl-from will be used as the domain part of `Message-ID:'.

wl-local-domain
The initial setting is 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
The initial setting is 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
The initial setting is `.wl'. You can specify the string in generated Message-ID which appear just before `@'.

wl-draft-config-alist
The initial setting is 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
The initial setting is nil. This variable specifies the template to be applied in the draft buffer.

wl-draft-config-matchone
The initial setting is 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
The initial setting is t. If non-nil, you can preview the result of the template selection in another window.

wl-template-confirm
The initial setting is nil. If non-nil, asks for confirmation when you press the enter key to select template while previewing.

wl-template-buffer-lines
The initial setting is 7. If wl-template-visible-select is non-nil, this variable specifies the size of the preview window.

wl-draft-buffer-style
The initial setting is 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
The initial setting is 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
The initial setting is nil. If non-nil, use new frame for the draft.

wl-draft-reply-default-position
The initial setting is 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
The initial value is the value of default-truncate-lines. If it is non-nil, truncate long lines in draft buffer.

wl-from
The initial setting is the value of the variable user-mail-address. The value of this variable is inserted as a `From:' field of the draft when it is prepared.

wl-envelope-from
The initial setting is 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
The initial setting is nil. This is the User's address list. If you have multiple addresses, set this variable.

wl-reply-subject-prefix
The initial setting is `Re: '. In the `Subject:' of the reply draft, this string is prepended to the `Subject:' of being replied. You can specify a function to be message buffer of the reply target.

wl-forward-subject-prefix
The initial setting is `Forward: '. In the `Subject:' of the forwarding draft, this string is prepended to the `Subject:' of being forwarded. You can specify a function to be message buffer of the forward target.

wl-draft-reply-use-address-with-full-name
The initial setting is 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
The initial setting is t. This flag controls off-line transmission. If non-nil, the draft is sent off-line.

wl-draft-use-cache
The initial setting is 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
The initial setting is nil. If the value is non-nil, Mark as read the message saved by `Fcc:'.

wl-auto-flush-queue
The initial setting is t. This flag controls automatic transmission of the queue when Wanderlust becomes on-line. If non-nil, the queue is automatically transmitted (with confirmation by y-or-n-p). If you want to transmit it manually, press F in the folder mode.

wl-ignored-forwarded-headers
Initial setting is `\\(received\\|return-path\\|x-uidl\\)'. All headers that match this regexp will be deleted when forwarding a message.

wl-ignored-resent-headers
Initial setting is `\\(return-receipt\\|[bdf]cc\\)'. All headers that match this regexp will be deleted when resending a message.

wl-draft-always-delete-myself
If non-nil, always removes your own address from `To:' and `Cc:' when you are replying to the mail addressed to you.

wl-draft-delete-myself-from-bcc-fcc
If any of wl-subscribed-mailing-list are contained in `To:' or `Cc:' field, do not insert `Bcc:' or `Fcc:' field.

wl-smtp-posting-server
The initial setting is nil. This is the SMTP server name for mail transmission.

wl-smtp-posting-port
The initial setting is nil. This is the SMTP port number for mail transmission. If nil, default SMTP port number (25) is used.

wl-smtp-posting-user
The initial setting is nil. This is the user name for SMTP AUTH authentication.

wl-smtp-authenticate-type
The initial setting is 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
The initial setting is 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
The initial setting is 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
The initial setting is nil. This is the NNTP server name used for news submission. If nil, elmo-nntp-default-server is used.

wl-nntp-posting-user
The initial setting is 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
The initial setting is 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
The initial setting is 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
The initial setting is elmo-nntp-post. This is the function to post NNTP message.

wl-nntp-posting-config-alist
The initial setting is 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
The initial setting is 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
The initial setting is 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
The initial setting is 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
The initial setting is 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
The initial setting is 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
Specifies a list of variable to which queued messages are saved on the off-line transmission.

wl-draft-sendlog
The initial setting is 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
The initial setting is 20000 (in bytes). If wl-draft-sendlog is t, the log is rotated when it grows beyond the size specified by this variable.

wl-use-ldap
The initial setting is nil. If non-nil, address completion uses LDAP.

wl-ldap-server
The initial setting is `localhost'. LDAP server name for address completion.

wl-ldap-port
The initial setting is nil. If non-nil, the value is used as port number.

wl-ldap-base
The initial setting is `c=US'. LDAP search starting point (base) for address completion.

wl-draft-remove-group-list-contents
The initial setting is 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] [ ? ]

This document was generated by Yuuichi Teranishi on February, 19 2005 using texi2html