[PATCH] configure: add --without-api-docs option
[notmuch-archives.git] / 11 / b3e6e5fc4ffd693c56a94be1cc04b30db7f064
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 B620B431FDA\r
6         for <notmuch@notmuchmail.org>; Fri, 29 Jan 2010 05:22:06 -0800 (PST)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: 0.001\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=0.001 tagged_above=-999 required=5\r
12         tests=[BAYES_50=0.001] 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 Bh0PSxZhIXgC for <notmuch@notmuchmail.org>;\r
16         Fri, 29 Jan 2010 05:22:05 -0800 (PST)\r
17 Received: from homiemail-a22.g.dreamhost.com (caiajhbdcbhh.dreamhost.com\r
18         [208.97.132.177])\r
19         by olra.theworths.org (Postfix) with ESMTP id C6EB6431FD5\r
20         for <notmuch@notmuchmail.org>; Fri, 29 Jan 2010 05:22:05 -0800 (PST)\r
21 Received: from sspaeth.de (unknown [195.190.178.84])\r
22         by homiemail-a22.g.dreamhost.com (Postfix) with ESMTPA id 6AFC81A807E; \r
23         Fri, 29 Jan 2010 05:21:59 -0800 (PST)\r
24 Received: by sspaeth.de (sSMTP sendmail emulation);\r
25         Fri, 29 Jan 2010 14:21:56 +0100\r
26 From: "Sebastian Spaeth" <Sebastian@SSpaeth.de>\r
27 To: Jameson Rollins <jrollins@finestructure.net>, notmuch@notmuchmail.org\r
28 In-Reply-To: <878wbj4nfq.fsf@servo.finestructure.net>\r
29 References: <873a1zs3t5.fsf@jhu.edu> <878wbj4nfq.fsf@servo.finestructure.net>\r
30 Date: Fri, 29 Jan 2010 14:21:56 +0100\r
31 Message-ID: <87ockdoxl7.fsf@SSpaeth.de>\r
32 MIME-Version: 1.0\r
33 Content-Type: text/plain; charset=us-ascii\r
34 Subject: Re: [notmuch] Fcc, Maildir, and Emacs message-mode -- a bit of code\r
35 X-BeenThere: notmuch@notmuchmail.org\r
36 X-Mailman-Version: 2.1.13\r
37 Precedence: list\r
38 List-Id: "Use and development of the notmuch mail system."\r
39         <notmuch.notmuchmail.org>\r
40 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
41         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
42 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
43 List-Post: <mailto:notmuch@notmuchmail.org>\r
44 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
45 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
46         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
47 X-List-Received-Date: Fri, 29 Jan 2010 13:22:06 -0000\r
48 \r
49 First, I think this FCC method is phantastic and it works like a\r
50 charm. I agree that we should include the snippets at least in some\r
51 "contrib" directory (or doc/examples) to make it easier to find.\r
52 \r
53 Jameson Rollins <jrollins@finestructure.net> wrote:\r
54 > (defun my-message-header-setup ()\r
55 >   (message-add-header "Fcc: ~/.mail/sent"))\r
56 > (add-hook 'message-send-hook 'my-message-header-setup)\r
57 \r
58 I tried to replace that snippet with:\r
59 \r
60 (setq message-default-mail-headers "Fcc:  ~/.mail/sent\n")\r
61 \r
62 because I like to see the Fcc header when composing, but this only works\r
63 for new messages (via ctrl-x m) and not when invoked with "r"(eply) on\r
64 an existing message in notmuch.\r
65 \r
66 Is message-default-mail-headers only invoked for completely new mails?\r
67 The message mode manual doesn't state anything about that.\r
68 \r
69 And I agree with JRollins patch to not add the BCC to myself from\r
70 notmuch.el by default. Either make it a notmuch option, or specify how to\r
71 set up a default BCC in emacs in the docs.\r
72 \r
73 Sebastian\r