emacs-devel
[Top][All Lists]
Advanced

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

Re: gnus patch to fix error on org-gnus-follow-link


From: Liang Wang
Subject: Re: gnus patch to fix error on org-gnus-follow-link
Date: Mon, 24 Sep 2012 22:47:57 +0800

On Mon, Sep 24, 2012 at 9:55 PM, Bastien <address@hidden> wrote:
> Hi Liang,
>
> Liang Wang <address@hidden> writes:
>
>> I get an error when I open an gnus link in orgmode.
>
> What is your value of `gnus-override-method'?
>
> C-h v gnus-override-method RET

(nnimap "gmail"
          (nnimap-address "imap.gmail.com")
          (nnimap-server-port 993)
          (nnimap-stream ssl))

>
> Based on your fix, I guess it is not nil.
>
> If that's the case, please send me a minimal configuration
> so that I try to reproduce your problem.

(setq mail-sources nil)
(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 gnus-select-method '(nnnil "")
      gnus-secondary-select-methods
        `((nnimap "gmail"
          (nnimap-address "imap.gmail.com")
          (nnimap-server-port 993)
          (nnimap-stream ssl))))

>
> Thanks,
>
> --
>  Bastien



reply via email to

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