| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert previous change, doh | Rodney Dawes | 2004-02-20 | 1 | -0/+1 |
* | Don't set the timeout id to 0 and then immediately return FALSE, which | Rodney Dawes | 2004-02-20 | 1 | -1/+0 |
* | Pass flags to em_popup_target_new_folder() instead of just an isstore arg. | Jeffrey Stedfast | 2004-02-19 | 1 | -1/+6 |
* | removed a FIXME comment that my last commit fixed | Jeffrey Stedfast | 2004-02-19 | 1 | -1/+0 |
* | Pass flags to em_popup_target_new_folder() instead of just an isstore arg. | Jeffrey Stedfast | 2004-02-19 | 1 | -8/+29 |
* | Updated for em-popup API change (altho currently passes a dummy value). | Jeffrey Stedfast | 2004-02-19 | 1 | -1/+3 |
* | ** See bug #54492. | Not Zed | 2004-02-18 | 1 | -7/+6 |
* | Fix for bug #54060 (except for the "don't let users copy/move messages to | Jeffrey Stedfast | 2004-02-18 | 1 | -42/+129 |
* | Make sure the drop-target folder doesn't already contain a folder named | Jeffrey Stedfast | 2004-02-14 | 1 | -5/+3 |
* | oops, remove some debug | Michael Zucci | 2004-02-09 | 1 | -3/+0 |
* | merged in code from em_folder_tree_model_drag_data_delete. | Not Zed | 2004-02-09 | 1 | -39/+587 |
* | Now takes a GdkContext arg... will need this later when we want to | Jeffrey Stedfast | 2004-02-06 | 1 | -2/+2 |
* | sync the from folder if we're going to delete it, otherwise we can't | Not Zed | 2004-02-05 | 1 | -0/+6 |
* | call abort before we unref, aid debugging if we hit it. | Not Zed | 2004-02-05 | 1 | -1/+1 |
* | Modified slightly. The model now calls gtk_drag_finish() for us when it is | Jeffrey Stedfast | 2004-02-04 | 1 | -8/+2 |
* | ** See bug #52994. | Not Zed | 2004-02-02 | 1 | -205/+3 |
* | god knows what else this'll break. | Not Zed | 2004-02-02 | 1 | -0/+1 |
* | Get recursive folder listing (needed or folders that have | Jeffrey Stedfast | 2004-01-31 | 1 | -1/+1 |
* | ** See bug #53549, partial fix. | Not Zed | 2004-01-30 | 1 | -0/+1 |
* | And thus completes the fixes for bug #52766. | Jeffrey Stedfast | 2004-01-29 | 1 | -21/+2 |
* | Removed unneeded debug printfs. | Jeffrey Stedfast | 2004-01-28 | 1 | -3/+2 |
* | Use gtk_tree_view_get_dest_row_at_pos() instead of | Jeffrey Stedfast | 2004-01-28 | 1 | -3/+2 |
* | Set priv->drag_row. | Jeffrey Stedfast | 2004-01-27 | 1 | -2/+16 |
* | Use FOLDER_INFO_FAST bitflag here, since we don't care about unread counts | Jeffrey Stedfast | 2004-01-27 | 1 | -3/+3 |
* | Cast the name entry to a GtkWidget to avoid a compiler warning Grab focus | Rodney Dawes | 2004-01-25 | 1 | -0/+1 |
* | Removed the drag & drop interfaces, apparently these aren't good enough | Jeffrey Stedfast | 2004-01-24 | 1 | -34/+150 |
* | removed this like i asked radek to ages ago, just call the parent | Not Zed | 2004-01-19 | 1 | -10/+25 |
* | support for posting both to mail and to (multiple) folders | Meilof Veeningen | 2004-01-13 | 1 | -8/+132 |
* | add total + unread counts to properties page. | Not Zed | 2004-01-12 | 1 | -6/+34 |
* | Fix erroneous function call | JP Rosevear | 2003-12-15 | 1 | -1/+1 |
* | Shorten the namespace of some internal functions to just emft. | Jeffrey Stedfast | 2003-12-12 | 1 | -4/+5 |
* | Shorten the namespace of some internal functions to just emft. | Jeffrey Stedfast | 2003-12-12 | 1 | -41/+43 |
* | check m->fi != NULL before dereferencing it. | Not Zed | 2003-12-11 | 1 | -1/+1 |
* | Add INFO_FAST here as we don't need it to get unread counts. | Jeffrey Stedfast | 2003-12-11 | 1 | -2/+2 |
* | use a POSITIVE value for the response value, gtk uses -ative ones. Bug | Not Zed | 2003-12-10 | 1 | -2/+0 |
* | Remove the extra || unread check in the conditional in the g_object_set () | Rodney Dawes | 2003-12-06 | 1 | -1/+1 |
* | Fixes bug #51482 | Rodney Dawes | 2003-12-06 | 1 | -3/+2 |
* | Fixes bug #51605. | Jeffrey Stedfast | 2003-12-05 | 1 | -16/+26 |
* | (emft_popup_rename_folder): Set oldpath and newpath to the proper | Jeffrey Stedfast | 2003-12-04 | 1 | -2/+2 |
* | Need to prepend a "/" to path if the path is the url fragment. Also fixed | Jeffrey Stedfast | 2003-12-04 | 1 | -14/+22 |
* | remove the source before saving | JP Rosevear | 2003-12-04 | 1 | -2/+1 |
* | Set the save_state_id to 0 or we will never get a chance to run again. | Jeffrey Stedfast | 2003-12-04 | 1 | -2/+3 |
* | save the state immediately if there is a timeout set | JP Rosevear | 2003-12-03 | 1 | -3/+4 |
* | save the state immediately if there is a timeout set | JP Rosevear | 2003-12-03 | 1 | -7/+10 |
* | Moved here. (drop_folder): Moved here. (import_message_rfc822): Moved | Jeffrey Stedfast | 2003-12-03 | 1 | -447/+15 |
* | Connect to the loading row signal. (loading_row_cb): Expand the path if | Jeffrey Stedfast | 2003-12-03 | 1 | -0/+36 |
* | more fixes | Jeffrey Stedfast | 2003-12-03 | 1 | -1/+0 |
* | fixed some mem leaks in my code | Jeffrey Stedfast | 2003-12-03 | 1 | -8/+10 |
* | Fixed to pass the evolution dir into em_folder_tree_model_new(). | Jeffrey Stedfast | 2003-12-03 | 1 | -131/+33 |
* | Updated to call em_folder_tree_model_set_folder_info(). | Jeffrey Stedfast | 2003-12-02 | 1 | -446/+3 |
* | Make sure our parent folder hasn't been unsubscribed or else we get a | Jeffrey Stedfast | 2003-12-02 | 1 | -4/+163 |
* | ops, now it's the right version | Radek Doulik | 2003-12-01 | 1 | -1/+2 |
* | use CAMEL_VTRASH_NAME, CAMEL_VJUNK_NAME | Radek Doulik | 2003-12-01 | 1 | -7/+12 |
* | New function to save tree expanded state. | Jeffrey Stedfast | 2003-11-25 | 1 | -1/+139 |
* | Fixes bug #51012. | Jeffrey Stedfast | 2003-11-21 | 1 | -11/+57 |
* | Fixed a FIXME to not use the OS-specific g_path_*() stuff. | Jeffrey Stedfast | 2003-11-21 | 1 | -22/+28 |
* | Same. | Jeffrey Stedfast | 2003-11-20 | 1 | -8/+11 |
* | Execute asynchronously by queueing the copy in another thread. | Jeffrey Stedfast | 2003-11-19 | 1 | -34/+74 |
* | Queue the camel_store_get_folder_info() call in another thread. | Jeffrey Stedfast | 2003-11-19 | 1 | -49/+115 |
* | Fixed to check fi->child as well (since mbox does it right). | Jeffrey Stedfast | 2003-11-18 | 1 | -12/+15 |
* | more fixes | Jeffrey Stedfast | 2003-11-18 | 1 | -4/+25 |
* | Fixed to not include leading '/' in the folder name in the label. | Jeffrey Stedfast | 2003-11-18 | 1 | -24/+77 |
* | Use a folder_name rather than a path as the name argument to | Jeffrey Stedfast | 2003-11-18 | 1 | -1/+1 |
* | We can't use a uri to do a lookup of a store-info on the store_hash, we | Jeffrey Stedfast | 2003-11-15 | 1 | -2/+68 |
* | We can't use a uri to do a lookup of a store-info on the store_hash, we | Jeffrey Stedfast | 2003-11-15 | 1 | -12/+34 |
* | Only set OK to sensitive if the selected node is not a store node. | Jeffrey Stedfast | 2003-11-15 | 1 | -102/+30 |
* | Updated. (emfv_popup_copy): Updated. | Jeffrey Stedfast | 2003-11-15 | 1 | -2/+0 |
* | Use em_folder_tree_get_model() since an emft is not a GtkTreeView. | Jeffrey Stedfast | 2003-11-14 | 1 | -0/+9 |
* | fixed a build issue | Jeffrey Stedfast | 2003-11-14 | 1 | -2/+2 |
* | New folder-tree widget that replaces the shell's folder-tree widget. | Jeffrey Stedfast | 2003-11-14 | 1 | -304/+1212 |
* | merged spam filtering branch | Radek Doulik | 2003-11-13 | 1 | -1/+5 |
* | new sources files - work in progress to try and replace the e-storage-set* code | Jeffrey Stedfast | 2003-11-08 | 1 | -0/+1149 |