X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;f=src%2Fmodest-account-protocol.h;h=8a513c352dbc805f400217ae9335a324eec93214;hb=027bd4e81f906263a15a732d2707b1fcec630872;hp=18ae25a2dd95fc82bd320b6b1860b79aa5c1e696;hpb=d669ccb2e5fbf01c444fafba7f9c408609aa55bd;p=modest diff --git a/src/modest-account-protocol.h b/src/modest-account-protocol.h index 18ae25a..8a513c3 100644 --- a/src/modest-account-protocol.h +++ b/src/modest-account-protocol.h @@ -75,7 +75,7 @@ struct _ModestAccountProtocolClass { void (*check_support) (ModestAccountProtocol *self, ModestAccountProtocolCheckSupportFunc func, gpointer userdata); gchar * (*get_from) (ModestAccountProtocol *self, const gchar *account_id, const gchar *mailbox); ModestPairList * (*get_from_list) (ModestAccountProtocol *self, const gchar *account_id); - gchar * (*get_signature) (ModestAccountProtocol *self, const gchar *account_id, const gchar *mailbox); + gchar * (*get_signature) (ModestAccountProtocol *self, const gchar *account_id, const gchar *mailbox, gboolean *has_signature); }; /** @@ -360,7 +360,8 @@ ModestPairList *modest_account_protocol_get_from_list (ModestAccountProtocol *se */ gchar *modest_account_protocol_get_signature (ModestAccountProtocol *self, const gchar *account_id, - const gchar *mailbox); + const gchar *mailbox, + gboolean *has_signature); G_END_DECLS