diff options
| author | Karel Kočí <cynerd@email.cz> | 2026-02-12 17:38:48 +0100 |
|---|---|---|
| committer | Karel Kočí <cynerd@email.cz> | 2026-02-12 17:40:27 +0100 |
| commit | d0675e09d60c4383d5c4295bebd0e75ae3027fa3 (patch) | |
| tree | 5f699bf40ffb9a9390c731d6656655eedf1e7b32 /install | |
| parent | c695a8fea7cf0271e76928a98a3abd1fd4ce5bc1 (diff) | |
| download | myconfigs-d0675e09d60c4383d5c4295bebd0e75ae3027fa3.tar.gz myconfigs-d0675e09d60c4383d5c4295bebd0e75ae3027fa3.tar.bz2 myconfigs-d0675e09d60c4383d5c4295bebd0e75ae3027fa3.zip | |
Add davmail Elektroline synchronization
Diffstat (limited to 'install')
| -rwxr-xr-x | install | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -93,14 +93,16 @@ if ask "sync" "Install synchronization"; then if [ "$(ps -o comm= 1)" = "systemd" ]; then inst config/systemd/user/allsync.service ~/.config/systemd/user/ inst config/systemd/user/allsync.timer ~/.config/systemd/user/ + inst config/systemd/user/davmail.service ~/.config/systemd/user/ fi inst private/mbsyncrc ~/.mbsyncrc + inst private/msmtprc ~/.msmtprc + inst private/davmail.service ~/.davmail.service inst private/notmuch-config ~/.notmuch-config inst private/notmuch-tag-new ~/.notmuch-tag-new inst local/bin/email-unread ~/.local/bin/email-unread inst local/sbin/newmail-notify ~/.local/sbin/newmail-notify - inst private/msmtprc ~/.msmtprc inst config/dodo/config.py ~/.config/dodo/config.py inst private/astroid/config ~/.config/astroid/config |
