[mew-int 01967] Re: mew can't retrieve messages

Tatsuya Kinoshita tats at example.com
Sat Feb 12 05:45:10 JST 2005


On February 11, 2005, [mew-int 01966],
martin (at artslink.de) wrote:

> > ;;; .mew.el
> > (setq mew-config-alist
> >       '(
> > 	("default"
> > 	 ("name" . "Test User")
> > 	 ("user" . "test")
> > 	 ("mail-domain" . "artslink.de")
> > 	 ("smtp-mail-from" . nil)
> > 	 ("smtp-server" . "post.strato.de")
> > 	 ("pop-ssl" . nil)
> > 	 ("pop-server" . "post.strato.de")
> > 	 ("pop-user" . "test at example.com")
> > 	 ("pop-auth" . apop) ;; pass also works, but not recommended
> > 	 ("mailbox-type" . pop)
> > 	 )
> > 	 ;;
> > 	))
> > (setq mew-debug 'net)
> > ;;; .mew.el ends here

> I really don't know what is wrong, with my setup. I had this problem with Mepis
> (debian based) and now I'm running Suse and there is the same problem. I put
> the above in my .mew.el and it doesn't work.
> 
> any suggestions what I could try?

I have tested without ~/.emacs with simple ~/.mew.el.

Please try as follows:

  $ cd
  $ mv .emacs .emacs-BAK
  $ mv .mew.el .mew.el-BAK
  $ vi .mew.el    # Put the above .mew.el
  $ vi .emacs     # Put minimam setting if necessary
  $ emacs         # Run Emacs and Mew

-- 
Tatsuya Kinoshita



More information about the Mew-int mailing list