Re: [PATCH] emacs: wash: make word-wrap bound message width
[notmuch-archives.git] / 5c / 35734dee64c1a2f70cb255b550286846a6423c
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 25008431FAF\r
6         for <notmuch@notmuchmail.org>; Tue,  2 Apr 2013 15:42:08 -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 kT7ECPVJZSU4 for <notmuch@notmuchmail.org>;\r
17         Tue,  2 Apr 2013 15:42:07 -0700 (PDT)\r
18 Received: from mail-pb0-f46.google.com (mail-pb0-f46.google.com\r
19         [209.85.160.46]) (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 A0383431FAE\r
22         for <notmuch@notmuchmail.org>; Tue,  2 Apr 2013 15:42:07 -0700 (PDT)\r
23 Received: by mail-pb0-f46.google.com with SMTP id rp8so491408pbb.19\r
24         for <notmuch@notmuchmail.org>; Tue, 02 Apr 2013 15:42:07 -0700 (PDT)\r
25 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;\r
26         h=x-received:from:to:cc:subject:date:message-id:x-mailer;\r
27         bh=deMsaA+hTr6bRHbEwBBEq1EVDwPe4i59g98mqfFSQ0I=;\r
28         b=eyeuK6gwbmb45hPLN5TWNMYD+bJwzl9XeXUt2T9C3QJqheJcV3KyKWitvO4sIN0CWZ\r
29         hE87SMI3d+FgV273EvoUj923BTxKz6z2WD4CHFtD3y4tSfrd+kc6visZuBJui09XEJBL\r
30         /KdW/X5QyDM7zriTTj1bu2+B/sd0MCacpUHOUZgDTU5xw5wVYLmOrh7hCSa4mr0Vdqgn\r
31         tNtoKosl9E7ZEqffbKclKoDtHFKpf47wwcMTtShFNW3Zh9sc5yikdwQCQakfY1r0o7ds\r
32         9FEDZ5Rvm3H6TRLy/bGEkFHr3Nh1w0ctQkvVMxYUcMthvBP+Scu2YJOmu2/xGbbTBcVH\r
33         V8GQ==\r
34 X-Received: by 10.68.231.164 with SMTP id th4mr26265665pbc.198.1364942526905; \r
35         Tue, 02 Apr 2013 15:42:06 -0700 (PDT)\r
36 Received: from localhost (215.42.233.220.static.exetel.com.au.\r
37         [220.233.42.215])\r
38         by mx.google.com with ESMTPS id z1sm3264710pbw.19.2013.04.02.15.42.03\r
39         (version=TLSv1.2 cipher=RC4-SHA bits=128/128);\r
40         Tue, 02 Apr 2013 15:42:05 -0700 (PDT)\r
41 From: Peter Wang <novalazy@gmail.com>\r
42 To: notmuch@notmuchmail.org\r
43 Subject: [PATCH v5 00/12] insert command\r
44 Date: Wed,  3 Apr 2013 09:41:45 +1100\r
45 Message-Id: <1364942517-6982-1-git-send-email-novalazy@gmail.com>\r
46 X-Mailer: git-send-email 1.7.12.1\r
47 X-BeenThere: notmuch@notmuchmail.org\r
48 X-Mailman-Version: 2.1.13\r
49 Precedence: list\r
50 List-Id: "Use and development of the notmuch mail system."\r
51         <notmuch.notmuchmail.org>\r
52 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
53         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
54 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
55 List-Post: <mailto:notmuch@notmuchmail.org>\r
56 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
57 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
58         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
59 X-List-Received-Date: Tue, 02 Apr 2013 22:42:08 -0000\r
60 \r
61 - rebased\r
62 - cleaned up insert_message, sync_dir error paths\r
63 - clarified maildir destination in man page\r
64 \r
65 Peter Wang (12):\r
66   tag-util: move out 'tag' command-line checks\r
67   tag-util: do not reset list in parse_tag_command_line\r
68   cli: add insert command\r
69   man: document 'insert' command\r
70   man: reference notmuch-insert.1\r
71   test: add tests for insert\r
72   insert: add --folder option\r
73   man: document insert --folder option\r
74   test: test insert --folder option\r
75   insert: add --create-folder option\r
76   man: document insert --create-folder\r
77   test: test insert --create-folder option\r
78 \r
79  Makefile.local                  |   1 +\r
80  man/Makefile.local              |   1 +\r
81  man/man1/notmuch-config.1       |   4 +-\r
82  man/man1/notmuch-count.1        |   4 +-\r
83  man/man1/notmuch-dump.1         |   4 +-\r
84  man/man1/notmuch-insert.1       |  64 ++++++\r
85  man/man1/notmuch-new.1          |   4 +-\r
86  man/man1/notmuch-reply.1        |   3 +-\r
87  man/man1/notmuch-restore.1      |   3 +-\r
88  man/man1/notmuch-search.1       |   3 +-\r
89  man/man1/notmuch-show.1         |   3 +-\r
90  man/man1/notmuch-tag.1          |   3 +-\r
91  man/man1/notmuch.1              |   3 +-\r
92  man/man5/notmuch-hooks.5        |   4 +-\r
93  man/man7/notmuch-search-terms.7 |   3 +-\r
94  notmuch-client.h                |   3 +\r
95  notmuch-insert.c                | 479 ++++++++++++++++++++++++++++++++++++++++\r
96  notmuch-tag.c                   |   5 +\r
97  notmuch.c                       |   3 +\r
98  tag-util.c                      |   8 +-\r
99  tag-util.h                      |   2 +\r
100  test/insert                     | 110 +++++++++\r
101  test/notmuch-test               |   1 +\r
102  23 files changed, 696 insertions(+), 22 deletions(-)\r
103  create mode 100644 man/man1/notmuch-insert.1\r
104  create mode 100644 notmuch-insert.c\r
105  create mode 100755 test/insert\r
106 \r
107 -- \r
108 1.7.12.1\r
109 \r