From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/17689 Path: news.gmane.org!not-for-mail From: Erik Colson Newsgroups: gmane.emacs.gnus.user Subject: adding a header when filing a message into a specific mailbox Date: Thu, 08 Oct 2015 13:21:21 +0200 Message-ID: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1444309240 19347 80.91.229.3 (8 Oct 2015 13:00:40 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 8 Oct 2015 13:00:40 +0000 (UTC) To: info-gnus-english@gnu.org Original-X-From: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Thu Oct 08 15:00:31 2015 Return-path: Envelope-to: gegu-info-gnus-english@m.gmane.org Original-Received: from eggs.gnu.org ([208.118.235.92]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1ZkAo9-0005Wn-IZ for gegu-info-gnus-english@m.gmane.org; Thu, 08 Oct 2015 15:00:29 +0200 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZkAo7-0006VZ-Ce for gegu-info-gnus-english@m.gmane.org; Thu, 08 Oct 2015 09:00:28 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,T_RP_MATCHES_RCVD autolearn=disabled version=3.3.2 Original-Received: from lists.gnu.org ([2001:4830:134:3::11]:48943) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZkAo7-0006V6-7U for gegu-info-gnus-english@m.gmane.org; Thu, 08 Oct 2015 09:00:27 -0400 Original-Received: from localhost ([::1]:34501 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZkAo7-0007Ms-4h for gegu-info-gnus-english@m.gmane.org; Thu, 08 Oct 2015 09:00:27 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:52604) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZkAo2-0007Mk-0a for info-gnus-english@gnu.org; Thu, 08 Oct 2015 09:00:26 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZkAns-0006Oo-9L for info-gnus-english@gnu.org; Thu, 08 Oct 2015 09:00:21 -0400 Original-Received: from plane.gmane.org ([80.91.229.3]:43841) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZkAns-0006OT-35 for info-gnus-english@gnu.org; Thu, 08 Oct 2015 09:00:12 -0400 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1ZkAnk-0005CO-08 for info-gnus-english@gnu.org; Thu, 08 Oct 2015 15:00:04 +0200 Original-Received: from 90.155-243-81.adsl-dyn.isp.belgacom.be ([81.243.155.90]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 08 Oct 2015 15:00:03 +0200 Original-Received: from eco by 90.155-243-81.adsl-dyn.isp.belgacom.be with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 08 Oct 2015 15:00:03 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 24 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 90.155-243-81.adsl-dyn.isp.belgacom.be User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4 (darwin) Cancel-Lock: sha1:y+shZMyp6BixK6oCQizL1blGPgE= X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-BeenThere: info-gnus-english@gnu.org X-Mailman-Version: 2.1.14 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: , Errors-To: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Original-Sender: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:3::11 Xref: news.gmane.org gmane.emacs.gnus.user:17689 Archived-At: Hi, I happen to have a lot of mailboxes (~2000) to archive mails which works fine with gnus. However there is one specific mailbox I use to archive mails concerning projects which never got executed. This mailbox holds a lot of messages which are not really searchable. So I was thinking how I could achieve some kind of searching in this specific mailbox and I got an idea: why not add a specific header (i.e. "x-tag:") when filing messages into this specific mailbox? So I'd need gnus to ask me a question (tags) when it detects that I want to file messages into this specific mailbox. Then gnus can add the x-tag header to the messages before filing them. Another option is to write a specific function for this... What do you guys think about this? Maybe this already exists? Or maybe this idea is nuts? any ideas welcome ! -- erik colson