aboutsummaryrefslogtreecommitdiffstats
path: root/.config/systemd/system
Commit message (Collapse)AuthorAgeFilesLines
* mbsync: Output mailboxes.rc to XDG compliant mutt config dirDavid Runge2023-12-191-1/+1
| | | | Signed-off-by: David Runge <dave@sleepmap.de>
* isync: Start mutt_mailboxes not as post commandDavid Runge2023-02-021-1/+1
|
* isync: Use mutt_mailboxes script for generating mailboxes.rcDavid Runge2023-02-021-1/+1
|
* mbsync: Add systemd system service and timerDavid Runge2022-03-162-0/+43
.config/systemd/system/mbsync@.service: Add a systemd system service that is supposed to rely on SetCredentialEncrypted to retrieve a given user's mails. .config/systemd/system/mbsync@.timer: Run the accompanying mbsync@.service every 5 minutes.