Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
* nnir and imap
@ 2004-01-21 15:20 Venkatesh K S
       [not found] ` <h6bznc724dl.fsf@knatte.nada.kth.se>
  0 siblings, 1 reply; 3+ messages in thread
From: Venkatesh K S @ 2004-01-21 15:20 UTC (permalink / raw)


Hi,

I have the following setup

(require 'nnir)
(setq nnir-mail-backend (assoc 'nnimap gnus-secondary-select-methods))
(setq nnir-search-engine 'imap)


How will know if my imap server supports searching?
How do I go about using this feature?

thanks,
-ksv


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: nnir and imap
       [not found] ` <h6bznc724dl.fsf@knatte.nada.kth.se>
@ 2004-01-28 21:39   ` Jørn Helge B. Dahl
  2004-02-09 22:47     ` Mårten Svantesson
  0 siblings, 1 reply; 3+ messages in thread
From: Jørn Helge B. Dahl @ 2004-01-28 21:39 UTC (permalink / raw)


* f95-msv@f.kth.se (Mårten Svantesson)

> The lines 
>
> (require 'nnir)
> (setq nnir-search-engine 'imap)
>
> worked fine for me until a couple of months ago. I haven't been able
> to track down the problem.

I found out that ``(nnir-search-engine imap)'' in the nnimap select
method stanza did the trick.

Like this:

(setq gnus-secondary-select-methods
      '((nnimap "imap"
                (nnimap-address "imap.deich.folkebibl.no")
                (nnimap-expunge-on-close always)
                (nnir-search-engine imap))))


> When it worked you marked the groups you wanted to search (with #) and
> initiated the search with GG.

Still works like this.  In addition, if you just want to search one
group, you can just press GG with point on the group in the group
buffer.

-- 
Jørn Helge B. Dahl


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: nnir and imap
  2004-01-28 21:39   ` Jørn Helge B. Dahl
@ 2004-02-09 22:47     ` Mårten Svantesson
  0 siblings, 0 replies; 3+ messages in thread
From: Mårten Svantesson @ 2004-02-09 22:47 UTC (permalink / raw)


Jørn Helge B. Dahl <jornd@users.sourceforge.net> writes:

> * f95-msv@f.kth.se (Mårten Svantesson)
>
>> The lines 
>>
>> (require 'nnir)
>> (setq nnir-search-engine 'imap)
>>
>> worked fine for me until a couple of months ago. I haven't been able
>> to track down the problem.
>
> I found out that ``(nnir-search-engine imap)'' in the nnimap select
> method stanza did the trick.
>
> Like this:
>
> (setq gnus-secondary-select-methods
>       '((nnimap "imap"
>                 (nnimap-address "imap.deich.folkebibl.no")
>                 (nnimap-expunge-on-close always)
>                 (nnir-search-engine imap))))
>

Didn't make the sligthest difference. I'm using Gnus v5.10.6 with
XEmacs 21.1 (patch 14). Still got the result:

Signaling: (error "Couldn't request group: Search produced empty results.")
  signal(error ("Couldn't request group: Search produced empty results."))
  cerror("Couldn't request group: %s" "Search produced empty results.")
  apply(cerror ("Couldn't request group: %s" "Search produced empty results."))
  error("Couldn't request group: %s" "Search produced empty results.")
  gnus-group-read-ephemeral-group("nnir:((query . \"news.gmane.org\"))" (nnir "") t (#<buffer "*Group*"> . group) nil)
  gnus-group-make-nnir-group(nil "news.gmane.org")
  call-interactively(gnus-group-make-nnir-group)



-- 
                - Mårten
 
mail: msv@kth.se *** ICQ: 4356928 *** mobile: +46 (0)707390385


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2004-02-09 22:47 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-01-21 15:20 nnir and imap Venkatesh K S
     [not found] ` <h6bznc724dl.fsf@knatte.nada.kth.se>
2004-01-28 21:39   ` Jørn Helge B. Dahl
2004-02-09 22:47     ` Mårten Svantesson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).