blob: b6b0f2e1bc6727be3d9ba6f435efc2e9b5607396 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
/*
* main.c: Evolution mail reading component
*
* Authors:
* Miguel de Icaza (miguel@helixcode.com)
*
* (C) 2000 Helix Code, Inc.
*/
#include <config.h>
#include <gnome.h>
main ()
{
}
|