Re: [PATCH] emacs: PATCH [1/2] mail user agent

2021-06-03 Thread Tomi Ollila
On Thu, Jun 03 2021, Tory S. Anderson wrote: > Nice follow-upabout what other browsers do! > > David Bremner writes: > >> Tomi Ollila writes: >> >>> On Mon, May 31 2021, David Bremner wrote: >>> Tomi Ollila writes: > > I am for 'ripping the bandage off' and not configure mail-user-

Re: [PATCH] emacs: PATCH [1/2] mail user agent

2021-06-03 Thread Tory S. Anderson
Nice follow-upabout what other browsers do! David Bremner writes: > Tomi Ollila writes: > >> On Mon, May 31 2021, David Bremner wrote: >> >>> Tomi Ollila writes: I am for 'ripping the bandage off' and not configure mail-user-agent outside of notmuch use (and just require 'notmuc

Re: [PATCH] emacs: PATCH [1/2] mail user agent

2021-06-03 Thread David Bremner
Tomi Ollila writes: > On Mon, May 31 2021, David Bremner wrote: > >> Tomi Ollila writes: >>> >>> I am for 'ripping the bandage off' and not configure mail-user-agent >>> outside of notmuch use (and just require 'notmuch would not set anything...) >>> >>> Could we have some 'compose-mail' variant

Re: [PATCH] emacs: PATCH [1/2] mail user agent

2021-06-02 Thread Tomi Ollila
On Mon, May 31 2021, David Bremner wrote: > Tomi Ollila writes: >> >> I am for 'ripping the bandage off' and not configure mail-user-agent >> outside of notmuch use (and just require 'notmuch would not set anything...) >> >> Could we have some 'compose-mail' variant (different name, of course; >>

Re: [PATCH] emacs: PATCH [1/2] mail user agent

2021-05-31 Thread David Bremner
Tomi Ollila writes: > > I am for 'ripping the bandage off' and not configure mail-user-agent > outside of notmuch use (and just require 'notmuch would not set anything...) > > Could we have some 'compose-mail' variant (different name, of course; > I had one in mind but then came off-by one problem

Re: [PATCH] emacs: PATCH [1/2] mail user agent

2021-05-22 Thread Tory S. Anderson
I'm coming from very limited experience here -- gnus is the only MUA I've used -- but I'd be surprised if it's common practice to hijack a setting to set the MUA to something. As far as ripping the bandage off, I've followed that strategy many times in my professional life, but have come to dis

Re: [PATCH] emacs: PATCH [1/2] mail user agent

2021-05-22 Thread Tomi Ollila
On Sat, May 22 2021, David Bremner wrote: > web...@toryanderson.com (Tory S. Anderson) writes: > >> >> +(defcustom notmuch-mail-user-agent 'notmuch-user-agent >> + "The mail user-agent to use when creating mail after using Notmuch. For >> historical purposes, the default is 'notmuch-user-agent

Re: [PATCH] emacs: PATCH [1/2] mail user agent

2021-05-22 Thread David Bremner
web...@toryanderson.com (Tory S. Anderson) writes: > > +(defcustom notmuch-mail-user-agent 'notmuch-user-agent > + "The mail user-agent to use when creating mail after using Notmuch. For > historical purposes, the default is 'notmuch-user-agent" > + :group 'notmuch) > ;;; Mime Utilities >

[PATCH] emacs: PATCH [1/2] mail user agent

2021-05-19 Thread Tory S. Anderson
>From 9a872e1b3b2b2231d1742fbc04cb366ab3b12b30 Mon Sep 17 00:00:00 2001 From: Tory Anderson Date: Wed, 19 May 2021 07:39:45 -0600 Subject: [PATCH 1/2] mail user agent --- emacs/notmuch.el | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/emacs/notmuch.el b/emacs/notmuch.el