Re: [PATCH] emacs: wash: make word-wrap bound message width
[notmuch-archives.git] / 22 / aac9f851c17ffdfc810579afb8257789765168
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 28A9B431FB6\r
6         for <notmuch@notmuchmail.org>; Sun, 25 Mar 2012 12:18:55 -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 ju4nrrQ+oKnx for <notmuch@notmuchmail.org>;\r
16         Sun, 25 Mar 2012 12:18:53 -0700 (PDT)\r
17 Received: from mail-lpp01m010-f53.google.com (mail-lpp01m010-f53.google.com\r
18         [209.85.215.53]) (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 CD4F8431FAE\r
21         for <notmuch@notmuchmail.org>; Sun, 25 Mar 2012 12:18:52 -0700 (PDT)\r
22 Received: by lahc1 with SMTP id c1so3755652lah.26\r
23         for <notmuch@notmuchmail.org>; Sun, 25 Mar 2012 12:18:49 -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=DeWaE4btoi9uH5DKo0uh7A9g9rr7cqvAkA3rCIA7V7k=;\r
28         b=B72rbMrOoJ5ejsemoubqDu35K8ssMYYLH+qXjw9qGTpSpDx68bc51YmtX1SMc/mDl7\r
29         2P9fPeua8DLNil/t9dPs6VZcw7fJ8yPtGkx39OBm0JjM8ZB3G8S6spSgS8Qg/O3e8lYr\r
30         OPHJ2pyK9Brln2WTkAVMVmN+NlfYRCKEaGOQ/j8jnxQsxqkzjo3fGl8RPCweEEoLdwZp\r
31         aertkUY1jpqcns3CtK36YItd9W3vDIZcB5TlsJP2UGlGnuZ+54CUlidHiZjcy/0eEBbZ\r
32         JRtJ45eAoZ+gmEWKil2Zx4Q97ZXM3O6/C+PLNmTWxpJaYWXP4BviqeNUiqc2iRI3iQoR\r
33         q4jw==\r
34 Received: by 10.112.44.105 with SMTP id d9mr7256860lbm.69.1332703129708;\r
35         Sun, 25 Mar 2012 12:18:49 -0700 (PDT)\r
36 Received: from localhost (dsl-hkibrasgw4-fe50f800-253.dhcp.inet.fi.\r
37         [84.248.80.253])\r
38         by mx.google.com with ESMTPS id oy17sm14838289lab.7.2012.03.25.12.18.46\r
39         (version=SSLv3 cipher=OTHER); Sun, 25 Mar 2012 12:18:47 -0700 (PDT)\r
40 From: Jani Nikula <jani@nikula.org>\r
41 To: notmuch@notmuchmail.org\r
42 Subject: [PATCH v2 0/3] cli: notmuch tag/restore refactoring\r
43 Date: Sun, 25 Mar 2012 22:18:42 +0300\r
44 Message-Id: <cover.1332702915.git.jani@nikula.org>\r
45 X-Mailer: git-send-email 1.7.5.4\r
46 X-Gm-Message-State:\r
47  ALoCoQmRc9M0hmnLlcM/QxGyFsryrmt3VFo7lE5Zb/ecA2cPsj/UI8cshyP22vmqvBJbUJA4NLo5\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: Sun, 25 Mar 2012 19:18:55 -0000\r
61 \r
62 v2 of id:"cover.1332604895.git.jani@nikula.org" with the following\r
63 non-functional changes, addressing David's concerns in mail and IRC:\r
64 \r
65  - do not use C99 style struct assignment in patch 1\r
66  - for now, keep tag_message() local to notmuch-restore.c in patch 3\r
67 \r
68 BR,\r
69 Jani.\r
70 \r
71 Jani Nikula (3):\r
72   cli: refactor "notmuch tag" data structures for tagging operations\r
73   cli: refactor "notmuch tag" query tagging into a separate function\r
74   cli: refactor "notmuch restore" message tagging into a separate\r
75     function\r
76 \r
77  notmuch-restore.c |  148 +++++++++++++++++++++++++----------------------\r
78  notmuch-tag.c     |  166 +++++++++++++++++++++++++++--------------------------\r
79  2 files changed, 163 insertions(+), 151 deletions(-)\r
80 \r
81 -- \r
82 1.7.5.4\r
83 \r