After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 794993 - Reply/Forward Inline Headers Out Of Order
Reply/Forward Inline Headers Out Of Order
Status: RESOLVED DUPLICATE of bug 794474
Product: evolution
Classification: Applications
Component: Composer
3.26.x (obsolete)
Other Linux
: Normal normal
: ---
Assigned To: evolution-mail-maintainers
Evolution QA team
Depends on:
Blocks:
 
 
Reported: 2018-04-04 22:20 UTC by Paul Stejskal
Modified: 2018-04-05 11:34 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Paul Stejskal 2018-04-04 22:20:13 UTC
Normally, I expect the headers to be in this order:

From:	First Last <user@domain.xxx>
To:	evolution-list@gnome.org
Subject:	Re: Some subject here
Date:	04/04/2018 02:43:00 PM

But instead, if I push forward for example:

Date: 04 Apr 2018 21:43:00 +0200
Subject: Re: Some subject here
To: evolution-list@gnome.org
From: First Last <user@domain.xxx>

I am using Ubuntu 17.10 and Evolution 3.26.1-1.

In dconf editor, I have this under /org/gnome/evolution/mail/show-headers:
[('From', true), ('Reply-To', false), ('To', true), ('Cc', true), ('Bcc', true), ('Subject', true), ('Date', true), ('Newsgroups', true), ('Face', true), ('x-evolution-mailer', false)]

It's almost like it's backwards.
Comment 1 Milan Crha 2018-04-05 11:34:03 UTC
Thanks for a bug report. You are right it's backwards, that misbehaviour is filled as bug #794474.

I've been thinking of letting users change the order in Preferences, but that's a different thing after all.

*** This bug has been marked as a duplicate of bug 794474 ***