* mu-util.h: don't include config.h
This commit is contained in:
@ -21,7 +21,6 @@
|
|||||||
#define __MU_UTIL_H__
|
#define __MU_UTIL_H__
|
||||||
|
|
||||||
#include <glib.h>
|
#include <glib.h>
|
||||||
#include "config.h"
|
|
||||||
|
|
||||||
G_BEGIN_DECLS
|
G_BEGIN_DECLS
|
||||||
|
|
||||||
@ -35,8 +34,6 @@ G_BEGIN_DECLS
|
|||||||
*/
|
*/
|
||||||
char* mu_util_dir_expand (const char* path);
|
char* mu_util_dir_expand (const char* path);
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* guess the maildir; first try MAILDIR, then try ~/Maildir
|
* guess the maildir; first try MAILDIR, then try ~/Maildir
|
||||||
* if both fail, return NULL
|
* if both fail, return NULL
|
||||||
|
|||||||
Reference in New Issue
Block a user