blob: d0f12fee9385bd1f348ae9dc96f6ba88a6701c7a (
plain) (
tree)
|
|
# must be symlinked from ~/.config/systemd/user
[Unit]
Description=Use isync to update IMAP account
[Service]
# User=lemon
# Group=lemon
Type=oneshot
ExecStart=/usr/bin/mbsync purelymailchannel
ExecStart=/usr/bin/notmuch new
|