Bug 60841 - use title of note as subject for email
Summary: use title of note as subject for email
Status: RESOLVED FIXED
Alias: None
Product: knotes
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: openSUSE Linux
: NOR wishlist
Target Milestone: ---
Assignee: Michael Brade
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-07-06 12:47 UTC by Georg Wittenburg
Modified: 2004-03-20 00:50 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 Georg Wittenburg 2003-07-06 12:47:10 UTC
Version:            (using KDE KDE 3.1.1)
Installed from:    SuSE RPMs
OS:          Linux

The default setting of "Preferences/Actions/Mail action" should be "kmail --msg %f --subject %t" instead of "kmail --msg %f". Having the title of the note as mail subject is what the user would expect.
Comment 1 Michael Brade 2004-03-19 22:20:47 UTC
CVS commit by brade: 

Hacking and bugfixing in the car from Munich to Hannover (CeBIT):
 * fixed updating the icon in the notes menu after a color change
 * fixed change of font family in richt text mode
 * fixed updating of font and font size combo box
 * fixed bug that made the html source show up in a text note when switching
   from rich text to plain text and then restarting KNotes
 * make KNotes interpret the text as rich text when switching from pain text
   to rich text
 * moved the rich text -> plain text conversion to KNoteEdit
 * finally switched rich text toolbar to XMLGUI as well
 * fixed #60841: include the title as subject by default when mailing a note
 * make mailing a note possible again at all - KMail now needs --body and not
   --msg as argument
 * convert rich text notes to plain text before emailing them
 * fixed #75793: notes should not resize in RT mode, moved to the bottom of
   the note (needs some more work, the resize handle should be next to the
   toolbar, IMHO)

CCMAIL: 60841-done@bugs.kde.org, 75793-done@bugs.kde.org

All this stuff should be backported, will do so when I'm back in Penzberg
or if I have enough time during CeBIT... :)


  M +18 -0     ChangeLog   1.64
  M +8 -7      TODO   1.12
  M +33 -22    knote.cpp   1.106
  M +1 -0      knote.h   1.38
  M +80 -43    knoteedit.cpp   1.37
  M +4 -2      knoteedit.h   1.23
  M +1 -1      knotes.kcfg   1.2
  M +5 -4      knotesapp.cpp   1.79
  M +21 -1     knotesui.rc   1.6



Comment 2 Georg Wittenburg 2004-03-20 00:50:12 UTC
On Friday 19 March 2004 13:20, Michael Brade wrote:
> Hacking and bugfixing in the car from Munich to Hannover (CeBIT):
> [...]

Great! Thanks a lot! Have fun at CeBIT! ;-)

	Georg