view libpurple/purple-client.h @ 19437:a8c9c42c3572

Only check for mail if "New mail notifications" is enabled in account options. Otherwise, don't setup a timer. This will help keep debugging log noise down. Closes #2722.
author Jeffrey Connelly <jaconnel@calpoly.edu>
date Sun, 26 Aug 2007 08:25:37 +0000
parents 32c366eeeb99
children
line wrap: on
line source

#ifndef _PURPLE_CLIENT_H_INCLUDED_
#define _PURPLE_CLIENT_H_INCLUDED_

#include <glib.h>
#include "purple-client-bindings.h"

G_BEGIN_DECLS

void purple_init(void);

G_END_DECLS

#endif