Re: [PATCH 9/9] add has: query prefix to search for specific properties
[notmuch-archives.git] / 5f / 463a73f867694814e8396d47d21741b028958a
1 Return-Path: <jeff@ocjtech.us>\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 522F5431FBF\r
6         for <notmuch@notmuchmail.org>; Thu, 19 Nov 2009 13:20:30 -0800 (PST)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 Received: from olra.theworths.org ([127.0.0.1])\r
9         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
10         with ESMTP id Ux5MP480xaB1 for <notmuch@notmuchmail.org>;\r
11         Thu, 19 Nov 2009 13:20:29 -0800 (PST)\r
12 Received: from ey-out-1920.google.com (ey-out-1920.google.com [74.125.78.149])\r
13         by olra.theworths.org (Postfix) with ESMTP id C4AF0431FC3\r
14         for <notmuch@notmuchmail.org>; Thu, 19 Nov 2009 13:20:28 -0800 (PST)\r
15 Received: by ey-out-1920.google.com with SMTP id 26so833174eyw.6\r
16         for <notmuch@notmuchmail.org>; Thu, 19 Nov 2009 13:20:28 -0800 (PST)\r
17 Received: by 10.213.24.9 with SMTP id t9mr526405ebb.4.1258665627700;\r
18         Thu, 19 Nov 2009 13:20:27 -0800 (PST)\r
19 Received: from lt26923.campus.dmacc.edu ([161.210.45.123])\r
20         by mx.google.com with ESMTPS id 15sm420134ewy.4.2009.11.19.13.20.25\r
21         (version=TLSv1/SSLv3 cipher=RC4-MD5);\r
22         Thu, 19 Nov 2009 13:20:25 -0800 (PST)\r
23 Received: from localhost ([127.0.0.1] helo=localhost.localdomain)\r
24         by lt26923.campus.dmacc.edu with esmtps (TLSv1:AES256-SHA:256)\r
25         (Exim 4.69) (envelope-from <jeff@ocjtech.us>)\r
26         id 1NBEQR-0000C2-EE; Thu, 19 Nov 2009 15:20:23 -0600\r
27 From: "Jeffrey C. Ollie" <jeff@ocjtech.us>\r
28 To: Not Much Mail <notmuch@notmuchmail.org>\r
29 Date: Thu, 19 Nov 2009 15:20:02 -0600\r
30 Message-Id: <1258665602-700-2-git-send-email-jeff@ocjtech.us>\r
31 X-Mailer: git-send-email 1.6.5.2\r
32 In-Reply-To: <1258665602-700-1-git-send-email-jeff@ocjtech.us>\r
33 References: <yunmy2i2u6t.fsf@aiko.keithp.com>\r
34         <1258665602-700-1-git-send-email-jeff@ocjtech.us>\r
35 Subject: [notmuch] [PATCH 2/2] Add a .desktop file entry.\r
36 X-BeenThere: notmuch@notmuchmail.org\r
37 X-Mailman-Version: 2.1.12\r
38 Precedence: list\r
39 List-Id: "Use and development of the notmuch mail system."\r
40         <notmuch.notmuchmail.org>\r
41 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
42         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
43 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
44 List-Post: <mailto:notmuch@notmuchmail.org>\r
45 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
46 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
47         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
48 X-List-Received-Date: Thu, 19 Nov 2009 21:20:30 -0000\r
49 \r
50 This will add an entry in your window manager's menus that will create\r
51 up a new emacs process and start notmuch.\r
52 \r
53 Signed-off-by: Jeffrey C. Ollie <jeff@ocjtech.us>\r
54 ---\r
55  notmuch.desktop |    7 +++++++\r
56  1 files changed, 7 insertions(+), 0 deletions(-)\r
57  create mode 100644 notmuch.desktop\r
58 \r
59 diff --git a/notmuch.desktop b/notmuch.desktop\r
60 new file mode 100644\r
61 index 0000000..d29dff6\r
62 --- /dev/null\r
63 +++ b/notmuch.desktop\r
64 @@ -0,0 +1,7 @@\r
65 +[Desktop Entry]\r
66 +Name=Not Much Mail\r
67 +Exec=emacs -f notmuch\r
68 +Icon=emblem-mail\r
69 +Terminal=false\r
70 +Type=Application\r
71 +Categories=Network;Email\r
72 -- \r
73 1.6.5.2\r
74 \r