correct braces for initial command
This commit is contained in:
parent
c8d3fd6dff
commit
a06881d9ed
@ -1,5 +1,5 @@
|
||||
|
||||
initial_command = search tag:inbox OR tag:draft AND NOT tag:killed
|
||||
initial_command = search (tag:inbox OR tag:draft) AND NOT tag:killed
|
||||
periodic_hook_frequency = 60
|
||||
|
||||
attachment_prefix = /data/temporary
|
||||
|
@ -1,5 +1,6 @@
|
||||
#!/bin/sh
|
||||
exec env \
|
||||
HOME="${HOME:-/home/noctua}" \
|
||||
PATH="/usr/local/bin:$PATH" \
|
||||
DISPLAY="${DISPLAY:-:0}" \
|
||||
./notmuch
|
||||
|
Loading…
Reference in New Issue
Block a user