run notmuch with runit
This commit is contained in:
parent
7887de9492
commit
19c48412cc
3 changed files with 20 additions and 11 deletions
|
@ -1,11 +0,0 @@
|
|||
|
||||
from alot.commands.globals import ExternalCommand
|
||||
|
||||
def loop_hook(ui=None):
|
||||
ui.apply_command(ExternalCommand(
|
||||
["notmuch", "new", "--quiet"],
|
||||
thread=True,
|
||||
))
|
||||
if ui and ui.current_buffer:
|
||||
ui.update()
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue