Skip to content

engine: Fix critical when replying to an email with zero message ids

Michael Gratton requested to merge mjog/rfc-reply-refs-critical into mainline

Don't ever return null from Geary.RFC822.Utils.reply_references return null, since its one call site in the client expects it to be non-null.

Merge request reports