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

10.12 The format of configuration

In Mew 6.1, configuration format of "mew.el" is improved. You can use a new format as well as the old format.

Here is an example of the new format:

 
(setq mew-config-alist
      '((home
         (imap-server       "imap.example.org")
         (imap-ssl          t)
         (imap-ssl-port     993)
         (smtp-server       "smtp.example.org")
         (smtp-port         "submission"))))

Compare this with the following old one:

 
(setq mew-config-alist
      '(("home"
         ("imap-server"   . "imap.example.org")
         ("imap-ssl"      . t)
         ("imap-ssl-port" . "993")
         ("smtp-server"   . "smtp.example.org")
         ("smtp-port"     . "submission"))))

Again, the old format is still valid. You can also mix the new format and the old format.


[ < ] [ > ]   [ << ] [ Up ] [ >> ]

This document was generated by U-X61T\saito on May, 13 2008 using texi2html 1.78.