Re: [PATCH 9/9] add has: query prefix to search for specific properties
[notmuch-archives.git] / ef / ce5fe8d4bacd754314412faad42cbf2946d72d
1 Return-Path: <jrollins@finestructure.net>\r
2 X-Original-To: notmuch@notmuchmail.org\r
3 Delivered-To: notmuch@notmuchmail.org\r
4 Received: from localhost (localhost [127.0.0.1])\r
5         by olra.theworths.org (Postfix) with ESMTP id 2279D40DBC0\r
6         for <notmuch@notmuchmail.org>; Sun, 14 Nov 2010 15:33:20 -0800 (PST)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: -4.19\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-4.19 tagged_above=-999 required=5\r
12         tests=[BAYES_00=-1.9, RCVD_IN_DNSWL_MED=-2.3, T_MIME_NO_TEXT=0.01]\r
13         autolearn=unavailable\r
14 Received: from olra.theworths.org ([127.0.0.1])\r
15         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
16         with ESMTP id qHw6LTGCIRGf for <notmuch@notmuchmail.org>;\r
17         Sun, 14 Nov 2010 15:33:08 -0800 (PST)\r
18 Received: from brinza.cc.columbia.edu (brinza.cc.columbia.edu [128.59.29.8])\r
19         by olra.theworths.org (Postfix) with ESMTP id B6DD340DBC8\r
20         for <notmuch@notmuchmail.org>; Sun, 14 Nov 2010 15:33:08 -0800 (PST)\r
21 Received: from servo.finestructure.net (cpe-74-66-82-137.nyc.res.rr.com\r
22         [74.66.82.137])\r
23         (user=jgr2110 author=jrollins@finestructure.net mech=PLAIN bits=0)\r
24         by brinza.cc.columbia.edu (8.14.4/8.14.3) with ESMTP id oAENX4Do001678\r
25         (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NOT);\r
26         Sun, 14 Nov 2010 18:33:05 -0500 (EST)\r
27 Received: from jrollins by servo.finestructure.net with local (Exim 4.72)\r
28         (envelope-from <jrollins@finestructure.net>)\r
29         id 1PHm4A-0002fX-SF; Sun, 14 Nov 2010 18:32:58 -0500\r
30 From: Jameson Rollins <jrollins@finestructure.net>\r
31 To: Michal Sojka <sojkam1@fel.cvut.cz>, Carl Worth <cworth@cworth.org>,\r
32         Scott Henson <scott@foolishpride.org>, notmuch <notmuch@notmuchmail.org>\r
33 Subject: Re: Web archive (was: Combining threads)\r
34 In-Reply-To: <87eianr1g9.fsf@steelpick.2x.cz>\r
35 References: <AANLkTimDjk_-Xjpf6uovGXgyG_3j-ySLWQR+0UvdVjjT@mail.gmail.com>\r
36         <87mxpe81t9.fsf@yoom.home.cworth.org>\r
37         <87eianr1g9.fsf@steelpick.2x.cz>\r
38 User-Agent: Notmuch/0.5 (http://notmuchmail.org) Emacs/23.2.1\r
39         (i486-pc-linux-gnu)\r
40 Date: Sun, 14 Nov 2010 18:32:55 -0500\r
41 Message-ID: <87oc9reb14.fsf@servo.finestructure.net>\r
42 MIME-Version: 1.0\r
43 Content-Type: multipart/signed; boundary="=-=-=";\r
44         micalg=pgp-sha256; protocol="application/pgp-signature"\r
45 X-No-Spam-Score: Local\r
46 X-Scanned-By: MIMEDefang 2.68 on 128.59.29.8\r
47 X-BeenThere: notmuch@notmuchmail.org\r
48 X-Mailman-Version: 2.1.13\r
49 Precedence: list\r
50 List-Id: "Use and development of the notmuch mail system."\r
51         <notmuch.notmuchmail.org>\r
52 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
53         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
54 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
55 List-Post: <mailto:notmuch@notmuchmail.org>\r
56 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
57 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
58         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
59 X-List-Received-Date: Sun, 14 Nov 2010 23:33:20 -0000\r
60 \r
61 --=-=-=\r
62 Content-Transfer-Encoding: quoted-printable\r
63 \r
64 On Sun, 14 Nov 2010 23:21:26 +0100, Michal Sojka <sojkam1@fel.cvut.cz> wrot=\r
65 e:\r
66 > Gmane is not good? I'm quite satisfied with the following in my .emacs:\r
67 >=20\r
68 > (defun notmuch-show-stash-gmane ()\r
69 >   "Copy a link to gmane archive of the current message to kill-ring."\r
70 >   (interactive)\r
71 >   (notmuch-common-do-stash\r
72 >    (concat "http://mid.gmane.org/"\r
73 >          (replace-regexp-in-string\r
74 >           "^id:\"\\(.*\\)\"$" "\\1" (notmuch-show-get-message-id))))))\r
75 >=20\r
76 \r
77 Hey, Michal.  Nice tip.\r
78 \r
79 > (add-hook 'notmuch-show-hook\r
80 >         (lambda ()=20\r
81 >           (define-key notmuch-show-stash-map "g" 'notmuch-show-stash-gmane)))\r
82 \r
83 For what it's worth, I think you can accomplish this my simply adding\r
84 the following to your emacs config (assuming you've already loaded\r
85 notmuch):\r
86 \r
87 (define-key notmuch-show-stash-map "g" 'notmuch-show-stash-gmane)\r
88 \r
89 jamie.\r
90 \r
91 --=-=-=\r
92 Content-Type: application/pgp-signature\r
93 \r
94 -----BEGIN PGP SIGNATURE-----\r
95 Version: GnuPG v1.4.10 (GNU/Linux)\r
96 \r
97 iQIcBAEBCAAGBQJM4HGnAAoJEO00zqvie6q8yhQP/iO0wyyJdx5O+uC8aes+xucp\r
98 1Ob/x79CRT932j9Ck0hQ7GYw78rhfjP/lKjCsrPgBxi0PRTUV51cgbZ25954k5Mw\r
99 2xbAz2OSW8MXxhuAI5+JNh3EmrN8500kC14kmL6FFAtZ+jLcIeGLsmTWWlZRHItQ\r
100 2W/rxk7EJ2Ubie75QvDaCJafj6U1Uw/ikTV6a5JaOOtcSJt+jGXz6ZsnUhLsJXvJ\r
101 38jkZA1qAedDb8Mf+Ie2ktxQpibwK11xml4X58w+wKF5E01sGIAVgJqDycQjf/i1\r
102 TFrP644yzgDB024AYK50RcFj+vBYe8uqi1ID8ZKHvbp88d8w9XYKZEsc4cNBP3hm\r
103 rd49rT4G7iBU4eEc7zh4kTp+/3UncKDnJwo2cB46vrflPX614wTn6oaSLEe7ZW0h\r
104 sSsvEHsC2LmJD3pMcHOLvcySqYAbRySIa1ogJFNq+4T7iNt6fW6L1XSRxo/3GNhc\r
105 RVhOJo6F6KzlmZBkxrq/bYwN49sgieW8QHgH/4lZqlHXbPRaBSeJHE7roTJWrqGc\r
106 icAP9DY/CaU4kk8Z1V2tSjOSAw0oqnBdsuvl7fc930mjtQT9N2y+wHlQMXlZ+gnD\r
107 ptlfntwGHt2NAtFtvo6VM6KWJrC5OBz5T2mjTjrSUkYfINWL1jahRfKMdSXvCRVy\r
108 GSHukdJAPRoJ4gSUDZ2K\r
109 =zG5m\r
110 -----END PGP SIGNATURE-----\r
111 --=-=-=--\r