Skip to content

Commit 24aa6f7

Browse files
committed
Uncomment notification settings in example config
1 parent 04da02e commit 24aa6f7

2 files changed

Lines changed: 9 additions & 8 deletions

File tree

tests/config/example-bugwarrior.toml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,11 @@ pre_import = ["/home/someuser/backup.sh", "/home/someuser/sometask.sh"]
5858
# - applescript macOS no external dependencies
5959
# - gobject Linux python gobject must be installed
6060
#
61-
# [notifications]
62-
# notifications = True
63-
# backend = gobject
64-
# only_on_new_tasks = True
61+
62+
[notifications]
63+
notifications = true
64+
backend = "gobject"
65+
only_on_new_tasks = true
6566
# This is a github example. It says, "scrape every issue from every repository
6667
# on http://github.com/ralphbean. It doesn't matter if ralphbean owns the issue
6768
# or not."

tests/config/example-bugwarriorrc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,10 @@ pre_import = /home/someuser/backup.sh, /home/someuser/sometask.sh
5858
# - applescript macOS no external dependencies
5959
# - gobject Linux python gobject must be installed
6060
#
61-
#[notifications]
62-
# notifications = True
63-
# backend = gobject
64-
# only_on_new_tasks = True
61+
[notifications]
62+
notifications = True
63+
backend = gobject
64+
only_on_new_tasks = True
6565

6666

6767
# This is a github example. It says, "scrape every issue from every repository

0 commit comments

Comments
 (0)