From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/10163 Path: news.gmane.org!not-for-mail From: Ted Zlatanov Newsgroups: gmane.emacs.gnus.user Subject: Re: tags, keywords, annotations Date: Fri, 18 Jan 2008 16:30:09 -0600 Organization: =?utf-8?B?0KLQtdC+0LTQvtGAINCX0LvQsNGC0LDQvdC+0LI=?= @ Cienfuegos Message-ID: <86ejceydfy.fsf@lifelogs.com> References: <86myrhr2jc.fsf@lifelogs.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1200696034 8303 80.91.229.12 (18 Jan 2008 22:40:34 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 18 Jan 2008 22:40:34 +0000 (UTC) To: info-gnus-english@gnu.org Original-X-From: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Fri Jan 18 23:40:52 2008 Return-path: Envelope-to: gegu-info-gnus-english@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1JFztK-0005J3-LR for gegu-info-gnus-english@m.gmane.org; Fri, 18 Jan 2008 23:40:50 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JFzsv-0001g3-Mp for gegu-info-gnus-english@m.gmane.org; Fri, 18 Jan 2008 17:40:25 -0500 Original-Path: shelby.stanford.edu!headwall.stanford.edu!newsfeed.news2me.com!newsfeed.icl.net!newsfeed.fjserv.net!newsfeed.ision.net!newsfeed2.easynews.net!ision!newsfeed01.sul.t-online.de!newsfeed00.sul.t-online.de!t-online.de!news.albasani.net!not-for-mail Original-Newsgroups: gnu.emacs.gnus Original-Lines: 20 Original-X-Trace: news.albasani.net pcezQy92Pv5XCKLlH52sLlccxlBmfRthpaxvrMRtyELW4uNbFh4MGBpNA8+su8su29B+pPuZd6GdEHW8KcurhxdDnTtgJOQ457qqndpy87e8GMQJZqc6P3WKuo0a4ov7 Original-X-Complaints-To: abuse@albasani.net Original-NNTP-Posting-Date: Fri, 18 Jan 2008 22:28:49 +0000 (UTC) X-User-ID: OJplJx9ju1k4fuFEVEtWYkbMQ71eQOphUV3v6/V9jfw= X-Face: bd.DQ~'29fIs`T_%O%C\g%6jW)yi[zuz6; d4V0`@y-~$#3P_Ng{@m+e4o<4P'#(_GJQ%TT= D}[Ep*b!\e,fBZ'j_+#"Ps?s2!4H2-Y"sx" Cancel-Lock: sha1:HmX8FQ62Af3qng3foJYo4Bkr4E0= sha1:dro36l4EQW64JO8d11lZd3NzbGU= User-Agent: Gnus/5.110007 (No Gnus v0.7) Emacs/23.0.50 (gnu/linux) X-NNTP-Posting-Host: MEFygDNFZ6YfnWXpcXM2TUIT7T2iXpcww7RGBnbNh0A= Original-Xref: shelby.stanford.edu gnu.emacs.gnus:80377 X-BeenThere: info-gnus-english@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Announcements and discussions for GNUS, the GNU Emacs Usenet newsreader \(in English\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Errors-To: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.gnus.user:10163 Archived-At: On Wed, 16 Jan 2008 22:34:31 +0000 Bastien wrote: B> I'm using org-mode to integrate my Gnus emails into my workflow. For B> now, I'm just calling `org-remember' in the summary buffer: it adds a B> reference to the email in my Org file -- which is fine, most of the B> time. B> For me, a better system would be one that lets me add a TODO label to B> the email, then let an org-mode task refer to all TODO labeled emails. B> I'm quite acquainted with Org.el and could perhaps help in making it B> aware of gnus-registry labels. Currently I don't keep a reverse cache by flag, so you'd have to go through the whole registry to find the articles with a particular flag. This can be corrected, if you think it's necessary. I already do this reverse caching by subject and by sender for example, and update the reverse cache when message IDs are added or deleted. Ted