[PATCH] Omit User-Agent: header by default
[notmuch-archives.git] / f5 / 436129966729b614bc086c2b826947e04dadb1
1 Return-Path: <hohndel@gr8dns.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 6B7C04196F2\r
6         for <notmuch@notmuchmail.org>; Wed, 21 Apr 2010 16:16:18 -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.8\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=0.8 tagged_above=-999 required=5 tests=[BAYES_50=0.8]\r
12         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 6WONMU5adACZ for <notmuch@notmuchmail.org>;\r
16         Wed, 21 Apr 2010 16:16:17 -0700 (PDT)\r
17 Received: from mail.hohndel.org (mail.hohndel.org [65.23.157.147])\r
18         by olra.theworths.org (Postfix) with ESMTP id 644A8431FC1\r
19         for <notmuch@notmuchmail.org>; Wed, 21 Apr 2010 16:16:17 -0700 (PDT)\r
20 Received: by mail.hohndel.org (Postfix, from userid 112)\r
21         id B401A340FA; Wed, 21 Apr 2010 19:16:16 -0400 (EDT)\r
22 Received: from x200.gr8dns.org (unknown [65.23.157.147])\r
23         by mail.hohndel.org (Postfix) with ESMTP id AAFA1340F4\r
24         for <notmuch@notmuchmail.org>; Wed, 21 Apr 2010 19:16:15 -0400 (EDT)\r
25 Received: by x200.gr8dns.org (Postfix, from userid 500)\r
26         id 41F6AC0212; Wed, 21 Apr 2010 16:16:15 -0700 (PDT)\r
27 From: Dirk Hohndel <hohndel@infradead.org>\r
28 To: <notmuch@notmuchmail.org>\r
29 Subject: add delete keybinding\r
30 Date: Wed, 21 Apr 2010 16:16:02 -0700\r
31 Message-Id: <1271891763-10757-1-git-send-email-hohndel@infradead.org>\r
32 X-Mailer: git-send-email 1.6.6.1\r
33 X-BeenThere: notmuch@notmuchmail.org\r
34 X-Mailman-Version: 2.1.13\r
35 Precedence: list\r
36 List-Id: "Use and development of the notmuch mail system."\r
37         <notmuch.notmuchmail.org>\r
38 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
39         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
40 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
41 List-Post: <mailto:notmuch@notmuchmail.org>\r
42 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
43 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
44         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
45 X-List-Received-Date: Wed, 21 Apr 2010 23:16:18 -0000\r
46 \r
47 Straight forward addition to the Emacs UI. The 'd' keybinding\r
48 is implemented very similar to the 'a' keybinding - it only\r
49 adds a +deleted tag as well. This tag is used by notmuchsync\r
50 to delete (-p "prune") files in the mailstore.\r
51 \r
52 I'm sending this mostly as an RFC - I use this and like it, but\r
53 people seem to have strong feelings as to how they want to deal \r
54 with deleting email (or for some people, how they don't want to\r
55 do that at all).\r
56 \r
57 /D\r
58 \r