Re: notmuch webmails
[notmuch-archives.git] / ec / d403d6490ade825d08684af07c3d124f46f1b8
1 Return-Path: <Sebastian@SSpaeth.de>\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 727E24196F0\r
6         for <notmuch@notmuchmail.org>; Wed, 28 Apr 2010 07:31:10 -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: -1.9\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-1.9 tagged_above=-999 required=5\r
12         tests=[BAYES_00=-1.9] 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 5aZrGJealDqu for <notmuch@notmuchmail.org>;\r
16         Wed, 28 Apr 2010 07:31:09 -0700 (PDT)\r
17 Received: from homiemail-a11.g.dreamhost.com (caiajhbdcagg.dreamhost.com\r
18         [208.97.132.66])\r
19         by olra.theworths.org (Postfix) with ESMTP id B0E2E431FC1\r
20         for <notmuch@notmuchmail.org>; Wed, 28 Apr 2010 07:31:09 -0700 (PDT)\r
21 Received: from localhost.localdomain (unknown [195.190.188.219])\r
22         (Authenticated sender: sebastian@sspaeth.de)\r
23         by homiemail-a11.g.dreamhost.com (Postfix) with ESMTPA id 156FB19408A; \r
24         Wed, 28 Apr 2010 07:31:07 -0700 (PDT)\r
25 From: Sebastian Spaeth <Sebastian@SSpaeth.de>\r
26 To: Notmuch developer list <notmuch@notmuchmail.org>\r
27 Subject: [PATCH 2/2] NEWS: describe easier FCC configuration\r
28 Date: Wed, 28 Apr 2010 16:31:00 +0200\r
29 Message-Id: <1272465060-15541-2-git-send-email-Sebastian@SSpaeth.de>\r
30 X-Mailer: git-send-email 1.7.0.4\r
31 In-Reply-To: <87ljc77iqn.fsf@SSpaeth.de>\r
32 References: <87ljc77iqn.fsf@SSpaeth.de>\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, 28 Apr 2010 14:31:10 -0000\r
46 \r
47 I know I should be writing something witty here to make cworth happy,\r
48 but I can't think for any verbose justification of this patch beyond\r
49 that submitting a NEWS blurb will make cworth happy too. So let's make\r
50 him happy.\r
51 \r
52 Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>\r
53 ---\r
54  NEWS |   11 +++++++++++\r
55  1 files changed, 11 insertions(+), 0 deletions(-)\r
56 \r
57 diff --git a/NEWS b/NEWS\r
58 index 9d91379..2d5e398 100644\r
59 --- a/NEWS\r
60 +++ b/NEWS\r
61 @@ -16,6 +16,17 @@ Automatically tag messages as "replied" when sending a reply\r
62    automatically remove that tag when replying. See "Notmuch Message\r
63    Mark Replied" in the notmuch customize interface.\r
64  \r
65 +Emacs mail improvements\r
66 +-----------------------\r
67 +\r
68 +Easier way to define a fcc directory\r
69 +    \r
70 +  In the common case that a user only has one FCC (save outgoing mail\r
71 +  in the Mail directory, it is now possible to simply configure a\r
72 +  string such as "Sent" in the notmuch-fcc-dirs variable. More complex\r
73 +  options, depending on a users email address, are possible and\r
74 +  described in the variable customization help text.\r
75 +    \r
76  Notmuch 0.3.1 (2010-04-27)\r
77  ==========================\r
78  General bug fixes\r
79 -- \r
80 1.7.0.4\r
81 \r