Re: [PATCH] emacs: do not unconditionally set mail-user-agent

Subject: Re: [PATCH] emacs: do not unconditionally set mail-user-agent

Date: Sat, 15 May 2021 10:21:46 -0300

To: Tory S. Anderson, Tomi Ollila

Cc: notmuch@notmuchmail.org

From: David Bremner


webdev@toryanderson.com (Tory S. Anderson) writes:

> I'm not familiar with how the git process goes here, since it's
> somewhat different than gitlab/github. Is there something I can do to
> apply this, or is there a separate notification for master, or should
> I subscribe to a different branch?

You'll need a checkout of the source, then you can apply that patch with
"git am".

I use roughly the following workflow

1) 'c i' in notmuch-show-mode to grab the message id

2) Switch to a terminal, run

   $ notmuch show --format=raw <paste-message-id-from-emacs> | git am

If you do this often, then you may want to investigate the package
"mailscripts" by Sean Whitton that includes some utilities that smooth
out some of the rough edges.

_______________________________________________
notmuch mailing list -- notmuch@notmuchmail.org
To unsubscribe send an email to notmuch-leave@notmuchmail.org

Thread: