- Don't fail when the selection is empty and the pipe command is invoked
- Pipe the entire body through the command instead of just the selection.
This ensures that the body is correctly piped when nothing is selected.
svn path=/trunk/KDE/kdepim/; revision=701880
This removes a superflous newline in the default reply template.
- Correct the icon name for the sent mail folder
This has no effect since that icon is somehow missing though...
- Bring back progress information for sent mails.
However, since currently no mails bigger than 13kB can be sent due to an kio_smtp bug,
you will probably not need this.
Note that it took me some time to find the processedSize() signal, because it is not ine
the apidox because of some ifdef hack (see commit 641910).
Would be nice if someone with apidox knowledge can fix that.
svn path=/trunk/KDE/kdepim/; revision=700889
Instead of skipping some template tags like QUOTE or HEADERS, now the whole
template is skipped when doing a blank reply.
BUG: 142483
svn path=/trunk/KDE/kdepim/; revision=700384
1) Add some new methods to KCalendarClass API to match QDate4, to support
proper date range validation, and help app programmers implement their own
calendar systems.
2) Change the date range limits hard-coded into KCalendarSystem to match
QDate4 or each calendars epoch, as appropriate.
3) Clean up the KCalendarSystem implementations to be simpler, more
consistant, and to share more code (and add unit tests!)
4) Modify KDateWidget, KDateTable and KDatePicker API (& BIC?) to allow
multiple calender systems to be displayed at the same time, as well as do
code clean-up.
CCMAIL:johnlayt@yahoo.com.au
svn path=/trunk/KDE/kdepim/; revision=691589
- adjust includes and link rules
- delete the libraries from this module
- remove obsolete collectingprocess and configmanager
svn path=/trunk/KDE/kdepim/; revision=682059
KShellProcess -> K3ShellProcess
KProcIO -> K3ProcIO
KProcessController -> K3ProcessController
not deprecating, as we don't have a replacement yet.
not moving yet, as kdelibs still has heavy dependencies on it.
agreed upon with dfaure.
svn path=/trunk/KDE/kdepim/; revision=646732
Note: although sometimes a message with a number argument is never called for case n == 1, it still should be made plural, because plural forms accross languages are more complicated than just n == 1 and n > 1.
svn path=/trunk/KDE/kdepim/; revision=632290
CCMAIL:kde-i18n-doc@kde.org
(should've cc'd you earlier, I did some other fixes a little while back)
svn path=/branches/KDE/3.5/kdepim/; revision=614140
Some tabs to spaces cleanups in templateparser.cpp.
"How does it works?" help link in all templates configuration dialogs.
Replace empty templates with "%BLANK" on save to allow peoples have
empty templates if they wish.
svn path=/branches/KDE/3.5/kdepim/; revision=614039
Fix blank mail when forwarding by filter action. Don't give up if the
message to be forwarded has no associated folder, just ignore and carry on.
svn path=/branches/KDE/3.5/kdepim/; revision=614037
Improved templates support from Dmitry:
1. Coding style fixes.
2. Little refactoring.
3. Custom reply/forward templates added (David Faure ask for them on list)
4. Various bug fixes, including major one -- wrong charset on %TEXT command
svn path=/branches/KDE/3.5/kdepim/; revision=614027
New template goodies from Dmitry:
1. Conversion phrases into templates
2. Per-identity templates
3. Templates are used also with multi-message forward (was missed)
4. C-style correction of templatesconfigurationimpl.cpp
5. Minimal and default sizes of templates configuration widget diminished a
little; folder properties are not so huge now.
6. Several commands added: %CCADDR, %CCNAME, %CCFNAME, %CCLNAME,
%OCCADDR, %OCCNAME, %OCCFNAME, %OCCLNAME
svn path=/branches/KDE/3.5/kdepim/; revision=614026
customize New messages, replies, and forwards, using theBat! language.
FEATURE:
GUI:
merge SVN commit 597343 by winterz:
New Templates Feature.
Code contributed by Dmitry Morozhnikov with some coding style mods by me.
svn path=/branches/KDE/3.5/kdepim/; revision=614022