correct braces for initial command

This commit is contained in:
Felix Van der Jeugt 2017-08-30 11:54:28 +02:00
parent c8d3fd6dff
commit a06881d9ed
No known key found for this signature in database
GPG Key ID: 58B209295023754D
2 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -1,5 +1,6 @@
#!/bin/sh
exec env \
HOME="${HOME:-/home/noctua}" \
PATH="/usr/local/bin:$PATH" \
DISPLAY="${DISPLAY:-:0}" \
./notmuch