From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/61880 Path: news.gmane.org!not-for-mail From: Uwe Brauer Newsgroups: gmane.emacs.gnus.general Subject: Re: mozilla Date: Tue, 07 Feb 2006 13:25:47 +0100 Message-ID: <87mzh3nyno.fsf@mat.ucm.es> References: <877j88zq93.fsf@mat.ucm.es> <87psm0ttfl.fsf_-_@mat.ucm.es> <4nlkwomhm8.fsf@lifelogs.com> Reply-To: Uwe Brauer NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1139315394 26218 80.91.229.2 (7 Feb 2006 12:29:54 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 7 Feb 2006 12:29:54 +0000 (UTC) Original-X-From: ding-owner+m10409@lists.math.uh.edu Tue Feb 07 13:29:53 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 1F6RyT-0000OK-45 for ding-account@gmane.org; Tue, 07 Feb 2006 13:29:37 +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 1F6RyO-0004Y7-00; Tue, 07 Feb 2006 06:29:32 -0600 Original-Received: from nas02.math.uh.edu ([129.7.128.40]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1F6Ruu-0004Y2-00 for ding@lists.math.uh.edu; Tue, 07 Feb 2006 06:25:56 -0600 Original-Received: from quimby.gnus.org ([80.91.224.244]) by nas02.math.uh.edu with esmtp (Exim 4.52) id 1F6Rur-00016S-Ky for ding@lists.math.uh.edu; Tue, 07 Feb 2006 06:25:56 -0600 Original-Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1F6Rup-00007d-00 for ; Tue, 07 Feb 2006 13:25:51 +0100 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1F6RuZ-000804-3D for ding@gnus.org; Tue, 07 Feb 2006 13:25:35 +0100 Original-Received: from maportatil10.quim.ucm.es ([147.96.7.218]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 07 Feb 2006 13:25:35 +0100 Original-Received: from oub by maportatil10.quim.ucm.es with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 07 Feb 2006 13:25:35 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-To: ding@gnus.org Original-Lines: 41 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: maportatil10.quim.ucm.es User-Agent: Gnus/5.110003 (No Gnus v0.3) XEmacs/21.4.18 (linux) X-Hashcash: 1:20:060207:gmane.emacs.gnus.general::CZl4y+4HwhALWzdj:0000000000000000000000000000000000000BIdt Cancel-Lock: sha1:2jxe7o10DNIEZ9N4quULBBNMJWA= X-Spam-Score: -2.6 (--) Precedence: bulk Original-Sender: ding-owner@lists.math.uh.edu Xref: news.gmane.org gmane.emacs.gnus.general:61880 Archived-At: >>>>> "Ted" == Ted Zlatanov writes: Ted> On 6 Feb 2006, oub@mat.ucm.es wrote: >>>>>>> "Reiner" == Reiner Steib writes: Ted> That's part of the IMAP protocol I believe. It would be nice, I see Ted> however, if nnimap.el could transform those labels into header Ted> entries like the ones Reiner showed. That's the Ted> quick-and-dirty solution. Well I wrote a quick and very dirty solution by adding a label to nnmail or nnfolder articles, using gnus-summary-edit-article. This function even allows to edit imap articles (using the second argument) *If ARG is 2, edit the raw articles even in read-only groups.* However the saving is not a real saving so this does not help (whether it is a clever idea to raw edit mime articles is another question). Do you think it is easy to implement a solution for the nnimap backend? Meanwhile another solution occurred to me, after having read the discussion in the links Rainer mentioned. I saw that some people have a solution the other way around. Instead of putting labels in the group, they put labels in there corresponding planner entries. I just remembered I have a similar solution for the todo-mode.el pkg written by Oliver Seidel. My function adds the subject, message-ID and group name as an todo entry in the category email. May be I should enhance that for other categories, like NeedReply, Important etc. Btw Ted do you recall our discussion about a generalizing gnus-summary-limit function to include BBDB or NO BBDB entries. Your solution worked for all net address in a BBDB entry save the first one, mine vice verse, however you claimed that your function could do both, but you had to look into it. Did you do that? Uwe