aboutsummaryrefslogtreecommitdiffstats
path: root/mail/upgrade-mailer.c
Commit message (Expand)AuthorAgeFilesLines
* Update the upgrade script to handle the new url format introduced withJeffrey Stedfast2002-10-261-17/+45
* Fix the transport URL on any Exchange accounts. Fixes #30209, which is toDan Winship2002-10-211-1/+9
* Change the type in LDAP shortcuts from "ldap-contacts" to "contacts/ldap".Dan Winship2002-10-161-144/+55
* Shut up some compiler warnings.Jeffrey Stedfast2002-10-021-3/+3
* NULL-check si->folders before passing it into find_folder so we don'tJeffrey Stedfast2002-09-261-1/+1
* The new callback function for the g_hash_table_foreach which both upgradesJeffrey Stedfast2002-09-131-36/+259
* revert an earlier change that used the full account name as the folder name (...Jeffrey Stedfast2002-09-101-9/+11
* Don't look for an end quote, instead look for </item> to terminate theJeffrey Stedfast2002-09-101-1/+2
* Don't look for an end quote, instead look for </item> to terminate theJeffrey Stedfast2002-09-101-11/+7
* Hex decode imap folder names too. (shortcuts_upgrade_xml_file): Don't lookJeffrey Stedfast2002-09-101-18/+22
* Don't modify the URL if the path doesn't start with "exchange". (MeansDan Winship2002-09-091-15/+20
* Sync the database after upgrading mailer stuff. (imap_url_upgrade): SinceJeffrey Stedfast2002-09-071-0/+2
* Sync the database after upgrading mailer stuff. (imap_url_upgrade): SinceJeffrey Stedfast2002-09-071-5/+16
* Hex decode the folder names when searching for them in the memory buffer,Jeffrey Stedfast2002-09-061-85/+188
* Return FALSE here. (get_base_url): Add a cast.Ettore Perazzoli2002-09-051-1/+3
* some fixesJeffrey Stedfast2002-09-051-13/+24
* Add upgrade-mailer.c to the build.Jeffrey Stedfast2002-09-051-0/+863