From 946d377019a733c7abc04e96091a9b8ed30db9db Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Thu, 26 Oct 2023 21:55:02 -0400 Subject: Various updates from darya --- .config/dovecot/canonical.sieve | 7 ++++++- .config/jami.net/Jami.conf | 10 ++++++++-- .emacs.d/lisp/bandali-gnus.el | 3 +++ .emacs.d/lisp/bandali-org.el | 2 ++ 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 -- cgit v1.2.3-60-g2f50