summaryrefslogtreecommitdiffstats
path: root/.config
diff options
context:
space:
mode:
authorAmin Bandali <bandali@kelar.org>2024-11-29 09:29:50 -0500
committerAmin Bandali <bandali@kelar.org>2024-11-29 09:29:50 -0500
commitf5dd64a4d3e9322986b396bbfb9a40ee8a77f38a (patch)
treed2b477f0bf719e970b493378110117110b2d7330 /.config
parenta00532206110afe233483a55c392b883c0d7ec61 (diff)
downloadconfigs-f5dd64a4d3e9322986b396bbfb9a40ee8a77f38a.tar.gz
configs-f5dd64a4d3e9322986b396bbfb9a40ee8a77f38a.tar.xz
configs-f5dd64a4d3e9322986b396bbfb9a40ee8a77f38a.zip
Various updatesHEADmain
Diffstat (limited to '.config')
-rw-r--r--.config/dovecot/canonical.sieve67
-rw-r--r--.config/git/config6
-rw-r--r--.config/git/config.canonical8
-rw-r--r--.config/git/config.sfl2
-rw-r--r--.config/isync/mbsyncrc56
5 files changed, 1 insertions, 138 deletions
diff --git a/.config/dovecot/canonical.sieve b/.config/dovecot/canonical.sieve
deleted file mode 100644
index 6c45c57..0000000
--- a/.config/dovecot/canonical.sieve
+++ /dev/null
@@ -1,67 +0,0 @@
-require [ "regex", "variables", "fileinto", "envelope", "mailbox",
- "imap4flags", "include" ];
-
-if address :is "from" "noreply+chat@canonical.com" {
- fileinto :create "mattermost";
- stop;
-}
-
-if address :is "from" "noreply+discourse@canonical.com" {
- fileinto :create "discourse";
- stop;
-}
-
-if address :is :domain "from" ["discourse.ubuntu.com", "forum.snapcraft.io", "discourse.charmhub.io"] {
- fileinto :create "discourse";
- stop;
-}
-
-if address :is "from" "jira@warthogs.atlassian.net" {
- fileinto :create "jira";
- stop;
-}
-
-if address :is :domain "from" "rt.canonical.com" {
- fileinto :create "rt";
- stop;
-}
-
-if anyof (address :is "from" "archive@ubuntu.com",
- address :matches :domain "from" ["launchpad.net", "*.launchpad.net"])
-{
- fileinto :create "launchpad";
- stop;
-}
-
-if address :is "from" "gitlab@salsa.debian.org" {
- fileinto :create "salsa";
- stop;
-}
-
-if address :is "from" "bugzilla-daemon@mozilla.org" {
- fileinto :create "bugzilla";
- stop;
-}
-
-if address :is "to" "ftp-release-notifications@gnome.org" {
- fileinto :create "gnome-releases";
- stop;
-}
-
-if address :is "from" "notifications@github.com" {
- keep;
- stop;
-}
-
-if header :regex "list-id" "<.+.xt.local>" {
- keep;
- stop;
-}
-
-if allof (header :regex "list-id" "<([a-z_0-9-]+)[.@]",
- not address :regex :localpart "from" "^(no)?reply")
-{
- set :lower "listname" "${1}";
- fileinto :create "l.${listname}";
- stop;
-}
diff --git a/.config/git/config b/.config/git/config
index 2d3bfd8..f61c550 100644
--- a/.config/git/config
+++ b/.config/git/config
@@ -91,11 +91,7 @@
path = ~/.config/git/config.gnu
[includeIf "gitdir:src/debian/"]
path = ~/.config/git/config.debian
-[includeIf "gitdir:src/canonical/"]
- path = ~/.config/git/config.canonical
-[includeIf "gitdir:src/sfl/"]
- path = ~/.config/git/config.sfl
[cinnabar]
- version-check = 1718710536
+ version-check = 1728006286
[help]
autoCorrect = prompt
diff --git a/.config/git/config.canonical b/.config/git/config.canonical
deleted file mode 100644
index 86f1a78..0000000
--- a/.config/git/config.canonical
+++ /dev/null
@@ -1,8 +0,0 @@
-[user]
- email = bandali@canonical.com
-
-[sendemail]
- smtpuser = bandali
- smtpserver = smtp.canonical.com
- smtpserverport = 587
- smtpencryption = tls
diff --git a/.config/git/config.sfl b/.config/git/config.sfl
deleted file mode 100644
index 34fb7f8..0000000
--- a/.config/git/config.sfl
+++ /dev/null
@@ -1,2 +0,0 @@
-[user]
- email = amin.bandali@savoirfairelinux.com
diff --git a/.config/isync/mbsyncrc b/.config/isync/mbsyncrc
index b0151fd..7b8a89e 100644
--- a/.config/isync/mbsyncrc
+++ b/.config/isync/mbsyncrc
@@ -105,59 +105,3 @@ Channel csclub
Far :csclub-remote:
Near :csclub-local:
Patterns *
-
-######
-IMAPAccount canonical
-Host mail.canonical.com
-User bandali
-PassCmd "gpg -q --for-your-eyes-only -d ~/.passwd/canonical.gpg"
-SSLType IMAPS
-
-IMAPStore canonical-remote
-Account canonical
-
-IMAPAccount canonical-local
-Host 127.0.0.1
-Port 143
-User bandali@canonical.local
-PassCmd "gpg -q --for-your-eyes-only -d ~/.passwd/canonical-local.gpg"
-SSLType None
-
-IMAPStore canonical-local
-Account canonical-local
-
-Channel canonical
-Far :canonical-remote:
-Near :canonical-local:
-Patterns *
-
-######
-IMAPAccount sfl
-Host mail.savoirfairelinux.com
-User amin.bandali
-PassCmd "gpg -q --for-your-eyes-only -d ~/.passwd/sfl.gpg"
-SSLType IMAPS
-
-IMAPStore sfl-remote
-Account sfl
-
-IMAPAccount sfl-local
-Host 127.0.0.1
-Port 143
-User amin.bandali@savoirfairelinux.local
-PassCmd "gpg -q --for-your-eyes-only -d ~/.passwd/sfl-local.gpg"
-SSLType None
-
-IMAPStore sfl-local
-Account sfl-local
-
-Channel sfl
-Far :sfl-remote:
-Near :sfl-local:
-Patterns * !"Jami Sales&IBk-s"* !"Jami&IBk-s"*
-
-Channel sflro
-Far :sfl-remote:
-Near :sfl-local:
-Sync Pull
-Patterns "Jami Sales&IBk-s"* "Jami&IBk-s"*