aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-send-recv.c
Commit message (Expand)AuthorAgeFilesLines
* New file, started by Ettore, finished by me, to implement theDan Winship2001-05-101-2/+2
* Fix for #2253 (search names not translated), mail-search i18n fixes.Gediminas Paulauskas2001-05-081-5/+5
* use system = EVOLUTION_DATADIR "/file" instead of g_strdup_printf. RenameGediminas Paulauskas2001-04-221-1/+1
* Remove some redundant LIBS variables... purify complained that the commandDan Winship2001-04-141-1/+1
* Cleaned up #includes. Remove unneccesary includes of <gnome.h>,Kjartan Maraas2001-03-301-9/+11
* Doh! This was storing "struct _folder_info"s in the cache and then tryingDan Winship2001-03-301-4/+4
* Use gnome-dialog-close instead of object_unref, for some reason it doesn'tNot Zed2001-03-271-1/+1
* Added. Call me old-fashioned, but I just prefer to have a real API ratherJon Trowbridge2001-03-231-1/+1
* Fixes for changes to search bar. (search_save): Removed. (search_full):Not Zed2001-03-011-72/+63
* Only allow downloading if the source is enabled at this time.Not Zed2001-02-231-2/+3
* Dont do the thaw/freeze set here. (update_folders): "Not Zed2001-02-201-4/+4
* Not sure it makes any difference, but lets ref the folder while the hashJeffrey Stedfast2001-02-171-4/+6
* only free driver, if set. (fetch_mail_fetched): Unref the driver here, soNot Zed2001-02-091-87/+207
* Init active_downloads hash if it hasn't been yet.Not Zed2001-02-081-0/+6
* Handle internal camel status return. (receive_done): Remove activeNot Zed2001-02-081-21/+125
* Moved bonobo includes from the .c to the .h. IncludeChristopher James Lahey2001-02-061-1/+5
* Cleaned up so we dont add an unecessary level of indenting.Not Zed2001-02-021-51/+50
* Fix bug in autodetected mboxesIain Holmes2001-01-311-43/+55
* Debug function to compare the tree we think we have, after an incrementalNot Zed2001-01-291-17/+19
* The following fixes seem to clear up the problem of new mail not beingJeffrey Stedfast2001-01-261-1/+6
* Fix the subject match expression, which was missing a closing ).Not Zed2001-01-251-6/+14
* Make sure the source->url is not NULL (which is perfectly valid).Jeffrey Stedfast2001-01-241-1/+6
* Make sure the source->url is not NULL (which is perfectly valid).Jeffrey Stedfast2001-01-241-1/+27
* s/filter-driver.h/camel-filter-driver.h/ and update first arg ofDan Winship2001-01-231-2/+2
* remove a warning with conditional news compilation.Not Zed2001-01-221-669/+3
* Init a cancel field in the message. (mail_msg_free): Free it.Not Zed2001-01-211-110/+672
* New swanky send/recieve thingy, well it so far only receives (pop/mbox).Not Zed2001-01-191-0/+604