Registry not registering duplicate articles (was: Automatically authenticating at local imap server)

2008-02-23 Thread David
Ted Zlatanov <[EMAIL PROTECTED]> writes: > On Wed, 06 Feb 2008 21:07:31 +0100 David <[EMAIL PROTECTED]> wrote: > > D> I also noticed that when the same message is in two different groups the > D> registry will only return the group where it first saw it, right? I > D> guess it would be quite diffi

Re: Automatically authenticating at local imap server

2008-02-15 Thread Ted Zlatanov
On Wed, 06 Feb 2008 21:07:31 +0100 David <[EMAIL PROTECTED]> wrote: D> I also noticed that when the same message is in two different groups the D> registry will only return the group where it first saw it, right? I D> guess it would be quite difficult to extend the registry in a way so D> that it

Re: Automatically authenticating at local imap server

2008-02-07 Thread Tassilo Horn
Reiner Steib <[EMAIL PROTECTED]> writes: Hi Reiner, > On Mon, Feb 04 2008, Tassilo Horn wrote: > >> The problem is, that in my ~/.authinfo I specified the port as imap (or >> now I omit it) and on the gnus side I said 143. So >> `netrc-machine-user-or-password' is called with ports = ("143") and

new version of nnmairix.el (was: Automatically authenticating at local imap server)

2008-02-06 Thread David
David <[EMAIL PROTECTED]> writes: > I'm currently working on the code that finds the original group based on > the message file path. As soon as this is ready I'll post an update to > nnmairix also containing the registry code. The new version of nnmairix.el is released: http://www.emacswiki.org/

Re: Automatically authenticating at local imap server

2008-02-06 Thread Reiner Steib
On Mon, Feb 04 2008, Tassilo Horn wrote: > The problem is, that in my ~/.authinfo I specified the port as imap (or > now I omit it) and on the gnus side I said 143. So > `netrc-machine-user-or-password' is called with ports = ("143") and > defaults = ("imap" "imaps") which won't find a match. > >

Re: Automatically authenticating at local imap server

2008-02-06 Thread David
Ted Zlatanov <[EMAIL PROTECTED]> writes: > D> Yes, I guess the best way would be to first check the registry for the > D> group and do the additional mairix search only if the registry is not > D> loaded or does not know the location of the message. I don't want to > D> rely solely on the registry

Re: Automatically authenticating at local imap server

2008-02-06 Thread Ted Zlatanov
On Tue, 05 Feb 2008 22:58:49 +0100 David <[EMAIL PROTECTED]> wrote: D> Yes, I guess the best way would be to first check the registry for the D> group and do the additional mairix search only if the registry is not D> loaded or does not know the location of the message. I don't want to D> rely so

Re: Automatically authenticating at local imap server

2008-02-06 Thread David
Tassilo Horn <[EMAIL PROTECTED]> writes: > One annoying thing is that it seems I must use (gnus-group-select-group > 1), if I provide 0 or nil, the group won't be selected. So you'll have > another message in the group after you press "M-^" in the nnmairix > group. Yes, but you can limit the summ

Re: Automatically authenticating at local imap server

2008-02-06 Thread Tassilo Horn
David <[EMAIL PROTECTED]> writes: Hi David, hi Ted, >> You could use the Gnus registry if it's loaded. It will tell you the >> last place a message ID was seen (it learns this by looking at the >> visible messages every time you enter a group, and by hooking into >> spool/move/copy/delete on eac

Re: Automatically authenticating at local imap server

2008-02-05 Thread David
Ted Zlatanov <[EMAIL PROTECTED]> writes: > D> Jumping to the original message in this group is another problem > D> since we only know the message-id but not the article > D> number. > > You could use the Gnus registry if it's loaded. It will tell you the > last place a message ID was seen (it le

Re: Automatically authenticating at local imap server

2008-02-05 Thread Ted Zlatanov
On Mon, 04 Feb 2008 23:22:38 +0100 David <[EMAIL PROTECTED]> wrote: D> Tassilo Horn <[EMAIL PROTECTED]> writes: >> But one thing is left: Is there a way to jump from a message in the >> search result group to the original nnimap group? I often do a search >> to find a message I want to reply to

