~ubuntu-branches/ubuntu/quantal/cairo-dock-plug-ins/quantal-201208191523

« back to all changes in this revision

Viewing changes to mail/src/cd-mail-applet-accounts.h

  • Committer: Bazaar Package Importer
  • Author(s): Matthieu Baerts (matttbe)
  • Date: 2011-04-20 20:46:51 UTC
  • mfrom: (1.1.9 upstream)
  • Revision ID: james.westby@ubuntu.com-20110420204651-ftnpzesj6uc7qeul
Tags: 2.3.0~1-0ubuntu1
* New Upstream Version (LP: #723995)
* Upstream short ChangeLog (since 2.3.0~0rc1):
 - Updated translations
 - Updated the integration of the new versions of kwin and compiz
    (Switcher, ShowDesktop, etc.)
 - Removed a lot of useless g_print
 - Updated a few plug-ins to fit with the new version of the API (gldit)
 - Fixed a few bugs
 - Updated MeMenu, MessagingMenu and Status-Notifier to works
    with the latest version of dbusmenu, etc.
* Switch to dpkg-source 3.0 (quilt) format
* debian/cairo-dock-plug-ins.install:
 - Added new files (interfaces for python, ruby, vala and mono)
* debian/control:
 - Added new dependences for new applets (sensors and zeitgeist)
    and new interfaces (python, valac, ruby and mono)
 - Updated the version of cairo-dock build-dependences
* debian/rules:
 - Added a new CMake flag to install python interface in debian/tmp
* Updated debian/watch

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
void cd_mail_create_maildir_params( GKeyFile *pKeyFile, const gchar *pMailAccountName );
33
33
void cd_mail_create_gmail_params( GKeyFile *pKeyFile, const gchar *pMailAccountName );
34
34
void cd_mail_create_feed_params( GKeyFile *pKeyFile, const gchar *pMailAccountName );
 
35
void cd_mail_create_yahoo_params( GKeyFile *pKeyFile, const gchar *pMailAccountName );
 
36
void cd_mail_create_hotmail_params( GKeyFile *pKeyFile, const gchar *pMailAccountName );
 
37
void cd_mail_create_free_params( GKeyFile *pKeyFile, const gchar *pMailAccountName );
 
38
void cd_mail_create_neuf_params( GKeyFile *pKeyFile, const gchar *pMailAccountName );
 
39
void cd_mail_create_sfr_params( GKeyFile *pKeyFile, const gchar *pMailAccountName );
 
40
void cd_mail_create_orange_params( GKeyFile *pKeyFile, const gchar *pMailAccountName );
 
41
void cd_mail_create_uclouvain_params( GKeyFile *pKeyFile, const gchar *pMailAccountName );
 
42
void cd_mail_create_skynet_params( GKeyFile *pKeyFile, const gchar *pMailAccountName );
35
43
 
36
44
void cd_mail_retrieve_pop3_params (CDMailAccount *mailaccount, GKeyFile *pKeyFile, const gchar *mailbox_name);
37
45
void cd_mail_retrieve_imap_params (CDMailAccount *mailaccount, GKeyFile *pKeyFile, const gchar *mailbox_name);
40
48
void cd_mail_retrieve_maildir_params (CDMailAccount *mailaccount, GKeyFile *pKeyFile, const gchar *mailbox_name);
41
49
void cd_mail_retrieve_gmail_params (CDMailAccount *mailaccount, GKeyFile *pKeyFile, const gchar *mailbox_name);
42
50
void cd_mail_retrieve_feed_params (CDMailAccount *mailaccount, GKeyFile *pKeyFile, const gchar *mailbox_name);
 
51
void cd_mail_retrieve_yahoo_params (CDMailAccount *mailaccount, GKeyFile *pKeyFile, const gchar *mailbox_name);
 
52
void cd_mail_retrieve_hotmail_params (CDMailAccount *mailaccount, GKeyFile *pKeyFile, const gchar *mailbox_name);
 
53
void cd_mail_retrieve_free_params (CDMailAccount *mailaccount, GKeyFile *pKeyFile, const gchar *mailbox_name);
 
54
void cd_mail_retrieve_neuf_params (CDMailAccount *mailaccount, GKeyFile *pKeyFile, const gchar *mailbox_name);
 
55
void cd_mail_retrieve_sfr_params (CDMailAccount *mailaccount, GKeyFile *pKeyFile, const gchar *mailbox_name);
 
56
void cd_mail_retrieve_orange_params (CDMailAccount *mailaccount, GKeyFile *pKeyFile, const gchar *mailbox_name);
 
57
void cd_mail_retrieve_uclouvain_params (CDMailAccount *mailaccount, GKeyFile *pKeyFile, const gchar *mailbox_name);
 
58
void cd_mail_retrieve_skynet_params (CDMailAccount *mailaccount, GKeyFile *pKeyFile, const gchar *mailbox_name);
43
59
 
44
60
void cd_mail_init_accounts(CairoDockModuleInstance *myApplet);
45
61
void cd_mail_free_account (CDMailAccount *pMailAccount);