Re: Multiple files per message in emacs

2022-06-03 Thread David Bremner
Rafael Ávila de Espíndola writes: > Hi, > > I got a few emails which all have the same Message-ID: > > $ notmuch search subject:'"MB WAY"' > thread:00089926 34 mins. ago [1/1(3)] MB WAY > > $ notmuch search --output=files subject:'"MB WAY"' | xargs grep -i Message-ID > .../Inbox/cur/1

Multiple files per message in emacs

2022-06-03 Thread Rafael Ávila de Espíndola
Hi, I got a few emails which all have the same Message-ID: $ notmuch search subject:'"MB WAY"' thread:00089926 34 mins. ago [1/1(3)] MB WAY $ notmuch search --output=files subject:'"MB WAY"' | xargs grep -i Message-ID .../Inbox/cur/1654275120.5360_1.dell,U=16229:2,S:Message-ID: MB Wa

Re: Defer notmuch.el setup

2022-06-03 Thread David Bremner
David Bremner writes: > "artur.brzozowski" writes: > >> I am trying out notmuch and notmuch.el as an Emacs user. When adding some >> funcitonality to Emacs, I usually wrap its setup inside a >> (with-eval-after-load) >> block to defer it for when it is needed. I noticed that in case of >> notm

Re: Defer notmuch.el setup

2022-06-03 Thread David Bremner
Dan Čermák writes: > Hi David, > > David Bremner writes: > >> 2) You can achieve the same deferral of settings by adding your settings >>to ~/.emacs.d/notmuch-config.el > > Does notmuch automatically load that file upon launching? Yep, see [1] for the details. [1]: https://notmuchmail.org/

Re: Defer notmuch.el setup

2022-06-03 Thread Dan Čermák
Hi David, David Bremner writes: > 2) You can achieve the same deferral of settings by adding your settings >to ~/.emacs.d/notmuch-config.el Does notmuch automatically load that file upon launching? Thanks, Dan ___ notmuch mailing list -- notmuc