Re: [PATCH 9/9] add has: query prefix to search for specific properties
[notmuch-archives.git] / 79 / 0b9b7ff4c185473d55fe64410737ca07ed899c
1 Return-Path: <keith@nicira.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 964A5431FBC\r
6         for <notmuch@notmuchmail.org>; Sat,  5 Dec 2009 14:54:18 -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 n3pnQ20d5UCh for <notmuch@notmuchmail.org>;\r
11         Sat,  5 Dec 2009 14:54:17 -0800 (PST)\r
12 Received: from mout.perfora.net (mout.perfora.net [74.208.4.195])\r
13         by olra.theworths.org (Postfix) with ESMTP id E45EA431FAE\r
14         for <notmuch@notmuchmail.org>; Sat,  5 Dec 2009 14:54:17 -0800 (PST)\r
15 Received: from vps.nicira.com (66.7.219.28.static.dimenoc.com [66.7.219.28])\r
16         by mx.perfora.net (node=mxus2) with ESMTP (Nemesis)\r
17         id 0Ljq5Z-1NoCTQ0ryj-00bf2A for notmuch@notmuchmail.org;\r
18         Sat, 05 Dec 2009 17:54:17 -0500\r
19 Received: from hq.nicira.com ([209.172.104.10]:40834 helo=kea-nicira-lt)\r
20         by vps.nicira.com with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.69)\r
21         (envelope-from <keith@nicira.com>) id 1NH3W2-0001S5-FC\r
22         for notmuch@notmuchmail.org; Sat, 05 Dec 2009 17:54:15 -0500\r
23 Received: by kea-nicira-lt (sSMTP sendmail emulation);\r
24         Sat, 05 Dec 2009 14:54:13 -0800\r
25 From: Keith Amidon <keith@nicira.com>\r
26 To: notmuch@notmuchmail.org\r
27 Date: Sat,  5 Dec 2009 14:53:58 -0800\r
28 Message-Id: <1260053640-10034-1-git-send-email-keith@nicira.com>\r
29 X-Mailer: git-send-email 1.6.5.4\r
30 X-AntiAbuse: This header was added to track abuse,\r
31         please include it with any abuse report\r
32 X-AntiAbuse: Primary Hostname - vps.nicira.com\r
33 X-AntiAbuse: Original Domain - notmuchmail.org\r
34 X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12]\r
35 X-AntiAbuse: Sender Address Domain - nicira.com\r
36 X-Source: \r
37 X-Source-Args: \r
38 X-Source-Dir: \r
39 X-Mailman-Approved-At: Mon, 07 Dec 2009 09:47:22 -0800\r
40 Subject: [notmuch] Simple improvements to saving attachments\r
41 X-BeenThere: notmuch@notmuchmail.org\r
42 X-Mailman-Version: 2.1.12\r
43 Precedence: list\r
44 List-Id: "Use and development of the notmuch mail system."\r
45         <notmuch.notmuchmail.org>\r
46 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
47         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
48 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
49 List-Post: <mailto:notmuch@notmuchmail.org>\r
50 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
51 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
52         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
53 X-List-Received-Date: Sat, 05 Dec 2009 22:54:18 -0000\r
54 \r
55 I found there were some attachments I couldn't save using the existing\r
56 functionality.  Since I was already touching the code I implemented a\r
57 rough cut at the "save all attachments" function Carl requested as\r
58 well.\r
59 \r
60 I don't think this is the best code in the world but it gets the job\r
61 done for now and I expect it will get replaced with something much\r
62 better when some more thought has been put into the split in\r
63 mime-handling functionality between the frontend and the backend.\r
64 \r
65        --- Keith\r
66 \r