diff options
author | 2025-02-26 19:16:46 -0500 | |
---|---|---|
committer | 2025-02-26 19:17:26 -0500 | |
commit | f295e5d45255181e18ece88c42e3ed67d940ef4e (patch) | |
tree | 9774ddca3dbf8d9207e643ad4c41f45c6395b70c /.config | |
parent | 2fb274f4921d4a2e8fa2fd228a714fcbff96d95c (diff) | |
download | configs-f295e5d45255181e18ece88c42e3ed67d940ef4e.tar.gz configs-f295e5d45255181e18ece88c42e3ed67d940ef4e.tar.xz configs-f295e5d45255181e18ece88c42e3ed67d940ef4e.zip |
Various updates
Diffstat (limited to '.config')
-rw-r--r-- | .config/git/config | 4 | ||||
-rw-r--r-- | .config/isync/mbsyncrc | 26 | ||||
-rw-r--r-- | .config/mako/config | 2 |
3 files changed, 32 insertions, 0 deletions
diff --git a/.config/git/config b/.config/git/config index f61c550..6c0961d 100644 --- a/.config/git/config +++ b/.config/git/config @@ -75,6 +75,8 @@ [init] defaultBranch = main +[url "git@git.archive.org:"] + insteadof = ia: [url "bandali@git.launchpad.net:"] insteadof = lp: [url "git@salsa.debian.org:"] @@ -91,6 +93,8 @@ path = ~/.config/git/config.gnu [includeIf "gitdir:src/debian/"] path = ~/.config/git/config.debian +[includeIf "gitdir:src/ia/"] + path = ~/.config/git/config.ia [cinnabar] version-check = 1728006286 [help] diff --git a/.config/isync/mbsyncrc b/.config/isync/mbsyncrc index dba818c..146f52e 100644 --- a/.config/isync/mbsyncrc +++ b/.config/isync/mbsyncrc @@ -108,3 +108,29 @@ Channel csclub Far :csclub-remote: Near :csclub-local: Patterns * + +###### +IMAPAccount ia +Host mail.archive.org +User bandali@archive.org +PassCmd "gpg -q --for-your-eyes-only -d ~/.passwd/ia.gpg" +SSLType IMAPS +Timeout 300 + +IMAPStore ia-remote +Account ia + +IMAPAccount ia-local +Host 127.0.0.1 +Port 143 +User bandali@archive.local +PassCmd "gpg -q --for-your-eyes-only -d ~/.passwd/ia-local.gpg" +SSLType None + +IMAPStore ia-local +Account ia-local + +Channel ia +Far :ia-remote: +Near :ia-local: +Patterns * diff --git a/.config/mako/config b/.config/mako/config new file mode 100644 index 0000000..38a5700 --- /dev/null +++ b/.config/mako/config @@ -0,0 +1,2 @@ +max-history=50 +ignore-timeout=1 |