Re: Automatically authenticating at local imap server

2008-02-05 Thread Tassilo Horn
David <[EMAIL PROTECTED]> writes: Hi David, >> ,[ C-h f gnus-summary-refer-article RET ] >> | gnus-summary-refer-article is an interactive compiled Lisp function in >> `gnus-sum.el'. >> | (gnus-summary-refer-article message-id) >> | >> | Fetch an article specified by message-id. >> ` >

Re: Automatically authenticating at local imap server

2008-02-05 Thread David
Tassilo Horn <[EMAIL PROTECTED]> writes: >> (the problem here is that the user might index several different mail >> back ends with one mairix installation). > > Well, those could split their indexing stuff in a per-backend basis > using several mairixrcs and databases. They could, but they shou

Re: Automatically authenticating at local imap server

2008-02-05 Thread Tassilo Horn
David <[EMAIL PROTECTED]> writes: Hi David, > That's on the TODO list - Good to hear. > I always wanted a function that jumps to the original message in the > original group, but it's not trivial to do. My idea was to call mairix > with "m:", where MID is the message-id of the article. Using th

Re: Automatically authenticating at local imap server

2008-02-04 Thread David
Tassilo Horn <[EMAIL PROTECTED]> writes: > But one thing is left: Is there a way to jump from a message in the > search result group to the original nnimap group? I often do a search > to find a message I want to reply to and the reply has to be done from > the original group so that posting style

Re: Automatically authenticating at local imap server

2008-02-04 Thread Tassilo Horn
David <[EMAIL PROTECTED]> writes: Hi David, >> Another question about dovecot: When I used nnmaildir I indexed the >> mails with mairix and could do very fast searches with the nnmairix >> backend. Currently I use nnir's imap backend to search on the local >> imap server, but that takes ages for

Re: Automatically authenticating at local imap server

2008-02-04 Thread David
Tassilo Horn <[EMAIL PROTECTED]> writes: > Another question about dovecot: When I used nnmaildir I indexed the > mails with mairix and could do very fast searches with the nnmairix > backend. Currently I use nnir's imap backend to search on the local > imap server, but that takes ages for huge gro

Re: Automatically authenticating at local imap server

2008-02-04 Thread Tassilo Horn
Reiner Steib <[EMAIL PROTECTED]> writes: Hi Reiner, >> Everytime I start Gnus it asks me how to logon at the local IMAP >> server, but instead I want that it uses the username and password >> that are in my ~/.authinfo. >> >> Here's the Gnus side of the configuration: >> >> ,[ ~/.gnus.el ] >>

Re: Automatically authenticating at local imap server

2008-02-04 Thread Tassilo Horn
Gour <[EMAIL PROTECTED]> writes: Hi Gour, > Tassilo> Everytime I start Gnus it asks me how to logon at the local > Tassilo> IMAP server, but instead I want that it uses the username and > Tassilo> password that are in my ~/.authinfo. > > Here is my ~/.authinfo: > > machine localhost login gour pa

Re: Automatically authenticating at local imap server

2008-02-03 Thread Gour
> "Tassilo" == Tassilo Horn <[EMAIL PROTECTED]> writes: Hi! Tassilo> Hi all, since a few days I run a local IMAP server that Tassilo> OfflineIMAP synchronizes with my IMAP account at my email Tassilo> provider. That works like a charm, but there's one thing that Tassilo> doesn't work. Simil

Re: Automatically authenticating at local imap server

2008-02-03 Thread Reiner Steib
On Sun, Feb 03 2008, Tassilo Horn wrote: > Everytime I start Gnus it asks me how to logon at the local IMAP server, > but instead I want that it uses the username and password that are in my > ~/.authinfo. > > Here's the Gnus side of the configuration: > > ,[ ~/.gnus.el ] > | (require 'nnir) >

Automatically authenticating at local imap server

2008-02-03 Thread Tassilo Horn
Hi all, since a few days I run a local IMAP server that OfflineIMAP synchronizes with my IMAP account at my email provider. That works like a charm, but there's one thing that doesn't work. Everytime I start Gnus it asks me how to logon at the local IMAP server, but instead I want that it uses t