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 /config | |
| parent | c695a8fea7cf0271e76928a98a3abd1fd4ce5bc1 (diff) | |
| download | myconfigs-d0675e09d60c4383d5c4295bebd0e75ae3027fa3.tar.gz myconfigs-d0675e09d60c4383d5c4295bebd0e75ae3027fa3.tar.bz2 myconfigs-d0675e09d60c4383d5c4295bebd0e75ae3027fa3.zip | |
Add davmail Elektroline synchronization
Diffstat (limited to 'config')
| -rw-r--r-- | config/dodo/config.py | 4 | ||||
| -rw-r--r-- | config/systemd/user/davmail.service | 5 |
2 files changed, 8 insertions, 1 deletions
diff --git a/config/dodo/config.py b/config/dodo/config.py index 66e64ac..1347424 100644 --- a/config/dodo/config.py +++ b/config/dodo/config.py @@ -1,14 +1,16 @@ import dodo -dodo.settings.smtp_accounts = ["email", "gmail", "fel"] +dodo.settings.smtp_accounts = ["email", "gmail", "ell", "fel"] dodo.settings.email_address = { "email": "Karel Kočí <cynerd@email.cz>", "gmail": "Karel Kočí <citrisin@gmail.com>", + "ell": "Karel Kočí <kkoci@elektroline.cz>", "fel": "Karel Kočí <kocikare@fel.cvut.cz>", } dodo.settings.sent_dir = { "email": "~/.mail/email/sent/", "gmail": "~/.mail/gmail/Drafts/", + "ell": "~/.mail/ell/Sent/", "fel": "~/.mail/fel/Sent/", } dodo.settings.gnupg_keyid = "2B1F70F95F1B48DA2265A7FAA6BC8B8CEB31659B" diff --git a/config/systemd/user/davmail.service b/config/systemd/user/davmail.service new file mode 100644 index 0000000..b0f239b --- /dev/null +++ b/config/systemd/user/davmail.service @@ -0,0 +1,5 @@ +[Unit] +Description=DavMail + +[Service] +ExecStart="/run/current-system/sw/bin/davmail" |
