[mew-int 2796] Re: Disable POP?
Kazu Yamamoto (山本和彦) <[email protected]>
| Newsgroups | gmane.mail.mew.general |
|---|---|
| Message-ID | <[email protected]> |
Hello, > I only use IMAP at the moment. When I start mew it fails trying to > connect to a POP server. Can I disable POP somehow? I've tried setting > mew-pop-server to nil, but it still tries to connect to a POP server. If you put the folowing to your .emacs or .mew, you are in "%inbox" when Mew starts. (setq mew-proto "%") And type 's' executes an IMAP connection, not a POP connection. --Kazu