Re: (emacs) Parsing problems replying to encrypted html
[notmuch-archives.git] / a5 / 4b1bc50a7ad02032ce7809139512fea921547a
1 Return-Path: <novalazy@gmail.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 29EAB431FAF\r
6         for <notmuch@notmuchmail.org>; Wed, 25 Jul 2012 17:50:06 -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.799\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-0.799 tagged_above=-999 required=5\r
12         tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1,\r
13         FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled\r
14 Received: from olra.theworths.org ([127.0.0.1])\r
15         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
16         with ESMTP id TSXPtB39EiKe for <notmuch@notmuchmail.org>;\r
17         Wed, 25 Jul 2012 17:50:05 -0700 (PDT)\r
18 Received: from mail-yw0-f53.google.com (mail-yw0-f53.google.com\r
19         [209.85.213.53]) (using TLSv1 with cipher RC4-SHA (128/128 bits))\r
20         (No client certificate requested)\r
21         by olra.theworths.org (Postfix) with ESMTPS id 9C622431FAE\r
22         for <notmuch@notmuchmail.org>; Wed, 25 Jul 2012 17:50:05 -0700 (PDT)\r
23 Received: by yhp26 with SMTP id 26so1725479yhp.26\r
24         for <notmuch@notmuchmail.org>; Wed, 25 Jul 2012 17:50:04 -0700 (PDT)\r
25 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;\r
26         h=date:message-id:from:to:cc:subject:in-reply-to:references\r
27         :mime-version:content-type:content-disposition\r
28         :content-transfer-encoding;\r
29         bh=HAy16/VpbbKrdCGqDN3qsy00UXx8O9gvrOa8bMdNbJM=;\r
30         b=JnNloHHidegQEaF+YIBL++17HpfkJnK23qfWEB8mrCISIbbgCtm3r3/mGBlc9V/1S5\r
31         Y35BNijl1rIus5ZMS5dgafvgYr+cBlMRr4LaThc4MnMP7L4kFTwsswhPWROvAaZ1R92M\r
32         N+4KIk2jjFnCu7RjH3EhHt5rQz574Bxix57vByf/pAzVYp274IJoPt3QOcGwsSHbqhi5\r
33         UZWNZrAVQDzKvegoQ9ZhnPArIx8zyyAVhXGOuBIqMVmeHJAWK/0wG6LbS8B/LjWiu7NH\r
34         fH03MG/00QWlZpb4sSZsB11uSWibezBfbl3XAUERt3iSRZhN0/VIuXDsSvRtlj2JXs9Z\r
35         sa2g==\r
36 Received: by 10.66.84.137 with SMTP id z9mr6437619pay.18.1343263803586;\r
37         Wed, 25 Jul 2012 17:50:03 -0700 (PDT)\r
38 Received: from localhost (215.42.233.220.static.exetel.com.au.\r
39         [220.233.42.215]) by mx.google.com with ESMTPS id\r
40         wa14sm15370869pbc.10.2012.07.25.17.50.00\r
41         (version=TLSv1/SSLv3 cipher=OTHER);\r
42         Wed, 25 Jul 2012 17:50:02 -0700 (PDT)\r
43 Date: Thu, 26 Jul 2012 10:49:53 +1000\r
44 Message-ID: <20120726104953.GC24275@lucy.WAG320N>\r
45 From: Peter Wang <novalazy@gmail.com>\r
46 To: Jameson Graef Rollins <jrollins@finestructure.net>\r
47 Subject: Re: [PATCH 01/18] cli: add stub for insert command\r
48 In-Reply-To: <871ujz6a19.fsf@servo.finestructure.net>\r
49 References: <1343223767-9812-1-git-send-email-novalazy@gmail.com>\r
50         <871ujz6a19.fsf@servo.finestructure.net>\r
51 MIME-Version: 1.0\r
52 Content-Type: text/plain; charset=utf-8\r
53 Content-Disposition: inline\r
54 Content-Transfer-Encoding: 8bit\r
55 Cc: notmuch@notmuchmail.org\r
56 X-BeenThere: notmuch@notmuchmail.org\r
57 X-Mailman-Version: 2.1.13\r
58 Precedence: list\r
59 List-Id: "Use and development of the notmuch mail system."\r
60         <notmuch.notmuchmail.org>\r
61 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
62         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
63 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
64 List-Post: <mailto:notmuch@notmuchmail.org>\r
65 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
66 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
67         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
68 X-List-Received-Date: Thu, 26 Jul 2012 00:50:06 -0000\r
69 \r
70 On Wed, 25 Jul 2012 10:11:14 -0700, Jameson Graef Rollins <jrollins@finestructure.net> wrote:\r
71\r
72 > This is an interesting series, but let me play devil's advocate for a\r
73 > moment: Why is this functionality needed?  What can this functionality\r
74 > do that notmuch new can't?\r
75 \r
76 My mail is stored on a remote server running notmuch.\r
77 My email client runs locally, calling notmuch on the server via ssh.\r
78 \r
79 After sending a message, I immediately add that message to the\r
80 Maildir/Sent folder and tag it `sent'.  When postponing a message,\r
81 I add the message to the Maildir/Drafts folder and tag it `draft'\r
82 (excluded by default).\r
83 \r
84 notmuch new doesn't help me get the message into the Maildir in the\r
85 first place.  I would also need a second step to tag the messages.\r
86 Right now notmuch-deliver serves my purposes, but I would prefer it to\r
87 be part of notmuch.\r
88 \r
89 Peter\r