geary:mainline

Last commit made on 2023-09-15
Get this branch:
git clone -b mainline https://git.launchpad.net/geary

Branch merges

Branch information

Name:
mainline
Repository:
lp:geary

Recent commits

5ff03a7... by Andre Klapper

DOAP: Remove defunct mailing list; add Discourse

6422b30... by Jordi Mas

Update Catalan translation

7d9c89d... by Yuri Chornoivan <email address hidden>

Update Ukrainian translation

ef41ed3... by Cédric Bellegarde

Geary.RFC822.Message: Simplier regex for dkim/dmarc match

Previous regex was working with Google, Microsoft and OpenDKIM but fails
with Rspamd.

Using a simplier regex is safe enough.

9f893ad... by Cédric Bellegarde

client: Add more options for displaying images from messages

- An application setting allowing to always trust images
- An option to trust images from an email domain
- Replaces buttons by a menu in infobar

bc4fe28... by Cédric Bellegarde

Geary.RFC822.Message: Add support for Authentication-Results field

c1cbd6e... by Michael Catanzaro <email address hidden>

util-logging: fix fatal warnings logic

If fatal criticals are enabled, we should not crash on a simple warning,
because warnings are normal and less serious than criticals.

If fatal warnings are enabled, we should definitely crash on criticals,
because criticals indicate undefined behavior and are more serious than
warnings.

4f63759... by NielsDG

Add Cédric and myself as maintainers

Michael has completely gone offline in the last few months (up to a year
almost) without any sign of life. Cédric has kindly volunteered to
become maintainer, while I wouldn't mind mentoring a little bit.

01e10d4... by Piotr Drąg

Update POTFILES.in

0cbbd37... by Cédric Bellegarde

Merge branch 'composer_height' into 'mainline'

client: conversation-viewer: Give more room to composer in embedded mode

See merge request GNOME/geary!735