info-gnus-english
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Error: Required feature `nnimap' was not provided


From: XeCycle
Subject: Re: Error: Required feature `nnimap' was not provided
Date: Thu, 21 Jun 2012 13:37:47 +0800
User-agent: Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.1.50 (gnu/linux)

mylesenglish@gmail.com writes:

> Hi,
>
> I have recently upgraded to emacs24 and use dovecot as a local IMAP server 
> for 2 gmail accounts and one other.
>
> Can anyone tell me why gnus doesn't connect to my dovecot anymore?
>
> The Server buffer shows:
>
>  {nnimap:localhost} (error)
>  {nnml:} (opened)
>
> So I press RETURN on the localhost line and get the error:
>
> gnus-get-function: Required feature `nnimap' was not provided

Eval (require 'nnimap) and see if it works.  Seems like a
load-path error.

> The logging doesn't appear to output a log.
>
> Here is part of my .gnus:
>
> ;; tell gnus not to fetch mail (dovecot will serve it up)
> (setq mail-sources nil)
>
> ;; we are only using email
> (setq gnus-nntp-server nil
>       gnus-read-active-file nil
>       gnus-save-newsrc-file nil
>       gnus-read-newsrc-file nil
>       gnus-check-new-newsgroups nil)
>
> (setq nnimap-inhibit-logging nil)
> (setq nnimap-record-commands t)
> ;;(nnimap-log-command "Starting logging")
> ;;(setq imap-log t)
> ;;(require 'gnus)
> ;;(load "imap")
> ;; FETCHING EMAIL ===============================
> (setq gnus-select-method '(nnnil ""))
> (setq gnus-secondary-select-methods
>       '((nnimap "gmailAccOne"
>               (nnimap-address "localhost")
>               (nnimap-stream network)
>               (nnimap-user mylesenglish)
>               (nnimap-authinfo-file "/home/myles/.authinfoME")
>               (nnimap-authenticator login)
>               (imap-shell-program 
> "MAIL=maildir:/home/myles/Maildir/gmailAccOne /usr/lib/dovecot/imap"))
>       '(nnimap "gmailAccTwo"
>              (nnimap-address "localhost")
>              (nnimap-stream network)
>              (nnimap-user rh)
>              (nnimap-authinfo-file "/home/myles/.authinfoRH")
>              (nnimap-authenticator login)
>              (imap-shell-program 
> "MAIL=maildir:/home/myles/Maildir/gmailAccTwo /usr/lib/dovecot/imap"))
>       ))
>
>
> Thanks,
>
> Myles

-- 
Carl Lei (XeCycle)
Department of Physics, Shanghai Jiao Tong University
OpenPGP public key: 7795E591
Fingerprint: 1FB6 7F1F D45D F681 C845 27F7 8D71 8EC4 7795 E591

Attachment: pgpJF0nM3koTx.pgp
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]