aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test11.c
Commit message (Collapse)AuthorAgeFilesLines
* A little vfolder test.Michael Zucci2000-05-201-4/+12
| | | | svn path=/trunk/; revision=3137
* And here too.NotZed2000-05-031-2/+6
| | | | | | | | | | | | | 2000-05-02 NotZed <NotZed@HelixCode.com> * tests/test13.c: And here too. * tests/test2.c (main): REmoved gmime-utils.h * tests/Makefile.am (LDADD): Add libeutil to default link line. (test_movemail_LDADD): Fixed order for libutil linking. svn path=/trunk/; revision=2761
* Fixed for sync search api revert.Michael Zucci2000-05-021-52/+39
| | | | svn path=/trunk/; revision=2725
* update for camel provider changes.Dan Winship2000-05-011-1/+0
| | | | svn path=/trunk/; revision=2694
* Update for the camel changes.Dan Winship2000-04-261-4/+1
| | | | | | | | | | * tests: Update for the camel changes. * Makefile.am (SUBDIRS): Remove tests. They aren't terribly useful/interesting any more for the most part, and they frequently don't compile. svn path=/trunk/; revision=2636
* Merged from NEW_PARSER branch.Michael Zucci2000-04-211-11/+11
| | | | svn path=/trunk/; revision=2533
* kill camel-logDan Winship2000-04-191-2/+0
| | | | svn path=/trunk/; revision=2487
* This test is basically now invalid.NotZed2000-03-281-41/+53
| | | | | | | | | | | 2000-03-27 NotZed <NotZed@HelixCode.com> * tests/test9.c (main): This test is basically now invalid. * tests/test11.c (main): Fix for async search api. Probably works. Removed camel-mbox-*.h headers, should be private. svn path=/trunk/; revision=2200
* make this build (but not work)Seth Alves2000-03-271-2/+7
| | | | svn path=/trunk/; revision=2186
* Try move messages with gnome in the subject ot the Gnome folder.Michael Zucci2000-03-041-3/+26
| | | | svn path=/trunk/; revision=2027
* Add "authenticator" to CamelSession and update things to use it.Dan Winship2000-02-221-1/+10
| | | | svn path=/trunk/; revision=1890
* update for CamelSession changesDan Winship2000-02-221-1/+6
| | | | svn path=/trunk/; revision=1889
* Use a relative path to the mbox provider module.NotZed2000-02-191-2/+2
| | | | | | | | | 2000-02-18 NotZed <NotZed@HelixCode.com> * tests/test11.c (main): Use a relative path to the mbox provider module. svn path=/trunk/; revision=1857
* Add the unicode libraries as well.Miguel de Icaza2000-02-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2000-02-14 Miguel de Icaza <miguel@gnu.org> * camel/providers/mbox/Makefile.am (libcamelmbox_la_LIBADD): Add the unicode libraries as well. * camel/camel-provider.c (camel_provider_register_as_module): Add error reporting here. Desire to use Solaris increases. Hair loss in the last two hours: 5,400. * camel/providers/mbox/camel-mbox-provider.c (camel_mbox_get_provider): Renamed function. * camel/camel.h: All include files use camel/ now here. * camel/providers/mbox/Makefile.am: Drop all the dynamism from Camel, and make this a standard library. * configure.in: set the UNICODE_LIBS variable here. 2000-02-14 Miguel de Icaza <miguel@gnu.org> * folder-browser.c (folder_browser_load_folder): New routine, loads a camel folder. (folder_browser_set_uri): redo. * session.c: new file. Implements SessionStores to keep track of a Session/Store tuple. svn path=/trunk/; revision=1783
* Add libunicode to CFLAGS/LIBS.NotZed2000-02-141-0/+89
2000-02-14 NotZed <notzed@zedzone.helixcode.com> * configure.in (EXTRA_GNOME_CFLAGS): Add libunicode to CFLAGS/LIBS. 2000-02-13 NotZed <notzed@zedzone.helixcode.com> * configure.in: Added check for libunicode. * Makefile.am (SUBDIRS): Added libibex. * tests/test11.c (main): New test, tests search api. svn path=/trunk/; revision=1774