Bug 132139 - Add option "Use the same font for all quoting levels"
Summary: Add option "Use the same font for all quoting levels"
Status: RESOLVED UNMAINTAINED
Alias: None
Product: knode
Classification: Miscellaneous
Component: general (show other bugs)
Version: unspecified
Platform: Gentoo Packages Linux
: NOR wishlist
Target Milestone: ---
Assignee: kdepim bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-08-09 14:19 UTC by Christian Janoff
Modified: 2018-09-04 18:41 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.