aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/notmuch/.config/systemd/user/notmuch.service
diff options
context:
space:
mode:
authorToby Vincent <tobyv@tobyvin.dev>2024-05-15 20:03:30 -0500
committerToby Vincent <tobyv@tobyvin.dev>2024-05-15 20:16:37 -0500
commit5bf571df14cd2ed7cf6ca6ecadc26da53d61af06 (patch)
tree47942cf31b8fb04a35eb7cb6406117f94a5f2b77 /notmuch/.config/systemd/user/notmuch.service
parent69e420c803099db126fffd3ca4bac5e396da4e1d (diff)
feat(mail): move all mail stuff inside notmuch hooks
Diffstat (limited to 'notmuch/.config/systemd/user/notmuch.service')
-rw-r--r--notmuch/.config/systemd/user/notmuch.service3
1 files changed, 1 insertions, 2 deletions
diff --git a/notmuch/.config/systemd/user/notmuch.service b/notmuch/.config/systemd/user/notmuch.service
index fcbee89..865b3fd 100644
--- a/notmuch/.config/systemd/user/notmuch.service
+++ b/notmuch/.config/systemd/user/notmuch.service
@@ -1,11 +1,10 @@
[Unit]
Description=Mailbox indexer service
Documentation=man:notmuch(1)
-After=mbsync@.service
[Service]
Type=oneshot
ExecStart=/usr/bin/notmuch new
[Install]
-WantedBy=mbsync@.service
+WantedBy=default.target