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