From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 382460755968 X-Google-Groups: supmua X-Google-Thread: 3030fda1bf,4548cb879c14d915,start X-Google-Attributes: gid3030fda1bf,domainid0,public,googlegroup X-Google-NewGroupId: yes X-Received: by 10.66.124.168 with SMTP id mj8mr72291599pab.32.1416288815680; Mon, 17 Nov 2014 21:33:35 -0800 (PST) X-BeenThere: supmua@googlegroups.com Received: by 10.50.137.1 with SMTP id qe1ls1487300igb.26.gmail; Mon, 17 Nov 2014 21:33:35 -0800 (PST) X-Received: by 10.50.80.82 with SMTP id p18mr24883900igx.4.1416288815480; Mon, 17 Nov 2014 21:33:35 -0800 (PST) Return-Path: Received: from mail-pd0-x22d.google.com (mail-pd0-x22d.google.com. [2607:f8b0:400e:c02::22d]) by gmr-mx.google.com with ESMTPS id c3si79210pdd.2.2014.11.17.21.33.35 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 17 Nov 2014 21:33:35 -0800 (PST) Received-SPF: pass (google.com: domain of mythmon@gmail.com designates 2607:f8b0:400e:c02::22d as permitted sender) client-ip=2607:f8b0:400e:c02::22d; Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of mythmon@gmail.com designates 2607:f8b0:400e:c02::22d as permitted sender) smtp.mail=mythmon@gmail.com; dkim=pass header.i=@gmail.com; dmarc=pass (p=NONE dis=NONE) header.from=gmail.com Received: by mail-pd0-f173.google.com with SMTP id ft15so1740924pdb.32 for ; Mon, 17 Nov 2014 21:33:35 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=content-type:from:to:subject:date:message-id:user-agent :content-transfer-encoding; bh=vqaQDA4kCmQO60oWXJzJO/jO1ldHxeOBeuu9pVWW7yQ=; b=WX8/nHjkqgOFWPoXlS+T1Sp7jlBqxf4R3fKt/H5FxYSqWMmD2tdBiHij7P3zirF3P8 uXX4oWIosvUVhcfJ7s1phbhYyVviNRvulz19QatJvcsJxr5wRmV/zibW03WtZO51gDiW 6JNcfzNfGV8WyY4tZtm+agtNQ0jR4c54ygw42vmtqfWAwE6A6ehq1bA9uBV2pdgeffvu enW2EWqhFh6mnhV5nGi/0ReN6JZZNCGfhlsOZSoG21/+joYzuBKTckxiwCD5Kf+PsPGH QPOHpDR1bKTWbGpuM4uql2FXp0y1RQeHCST0SeZ2cLNt+TxmQpgByf1MN2zKzyJQVTfs PnhQ== X-Received: by 10.66.66.42 with SMTP id c10mr14667716pat.4.1416288815330; Mon, 17 Nov 2014 21:33:35 -0800 (PST) Return-Path: Received: from localhost (184-100-231-91.ptld.qwest.net. [184.100.231.91]) by mx.google.com with ESMTPSA id pe6sm36938621pac.21.2014.11.17.21.33.34 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 17 Nov 2014 21:33:34 -0800 (PST) Content-Type: text/plain; charset=UTF-8 From: Mike Cooper To: supmua Subject: Header search? Date: Mon, 17 Nov 2014 21:33:33 -0800 Message-Id: <1416288595-sup-517@carbon> User-Agent: Sup/0.20.0 Content-Transfer-Encoding: 8bit Is it possible to search (using backslash) on arbitrary headers? For example, I'd like to have a saved search based on a header called X-Bugzilla-Product. I doubt that would be indexed by any indexer that only picks up certain fields. I could achieve this with a hook that adds labels to incoming messages, but it doesn't help all the old emails I have. I can't find a way to re-run a hook on messages already in my index. Thanks, --Mike