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
|
periodic_hook_frequency = 60
|
||||||
|
|
||||||
attachment_prefix = /data/temporary
|
attachment_prefix = /data/temporary
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
exec env \
|
exec env \
|
||||||
HOME="${HOME:-/home/noctua}" \
|
HOME="${HOME:-/home/noctua}" \
|
||||||
|
PATH="/usr/local/bin:$PATH" \
|
||||||
DISPLAY="${DISPLAY:-:0}" \
|
DISPLAY="${DISPLAY:-:0}" \
|
||||||
./notmuch
|
./notmuch
|
||||||
|
Loading…
Reference in New Issue
Block a user