geary:gnome-3-32

Last commit made on 2020-03-31
Get this branch:
git clone -b gnome-3-32 https://git.launchpad.net/geary

Branch merges

Branch information

Name:
gnome-3-32
Repository:
lp:geary

Recent commits

5ff9c31... by gogo

Update Croatian translation

52e076e... by gogo

Update Croatian translation

3a19c3e... by Jiri Eischmann <email address hidden>

Updated Czech translation

be24f90... by Daniel Mustieles

Updated Spanish translation

2f87f0e... by Efstathios Iosifidis

Update Greek translation

ba861a7... by Michael Gratton

Update files for 3.32.2

3501c25... by Michael Gratton

Update Flatpak builder manifest

Use stable runtime and dependencies from flathub manifest, updated to
latest releases.

396d982... by Michael Gratton

Merge branch 'wip/491-email-spoofing-case-3-32' into 'gnome-3-32'

Fix "'<email address hidden>' <email address hidden>" marked as spoofed

See merge request GNOME/geary!264

97d814c... by Michael Gratton

Add API docs to Geary.RFC822.MailboxAddress to clarify escaping

eafc083... by Michael Gratton

Don't consider substrings when checking distinct mailbox names

RFC822.MailboxAddress.has_distinct_name() really needs to not do
sub-string checks since it will cause addresses like
`"foo-bar@baz" <bar@baz>` to not have a distinct name. To keep the fix
for #491 in effect, also adds special case checking for sinlge quotes.

Add some more tests to cover these cases.

Partially reverts commit 6e137eb64984f365156ac956e42f32cd452c6141

See discussion in GNOME/geary!252