Re: Hi all
[notmuch-archives.git] / 64 / 67acce4bd6048edb6dda3977c8e0d1cf92e04f
1 Return-Path: <jnrowe@gmail.com>\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 46D5B431FBC\r
6         for <notmuch@notmuchmail.org>; Sat, 21 Nov 2009 01:32:51 -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 KNa6PELbiQHm for <notmuch@notmuchmail.org>;\r
11         Sat, 21 Nov 2009 01:32:50 -0800 (PST)\r
12 Received: from ey-out-1920.google.com (ey-out-1920.google.com [74.125.78.150])\r
13         by olra.theworths.org (Postfix) with ESMTP id 31356431FAE\r
14         for <notmuch@notmuchmail.org>; Sat, 21 Nov 2009 01:32:50 -0800 (PST)\r
15 Received: by ey-out-1920.google.com with SMTP id 26so1394766eyw.6\r
16         for <notmuch@notmuchmail.org>; Sat, 21 Nov 2009 01:32:49 -0800 (PST)\r
17 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma;\r
18         h=domainkey-signature:received:received:message-id:from:to:date\r
19         :subject; bh=3NVbXd2utAPr+KXgqrnRomygM3FTykEfWR2ybNYxpvY=;\r
20         b=YIWKAEXEh2td2QtEtY61W76/hx/TsoG1Jks6oFj+gYJJrleN0ImTPex5qyGsxVKZBu\r
21         1FCjehFha9E2KQLQRRT0B9pIFlh0vxVHFN2TaEQkmM4B9we9gnBoh9LkgRrsojNPQOCt\r
22         Eczi9IulQMJIXfNe9tfaSlfpn3Y7JeW4r/Jzg=\r
23 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma;\r
24         h=message-id:from:to:date:subject;\r
25         b=wxmoA58Jcj17Gpmxfns8xcrADvY5fOWOl8oTnrXa94cvE1YUM5WQcT5GIAMayGV4bF\r
26         QlzZkXhshyJqxF+0p0t3+djUdUoXWIIl8uxMe2OTPQnN0StcRb0jWp7C7W0482hcpfKB\r
27         C1LL9MF4uSD2kweW0tocohgnJSetyI4ew6oUg=\r
28 Received: by 10.216.87.133 with SMTP id y5mr747382wee.139.1258795969164;\r
29         Sat, 21 Nov 2009 01:32:49 -0800 (PST)\r
30 Received: from localhost (92.40.60.115.sub.mbb.three.co.uk [92.40.60.115])\r
31         by mx.google.com with ESMTPS id m5sm3659162gve.27.2009.11.21.01.32.47\r
32         (version=TLSv1/SSLv3 cipher=RC4-MD5);\r
33         Sat, 21 Nov 2009 01:32:48 -0800 (PST)\r
34 Message-ID: <4b07b3c0.05a4100a.6cfb.111d@mx.google.com>\r
35 From: James Rowe <jnrowe@gmail.com>\r
36 To: notmuch@notmuchmail.org\r
37 Date: Sat, 21 Nov 2009 09:13:31 +0000\r
38 Subject: [notmuch] [PATCH] Missing final semi-colon in .desktop's Categories.\r
39 X-BeenThere: notmuch@notmuchmail.org\r
40 X-Mailman-Version: 2.1.12\r
41 Precedence: list\r
42 List-Id: "Use and development of the notmuch mail system."\r
43         <notmuch.notmuchmail.org>\r
44 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
45         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
46 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
47 List-Post: <mailto:notmuch@notmuchmail.org>\r
48 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
49 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
50         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
51 X-List-Received-Date: Sat, 21 Nov 2009 09:32:51 -0000\r
52 \r
53 "Those keys which have several values should have a semicolon as the trailing\r
54 character."\r
55   -- http://standards.freedesktop.org/desktop-entry-spec/1.0/ar01s03.html\r
56 \r
57 Signed-off-by: James Rowe <jnrowe@gmail.com>\r
58 ---\r
59  notmuch.desktop |    2 +-\r
60  1 files changed, 1 insertions(+), 1 deletions(-)\r
61 \r
62 diff --git a/notmuch.desktop b/notmuch.desktop\r
63 index d29dff6..819cd1e 100644\r
64 --- a/notmuch.desktop\r
65 +++ b/notmuch.desktop\r
66 @@ -4,4 +4,4 @@ Exec=emacs -f notmuch\r
67  Icon=emblem-mail\r
68  Terminal=false\r
69  Type=Application\r
70 -Categories=Network;Email\r
71 +Categories=Network;Email;\r
72 -- \r
73 1.6.4.4\r
74 \r