~ubuntu-branches/ubuntu/vivid/kdepim/vivid

« back to all changes in this revision

Viewing changes to kmail/util.h

  • Committer: Package Import Robot
  • Author(s): Rohan Garg
  • Date: 2013-02-06 11:49:08 UTC
  • mfrom: (0.2.38)
  • Revision ID: package-import@ubuntu.com-20130206114908-eb7adh9xp54jk7gi
Tags: 4:4.10.0a-0ubuntu1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
98
98
     * Handles a clicked URL, but only in case the viewer didn't handle it.
99
99
     * Currently only support mailto.
100
100
     */
101
 
    void handleClickedURL( const KUrl &url,  const QSharedPointer<MailCommon::FolderCollection> &folder );
102
 
    void handleClickedURL( const KUrl &url );
 
101
    bool handleClickedURL( const KUrl &url,  const QSharedPointer<MailCommon::FolderCollection> &folder );
 
102
    bool handleClickedURL( const KUrl &url );
103
103
 
104
104
 
105
105
    bool mailingListsHandleURL( const KUrl::List& lst,const QSharedPointer<MailCommon::FolderCollection> &folder );