From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/61858 Path: news.gmane.org!not-for-mail From: Uwe Brauer Newsgroups: gmane.emacs.gnus.general Subject: Re: set labels in nnml or nnfolder groups Date: Mon, 06 Feb 2006 15:37:59 +0100 Message-ID: <87slqwv9h4.fsf@mat.ucm.es> References: <877j88zq93.fsf@mat.ucm.es> 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 1139236972 17168 80.91.229.2 (6 Feb 2006 14:42:52 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 6 Feb 2006 14:42:52 +0000 (UTC) Original-X-From: ding-owner+m10388@lists.math.uh.edu Mon Feb 06 15:42:48 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 1F67Yo-0004cY-QY for ding-account@gmane.org; Mon, 06 Feb 2006 15:41:47 +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 1F67Yg-000207-00; Mon, 06 Feb 2006 08:41:38 -0600 Original-Received: from nas02.math.uh.edu ([129.7.128.40]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1F67Vo-000202-00 for ding@lists.math.uh.edu; Mon, 06 Feb 2006 08:38:40 -0600 Original-Received: from quimby.gnus.org ([80.91.224.244]) by nas02.math.uh.edu with esmtp (Exim 4.52) id 1F67Vd-0001TJ-HL for ding@lists.math.uh.edu; Mon, 06 Feb 2006 08:38:40 -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 1F67Vc-0008Uh-00 for ; Mon, 06 Feb 2006 15:38:28 +0100 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1F67V2-0003gB-CI for ding@gnus.org; Mon, 06 Feb 2006 15:37:52 +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 ; Mon, 06 Feb 2006 15:37:52 +0100 Original-Received: from oub by maportatil10.quim.ucm.es with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 06 Feb 2006 15:37:52 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-To: ding@gnus.org Original-Lines: 24 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: maportatil10.quim.ucm.es X-Hashcash: 1:20:060206:gmane.emacs.gnus.general::I7It8pdocvJGtbDz:00000000000000000000000000000000000004365 User-Agent: Gnus/5.110003 (No Gnus v0.3) XEmacs/21.4.18 (linux) Cancel-Lock: sha1:3L9k7AFKWutDMHoHDmuJ8j69jkQ= X-Spam-Score: -2.6 (--) Precedence: bulk Original-Sender: ding-owner@lists.math.uh.edu Xref: news.gmane.org gmane.emacs.gnus.general:61858 Archived-At: >>>>> "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. Great, thanks, that was what I was looking for 8-). I tested it and it works nicely, (I don't mind to edit the article since I want to make sparse use of this feature.) However it seems that this approach can not be used for nnimap groups, right? Reiner> --8<---------------cut here---------------start------------->8--- Reiner> ;; Related URLs: Reiner> ;; http://thread.gmane.org/m2n05mr2iv.fsf%40catbert.dok.org Reiner> ;; http://www.fas.harvard.edu/computing/kb/kb1059.html Reiner> ;; http://ilias.ca/blog/2005/09/gmail-labels-in-thunderbird.html I really searched via google, but did not find any of these links :( Uwe