10 lines
194 B
Desktop File
10 lines
194 B
Desktop File
[Unit]
|
|
Description=synchronize IMAP4 and Maildir mailboxes
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/usr/bin/mbsync -aqV
|
|
# ExecStartPost=%h/usr/bin/notify-new-emails
|
|
|
|
[Install]
|
|
WantedBy=default.target
|