Re: [PATCH] emacs: wash: make word-wrap bound message width
[notmuch-archives.git] / 41 / a81717ebb1a5164d6a92a89d8a4c24b71cd1ee
1 Return-Path: <dme@dme.org>\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 D1DC8418C25\r
6         for <notmuch@notmuchmail.org>; Mon, 26 Apr 2010 08:09:47 -0700 (PDT)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: -1.9\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-1.9 tagged_above=-999 required=5\r
12         tests=[BAYES_00=-1.9] autolearn=ham\r
13 Received: from olra.theworths.org ([127.0.0.1])\r
14         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
15         with ESMTP id x7D-dBBAcfaH for <notmuch@notmuchmail.org>;\r
16         Mon, 26 Apr 2010 08:09:46 -0700 (PDT)\r
17 Received: from mail-ww0-f53.google.com (mail-ww0-f53.google.com\r
18  [74.125.82.53])        by olra.theworths.org (Postfix) with ESMTP id AA083431FC1       for\r
19  <notmuch@notmuchmail.org>; Mon, 26 Apr 2010 08:09:46 -0700 (PDT)\r
20 Received: by wwi18 with SMTP id 18so504295wwi.26\r
21         for <notmuch@notmuchmail.org>; Mon, 26 Apr 2010 08:09:46 -0700 (PDT)\r
22 Received: by 10.216.93.79 with SMTP id k57mr5103848wef.161.1272294579684;\r
23         Mon, 26 Apr 2010 08:09:39 -0700 (PDT)\r
24 Received: from ut.hh.sledj.net (host83-217-165-81.dsl.vispa.com\r
25         [83.217.165.81])\r
26         by mx.google.com with ESMTPS id d16sm99013wej.21.2010.04.26.08.09.36\r
27         (version=TLSv1/SSLv3 cipher=RC4-MD5);\r
28         Mon, 26 Apr 2010 08:09:38 -0700 (PDT)\r
29 Received: by ut.hh.sledj.net (Postfix, from userid 1000)\r
30         id 2176D59413B; Mon, 26 Apr 2010 16:09:47 +0100 (BST)\r
31 From: dme@dme.org\r
32 To: notmuch@notmuchmail.org\r
33 Subject: [PATCH] emacs: Remove duplicate declaration of `notmuch-folders'\r
34 Date: Mon, 26 Apr 2010 16:09:43 +0100\r
35 Message-Id: <1272294583-18209-1-git-send-email-dme@dme.org>\r
36 X-Mailer: git-send-email 1.7.0\r
37 X-BeenThere: notmuch@notmuchmail.org\r
38 X-Mailman-Version: 2.1.13\r
39 Precedence: list\r
40 List-Id: "Use and development of the notmuch mail system."\r
41         <notmuch.notmuchmail.org>\r
42 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
43         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
44 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
45 List-Post: <mailto:notmuch@notmuchmail.org>\r
46 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
47 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
48         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
49 X-List-Received-Date: Mon, 26 Apr 2010 15:09:48 -0000\r
50 \r
51 From: David Edmondson <dme@dme.org>\r
52 \r
53 ---\r
54  emacs/notmuch.el |    5 -----\r
55  1 files changed, 0 insertions(+), 5 deletions(-)\r
56 \r
57 diff --git a/emacs/notmuch.el b/emacs/notmuch.el\r
58 index 428ae6c..e207180 100644\r
59 --- a/emacs/notmuch.el\r
60 +++ b/emacs/notmuch.el\r
61 @@ -659,11 +659,6 @@ characters as well as `_.+-'.\r
62      (apply 'notmuch-call-notmuch-process "tag"\r
63            (append action-split (list notmuch-search-query-string) nil))))\r
64  \r
65 -(defcustom notmuch-folders (quote (("inbox" . "tag:inbox") ("unread" . "tag:unread")))\r
66 -  "List of searches for the notmuch folder view"\r
67 -  :type '(alist :key-type (string) :value-type (string))\r
68 -  :group 'notmuch)\r
69 -\r
70  (defun notmuch-search-buffer-title (query)\r
71    "Returns the title for a buffer with notmuch search results."\r
72    (let* ((folder (rassoc-if (lambda (key)\r
73 -- \r
74 1.7.0\r
75 \r