Gnus development mailing list
 help / color / mirror / Atom feed
From: Leonidas Tsampros <ltsampros@upnet.gr>
To: Dave Abrahams <dave@boostpro.com>
Cc: ding@gnus.org
Subject: Re: What is a "virtual" group?
Date: Thu, 25 Apr 2013 20:48:45 +0300	[thread overview]
Message-ID: <874neu1oxu.fsf@kepler.lan> (raw)
In-Reply-To: <m2d2tipvn1.fsf@boostpro.com> (Dave Abrahams's message of "Thu, 25 Apr 2013 06:50:10 -0700")

Dave Abrahams <dave@boostpro.com> writes:
> on Mon Apr 22 2013, Leonidas Tsampros <ltsampros-AT-upnet.gr> wrote:
>
>> Dave Abrahams <dave@boostpro.com> writes:
>>> on Thu Jan 31 2013, Eric S Fraga <e.fraga-AT-ucl.ac.uk> wrote:
>>>
>>>> Dave Abrahams <dave@boostpro.com> writes:
>>>>
>>>>>> I am trying to figure out how to contribute a really cool (and for me,
>>
>>>>>> essential) piece of functionality to Gnus: the ability to, given a
>>>>>> message-id, find and display the message in the context of the entire
>>>>>> thread in which that message participates, even across groups.  Of
>>>>>> course I'm presuming you think that's worth having in Gnus, but I could
>>>>>> be wrong.  If so, just tell me and I'll stop pestering you.
>>>>
>>>> Dave,
>>>>
>>>> I cannot help with this but did want to add my vote: I would love to
>>>> have this feature in gnus.
>>>
>>> You could help by lobbying Lars to respond to my questions of Dec 25th
>>> in this thread :-)
>>
>> Are you referring only to a specific backend? I guess this will have to work
>> differently if we have to cross backends.
>
> No, it works across backends.  It doesn't even take all that much code.

Ok, I'm willing to test anything you send.

I did ask however because I had a similar idea the other day while
looking at Gmail's IMAP X-GM-EXT-1 extensions. They provide an
X-GM-THRID attribute that works like this:

a008 FETCH 1:4 (X-GM-THRID)
* 1 FETCH (X-GM-THRID 1278455344230334865)
* 2 FETCH (X-GM-THRID 1266894439832287888)
* 3 FETCH (X-GM-THRID 1266894439832287888)
* 4 FETCH (X-GM-THRID 1266894439832287888)
a008 OK FETCH (Success)

a009 UID SEARCH X-GM-THRID 1266894439832287888
* SEARCH 2 3 4
a009 OK Search (Success)

The above examples were copied from
https://developers.google.com/google-apps/gmail/imap_extensions

So theoretically it seems quite simple really to find 'a gmail-like
thread/conversation/whatever-marketing-decides-to-call-it-tommorow' on
an imap-gmail server.



      reply	other threads:[~2013-04-25 17:48 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-09-15 23:53 Dave Abrahams
2012-09-16 10:57 ` Steinar Bang
2012-09-16 15:08   ` Dave Abrahams
2012-09-16 15:15     ` Adam Sjøgren
2012-09-16 16:52     ` Steinar Bang
2012-12-25 12:26     ` Lars Ingebrigtsen
2012-12-25 20:23       ` Dave Abrahams
2012-12-25 20:31         ` Lars Ingebrigtsen
2012-12-25 20:51           ` Dave Abrahams
2012-12-25 20:59             ` Lars Ingebrigtsen
2012-12-25 21:32               ` Dave Abrahams
2012-12-25 21:45                 ` Lars Ingebrigtsen
2013-01-31 18:10                   ` Dave Abrahams
2013-01-31 18:18                 ` Dave Abrahams
2013-01-31 23:18                   ` Eric S Fraga
2013-02-20  5:06                     ` Dave Abrahams
2013-04-22  8:38                       ` Leonidas Tsampros
2013-04-25 13:50                         ` Dave Abrahams
2013-04-25 17:48                           ` Leonidas Tsampros [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=874neu1oxu.fsf@kepler.lan \
    --to=ltsampros@upnet.gr \
    --cc=dave@boostpro.com \
    --cc=ding@gnus.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).