diff options
| author | 2026-02-11 03:25:47 +0000 | |
|---|---|---|
| committer | 2026-02-11 03:25:47 +0000 | |
| commit | 94d2bd126860ef6c658c3d1a6a58632d195400d5 (patch) | |
| tree | 923c94d424f3a0532d20831000e815ef31cadfb7 /dot_config | |
| parent | add .chezmoi.toml.tmpl (diff) | |
| download | dotfiles-master.tar.gz | |
Diffstat (limited to 'dot_config')
| -rw-r--r-- | dot_config/.isyncrc-extra.gpg | bin | 0 -> 848 bytes | |||
| -rw-r--r-- | dot_config/isyncrc.tmpl | 50 | ||||
| -rw-r--r-- | dot_config/l2md/config | 4 | ||||
| -rw-r--r-- | dot_config/msmtp/.config-extra.gpg | bin | 0 -> 356 bytes | |||
| -rw-r--r-- | dot_config/msmtp/config.tmpl | 13 |
5 files changed, 67 insertions, 0 deletions
diff --git a/dot_config/.isyncrc-extra.gpg b/dot_config/.isyncrc-extra.gpg new file mode 100644 index 0000000..d54eea1 --- /dev/null +++ b/dot_config/.isyncrc-extra.gpg | |||
| Binary files differ | |||
diff --git a/dot_config/isyncrc.tmpl b/dot_config/isyncrc.tmpl new file mode 100644 index 0000000..8b111d8 --- /dev/null +++ b/dot_config/isyncrc.tmpl | |||
| @@ -0,0 +1,50 @@ | |||
| 1 | # isyncrc -*- Conf -*- | ||
| 2 | |||
| 3 | Create Both | ||
| 4 | Expunge Both | ||
| 5 | SyncState * | ||
| 6 | |||
| 7 | # Account 'professional starts here | ||
| 8 | IMAPAccount professional | ||
| 9 | Host "mail.michalec.dev" | ||
| 10 | User "martin@michalec.dev" | ||
| 11 | PassCmd "pass show mail/martin@michalec.dev" | ||
| 12 | TLSType IMAPS | ||
| 13 | CertificateFile /etc/ssl/certs/ca-certificates.crt | ||
| 14 | |||
| 15 | IMAPStore professional-remote | ||
| 16 | Account professional | ||
| 17 | |||
| 18 | MaildirStore professional-local | ||
| 19 | SubFolders Verbatim | ||
| 20 | Path "/home/cmmm/mail/accounts/professional/" | ||
| 21 | Inbox "/home/cmmm/mail/accounts/professional/inbox" | ||
| 22 | |||
| 23 | Channel professional-inbox | ||
| 24 | Near ":professional-local:inbox" | ||
| 25 | Far ":professional-remote:INBOX" | ||
| 26 | |||
| 27 | Channel professional-sent | ||
| 28 | Near ":professional-local:sent" | ||
| 29 | Far ":professional-remote:Sent" | ||
| 30 | |||
| 31 | Channel professional-drafts | ||
| 32 | Near ":professional-local:drafts" | ||
| 33 | Far ":professional-remote:Drafts" | ||
| 34 | |||
| 35 | Channel professional-archive | ||
| 36 | Near ":professional-local:archive" | ||
| 37 | Far ":professional-remote:Archive" | ||
| 38 | |||
| 39 | Channel professional-junk | ||
| 40 | Near ":professional-local:junk" | ||
| 41 | Far ":professional-remote:Junk" | ||
| 42 | |||
| 43 | Group professional | ||
| 44 | Channel professional-inbox | ||
| 45 | Channel professional-sent | ||
| 46 | Channel professional-drafts | ||
| 47 | Channel professional-archive | ||
| 48 | Channel professional-junk | ||
| 49 | |||
| 50 | {{ joinPath .chezmoi.sourceDir "dot_config/.isyncrc-extra.gpg" | include | decrypt -}} | ||
diff --git a/dot_config/l2md/config b/dot_config/l2md/config new file mode 100644 index 0000000..d25a156 --- /dev/null +++ b/dot_config/l2md/config | |||
| @@ -0,0 +1,4 @@ | |||
| 1 | [general] | ||
| 2 | period = 180 | ||
| 3 | oneshot = 1 | ||
| 4 | base = ${XDG_STATE_HOME:-$HOME}/l2md | ||
diff --git a/dot_config/msmtp/.config-extra.gpg b/dot_config/msmtp/.config-extra.gpg new file mode 100644 index 0000000..1206b45 --- /dev/null +++ b/dot_config/msmtp/.config-extra.gpg | |||
| Binary files differ | |||
diff --git a/dot_config/msmtp/config.tmpl b/dot_config/msmtp/config.tmpl new file mode 100644 index 0000000..9e263e5 --- /dev/null +++ b/dot_config/msmtp/config.tmpl | |||
| @@ -0,0 +1,13 @@ | |||
| 1 | defaults | ||
| 2 | tls on | ||
| 3 | auth on | ||
| 4 | logfile /home/cmmm/.local/var/log/msmtp.log | ||
| 5 | |||
| 6 | account professional-martin@michalec.dev | ||
| 7 | from martin@michalec.dev | ||
| 8 | user martin@michalec.dev | ||
| 9 | passwordeval pass show mail/martin@michalec.dev | ||
| 10 | tls_starttls off | ||
| 11 | host mail.michalec.dev | ||
| 12 | |||
| 13 | {{ joinPath .chezmoi.sourceDir "dot_config/msmtp/.config-extra.gpg" | include | decrypt -}} | ||
