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 ++++++++-- 2 files changed, 14 insertions(+), 3 deletions(-) (limited to '.config') 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) -- cgit v1.2.3-60-g2f50