aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-ops.c
diff options
context:
space:
mode:
Diffstat (limited to 'mail/mail-ops.c')
-rw-r--r--mail/mail-ops.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/mail/mail-ops.c b/mail/mail-ops.c
index be6fcbd364..069d74c2d7 100644
--- a/mail/mail-ops.c
+++ b/mail/mail-ops.c
@@ -281,11 +281,6 @@ real_fetch_mail (gpointer user_data )
goto cleanup;
}
- /* Redisplay. Ick. FIXME */
- path = g_strdup_printf ("file://%s", path);
- folder_browser_set_uri (fb, path);
- g_free (path);
-
cleanup:
g_free(tmp_mbox);
n>/+7 * Attach send/postpone signal handlers to the EMsgComposer.Dan Winship2000-10-263-2/+21 * Add newline to kill warnings.Kjartan Maraas2000-10-262-1/+5 * Don't have a Unselect All, use Invert Selection instead.Jeffrey Stedfast2000-10-262-2/+7 * Implemented. (subscribe_invert_selection): (was unselect_all) Implemented.Jeffrey Stedfast2000-10-263-7/+54 * No longer include <db.h>52000-10-264-2/+10 * Actions -> New Directory Server added.Aaron Weber2000-10-2616-149/+347 * Fix folder listing code infinite loop.Dan Winship2000-10-262-1/+4 * Added option menu items to allow searching based on regular expressions.Jeffrey Stedfast2000-10-264-32/+183 * removed the Evolution-Composer generated files, due to a tip on how we doJesse Pavel2000-10-264-98/+10 * Removed generated files.Jesse Pavel2000-10-265-1868/+9 * added this from the composer IDL sourcesJesse Pavel2000-10-268-6/+2440 * Add a "flagged" column, based on the Camel "flagged" flag, for assigningDan Winship2000-10-263-43/+95 * Made the column on the right click and click signals be the model columnChristopher James Lahey2000-10-261-2/+2 * Add another marshalling function.Dan Winship2000-10-262-0/+19 * Add "click" to the list of etable signals we proxy.Dan Winship2000-10-262-0/+23 * Deal properly with URLs at the end of the buffer. (The old code wouldDan Winship2000-10-262-0/+8 * Don't prepend "/" to the folder's full_name. Deal with hierarchy in theDan Winship2000-10-252-29/+52 * Add a "parent" field to CamelFolderInfo.Dan Winship2000-10-255-17/+47 * Updated Italian translation from Clara Tattoni <clara.tattoni@libero.it>Christopher R. Gabriel2000-10-252-2011/+4579 * Bugfixes, performance improvemnts. Should scale up much better thanNot Zed2000-10-2513-86/+1121 * Updated French translation.Christophe Merlet2000-10-252-436/+1419 * Updated Ukrainian translationYuri Syrota2000-10-251-10/+9 * Updated Ukrainian translationYuri Syrota2000-10-251-33/+19 * Updated Ukrainian translationYuri Syrota2000-10-251-142/+110 * Updated Japanese translation.Akira Tagoh2000-10-252-2036/+2896 * Take out the reference to "Source".Jeffrey Stedfast2000-10-252-20/+2 * Remove filter-url code.Jeffrey Stedfast2000-10-255-289/+11 * add subscribed_folders.Chris Toshok2000-10-253-4/+121 * make ETreeModel opaque, and switch from using g_new0 and g_free forChris Toshok2000-10-252-97/+135 * I've added code to interact with the mailer's CORBA interfaces, thoughJesse Pavel2000-10-252-15/+121 * add a missing #includeDan Winship2000-10-251-0/+1 * updating pt_BR translationsJorge Godoy2000-10-251-435/+435 * Fill in the message_count and unread_message_count flags (if !fast).Dan Winship2000-10-252-5/+39 * Fixed NULL in fprintf.Jeffrey Stedfast2000-10-252-2/+13 * ShushJP Rosevear2000-10-252-0/+5 * Lookup a pid by uid. (e_pilot_map_lookup_uid): Lookup a uid by pid. NowJP Rosevear2000-10-256-38/+56 * Updated Ukrainian translationYuri Syrota2000-10-241-456/+1341 * chabngesKenneth Christiansen2000-10-241-521/+135 * lots of i18n fixesDan Winship2000-10-2465-422/+472 * Remove unused GNOMELOCALEDIR setting.Dan Winship2000-10-242-1/+5 * AM_GNOME_GETTEXT doesn't use $(datadir)/locale as the locale dir. (ItDan Winship2000-10-2424-18/+62 * Apply outgoing filters to the message.Jeffrey Stedfast2000-10-244-29/+64 * Dumps the contents of indexs.Not Zed2000-10-245-6/+91 * Set the remove button insensitive if there is only 1 action left.Jeffrey Stedfast2000-10-247-442/+583 * Destroy the tooltip timeout on object destruction.Christopher James Lahey2000-10-241-1/+8 * Use new libeconduit calls and abstractionJP Rosevear2000-10-2411-118/+153 * add camel-nntp-types.h.Chris Toshok2000-10-242-1/+7 * Remove removed composer fileSDan Winship2000-10-242-3/+5 * Old cruft. Remove.Dan Winship2000-10-2410-1584/+12 * Fix a "how could this have been working before" memory overrun bug foundDan Winship2000-10-242-0/+7 * Fixed a possible error in row numberings. This needs to be changed quite aChristopher James Lahey2000-10-242-1/+8 * Updated the gal check to check for gal 0.2.1.Christopher James Lahey2000-10-242-2/+6 * Made the top of the folder browser a little prettier.Christopher James Lahey2000-10-244-2/+18 * Fixed these widgets to resize properly.Christopher James Lahey2000-10-242-6/+25 * Remove the "demand" source from the list.Jeffrey Stedfast2000-10-243-4/+11 * Use e_pilot_map_read (post_sync): Use e_pilot_map_writeJP Rosevear2000-10-243-126/+23 * Include Composer.h instead of volution-Addressbook-SelectNames.hAriel Rios2000-10-242-1/+6 * Add libeconduit-static.laJP Rosevear2000-10-243-123/+22 * Fixed these widgets to resize properly.Christopher James Lahey2000-10-249-16/+31 * Pilot map functions grabbed from existing conduitsJP Rosevear2000-10-247-125/+231 * These should have gone away a long time ago.Dan Winship2000-10-245-834/+5 * Don't forget to set the rule source! (eg "incoming", "demand", orJeffrey Stedfast2000-10-242-0/+9 * Make the vertical toolbar always visible in the message list and theEttore Perazzoli2000-10-233-3/+12 * No, don't ignore Evolution-Addressbook-SelectNames*. They're not supposedDan Winship2000-10-232-4/+5 * Pull the fix to the "attach-twice-and-crash" problem up to HEAD.Ettore Perazzoli2000-10-232-41/+15 * Added British translation.Robert Brady2000-10-224-1/+4668 * Made it so that it doesn't recalculate all the rows if a row is changed,Christopher James Lahey2000-10-222-4/+36 * Made it so that rows inserted with their children nodes already in theChristopher James Lahey2000-10-221-1/+3 * Added e_table_set_state_object which loads the state from the givenChristopher James Lahey2000-10-222-4/+6 * removed conflict indicatorDamon Chaplin2000-10-211-1/+0 * removed debug message.Damon Chaplin2000-10-217-12/+113 * added more (working) integration with theJesse Pavel2000-10-213-37/+29 * Ignore Evolution-Addressbook-SelectNames*Jeffrey Stedfast2000-10-212-0/+8 * Added filter-url.[c,h].Jeffrey Stedfast2000-10-2110-131/+539 * Translations from KeldKenneth Christiansen2000-10-211-1004/+1617 * #include <camel/camel-folder.h>Jeffrey Stedfast2000-10-212-0/+5 * re-enable the nntp provider.Chris Toshok2000-10-212-1/+5 * add function to build a tree from the nntp group names (using '.' as aChris Toshok2000-10-212-41/+149 * added more (unworking) integration with theJesse Pavel2000-10-213-3/+67 * 2000-10-20 Michael Meeks <michael@helixcode.com>Michael Meeks2000-10-216-17/+27 * Pulling up stuff from the 0.6 branchJP Rosevear2000-10-219-40/+103 * s/BonoboUIHandler/BonoboUIComponent/Michael Meeks2000-10-216-30/+38 * s/BonoboUIHandler/BonoboUIComponent/Michael Meeks2000-10-213-17/+23 * update to new UI handlerMichael Meeks2000-10-217-20/+28 * New structure of file - similar to calendar/todo conduitsJP Rosevear2000-10-218-1100/+1002 * Declare composer factory.Dan Winship2000-10-215-33/+116 * oops. save first, then commitDan Winship2000-10-211-2/+3 * Evolution::Composer interface. So entirely not tested.Dan Winship2000-10-218-92/+499 * Updated Ukrainian translationYuri Syrota2000-10-201-1053/+1457 * use cal_component_has_alarms().Damon Chaplin2000-10-202-15/+6 * Updated Finnish translation (fi.po)jjranta2000-10-202-1739/+1886 * e-tree-model is now opaque. use the accessor to get the root node.Chris Toshok2000-10-202-2/+9 * #include <sys/types.h> before <regex.h>Chris Toshok2000-10-202-0/+5 * Build fixJP Rosevear2000-10-203-0/+144 * Fix a bug with "INBOX" (or anything else with NIL hierarchy separator) asDan Winship2000-10-202-1/+5 * Emit message_changed and folder_changed as appropriate.Dan Winship2000-10-202-2/+25 * added _click-to-add-message, though I'm not sure if i18n will work.Damon Chaplin2000-10-2014-44/+124 * *** empty log message ***Jesse Pavel2000-10-204-5/+100 * Start fetching at 1, not 0.Jeffrey Stedfast2000-10-202-17/+23 * Added last names.Chris Lahey2000-10-201-6/+7 * Updated NEWS for addressbook and ETable.Christopher James Lahey2000-10-202-12/+38 * #include "mail-vfolder.h" (vfolder_edit_vfolders): Don't call the dummyJeffrey Stedfast2000-10-203-4/+11 * add mail newsDan Winship2000-10-201-0/+50 * *** empty log message ***Jesse Pavel2000-10-204-1/+27 * For an imap store, just refresh the INBOX.Dan Winship2000-10-204-4/+22 * Update comment here so refresh_info isn't just for reconnects any more.Dan Winship2000-10-205-61/+64 * re-commit Ettore's and JPR's 0.6 NEWS, in the right placeDan Winship2000-10-201-0/+29 * pull 0.5.1 NEWS back over to HEADDan Winship2000-10-201-0/+41 * Remove Family name column since it's a bit weird. This also fixes theChristopher James Lahey2000-10-202-1/+6 * Updated the gal check to check for gal 0.2.Christopher James Lahey2000-10-202-2/+6 * Updated russian translation.Valek Frob2000-10-202-847/+1071 * updating pt_BR translationJorge Godoy2000-10-201-1871/+3666 * If there is no view save the default uri instead. (socket_destroy_cb):Iain Holmes2000-10-202-1/+10 * Build fixes from Jacob, same as the other branch.Ettore Perazzoli2000-10-2017-15/+81 * remove timeouts on destroy so they don't try to write to freed dataDan Winship2000-10-202-0/+13 * Updated French translation.Christophe Merlet2000-10-192-1205/+1577 * Clean up some old #if 0 code.Dan Winship2000-10-192-204/+4 * Updating pt_BR translations...Jorge Godoy2000-10-191-2648/+1966 * Updated Swedish translation.Christian Rose2000-10-192-821/+1081 * Made the number keys on the number pad work in ETexts and ECellTexts.Christopher James Lahey2000-10-192-2/+216 * Get the MailConfigIdentity *before* we create a new composer object soJeffrey Stedfast2000-10-192-4/+10 * Change how the extension field acts when converting delivery addresses toChristopher James Lahey2000-10-192-3/+8 * Added the function e_card_delivery_address_to_label.Christopher James Lahey2000-10-197-20/+51 * update for new UI handler.Michael Meeks2000-10-194-6/+16 * cripple, not worth updating to new UI code.Michael Meeks2000-10-191-1/+5 * kill. (create_ondemand_hooks): die. (control_activate): remove hook.Michael Meeks2000-10-194-54/+15 * Switched to saving the version as a double instead of a string.Christopher James Lahey2000-10-191-1/+1 * kill. (create_toolbar): die. (setup_ui): impl. (e_msg_composer_construct):Michael Meeks2000-10-194-203/+96 * change default state on 'view attachments'Michael Meeks2000-10-191-1/+1 * Fixed ETableFieldChooser row heights a bit.Christopher James Lahey2000-10-194-30/+88 * Made EEntry accept focus properly.Christopher James Lahey2000-10-191-0/+11 * add.Michael Meeks2000-10-1914-0/+673 * Fixed some column widths.Christopher James Lahey2000-10-192-3/+7 * update to new UI handler. (update_view_type): split fromMichael Meeks2000-10-192-45/+60 * Make text a different color if !(flags & E_CELL_FOCUSED).Christopher James Lahey2000-10-194-2/+17 * remove; redundant.Michael Meeks2000-10-193-268/+60 * The correct fix this time - the description should be encoded here and notJeffrey Stedfast2000-10-192-1/+10 * added.Michael Meeks2000-10-193-2/+357 * Sped up signal propogation.Christopher James Lahey2000-10-192-2/+52 * Change NAME_OR_ORG to return the email address if both name andChristopher James Lahey2000-10-193-12/+17 * If unicode_get_utf8 returns -1, assume it was actually undeclaredDan Winship2000-10-19