Re: Automatic Key Search for email Sender?

2021-09-01 Thread D.J.J. Ring, Jr.
On Wed, Sep 1, 2021 at 12:05 PM Jörg Sommer wrote: > D.J.J. Ring, Jr. schrieb am Di 31. Aug, 17:13 (-0400): > > Is there a way to get mutt to automatically search for a gpg key for an > > email sender and put it in my keychain? > > If you use Emacs, you can do it there. I've wrote a blogpost (in

Re: custom macro for "q" key

2021-09-01 Thread lists
I understand what "index" and "pager" is. But what is the name when I am in the list of my folders? I think I need to bind q for exit, when I am in the list of my folders: bindq exit thank you, Unless I am wrong and there is more than one list of folders, its bind type is 'browser'. O

Re: custom macro for "q" key

2021-09-01 Thread Fourhundred Thecat
> On 2021-09-01 20:54, li...@ifohancroft.com wrote: I understand what "index" and "pager" is. But what is the name when I am in the list of my folders? I think I need to bind q for exit, when I am in the list of my folders:   bind    q  exit thank you, Unless I am wrong and there is more than

Re: custom macro for "q" key

2021-09-01 Thread Fourhundred Thecat
> On 2021-09-02 04:47, Fourhundred Thecat wrote: > On 2021-09-01 20:54, li...@ifohancroft.com wrote: And also, you suggested previously to use "exit", but this keyword does not seem to exist in my mutt (2.0.2). When I use this binding:   bind  browser q quit sorry, I meant to say: you sugg

Re: custom macro for "q" key

2021-09-01 Thread Jon LaBadie
On Wed, Sep 01, 2021 at 08:04:29AM +0200, Fourhundred Thecat wrote: On 2021-08-30 14:28, li...@ifohancroft.com wrote: ... macro index,pager c "?" macro indexq "?" bind browser q exit But it does not behave as I expected: Likely showing my mutt-ignorance here, but ..

Re: custom macro for "q" key

2021-09-01 Thread Fourhundred Thecat
> On 2021-09-02 06:54, Jon LaBadie wrote: On Wed, Sep 01, 2021 at 08:04:29AM +0200, Fourhundred Thecat wrote: On 2021-08-30 14:28, li...@ifohancroft.com wrote:  macro  index,pager  c  "?"  macro  index    q  "?"  bind   browser  q  exit You are defining macros in the index and pager.