diff options
author | 2023-10-26 21:55:02 -0400 | |
---|---|---|
committer | 2023-10-26 21:55:02 -0400 | |
commit | 946d377019a733c7abc04e96091a9b8ed30db9db (patch) | |
tree | d8065db1c4675f516e818c7a3d93061035d52059 /.config | |
parent | ffe2df238c5c7ca7093d89324e9078ccaac01984 (diff) | |
download | configs-946d377019a733c7abc04e96091a9b8ed30db9db.tar.gz configs-946d377019a733c7abc04e96091a9b8ed30db9db.tar.xz configs-946d377019a733c7abc04e96091a9b8ed30db9db.zip |
Various updates from darya
Diffstat (limited to '.config')
-rw-r--r-- | .config/dovecot/canonical.sieve | 7 | ||||
-rw-r--r-- | .config/jami.net/Jami.conf | 10 |
2 files changed, 14 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) |