sed 's/59 Temple Place - Suite 330, Boston, MA 02111-1307/51 Franklin Street, Fifth Floor, Boston, MA 02110-1301/'
PS: I didn't touch the kalarm dir, since david seems to update the address himself, and I don't want to create conflicts for him.
CCMAIL:lists@astrojar.org.uk
svn path=/trunk/KDE/kdepim/; revision=437921
were "saved" to kmailrc, but kmailrc wasn't synced, so in case of a kmail crash, X crash, power failure, kernel oops...
the settings would be lost, and on the next kmail restart very strange errors would happen when syncing
(can't create folder, folder already there, folder missing, etc.)
The solution: sync(). But while being at it I implemented buffering of sync requests
which was a TODO in kmkernel, but did it in GlobalSettings as Till suggested;
which in turn means we need our own GlobalSettings inheriting GlobalSettingsBase,
and the code lacked ::self()-> in many places to allow that.
srcdir!=builddir users: don't forget to delete globalsettings.{cpp,h} from the builddir
since it's not generated anymore!
CCMAIL: kmail-devel@kde.org
svn path=/trunk/KDE/kdepim/; revision=432538
were "saved" to kmailrc, but kmailrc wasn't synced, so in case of a kmail crash, X crash, power failure, kernel oops...
the settings would be lost, and on the next kmail restart very strange errors would happen when syncing
(can't create folder, folder already there, folder missing, etc.)
The solution: sync(). But while being at it I implemented buffering of sync requests
which was a TODO in kmkernel, but did it in GlobalSettings as Till suggested;
which in turn means we need our own GlobalSettings inheriting GlobalSettingsBase,
and the code lacked ::self()-> in many places to allow that.
svn path=/branches/kdepim/proko2/kdepim/; revision=432536
Problem was that namespaces were not fetched yet so this method
adds a a-sync response to the final fetching of the namespaces after
which the refresh is initiated.
svn path=/trunk/KDE/kdepim/; revision=431155
Turnes out that all accounts created get a QTimer instance per account.
This is wrong in the config dialog since they are not officially OK-ed yet.
This is IMO a better fix then the one I removed yesterday in KMAcctCachedImap
since this solves it for all types of accounts.
svn path=/trunk/KDE/kdepim/; revision=431140
configuring the completion order to the General tab of the Composer page
of the main configuration dialog.
svn path=/branches/kdepim/proko2/kdepim/; revision=429958
dcop kmail KMailIface setDefaultTransport matt@kdemail.net
the above example sets the default transport to matt@kdemail.net
and also validates that it exists before setting it.
This is also the first step in order to make KMail ready for
a network centric configuration where different configurations
are set based on input from a network aware daemon or similar.
BUG:44862
svn path=/trunk/KDE/kdepim/; revision=426135
- Init widgets in the c'tor and read the current values in load().
- Save empty string instead of 'Auto' for automatic character encoding.
svn path=/trunk/KDE/kdepim/; revision=418874
autocompletion.
Fix a bug in the recetn addresses handling where the displayname
was not quoted if neccessary.
BUG:79147
BUG:105889
BUG:31975
BUG:97654
svn path=/trunk/KDE/kdepim/; revision=416703
reset it to the default transport to avoid sending using a non existant
transport that only exists in the combobox and not in the accounts configuration
BUG:62096
svn path=/trunk/kdepim/; revision=408833
* The todo status, now has the same behaviour that "Important Status":
- Customize font.
- Customize colour.
- Have a column independent in headerlist.
svn path=/trunk/kdepim/; revision=399802
by the user, this makes sure that one cannot get into the problem situation
where an identity uses a transport that has been deleted which leads to
the message being stuck in the outbox or error msgs to be shown if one is lucky.
BUG:88367
svn path=/trunk/kdepim/; revision=393996