Bug 132139

Summary: Add option "Use the same font for all quoting levels"
Product: [Unmaintained] knode Reporter: Christian Janoff <kdebugs>
Component: generalAssignee: kdepim bugs <kdepim-bugs>
Status: RESOLVED UNMAINTAINED    
Severity: wishlist    
Priority: NOR    
Version First Reported In: unspecified   
Target Milestone: ---   
Platform: Gentoo Packages   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:

Description Christian Janoff 2006-08-09 14:19:13 UTC
Version:           0.10.2 (using KDE KDE 3.5.2)
Installed from:    Gentoo Packages
Compiler:          gcc-3.4.6 
OS:                Linux

Users should be able to use the *same* font for *all* quoting levels in the article viewer window.

Currently, KNode shows a different (italic/smaller/bigger) font for each quoting level which (unfortunately) is not configurable.

Please add a checkbox

  [X] Use the same font for all quoting levels
      (or something)

under

  Settings->Configure KNode->Appearance!
Comment 1 Christian Janoff 2006-08-13 23:19:46 UTC
I found out that this can be turned off by commenting out

  defaultFont.setItalic( true );

in kdepim/libkdepim/csshelper.cpp (line 96).

{The two following lines show that KNode uses this defaultFont
 for every single quoted line:

 for ( int i = 0 ; i < 3 ; ++i )
   mQuoteFont[i] = defaultFont;
}

TODO:

- Comment out this line for future version of KNode!

OR (BETTER)

- Add an option for it in the configuration menu!

This should done by someone experienced.
Comment 2 Christian Janoff 2006-08-29 13:55:49 UTC
This also affects KMail btw. (at least if you don't use custom fonts), so there also should be an appropriate option in KMail's configuration dialog.
Comment 3 Andrew Crouthamel 2018-09-04 18:41:27 UTC
Hello! Sorry to be the bearer of bad news, but this project has been unmaintained for many years so I am closing this bug.