Carsten Burghardt
cef86bf691
The eventFilter unfortunately also influenced the folder-contextmenu. I disable the columns-popup for the moment to investigate that further.
...
svn path=/trunk/kdenetwork/kmail/; revision=153674
24 years ago
Karl-Heinz Zimmer
da9daed201
Bugfix #41651 : Show error texts which make sense if encrypting or signing via OpenPGP did not work.
...
svn path=/trunk/kdenetwork/kmail/; revision=153648
24 years ago
Karl-Heinz Zimmer
215e183f23
Bugfix #41651 : Show error texts which make sense if encrypting or signing via OpenPGP did not work.
...
svn path=/trunk/kdenetwork/kmail/; revision=153622
24 years ago
Marc Mutz
273f916e77
Don't encode the @ in addr-specs with rfc2047 if local-part contains
...
non-US-ASCII characters. This happens in anticipation of rfc2047 maybe becoming
allowed for local-parts (IDNA would be used for domain-names). Even if it's not,
this is still better than encoding the complete addr-spec (sans < > )
svn path=/trunk/kdenetwork/kmail/; revision=153614
24 years ago
Marc Mutz
03d8ab45b1
Make {expand,collapse}{,_all}_threads available via the View menu.
...
TODO: - move them into a submenu a la netscape?
- properly enable/disable them when changing from threaded to
non-threaded folder. Unfortunately, this turns out to be quite
non-trivial, since message and folder actions are currently only
updated on aboutToShow() signals. I could add the same hack for the
view menu, but maybe someone has a better idea...
svn path=/trunk/kdenetwork/kmail/; revision=153603
24 years ago
Carsten Burghardt
2627d323f4
Finally we got unread and total columns for the foldertree.
...
Activate them via View-menu or rmb-menu from the tree-header.
Changed the qpopup for the folder-context-menu to kpopup to be consistent with the rest.
svn path=/trunk/kdenetwork/kmail/; revision=153547
24 years ago
Marc Mutz
a9e1074d6c
Another goody for pasting into composer line edits:
...
+ else if (newText.contains("(at)"))
+ {
+ newText.replace( QRegExp("\\s*\\(at\\)\\s*"), "@" );
+ }
svn path=/trunk/kdenetwork/kmail/; revision=153525
24 years ago
Karl-Heinz Zimmer
c6161f175c
Bugfixes: make usage of mPrinting more consistent to avoid having coloured background on output, and close output with "</body>" instead of "></body>"
...
svn path=/trunk/kdenetwork/kmail/; revision=153487
24 years ago
Zack Rusin
1de92fc2ac
OK, shift+mouse move -> move, control+mouse move -> copy, else -> popup.
...
Yes it does use Xlib which is by far the cleanest solution. Try it and
come back to flame some more ;)
svn path=/trunk/kdenetwork/kmail/; revision=153340
24 years ago
Nadeem Hasan
53fbd17e8e
UI Fixes.
...
svn path=/trunk/kdenetwork/kmail/; revision=153298
24 years ago
Karl-Heinz Zimmer
b7dc083c29
partially undo commit #1.249: "currentPlugItem" must be the /new/ item, not the old item which was selected /before/ the user clicked the "Add Plugin" button.
...
svn path=/trunk/kdenetwork/kmail/; revision=153295
24 years ago
David Faure
b8a2e3fa10
Another out-of-bounds access fixed: create backend item before creating
...
corresponding GUI item.
svn path=/trunk/kdenetwork/kmail/; revision=153291
24 years ago
Michael Haeckel
3f13b53333
Recode also the headers, when the charset of an already existing mail is
...
changed manually.
svn path=/trunk/kdenetwork/kmail/; revision=153194
24 years ago
Michael Haeckel
3e8bebc28b
Some improvements for rendering of Hebrew.
...
Patch by Diego Iastrubni <iastrubn@actcom.co.il> and Meni Livne <livne@kde.org>
svn path=/trunk/kdenetwork/kmail/; revision=153180
24 years ago
Malcolm Hunter
eae1cf4669
If emphasis is required, please don't use *'s
...
svn path=/trunk/kdenetwork/kmail/; revision=153161
24 years ago
Malcolm Hunter
284992c419
No space before punctuation please
...
svn path=/trunk/kdenetwork/kmail/; revision=153160
24 years ago
Matthias Welwarsky
bd432e9e1e
* improved look
...
svn path=/trunk/kdenetwork/kmail/; revision=153123
24 years ago
Karl-Heinz Zimmer
dc165bab1d
Bugfix #41649 was: "(AEGYPTEN) Separate reader window broken"
...
svn path=/trunk/kdenetwork/kmail/; revision=152971
24 years ago
Karl-Heinz Zimmer
764cd65555
Bugfix: Do not run into endless loop when double clicking on top-most entry of Mime Part Tree viewer.
...
svn path=/trunk/kdenetwork/kmail/; revision=152957
24 years ago
David Faure
c8f2f6652a
Fix for "QGList::locate: Index 0 out of range" and spurious "want
...
to save changes?" when opening "configure kmail" for the first time:
bool PluginPage::isPluginConfigEqual( int pluginno ) const
{
+ if ( mCryptPlugList->isEmpty() ) // happens initially
+ return true;
svn path=/trunk/kdenetwork/kmail/; revision=152939
24 years ago
Karl-Heinz Zimmer
7c71d3a43c
Bugfix #41843 : By clicking on the MIME Tree Viewer's top most entry user can switch to initial-look message display (necessarry after (s)he has clicked on another MIME entry and wants to see the whole mail again - including it's headers)
...
svn path=/trunk/kdenetwork/kmail/; revision=152891
24 years ago
Karl-Heinz Zimmer
0513531504
Make it compile: re-added patch -r1.449 withc was erroneously overwritten by me in -r1.450
...
svn path=/trunk/kdenetwork/kmail/; revision=152890
24 years ago
Zack Rusin
96e4b6adee
Fixing the popup positioning problem, as noted by Ingo and waiting for
...
a decision on what to do with the dialog (remove or use Ingo's proposed
solution)
svn path=/trunk/kdenetwork/kmail/; revision=152851
24 years ago
Karl-Heinz Zimmer
0434baecac
added a layout option for showing the MIME Tree widget in a "Smart" way: only if Content-Type=multipart/... NOTE: This option looks best when the MIME Tree is shown _below_ the Message View, so I made this layout (2nd icon on configuration page) the default one. Please feel free to optimize this. ;-)
...
svn path=/trunk/kdenetwork/kmail/; revision=152846
24 years ago
Malcolm Hunter
240bfef063
Corrected typographical errors
...
svn path=/trunk/kdenetwork/kmail/; revision=152825
24 years ago
Stephan Kulow
769cf8b739
CCMAIL: kmail@kde.org
...
I wondered why the #define private public is still in kmheaders.h
Now I know: configuredialog's classes use each other no mater what.
Moved the #define there, but it simply shouldn't have private in the
_p header to fix this issue
svn path=/trunk/kdenetwork/kmail/; revision=152796
24 years ago
Ingo Klcker
83f16b1d3a
Disable the expiry number field if 'Never' is selected.
...
svn path=/trunk/kdenetwork/kmail/; revision=152790
24 years ago
Marc Mutz
21c6aeda79
adding accels to queryClose confirmation message box buttons
...
svn path=/trunk/kdenetwork/kmail/; revision=152691
24 years ago
Karl-Heinz Zimmer
36b81291dd
Bugfix: #41841 . <I hate C++> ;-)
...
svn path=/trunk/kdenetwork/kmail/; revision=152669
24 years ago
Karl-Heinz Zimmer
eff146c3fc
Bugfix: also do not hide Mime Tree widget for layout #2 (== Mime Tree below Folders)
...
svn path=/trunk/kdenetwork/kmail/; revision=152646
24 years ago
Karl-Heinz Zimmer
927c485658
Added Aaron's patch to make kmreaderwin.cpp compile with other compilers than my gcc 2.95.3.
...
svn path=/trunk/kdenetwork/kmail/; revision=152645
24 years ago
Zack Rusin
f93d5bd995
Opinions on UI design are like asses - everyone has its own. Adding popup
...
dialog to drag&drop operations and making the copy drag operation actually
work.
svn path=/trunk/kdenetwork/kmail/; revision=152613
24 years ago
Zack Rusin
bdb05c446f
Switching the placemant of custom folder icon buttons/labels to vertical
...
svn path=/trunk/kdenetwork/kmail/; revision=152610
24 years ago
Carsten Pfeiffer
b16caa330b
some little optimizations and a fix
...
svn path=/trunk/kdenetwork/kmail/; revision=152584
24 years ago
Marc Mutz
c312b6cc82
preset the filename in the filedialog with save as... and save encoded as...
...
svn path=/trunk/kdenetwork/kmail/; revision=152561
24 years ago
Michael Haeckel
7b8e4f7dd9
I think hiding widget that are not in the way doesn't make much sense.
...
svn path=/trunk/kdenetwork/kmail/; revision=152541
24 years ago
Marc Mutz
9b184c2f65
install
...
svn path=/trunk/kdenetwork/kmail/; revision=152510
24 years ago
Karl-Heinz Zimmer
aed36e76d3
Due to overwhelming demand <grin> added yet another Layout option showing the Mime Part Tree _below_ the Message View. Also added some painting to the 5 layout pictures to make clear which of the rectangles is representing the message viewer - of course these icons _could_ be optimized by graphically skilled person... ;-)
...
svn path=/trunk/kdenetwork/kmail/; revision=152474
24 years ago
Karl-Heinz Zimmer
1c52052d76
Bugfix #41810
...
cvs commit -mBugfix
svn path=/trunk/kdenetwork/kmail/; revision=152457
24 years ago
Zack Rusin
3db9205e9f
Making KMail use dollar sign expansion ( env variables ) in order to make
...
configuring it trivial in a multi-user environment (e.g. skel kmailrc file
with [Account 1] login=$USER ... )
svn path=/trunk/kdenetwork/kmail/; revision=152360
24 years ago
Ingo Klcker
c770729b4a
Initialize mEncryptionState and mSignatureState in the various KMMessage constructors
...
svn path=/trunk/kdenetwork/kmail/; revision=152351
24 years ago
Zack Rusin
c2eb573521
Fixing #41777 and removing double setShowToolTips(true), Karl was there any technical reason for calling it twice?
...
svn path=/trunk/kdenetwork/kmail/; revision=152338
24 years ago
Ingo Klcker
0edd99a261
Fix Bug#38809: attachments lost using filters for forwarding.
...
As this fix duplicates some code it should be considered a workaround and not a proper fix.
svn path=/trunk/kdenetwork/kmail/; revision=152317
24 years ago
Ingo Klcker
fb191ed303
If the user uses the old OpenPGP support the encryption button should not be pressed (even if automatic encryption is enabled because automatic encryption encrypts the message only if encryption is possible while a pressed encryption button forces encryption).
...
svn path=/trunk/kdenetwork/kmail/; revision=152306
24 years ago
Michael Haeckel
ccec72aef1
Finally apply Carsten's patch with small modifications to not remove messages
...
from memory that are still used.
svn path=/trunk/kdenetwork/kmail/; revision=152305
24 years ago
Ingo Klcker
c9eabe1433
Fix old style sign&encrypt. Alles muss man selber machen. ;-)
...
svn path=/trunk/kdenetwork/kmail/; revision=152300
24 years ago
Ingo Klcker
c7123be4ad
Always use the localized date in the forward header.
...
svn path=/trunk/kdenetwork/kmail/; revision=152296
24 years ago
Ingo Klcker
a29d815db8
Fix KMMessage::html2source and change <br> to <br /> to make it xhtml compliant (for the future)
...
svn path=/trunk/kdenetwork/kmail/; revision=152294
24 years ago
Karl-Heinz Zimmer
106c113d93
Sorry, this line should *not* have been modified by my last commit.
...
svn path=/trunk/kdenetwork/kmail/; revision=152278
24 years ago
Karl-Heinz Zimmer
ab37df456c
Bugfix: Clear the MIME Part Tree window when leaving mail (e.g. when looking into trash folder and invocing the Empty Folder command.
...
svn path=/trunk/kdenetwork/kmail/; revision=152235
24 years ago