summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmin Bandali <bandali@gnu.org>2023-10-26 21:55:02 -0400
committerAmin Bandali <bandali@gnu.org>2023-10-26 21:55:02 -0400
commit946d377019a733c7abc04e96091a9b8ed30db9db (patch)
treed8065db1c4675f516e818c7a3d93061035d52059
parentffe2df238c5c7ca7093d89324e9078ccaac01984 (diff)
downloadconfigs-946d377019a733c7abc04e96091a9b8ed30db9db.tar.gz
configs-946d377019a733c7abc04e96091a9b8ed30db9db.tar.xz
configs-946d377019a733c7abc04e96091a9b8ed30db9db.zip
Various updates from darya
-rw-r--r--.config/dovecot/canonical.sieve7
-rw-r--r--.config/jami.net/Jami.conf10
-rw-r--r--.emacs.d/lisp/bandali-gnus.el3
-rw-r--r--.emacs.d/lisp/bandali-org.el2
4 files changed, 19 insertions, 3 deletions
diff --git a/.config/dovecot/canonical.sieve b/.config/dovecot/canonical.sieve
index 5b32d11..3802ffb 100644
--- a/.config/dovecot/canonical.sieve
+++ b/.config/dovecot/canonical.sieve
@@ -11,7 +11,7 @@ if address :is "from" "noreply+discourse@canonical.com" {
stop;
}
-if address :is :domain "from" ["discourse.ubuntu.com", "forum.snapcraft.io"] {
+if address :is :domain "from" ["discourse.ubuntu.com", "forum.snapcraft.io", "discourse.charmhub.io"] {
fileinto :create "discourse";
stop;
}
@@ -51,6 +51,11 @@ if address :is "from" "notifications@github.com" {
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")
{
diff --git a/.config/jami.net/Jami.conf b/.config/jami.net/Jami.conf
index 0c2d0b4..e611a1e 100644
--- a/.config/jami.net/Jami.conf
+++ b/.config/jami.net/Jami.conf
@@ -13,6 +13,7 @@ EnableExperimentalSwarm=false
EnableNotifications=true
EnableReadReceipt=true
EnableTypingIndicator=true
+FlipSelf=true
FontFamily=Ubuntu
FontSize=10
FontStyle=0
@@ -27,7 +28,12 @@ NeverShowMeAgain=false
ParticipantsSide=false
PositionShareDuration=15
PositionShareLimit=true
+ScreenshotPath=@Invalid()
ShowChatviewHorizontally=true
+ShowMardownOption=false
+ShowSendOption=false
StartMinimized=false
-WindowGeometry=@Variant(\0\0\0\x14\x7f\xf8\0\0\0\0\0\0\x7f\xf8\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0)
-WindowState=1
+WindowGeometry=@Variant(\0\0\0\x14\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0@\x86\xd0\0\0\0\0\0@\x82\xc0\0\0\0\0\0)
+WindowState=2
+sv_Chat=@ByteArray(\x81\xa2\x65index\x1npreferredWidth\xfb@r\xc0\0\0\0\0\0)
+sv_Main=@ByteArray(\x82\xa2\x65index\0npreferredWidth\xfb@r\xc0\0\0\0\0\0\xa2\x65index\x1npreferredWidth\xfb@z\xe0\0\0\0\0\0)
diff --git a/.emacs.d/lisp/bandali-gnus.el b/.emacs.d/lisp/bandali-gnus.el
index 04b1202..be1080c 100644
--- a/.emacs.d/lisp/bandali-gnus.el
+++ b/.emacs.d/lisp/bandali-gnus.el
@@ -324,6 +324,9 @@
(address "amin.bandali@canonical.com"))
((header "cc" "amin\\.bandali@canonical\\.com")
(address "amin.bandali@canonical.com"))
+ ("nnimap\\+.*:l\\.ubuntu-.*"
+ (address "bandali@ubuntu.com")
+ ("X-Message-SMTP-Method" "smtp mail.kelar.org 587"))
((header "list-id" ".*\\.lists.ubuntu.com")
(address "bandali@ubuntu.com")
("X-Message-SMTP-Method" "smtp mail.kelar.org 587"))
diff --git a/.emacs.d/lisp/bandali-org.el b/.emacs.d/lisp/bandali-org.el
index 87dbb85..bdaff4e 100644
--- a/.emacs.d/lisp/bandali-org.el
+++ b/.emacs.d/lisp/bandali-org.el
@@ -24,6 +24,8 @@
;;; Code:
+;; (setq org--inhibit-version-check t)
+
(with-eval-after-load 'org
(setq
org-src-tab-acts-natively t