~ubuntu-branches/ubuntu/raring/kdepimlibs/raring-proposed

« back to all changes in this revision

Viewing changes to kpimidentities/identity.h

  • Committer: Package Import Robot
  • Author(s): Philip Muškovac
  • Date: 2011-07-08 00:32:40 UTC
  • mto: (0.5.5 experimental) (1.1.93)
  • mto: This revision was merged to the branch mainline in revision 100.
  • Revision ID: package-import@ubuntu.com-20110708003240-no12z37io7q5nxwt
Tags: upstream-4.6.90
Import upstream version 4.6.90

Show diffs side-by-side

added added

removed removed

Lines of Context:
237
237
      void setFcc( const QString& );
238
238
 
239
239
      /** The folder where draft messages from this identity will be
240
 
      stored by default. */
 
240
      stored by default.
 
241
      TODO: KDE5 Change QString to int as the folder is an akonadi collection id.
 
242
      */
241
243
      QString drafts() const;
242
244
      void setDrafts( const QString& );
243
245
 
244
246
      /** The folder where template messages from this identity will be
245
 
      stored by default. */
 
247
      stored by default.
 
248
      TODO: KDE5 Change QString to int as the folder is an akonadi collection id.
 
249
      */
246
250
      QString templates() const;
247
251
      void setTemplates( const QString& );
248
252