From: David Bremner <david@tethera.net>
To: David Pinto <carandraug@gmail.com>, notmuch@notmuchmail.org
Subject: Re: automatically changing FCC when From changes (or fill FCC only when sending)
Date: Fri, 22 Sep 2023 07:41:09 -0300 [thread overview]
Message-ID: <871qeq32yi.fsf@tethera.net> (raw)
In-Reply-To: <874jjm33oo.fsf@tethera.net>
David Bremner <david@tethera.net> writes:
>
> Another option that seems technically feasible, but would involve some
> elisp programming, would be to write a command that re-applies the
> calculation of Fcc from From that already exists, and run that manually
> or perhaps opt-in to running it automatically on send.
I guess if you have message-templ installed, there is really not any
programming. My hook usage looks like
(setq notmuch-address-post-completion-functions
'((lambda (lst) (message-templ-config-exec))))
You could certainly bind #'message-templ-config-exec to a key and
(although then you have to trust it does the right thing) run it when
sending e.g. from message-send-hook.
next prev parent reply other threads:[~2023-09-22 10:41 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-09-16 0:18 automatically changing FCC when From changes (or fill FCC only when sending) David Pinto
2023-09-16 16:17 ` David Bremner
2023-09-21 23:19 ` David Pinto
2023-09-22 10:25 ` David Bremner
2023-09-22 10:41 ` David Bremner [this message]
2023-10-02 10:28 ` David Pinto
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://notmuchmail.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=871qeq32yi.fsf@tethera.net \
--to=david@tethera.net \
--cc=carandraug@gmail.com \
--cc=notmuch@notmuchmail.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://yhetil.org/notmuch.git/
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).