Re: [PATCH] emacs: wash: make word-wrap bound message width
[notmuch-archives.git] / ed / f5a1d7c10687ac0350330450530649bf18fe15
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 07C6F431FAF\r
6         for <notmuch@notmuchmail.org>; Sat, 24 Mar 2012 09:14:46 -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 hs9KwmXZO9U2 for <notmuch@notmuchmail.org>;\r
16         Sat, 24 Mar 2012 09:14:45 -0700 (PDT)\r
17 Received: from mail-lb0-f181.google.com (mail-lb0-f181.google.com\r
18         [209.85.217.181]) (using TLSv1 with cipher RC4-SHA (128/128 bits))\r
19         (No client certificate requested)\r
20         by olra.theworths.org (Postfix) with ESMTPS id 64B66431FAE\r
21         for <notmuch@notmuchmail.org>; Sat, 24 Mar 2012 09:14:45 -0700 (PDT)\r
22 Received: by lbok6 with SMTP id k6so3358397lbo.26\r
23         for <notmuch@notmuchmail.org>; Sat, 24 Mar 2012 09:14:42 -0700 (PDT)\r
24 X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;\r
25         d=google.com; s=20120113;\r
26         h=from:to:cc:subject:date:message-id:x-mailer:x-gm-message-state;\r
27         bh=4sNAx0Xr+tR4SOENO7+Sb/D9S70kIZcLPmWbB3KQkjY=;\r
28         b=bYZiCRaW9OaFnTFVxSbakN31TTDwVszc9VTT5zdT9Ha52MegOMKT34uKbQ8A0Zm17c\r
29         7ciNtau06iXJdmOOOgqur9ik43aA9n3oRqYRl50t5dQ/b3+ytBWbuFfu3KZz/3yGSCst\r
30         Z0Snuw9Ub9n4Pf4+qZx9dyzqGNd1sc9NTsqrap5mC/HJASzjujkeChmoD0yOdVmpEi0I\r
31         bOmM61F03uElVUnyNv8fWZjli6YMzBch8ZRtjchVo8KHXwgxlFwaolpRa/gMd3Q/Roy0\r
32         D+TCWAxBFBAMTIyLUdgALC7oIQ83v0B8H5qgVf0RCzZJH7M1x76L8LgrlCfQqqi+ZBAA\r
33         eEig==\r
34 Received: by 10.152.132.132 with SMTP id ou4mr11831936lab.26.1332605682165;\r
35         Sat, 24 Mar 2012 09:14:42 -0700 (PDT)\r
36 Received: from localhost (dsl-hkibrasgw4-fe50f800-253.dhcp.inet.fi.\r
37         [84.248.80.253]) by mx.google.com with ESMTPS id\r
38         pj20sm11385516lab.13.2012.03.24.09.14.38\r
39         (version=SSLv3 cipher=OTHER); Sat, 24 Mar 2012 09:14:40 -0700 (PDT)\r
40 From: Jani Nikula <jani@nikula.org>\r
41 To: notmuch@notmuchmail.org\r
42 Subject: [PATCH 0/3] cli: notmuch tag/restore refactoring\r
43 Date: Sat, 24 Mar 2012 18:14:34 +0200\r
44 Message-Id: <cover.1332604895.git.jani@nikula.org>\r
45 X-Mailer: git-send-email 1.7.5.4\r
46 X-Gm-Message-State:\r
47  ALoCoQlEivBv/lITKa7RhsZNNd5aQ5Hqeq2iE2poJUzVK2oNqnwkvDH6+oH1+zl8L8vXoJUsVYWP\r
48 X-BeenThere: notmuch@notmuchmail.org\r
49 X-Mailman-Version: 2.1.13\r
50 Precedence: list\r
51 List-Id: "Use and development of the notmuch mail system."\r
52         <notmuch.notmuchmail.org>\r
53 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
54         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
55 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
56 List-Post: <mailto:notmuch@notmuchmail.org>\r
57 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
58 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
59         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
60 X-List-Received-Date: Sat, 24 Mar 2012 16:14:46 -0000\r
61 \r
62 Hi, here's some refactoring of notmuch tag/restore with mostly\r
63 non-functional changes, in preparation of later, more interesting\r
64 changes to dump/restore/tag.\r
65 \r
66 BR,\r
67 Jani.\r
68 \r
69 \r
70 Jani Nikula (3):\r
71   cli: refactor "notmuch tag" data structures for tagging operations\r
72   cli: refactor "notmuch tag" query tagging into a separate function\r
73   cli: refactor "notmuch restore" message tagging into a separate\r
74     function\r
75 \r
76  notmuch-client.h  |    5 +\r
77  notmuch-restore.c |   73 +---------------\r
78  notmuch-tag.c     |  242 +++++++++++++++++++++++++++++++++++------------------\r
79  3 files changed, 169 insertions(+), 151 deletions(-)\r
80 \r
81 -- \r
82 1.7.5.4\r
83 \r