aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2000-12-05 18:13:56 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2000-12-05 18:13:56 +0800
commit01bb1668503dd8e5d85aef8830dd1b04ea3e8726 (patch)
tree22e3a1d5496efb148e13b746dba98f9a462eaa6c /mail
parent9c28295de36c8c18c01c5c7846566526cee7f1ac (diff)
downloadgsoc2013-evolution-01bb1668503dd8e5d85aef8830dd1b04ea3e8726.tar.gz
gsoc2013-evolution-01bb1668503dd8e5d85aef8830dd1b04ea3e8726.tar.zst
gsoc2013-evolution-01bb1668503dd8e5d85aef8830dd1b04ea3e8726.zip
Update the calls to `evolution_storage_new()' according to the new
API in `libeshell'. Sorry for breaking the build. :-( svn path=/trunk/; revision=6788
Diffstat (limited to 'mail')
-rw-r--r--mail/ChangeLog8
-rw-r--r--mail/component-factory.c2
-rw-r--r--mail/mail-vfolder.c2
3 files changed, 10 insertions, 2 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index 3f17c52faf..df1cab5af2 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,3 +1,11 @@
+2000-12-05 Ettore Perazzoli <ettore@helixcode.com>
+
+ * mail-vfolder.c (vfolder_create_storage): Updated the call to
+ `evolution_storage_new()': pass NULL for @toplevel_node_uri.
+
+ * component-factory.c (add_storage): Updated the call to
+ `evolution_storage_new()': pass NULL for @toplevel_node_uri.
+
2000-12-04 Jeffrey Stedfast <fejj@helixcode.com>
* subscribe-dialog.c (setup_subscribe_folder): Use info->full_name
diff --git a/mail/component-factory.c b/mail/component-factory.c
index a5915e3cf2..1b781aa7bc 100644
--- a/mail/component-factory.c
+++ b/mail/component-factory.c
@@ -263,7 +263,7 @@ add_storage (const char *uri, CamelService *store,
char *name;
name = camel_service_get_name (store, TRUE);
- storage = evolution_storage_new (name);
+ storage = evolution_storage_new (name, NULL);
g_free (name);
res = evolution_storage_register_on_shell (storage, corba_shell);
diff --git a/mail/mail-vfolder.c b/mail/mail-vfolder.c
index a9ad3ff561..b80d558fae 100644
--- a/mail/mail-vfolder.c
+++ b/mail/mail-vfolder.c
@@ -144,7 +144,7 @@ vfolder_create_storage(EvolutionShellComponent *shell_component)
corba_shell = bonobo_object_corba_objref (BONOBO_OBJECT (shell_client));
- storage = evolution_storage_new (_("VFolders"));
+ storage = evolution_storage_new (_("VFolders"), NULL);
if (evolution_storage_register_on_shell (storage, corba_shell) != EVOLUTION_STORAGE_OK) {
g_warning ("Cannot register storage");
return;
/span>19-7532/+7 * warnings go byebyeIain Holmes2001-01-272-3/+11 * Make the ESearchBar use the new EDropdownButton widget.Ettore Perazzoli2001-01-273-146/+217 * Fix the API to EDropdownButton by removing args that don't make muchEttore Perazzoli2001-01-274-21/+13 * ...And the ChangeLog too.Ettore Perazzoli2001-01-271-0/+4 * Ooops, forgot to commit the Makefile.Ettore Perazzoli2001-01-271-9/+27 * New, simple dropdown button widget based on the thing that Damon didEttore Perazzoli2001-01-273-0/+390 * Menu cleanupsJP Rosevear2001-01-273-315/+84 * Make ETable stop editing when it looses focus.Christopher James Lahey2001-01-272-8/+32 * Fix the folder tree so that the icons don't look blurry anymore. (ForEttore Perazzoli2001-01-272-13/+26 * Replace the arrow icons in the ESelectNames component with "->" for aEttore Perazzoli2001-01-272-7/+13 * Fixed a crash that could happen when destroying a control without anyEttore Perazzoli2001-01-272-2/+9 * Try a control before an embeddable instead of an embeddable before aEttore Perazzoli2001-01-272-15/+25 * Check for a NULL service->url as we obviously can't subscribe to foldersJeffrey Stedfast2001-01-273-21/+46 * Fix some compile problems and stop the blank mail appearing with the mboxIain Holmes2001-01-274-8/+53 * Added; a new test program that demonstrates objects in ETexts.Jon Trowbridge2001-01-276-111/+776 * Remove all instances of non-portable macro `__FUNCTION__' from theEttore Perazzoli2001-01-276-19/+22 * Updated brazilian portuguese translationGustavo Maciel Dias Vieira2001-01-272-4049/+4541 * Updated Spanish translationHector Garcia2001-01-272-232/+253 * Fix an uninitialized variable use.Dan Winship2001-01-272-4/+8 * (Fixing an old FIXME)Jason Leach2001-01-262-12/+10 * Updated russian translation.Valek Frob2001-01-262-282/+314 * Define BROKEN_ETREE again, till we get this stuff fixed better.Not Zed2001-01-263-9/+24 * Fix the "sender contain" quicksearch rule by adding a missingEttore Perazzoli2001-01-262-3/+9 * Yes, some more screw ups...Iain Holmes2001-01-262-16/+7 * Yes, I screwed up.Iain Holmes2001-01-261-2/+1 * GNOME_Evolution_Mail.oafinfoIain Holmes2001-01-266-10/+72 * Set the GTK_CAN_FOCUS flag on the widget, since an ETable ought to beFederico Mena Quintero2001-01-262-85/+165 * ForgotIain Holmes2001-01-261-1/+21 * Neater importer stuff.Iain Holmes2001-01-2610-87/+578 * Missing ChangeLog.Ettore Perazzoli2001-01-261-16/+6 * Change the toolbars to only display some labels, on the right of theEttore Perazzoli2001-01-265-30/+13 * Clamp the value we set here. (compute_offset): Switched to ints here.Christopher James Lahey2001-01-261-16/+16 * The following fixes seem to clear up the problem of new mail not beingJeffrey Stedfast2001-01-262-1/+17 * Updated Slovenian translationAndraz Tori2001-01-261-1/+0 * Updated Slovenian translationAndraz Tori2001-01-261-293/+328 * add comment about the else block here. (prop_info): add home_address,Chris Toshok2001-01-262-10/+19 * Made this function put some space around the area shown.Christopher James Lahey2001-01-261-12/+32 * (Don't prompt about unsaved changes for replies/forwards that have notJason Leach2001-01-262-3/+16 * (Moving the flag for has_changed from the Hdrs to the Composer itself.Jason Leach2001-01-265-8/+92 * Made this correctly check for going off the end of the table.Christopher James Lahey2001-01-261-2/+4 * Made this only add the initial VCard if it finds a file "create-initial"Christopher James Lahey2001-01-264-5/+49 * Added create-initial.Christopher James Lahey2001-01-263-1/+10 * Remove unused "extern long timezone".Dan Winship2001-01-262-1/+4 * Check if a message part's content is available, and if it's not, queue aDan Winship2001-01-266-70/+167 * Made the message list pay attention to the "cursor_activated" signalChristopher James Lahey2001-01-262-6/+11 * Upped the required version of gal in evolution.Christopher James Lahey2001-01-262-3/+7 * Setup the view collection properly and handle the "display_view" signal.Christopher James Lahey2001-01-262-2/+24 * Make this actually deploy the titles from the GalViewCollection and emitChristopher James Lahey2001-01-262-111/+133 * Documented. Added a "cursor_activated" signal. Removed some unusedChristopher James Lahey2001-01-2510-129/+461 * More happy icons for the mailer.Ettore Perazzoli2001-01-254-5/+41 * Actually make the icon for the "print" menu item work (I was missing aEttore Perazzoli2001-01-252-1/+6 * Get the mailer to use the new menu icons.Ettore Perazzoli2001-01-256-12/+45 * Make the addressbook use the new 16x16 icons in the menus.Ettore Perazzoli2001-01-256-3/+26 * Fix a bug that could happen when a shell view would be destroyed andEttore Perazzoli2001-01-252-2/+8 * Get the addressbook to use the new "Show all" icon.Ettore Perazzoli2001-01-256-7/+46 * Oops.Michael Zucci2001-01-252-0/+321 * don't tag the calendar if no dates are shown.Damon Chaplin2001-01-252-6/+19 * e_calendar_item_get_date_range() now returns a boolean, which is FALSE ifDamon Chaplin2001-01-253-8/+34 * esexp api change fixes.Not Zed2001-01-253-11/+19 * Fix the subject match expression, which was missing a closing ).Not Zed2001-01-253-7/+23 * Changed the subject search to handle case sensitive when it is mixed case.Not Zed2001-01-257-565/+143 * Add chunk allocators.Not Zed2001-01-253-58/+82 * New callback. (menu_security_pgp_sign_cb): Another new callback.Jeffrey Stedfast2001-01-252-8/+83 * Change Security* to SecurityPGP* as we may someday have S/MIMEJeffrey Stedfast2001-01-252-49/+9 * make sure to add the lengths here (include the \0? anyone?).Chris Toshok2001-01-252-2/+12 * Updated Spanish translationHector Garcia2001-01-252-2289/+3065 * Added a 3rd page to the account editor to allow users to set their HTMLJeffrey Stedfast2001-01-255-0/+151 * rewrote to fix problems with freeing the environment string after callingDamon Chaplin2001-01-252-19/+51 * (Fix #1252: Need a File->Close way to close a view)Jason Leach2001-01-255-3/+48 * Upped the required version of gal in evolution.Christopher James Lahey2001-01-252-3/+7 * Remove dead fileJP Rosevear2001-01-251-15/+0 * Have the argument system do type checking on our "collection" argument.Christopher James Lahey2001-01-252-12/+17 * Tons of fixes by Andras and Emese (spelling, terminology, headers)Szabolcs Ban2001-01-242-27/+32 * Fix missing ';'.Kjartan Maraas2001-01-242-1/+5 * .cvsignore + nautilusFatih Demir2001-01-241-0/+1 * (Fix #1225: advanced search cancel/close)Jason Leach2001-01-242-32/+48 * Actually implement this function.Christopher James Lahey2001-01-241-2/+17 * Made GalViewCollectionItem a public type. (load_single_file): Made it soChristopher James Lahey2001-01-242-41/+40 * Save the source and transport changes whether the user can connect to theJeffrey Stedfast2001-01-242-19/+15 * make sure the status is set to "Completed". Fixes bug #1253.Damon Chaplin2001-01-243-10/+35 * Fix the logic for updating the shortuct labels when the display namesEttore Perazzoli2001-01-2411-90/+162 * Removed exceptionIain Holmes2001-01-241-0/+3 * Removed the busy exceptionIain Holmes2001-01-241-7/+0 * Added tests to see that invalid match and action rules are properlyNot Zed2001-01-242-0/+59 * Removed some redundant debug printfs. (e_sexp_term_eval): Dont allocateNot Zed2001-01-243-57/+64 * Fix for api changes.Not Zed2001-01-242-3/+5 * Patch from Tuomas to have a "Sender contains" rule in the quicksearchEttore Perazzoli2001-01-242-0/+25 * Lots of stuff like memory leaks and things I forgot ages ago...Iain Holmes2001-01-2410-133/+239 * (camel_filter_driver_filter_message): Remove an accidentallyMichael Zucci2001-01-242-1/+2 * Remove the 'finished message' bit.Not Zed2001-01-242-2/+7 * Fix spelling.Dan Winship2001-01-244-3/+8 * Set the default folder when copying to mbox. This is a quick fix, i mightNot Zed2001-01-242-5/+14 * Don't AC_INIT on an autogenerated file that does not exist beforehandJP Rosevear2001-01-242-1/+6 * Make sure the source->url is not NULL (which is perfectly valid).Jeffrey Stedfast2001-01-242-1/+9 * Make sure the source->url is not NULL (which is perfectly valid).Jeffrey Stedfast2001-01-242-1/+30 * A few minor tweaks.Jeffrey Stedfast2001-01-243-14/+24 * Minor import fixJP Rosevear2001-01-241-4/+0 * libical import cleanupJP Rosevear2001-01-2412-48/+52 * Add a lock around the delayed loading, so two threads won't try to do itDan Winship2001-01-244-2/+46 * Import clean upJP Rosevear2001-01-2442-2916/+5819 * Updated svMartin Norback2001-01-242-2198/+2863 * This commit was generated by cvs2svn to compensate for changes in r7747,JP Rosevear2001-01-2428-611/+792 * Initial revisionJP Rosevear2001-01-241-0/+167 * Updated russian translation.Valek Frob2001-01-232-318/+264 * Set the CamelFolder::name to just the base part of the vfolder name (theDan Winship2001-01-232-2/+8 * properly ref the ecard. still need to kill some memory leaks.JP Rosevear2001-01-232-0/+6 * properly ref the cal component when we use it, prevents double freeJP Rosevear2001-01-233-1/+10 * Try turning off the BROKEN_ETREE thing. It seems to work ok (better?) now,Not Zed2001-01-232-3/+9 * Perform error checking on parsing/execution.Not Zed2001-01-234-12/+60 * Setup error return and return error on parse error. (parse_list): Fail ifNot Zed2001-01-233-14/+104 * Removed some debug 'warnings', as they should now be displayed at theNot Zed2001-01-234-30/+87 * Automagically fill in the user's default transport if he/she has setupJeffrey Stedfast2001-01-232-0/+32 * Just wrote a temp way of reporting success/fail of PGP/MIME signatureJeffrey Stedfast2001-01-232-8/+18 * avoid /0 by updating after we've done the sync. (close_folders): Setup theNot Zed2001-01-232-2/+11 * compile new stuffJP Rosevear2001-01-237-22/+106 * Eeeep. ForgotIain Holmes2001-01-232-0/+298 * Add the Outlook importer.Iain Holmes2001-01-234-0/+367 * ChangelogIain Holmes2001-01-231-0/+38 * New listener object. Plus some oneway stuff as well.Iain Holmes2001-01-235-239/+38 * make mail_gui_thread non-static.Dan Winship2001-01-234-4/+41 * remove vfs dependencyJP Rosevear2001-01-233-11/+15 * New function, can't use strlen on the md5 hash because it might have nullJP Rosevear2001-01-234-1/+63 * remove duplicate messageJP Rosevear2001-01-235-26/+30 * Fixed to display subparts (other than the signature part) and started toJeffrey Stedfast2001-01-232-7/+47 * Change the callbacks in this file to match the callback function types.Christopher James Lahey2001-01-234-3/+15 * Fix a double-free problem.Not Zed2001-01-232-19/+16 * Oops, danw didn't know 'provider' could be NULL :-)Jeffrey Stedfast2001-01-232-2/+7 * Remove deleted records from the pilot map so we don't have dupes in theJP Rosevear2001-01-232-1/+7 * Remove alarm foo for nowJP Rosevear2001-01-233-27/+14 * bummer. now it is also aligned right. /tigTuomas Kuosmanen2001-01-231-0/+0 * duh. fixed typo. /tigTuomas Kuosmanen2001-01-231-0/+0 * Updated Slovenian translationAndraz Tori2001-01-231-260/+313 * new splash. /tigTuomas Kuosmanen2001-01-232-0/+5 * Change "Path:" label to "Namespace:" for IMAP. Use $MAILDIR rather thanDan Winship2001-01-232-2/+20 * Updated Slovenian translationAndraz Tori2001-01-231-45/+45 * Function to add a store/storage mapping. (add_storage): Use it.Dan Winship2001-01-234-4/+32 * s/filter-driver.h/camel-filter-driver.h/ and update first arg ofDan Winship2001-01-231-0/+20 * Updated Slovenian translationAndraz Tori2001-01-231-3288/+4567 * Update for filter code movesDan Winship2001-01-232-2/+5 * s/filter-driver.h/camel-filter-driver.h/ and update first arg ofDan Winship2001-01-237-14/+14 * Fixed gal_define_views_dialog_new to be called with its proper argument.Jon Trowbridge2001-01-232-1/+6 * Added temp profiling files.Not Zed2001-01-222-1/+7 * Added profiling temp files.Not Zed2001-01-2215-2/+55 * Removed the temporary get mail button.Not Zed2001-01-222-6/+4 * Removed, now lives in camel-filter-search.*Not Zed2001-01-226-1712/+10 * remove a warning with conditional news compilation.Not Zed2001-01-2211-1497/+593 * Updated sl translationsAndraz Tori2001-01-222-0/+4 * When removing phantom nodes, check for the end node too.Not Zed2001-01-224-18/+26 * Initialize collection field to NULL. Set the collection on the model asChristopher James Lahey2001-01-2210-82/+343 * disable cmdline subdir here tooDave Camp2001-01-221-1/+0 * Helps if I spell stuff correctly so it can pass the tests ;-)Jeffrey Stedfast2001-01-223-4/+10 * Updates evolution/po/da.po gal/po/da.po galeon/po/da.po gconf/po/da.poKenneth Christiansen2001-01-221-816/+948 * Remove cmdline for nowMiguel de Icaza2001-01-221-1/+0 * Initialize OpenPGP.Jeffrey Stedfast2001-01-224-20/+25 * Fix MakefileMiguel de Icaza2001-01-221-3/+2 * Make the output a little prettier. Okay, so I'm anal...Jeffrey Stedfast2001-01-223-17/+10 * Made the cursor move when rows are inserted or deleted. If in single modeChristopher James Lahey2001-01-221-0/+11 * Add cmdline to the buildMiguel de Icaza2001-01-221-1/+2 * Remove the X-Evolution header before we send.Jeffrey Stedfast2001-01-222-3/+9 * Fixed some memory leaks dealing with content-type temp strings. AlsoJeffrey Stedfast2001-01-222-17/+91 * Don't forget to unref the filters. (pgp_mime_part_verify): Same.Jeffrey Stedfast2001-01-222-27/+32 * (Fix #1222: doing File->New->Mail Message doesn't include .sig)Jason Leach2001-01-222-1/+23 * Updated Slovenian translationAndraz Tori2001-01-22