Configure mail responses headers to use Gcc anddddd not Fcc header in Emacs
authorOlivier Berger <olivier.berger@it-sudparis.eu>
Sat, 12 Nov 2011 07:29:24 +0000 (08:29 +0100)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 17:40:05 +0000 (09:40 -0800)
95/4046969a82b19a66aa348e5780a67d24476387 [new file with mode: 0644]

diff --git a/95/4046969a82b19a66aa348e5780a67d24476387 b/95/4046969a82b19a66aa348e5780a67d24476387
new file mode 100644 (file)
index 0000000..13e51bc
--- /dev/null
@@ -0,0 +1,83 @@
+Return-Path: <olivier.berger@it-sudparis.eu>\r
+X-Original-To: notmuch@notmuchmail.org\r
+Delivered-To: notmuch@notmuchmail.org\r
+Received: from localhost (localhost [127.0.0.1])\r
+       by olra.theworths.org (Postfix) with ESMTP id AAD16429E25\r
+       for <notmuch@notmuchmail.org>; Fri, 11 Nov 2011 23:29:32 -0800 (PST)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: 0\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none]\r
+       autolearn=disabled\r
+Received: from olra.theworths.org ([127.0.0.1])\r
+       by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
+       with ESMTP id ar5bqqmK0CND for <notmuch@notmuchmail.org>;\r
+       Fri, 11 Nov 2011 23:29:31 -0800 (PST)\r
+Received: from smtp4.int-evry.fr (smtp4.int-evry.fr [157.159.10.71])\r
+       by olra.theworths.org (Postfix) with ESMTP id 9391E431FB6\r
+       for <notmuch@notmuchmail.org>; Fri, 11 Nov 2011 23:29:31 -0800 (PST)\r
+Received: from smtp2.it-sudparis.eu (smtp2.int-evry.fr [157.159.10.45])\r
+       by smtp4.int-evry.fr (Postfix) with ESMTP id 87A167B8CAE\r
+       for <notmuch@notmuchmail.org>; Sat, 12 Nov 2011 08:29:30 +0100 (CET)\r
+Received: from smtp-ext.int-evry.fr (smtp-ext.int-evry.fr [157.159.11.17])\r
+       by smtp2.it-sudparis.eu (Postfix) with ESMTP id 9AE8B8E0009\r
+       for <notmuch@notmuchmail.org>; Sat, 12 Nov 2011 08:29:25 +0100 (CET)\r
+Received: from inf-8657.int-evry.fr (mag77-1-82-238-14-130.fbx.proxad.net\r
+       [82.238.14.130]) (using TLSv1 with cipher AES256-SHA (256/256 bits))\r
+       (No client certificate requested)\r
+       by smtp-ext.int-evry.fr (Postfix) with ESMTP id 8DAD415894B\r
+       for <notmuch@notmuchmail.org>; Sat, 12 Nov 2011 08:29:25 +0100 (CET)\r
+Received: from olivier by inf-8657.int-evry.fr with local (Exim 4.77)\r
+       (envelope-from <olivier.berger@it-sudparis.eu>) id 1RP81l-0000vm-5F\r
+       for notmuch@notmuchmail.org; Sat, 12 Nov 2011 08:29:25 +0100\r
+From: Olivier Berger <olivier.berger@it-sudparis.eu>\r
+To: notmuch@notmuchmail.org\r
+Subject: Configure mail responses headers to use Gcc anddddd not Fcc header in\r
+       Emacs\r
+Date: Sat, 12 Nov 2011 08:29:24 +0100\r
+Message-ID: <87boshhk8b.fsf@inf-8657.int-evry.fr>\r
+User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.3 (gnu/linux)\r
+MIME-Version: 1.0\r
+Content-Type: text/plain; charset=us-ascii\r
+X-INT-MailScanner-Information: Please contact the ISP for more information\r
+X-INT-MailScanner-ID: 9AE8B8E0009.A6D8A\r
+X-INT-MailScanner: Found to be clean\r
+X-INT-MailScanner-SpamCheck: \r
+X-INT-MailScanner-From: olivier.berger@it-sudparis.eu\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.13\r
+Precedence: list\r
+List-Id: "Use and development of the notmuch mail system."\r
+       <notmuch.notmuchmail.org>\r
+List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
+List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
+List-Post: <mailto:notmuch@notmuchmail.org>\r
+List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
+List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
+X-List-Received-Date: Sat, 12 Nov 2011 07:29:32 -0000\r
+\r
+Hi.\r
+\r
+I'm using notmuch together with a local dovecot imap server, and with\r
+Gnus in Emacs.\r
+\r
+When sending mails from notmuch, I'd like to be able to have a\r
+nnimap+localdovecot:Sentmail added for instance, instead of a Fcc\r
+header.\r
+\r
+Is this possible ?\r
+\r
+I can see one way which would be to hack a brutal replacement of Fcc by\r
+Gcc in notmuch-maildir-fcc.el, but maybe there's something smarter ;)\r
+\r
+Thanks in advance.\r
+\r
+Best regards,\r
+-- \r
+Olivier BERGER \r
+http://www-public.it-sudparis.eu/~berger_o/ - OpenPGP-Id: 2048R/5819D7E8\r
+Ingenieur Recherche - Dept INF\r
+Institut TELECOM, SudParis (http://www.it-sudparis.eu/), Evry (France)\r