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 310973 - Hide/fold quoted text when reading mail
Hide/fold quoted text when reading mail
Status: RESOLVED OBSOLETE
Product: evolution
Classification: Applications
Component: Mailer
3.12.x (obsolete)
Other All
: Normal enhancement
: ---
Assigned To: evolution-mail-maintainers
Evolution QA team
: 732346 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2005-07-20 10:10 UTC by Vitaly Bordug
Modified: 2019-05-24 07:08 UTC
See Also:
GNOME target: ---
GNOME version: Unversioned Enhancement



Description Vitaly Bordug 2005-07-20 10:10:53 UTC
It would be nice to have such feature. The letters with huge nest quote level
are very hard to deal with without it. This is needed for mainly the mail view mode.
Please don't blame if this is gtkhtml-related, but I saw #271358 which covers
rather close things.
Comment 1 Nagappan Alagappan 2005-07-21 12:38:43 UTC
Vitaly: Can you please try the same with latest version of Evolution and update
this bug ?
Comment 2 Vitaly Bordug 2005-07-21 12:47:42 UTC
What exactly version should I probe? Latest release or from CVS?
Comment 3 Vitaly Bordug 2005-12-24 11:10:24 UTC
Heh, sorry, it seems I specified wrong version first time. That request covers evo from the latest FC4 update, namely evolution-2.2.3-2
Comment 4 Poornima 2006-06-16 03:18:59 UTC
Confirming for enhancement
Comment 5 André Klapper 2012-02-12 15:46:22 UTC
Also see bug 322321 for the same request for the mail *composer*.
Comment 6 André Klapper 2014-06-27 20:37:59 UTC
*** Bug 732346 has been marked as a duplicate of this bug. ***
Comment 7 Milan Crha 2014-06-30 07:29:19 UTC
I think it should be pretty much simple to implement with Webkit previews, making block-quote paragraph styles in CSS as display:none; or something like that, possibly with a replacement like ">...." thus it's understood that the citation is hidden, with those dots being clickable to show all (not only that one?) quotation again.

The hard thing is with a UI. I think such option, "Show quoted text", can be added into a context menu above the massage preview panel, being checked by default.

Maybe once Tomas gets some free time he will be able to do it.
Comment 8 André Klapper 2014-06-30 10:03:26 UTC
1) how did other clients implement this, UI-wise? Per message switch for all quoting levels? Per message switches for each quoting level? Preferences setting for default display of messages (quotes collapsed or expanded)?
There's like some research to be done here to not screw up the UI.

2) similar functionality (expand/collapse) in a similar place (email message) is already expressed via [+] buttons, like already existing for the header bar of the message preview pane.
Comment 9 Vitaly Bordug 2014-06-30 10:41:57 UTC
(In reply to comment #8)
> 1) how did other clients implement this, UI-wise? Per message switch for all
> quoting levels? Per message switches for each quoting level? Preferences
> setting for default display of messages (quotes collapsed or expanded)?
> There's like some research to be done here to not screw up the UI.
> 

Not that hard. There was a setting for default display of messages. Then, there was a keybinding to unwrap one level of quotes (or a user simply clicks on the '+' sign. The other way to do it (perhaps, even more simple one) would be to replace all the folded text to "[...]" , which gets unrolled by double clicking on that string. 

> 2) similar functionality (expand/collapse) in a similar place (email message)
> is already expressed via [+] buttons, like already existing for the header bar
> of the message preview pane.

This could be reused, with some emphasis on readability (the folded stuff should be easily noticeable from within of email body - like [...] from the above, or something similar).

I also think it could be practical to show-all as proposed above, but then leaving the first line (or configurable n lines of the quotation) -so that to avoid unrolling the whole thing just to remember what was there.

Thanks for waking this thread back to life :) !
Comment 10 Jean-François Fortin Tam 2014-07-11 02:37:37 UTC
This would be particularly useful for auto-folding messages written "top-posting" style. Not sure how, but there ought to be a smart way to autodetect top-posting vs inline posting vs bottom posting, and forwards vs replies...
Comment 11 Milan Crha 2019-05-24 07:08:11 UTC
I'm closing this in favour of [1]. See it for any further updates.

[1] https://gitlab.gnome.org/GNOME/evolution/issues/450