Re: Missing headers when forwarding html message as RFC822
[notmuch-archives.git] / b5 / 5cc00556780e59084c879df35c0afd15b58991
1 Return-Path: <jani@nikula.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 18831431FBF\r
6         for <notmuch@notmuchmail.org>; Wed, 19 Mar 2014 09:53:15 -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: -0.7\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-0.7 tagged_above=-999 required=5\r
12         tests=[RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled\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 eUCcAO96hAdp for <notmuch@notmuchmail.org>;\r
16         Wed, 19 Mar 2014 09:53:11 -0700 (PDT)\r
17 Received: from mail-ee0-f42.google.com (mail-ee0-f42.google.com\r
18  [74.125.83.42])        (using TLSv1 with cipher RC4-SHA (128/128 bits))        (No client\r
19  certificate requested) by olra.theworths.org (Postfix) with ESMTPS id\r
20  1BB2E431FAF    for <notmuch@notmuchmail.org>; Wed, 19 Mar 2014 09:53:10 -0700\r
21  (PDT)\r
22 Received: by mail-ee0-f42.google.com with SMTP id d17so6820668eek.15\r
23         for <notmuch@notmuchmail.org>; Wed, 19 Mar 2014 09:53:09 -0700 (PDT)\r
24 X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;\r
25         d=1e100.net; s=20130820;\r
26         h=x-gm-message-state:from:to:cc:subject:date:message-id;\r
27         bh=U2Hh0t9qjt06AlY1BJ/0PSpCSOh1oQZPqLQpAGDJwis=;\r
28         b=Ql4KClNagYO+B9a9SS6O+QmLmZxWLUGdlP3ClOlJDxbhfQugzSJmpfyuvkH/XBoMOt\r
29         2yW7L56CGfyM0LTXnmOB/ivHcceUkgfL94P3lWgLVMV/a1nAklfnJfEbj2zAMGvMRKlc\r
30         BDYgo2ciLmn3KL3TNiA7Y6SWxnz+WCKqkSCwiJC3X2L2JiiHUG+QfnkLz8ypSnKyg6G8\r
31         wJ1QHN9Z9ZGrkTvtaq8ixQ00ul9Rt7ZYlhxwqU4Ru9aonLxJ+IC7RcI76ctQEcQtRNwS\r
32         HDNuB6L5yOW6jxWKTZMuQaEIxQTiwd2u24bKUNw/5mROIs56o/y0rOSLtXUXM35gbN3m\r
33         oDQw==\r
34 X-Gm-Message-State:\r
35  ALoCoQmHJqgS+EGezVXpnv1hfHF8Kbl4uAPlRSZuSIJHsW9bdQPd5JnV6cdfpAemHb+KRd3W2OgJ\r
36 X-Received: by 10.15.42.138 with SMTP id u10mr36928036eev.7.1395247989935;\r
37         Wed, 19 Mar 2014 09:53:09 -0700 (PDT)\r
38 Received: from localhost (dsl-hkibrasgw2-58c36f-91.dhcp.inet.fi.\r
39         [88.195.111.91]) by mx.google.com with ESMTPSA id\r
40         l42sm55770758eew.19.2014.03.19.09.53.08 for <multiple recipients>\r
41         (version=TLSv1.2 cipher=RC4-SHA bits=128/128);\r
42         Wed, 19 Mar 2014 09:53:09 -0700 (PDT)\r
43 From: Jani Nikula <jani@nikula.org>\r
44 To: notmuch@notmuchmail.org\r
45 Subject: [PATCH] emacs: add path: prefix to query completion\r
46 Date: Wed, 19 Mar 2014 18:53:06 +0200\r
47 Message-Id: <1395247986-21323-1-git-send-email-jani@nikula.org>\r
48 X-Mailer: git-send-email 1.9.0\r
49 X-BeenThere: notmuch@notmuchmail.org\r
50 X-Mailman-Version: 2.1.13\r
51 Precedence: list\r
52 List-Id: "Use and development of the notmuch mail system."\r
53         <notmuch.notmuchmail.org>\r
54 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
55         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
56 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
57 List-Post: <mailto:notmuch@notmuchmail.org>\r
58 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
59 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
60         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
61 X-List-Received-Date: Wed, 19 Mar 2014 16:53:15 -0000\r
62 \r
63 Complete to the new path: prefix.\r
64 ---\r
65  emacs/notmuch.el | 2 +-\r
66  1 file changed, 1 insertion(+), 1 deletion(-)\r
67 \r
68 diff --git a/emacs/notmuch.el b/emacs/notmuch.el\r
69 index 047175001c77..65baa0cb8886 100644\r
70 --- a/emacs/notmuch.el\r
71 +++ b/emacs/notmuch.el\r
72 @@ -829,7 +829,7 @@ See `notmuch-tag' for information on the format of TAG-CHANGES."\r
73  PROMPT is the string to prompt with."\r
74    (lexical-let\r
75        ((completions\r
76 -       (append (list "folder:" "thread:" "id:" "date:" "from:" "to:"\r
77 +       (append (list "folder:" "path:" "thread:" "id:" "date:" "from:" "to:"\r
78                       "subject:" "attachment:")\r
79                 (mapcar (lambda (tag)\r
80                           (concat "tag:" (notmuch-escape-boolean-term tag)))\r
81 -- \r
82 1.9.0\r
83 \r