Gnus development mailing list
 help / color / mirror / Atom feed
From: "Adam Sjøgren" <asjo@koldfront.dk>
To: ding@gnus.org
Subject: Re: Does Gnus automatically run 'notmuch new' if configured?
Date: Fri, 25 Sep 2020 20:25:15 +0200	[thread overview]
Message-ID: <87o8lt1zp0.fsf@tullinup.koldfront.dk> (raw)
In-Reply-To: <87o8lukxsm.fsf@tullinup.koldfront.dk>

Adam writes:

> But now this discussion makes me want to have it in a hook...

In case anyone cares/for reference, here is what I ended up with in my
.emacs, inspired by this thread:

  (defun asjo-notmuch-new ()
    "Run notmuch new"
    (start-process "notmuch" "*Notmuch*" "notmuch" "new"))

  (defadvice gnus (after gnus-notmuch-new activate)
    (asjo-notmuch-new))

and in my .gnus:

  (add-hook 'gnus-after-getting-new-news-hook 'asjo-notmuch-new)

I think this is nicer than the cron job, even though the advice feels
hacky.

Never again shall I think "Oh, maybe it wasn't in the search results
because the index isn't up to date"!


  Best regards,

    Adam

-- 
 "The key to performance is elegance, not battalions        Adam Sjøgren
  of special cases."                                   asjo@koldfront.dk



      parent reply	other threads:[~2020-09-25 18:26 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-09-24  8:32 Pankaj Jangid
2020-09-24 16:42 ` Eric Abrahamsen
2020-09-24 17:55 ` Adam Sjøgren
2020-09-25  4:00   ` Pankaj Jangid
2020-09-25  6:05     ` Eric Abrahamsen
2020-09-25  7:51       ` Pankaj Jangid
2020-09-25  8:09   ` Eric S Fraga
2020-09-25  9:31     ` Adam Sjøgren
2020-09-25 14:44       ` Pankaj Jangid
2020-09-25 16:31         ` Eric Abrahamsen
2020-09-25 17:47           ` Pankaj Jangid
2020-09-25 18:16             ` Adam Sjøgren
2020-09-25 18:45             ` Eric Abrahamsen
2020-09-25 18:52               ` Adam Sjøgren
2020-09-26  1:29               ` Pankaj Jangid
2020-09-26 11:48                 ` Adam Sjøgren
2020-09-26 17:08                   ` Pankaj Jangid
2020-09-25 18:25       ` Adam Sjøgren [this message]

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

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87o8lt1zp0.fsf@tullinup.koldfront.dk \
    --to=asjo@koldfront.dk \
    --cc=ding@gnus.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.
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 NNTP newsgroup(s).