[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: mail-default-headers and gnus
From: |
Ted Zlatanov |
Subject: |
Re: mail-default-headers and gnus |
Date: |
Tue, 04 May 2010 15:47:46 -0000 |
User-agent: |
Gnus/5.110011 (No Gnus v0.11) Emacs/24.0.50 (gnu/linux) |
On Tue, 30 Mar 2010 06:33:13 -0700 (PDT) Francis Moreau
<francis.moro@gmail.com> wrote:
FM> On Mar 30, 3:27 pm, Ted Zlatanov <t...@lifelogs.com> wrote:
>> If you never need both, just remove the Bcc header if the Gcc is set,
>> effectively making it an XOR.
FM> yes but how should I do this ?
You could add this to your message-send-hook:
(save-restriction
(message-narrow-to-headers)
(when (and (message-fetch-field "Gcc")
(message-fetch-field "Bcc"))
(message-remove-header "Gcc")))
You can test it in your message buffer, just paste and evaluate (`C-x
C-e' after the final parenthesis).
Ted
- mail-default-headers and gnus, Francis Moreau, 2010/05/04
- Re: mail-default-headers and gnus, Ted Zlatanov, 2010/05/04
- Re: mail-default-headers and gnus, Francis Moreau, 2010/05/04
- Re: mail-default-headers and gnus,
Ted Zlatanov <=
- Re: mail-default-headers and gnus, Francis Moreau, 2010/05/04
- Re: mail-default-headers and gnus, Ted Zlatanov, 2010/05/04
- Re: mail-default-headers and gnus, Francis Moreau, 2010/05/04
- Re: mail-default-headers and gnus, Ted Zlatanov, 2010/05/04
- Re: mail-default-headers and gnus, Lowell Gilbert, 2010/05/04
- Re: mail-default-headers and gnus, Francis Moreau, 2010/05/04