[notmuch] [PATCH 2/2] Add a .desktop file entry.
authorJeffrey C. Ollie <jeff@ocjtech.us>
Thu, 19 Nov 2009 21:20:02 +0000 (15:20 +1800)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 17:35:37 +0000 (09:35 -0800)
5f/463a73f867694814e8396d47d21741b028958a [new file with mode: 0644]

diff --git a/5f/463a73f867694814e8396d47d21741b028958a b/5f/463a73f867694814e8396d47d21741b028958a
new file mode 100644 (file)
index 0000000..e39f7f0
--- /dev/null
@@ -0,0 +1,74 @@
+Return-Path: <jeff@ocjtech.us>\r
+X-Original-To: notmuch@notmuchmail.org\r
+Delivered-To: notmuch@notmuchmail.org\r
+Received: from localhost (localhost [127.0.0.1])\r
+       by olra.theworths.org (Postfix) with ESMTP id 522F5431FBF\r
+       for <notmuch@notmuchmail.org>; Thu, 19 Nov 2009 13:20:30 -0800 (PST)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+Received: from olra.theworths.org ([127.0.0.1])\r
+       by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
+       with ESMTP id Ux5MP480xaB1 for <notmuch@notmuchmail.org>;\r
+       Thu, 19 Nov 2009 13:20:29 -0800 (PST)\r
+Received: from ey-out-1920.google.com (ey-out-1920.google.com [74.125.78.149])\r
+       by olra.theworths.org (Postfix) with ESMTP id C4AF0431FC3\r
+       for <notmuch@notmuchmail.org>; Thu, 19 Nov 2009 13:20:28 -0800 (PST)\r
+Received: by ey-out-1920.google.com with SMTP id 26so833174eyw.6\r
+       for <notmuch@notmuchmail.org>; Thu, 19 Nov 2009 13:20:28 -0800 (PST)\r
+Received: by 10.213.24.9 with SMTP id t9mr526405ebb.4.1258665627700;\r
+       Thu, 19 Nov 2009 13:20:27 -0800 (PST)\r
+Received: from lt26923.campus.dmacc.edu ([161.210.45.123])\r
+       by mx.google.com with ESMTPS id 15sm420134ewy.4.2009.11.19.13.20.25\r
+       (version=TLSv1/SSLv3 cipher=RC4-MD5);\r
+       Thu, 19 Nov 2009 13:20:25 -0800 (PST)\r
+Received: from localhost ([127.0.0.1] helo=localhost.localdomain)\r
+       by lt26923.campus.dmacc.edu with esmtps (TLSv1:AES256-SHA:256)\r
+       (Exim 4.69) (envelope-from <jeff@ocjtech.us>)\r
+       id 1NBEQR-0000C2-EE; Thu, 19 Nov 2009 15:20:23 -0600\r
+From: "Jeffrey C. Ollie" <jeff@ocjtech.us>\r
+To: Not Much Mail <notmuch@notmuchmail.org>\r
+Date: Thu, 19 Nov 2009 15:20:02 -0600\r
+Message-Id: <1258665602-700-2-git-send-email-jeff@ocjtech.us>\r
+X-Mailer: git-send-email 1.6.5.2\r
+In-Reply-To: <1258665602-700-1-git-send-email-jeff@ocjtech.us>\r
+References: <yunmy2i2u6t.fsf@aiko.keithp.com>\r
+       <1258665602-700-1-git-send-email-jeff@ocjtech.us>\r
+Subject: [notmuch] [PATCH 2/2] Add a .desktop file entry.\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.12\r
+Precedence: list\r
+List-Id: "Use and development of the notmuch mail system."\r
+       <notmuch.notmuchmail.org>\r
+List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
+List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
+List-Post: <mailto:notmuch@notmuchmail.org>\r
+List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
+List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
+X-List-Received-Date: Thu, 19 Nov 2009 21:20:30 -0000\r
+\r
+This will add an entry in your window manager's menus that will create\r
+up a new emacs process and start notmuch.\r
+\r
+Signed-off-by: Jeffrey C. Ollie <jeff@ocjtech.us>\r
+---\r
+ notmuch.desktop |    7 +++++++\r
+ 1 files changed, 7 insertions(+), 0 deletions(-)\r
+ create mode 100644 notmuch.desktop\r
+\r
+diff --git a/notmuch.desktop b/notmuch.desktop\r
+new file mode 100644\r
+index 0000000..d29dff6\r
+--- /dev/null\r
++++ b/notmuch.desktop\r
+@@ -0,0 +1,7 @@\r
++[Desktop Entry]\r
++Name=Not Much Mail\r
++Exec=emacs -f notmuch\r
++Icon=emblem-mail\r
++Terminal=false\r
++Type=Application\r
++Categories=Network;Email\r
+-- \r
+1.6.5.2\r
+\r