From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/61864 Path: news.gmane.org!not-for-mail From: "Ted Zlatanov" Newsgroups: gmane.emacs.gnus.general Subject: Re: mozilla Date: 6 Feb 2006 14:06:55 -0500 Organization: =?utf-8?B?0KLQtdC+0LTQvtGAINCX0LvQsNGC0LDQvdC+0LI=?= @ Cienfuegos Message-ID: <4nlkwomhm8.fsf@lifelogs.com> References: <877j88zq93.fsf@mat.ucm.es> <87psm0ttfl.fsf_-_@mat.ucm.es> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1139252885 23020 80.91.229.2 (6 Feb 2006 19:08:05 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 6 Feb 2006 19:08:05 +0000 (UTC) Cc: ding@gnus.org Original-X-From: ding-owner+m10394@lists.math.uh.edu Mon Feb 06 20:08:04 2006 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by ciao.gmane.org with esmtp (Exim 4.43) id 1F6Bhw-0004my-1b for ding-account@gmane.org; Mon, 06 Feb 2006 20:07:29 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu ident=lists) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 1F6Bhm-0002sC-00; Mon, 06 Feb 2006 13:07:18 -0600 Original-Received: from nas01.math.uh.edu ([129.7.128.39]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1F6Bhe-0002rY-00 for ding@lists.math.uh.edu; Mon, 06 Feb 2006 13:07:10 -0600 Original-Received: from quimby.gnus.org ([80.91.224.244]) by nas01.math.uh.edu with esmtp (Exim 4.52) id 1F6Bhc-0008Gc-LC for ding@lists.math.uh.edu; Mon, 06 Feb 2006 13:07:10 -0600 Original-Received: from clifford.bwh.harvard.edu ([134.174.9.41] helo=mail.bwh.harvard.edu) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1F6Bhb-0003N7-00 for ; Mon, 06 Feb 2006 20:07:07 +0100 Original-Received: (qmail 3782 invoked from network); 6 Feb 2006 19:00:21 -0000 Envelope-Sender: tzz@lifelogs.com Envelope-Recipients: oub@mat.ucm.es, ding@gnus.org, Original-Received: from asimov.bwh.harvard.edu (HELO asimov) ([134.174.8.118]) (envelope-sender ) by mail.bwh.harvard.edu (qmail-ldap-1.03) with SMTP for ; 6 Feb 2006 19:00:21 -0000 Mail-Followup-To: "Uwe Brauer" , ding@gnus.org Original-To: "Uwe Brauer" 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" X-Hashcash: 1:20:060206:ding@gnus.org::z/OPAWkdrPNNpwOX:000022un X-Hashcash: 1:20:060206:oub@mat.ucm.es::HRCg1NytX4JZAfrh:0004izW In-Reply-To: <87psm0ttfl.fsf_-_@mat.ucm.es> (Uwe Brauer's message of "Mon, 06 Feb 2006 16:09:50 +0100") User-Agent: Gnus/5.110004 (No Gnus v0.4) Emacs/22.0.50 (gnu/linux) X-Spam-Score: -2.6 (--) Precedence: bulk Original-Sender: ding-owner@lists.math.uh.edu Xref: news.gmane.org gmane.emacs.gnus.general:61864 Archived-At: On 6 Feb 2006, oub@mat.ucm.es wrote: >>>>>> "Reiner" == Reiner Steib writes: > > Reiner> Below is a *draft* version to display the content of an > Reiner> X-Gnus-Label header by adding "%4u&label;" in > Reiner> `gnus-summary-line-format'. What is missing is a command > Reiner> to add labels without manually editing the article. > > I just checked mozilla, for messages on a imap server. So mozilla > does not seem to add anything to the header, no new X-whatsoever > field, but instead seems to storage the label in another place. That's part of the IMAP protocol I believe. It would be nice, however, if nnimap.el could transform those labels into header entries like the ones Reiner showed. That's the quick-and-dirty solution. Would it be more appropriate to add basic nn* functions to get/set/list labels, and implement them in every backend? That would be a cleaner solution, but I would imagine a lot of work, especially with the Agent and with simpler backends. On the other hand, implementing empty wrappers for most backends except nnimap may not be too much work. Ted