[mew-int 00738] Pb with mew-pop-auth in mew-config-alist

Bastien Guerry baztien at example.com
Mon Feb 25 05:17:24 JST 2002


Hi,

I tried this in my ~/.mew.el:

---

(setq mew-config-alist
           '(("baztien"
              ("pop-server" . "mail.noos.fr")
	      ("name" . "Bastien Guerry")
	      ("user" . "baztien")
	      ("pop-auth" . pass) 
	      ("mail-domain" . "noos.fr") )

             ("bastien1"
              ("pop-server" . "pop.free.fr")
	      ("name" . "Bastien Guerry")
	      ("user" . "bastien1")
	      ("pop-auth" . pass) 
	      ("mail-domain" . "free.fr") )

	     ("bzg"
              ("pop-server"     . "mail.altern.org")
	      ("name" . "bZg")
	      ("user" . "bzg")
	      ("pop-auth" . pass) 
	      ("mail-domain" . "altern.org") ) ) )
---

My default case is 'baztien' (in ~/.emacs.el)

I can retrieve mail from the default case, but NOT from the two others
(wrong passwd)... why?

Should I define explicitly some 'default' case in the mew-config-alist?

Is the syntax of "pop-auth" correct?

Thanks for any help,

--
Bastien Guerry



More information about the Mew-int mailing list