aboutsummaryrefslogtreecommitdiffstats
path: root/mail/em-folder-tree.c
Commit message (Expand)AuthorAgeFilesLines
...
* Pass flags to em_popup_target_new_folder() instead of just an isstore arg.Jeffrey Stedfast2004-02-191-1/+6
* removed a FIXME comment that my last commit fixedJeffrey Stedfast2004-02-191-1/+0
* Pass flags to em_popup_target_new_folder() instead of just an isstore arg.Jeffrey Stedfast2004-02-191-8/+29
* Updated for em-popup API change (altho currently passes a dummy value).Jeffrey Stedfast2004-02-191-1/+3
* ** See bug #54492.Not Zed2004-02-181-7/+6
* Fix for bug #54060 (except for the "don't let users copy/move messages toJeffrey Stedfast2004-02-181-42/+129
* Make sure the drop-target folder doesn't already contain a folder namedJeffrey Stedfast2004-02-141-5/+3
* oops, remove some debugMichael Zucci2004-02-091-3/+0
* merged in code from em_folder_tree_model_drag_data_delete.Not Zed2004-02-091-39/+587
* Now takes a GdkContext arg... will need this later when we want toJeffrey Stedfast2004-02-061-2/+2
* sync the from folder if we're going to delete it, otherwise we can'tNot Zed2004-02-051-0/+6
* call abort before we unref, aid debugging if we hit it.Not Zed2004-02-051-1/+1
* Modified slightly. The model now calls gtk_drag_finish() for us when it isJeffrey Stedfast2004-02-041-8/+2
* ** See bug #52994.Not Zed2004-02-021-205/+3
* god knows what else this'll break.Not Zed2004-02-021-0/+1
* Get recursive folder listing (needed or folders that haveJeffrey Stedfast2004-01-311-1/+1
* ** See bug #53549, partial fix.Not Zed2004-01-301-0/+1
* And thus completes the fixes for bug #52766.Jeffrey Stedfast2004-01-291-21/+2
* Removed unneeded debug printfs.Jeffrey Stedfast2004-01-281-3/+2
* Use gtk_tree_view_get_dest_row_at_pos() instead ofJeffrey Stedfast2004-01-281-3/+2
* Set priv->drag_row.Jeffrey Stedfast2004-01-271-2/+16
* Use FOLDER_INFO_FAST bitflag here, since we don't care about unread countsJeffrey Stedfast2004-01-271-3/+3
* Cast the name entry to a GtkWidget to avoid a compiler warning Grab focusRodney Dawes2004-01-251-0/+1
* Removed the drag & drop interfaces, apparently these aren't good enoughJeffrey Stedfast2004-01-241-34/+150
* removed this like i asked radek to ages ago, just call the parentNot Zed2004-01-191-10/+25
* support for posting both to mail and to (multiple) foldersMeilof Veeningen2004-01-131-8/+132
* add total + unread counts to properties page.Not Zed2004-01-121-6/+34
* Fix erroneous function callJP Rosevear2003-12-151-1/+1
* Shorten the namespace of some internal functions to just emft.Jeffrey Stedfast2003-12-121-4/+5
* Shorten the namespace of some internal functions to just emft.Jeffrey Stedfast2003-12-121-41/+43
* check m->fi != NULL before dereferencing it.Not Zed2003-12-111-1/+1
* Add INFO_FAST here as we don't need it to get unread counts.Jeffrey Stedfast2003-12-111-2/+2
* use a POSITIVE value for the response value, gtk uses -ative ones. BugNot Zed2003-12-101-2/+0
* Remove the extra || unread check in the conditional in the g_object_set ()Rodney Dawes2003-12-061-1/+1
* Fixes bug #51482Rodney Dawes2003-12-061-3/+2
* Fixes bug #51605.Jeffrey Stedfast2003-12-051-16/+26
* (emft_popup_rename_folder): Set oldpath and newpath to the properJeffrey Stedfast2003-12-041-2/+2
* Need to prepend a "/" to path if the path is the url fragment. Also fixedJeffrey Stedfast2003-12-041-14/+22
* remove the source before savingJP Rosevear2003-12-041-2/+1
* Set the save_state_id to 0 or we will never get a chance to run again.Jeffrey Stedfast2003-12-041-2/+3
* save the state immediately if there is a timeout setJP Rosevear2003-12-031-3/+4
* save the state immediately if there is a timeout setJP Rosevear2003-12-031-7/+10
* Moved here. (drop_folder): Moved here. (import_message_rfc822): MovedJeffrey Stedfast2003-12-031-447/+15
* Connect to the loading row signal. (loading_row_cb): Expand the path ifJeffrey Stedfast2003-12-031-0/+36
* more fixesJeffrey Stedfast2003-12-031-1/+0
* fixed some mem leaks in my codeJeffrey Stedfast2003-12-031-8/+10
* Fixed to pass the evolution dir into em_folder_tree_model_new().Jeffrey Stedfast2003-12-031-131/+33
* Updated to call em_folder_tree_model_set_folder_info().Jeffrey Stedfast2003-12-021-446/+3
* Make sure our parent folder hasn't been unsubscribed or else we get aJeffrey Stedfast2003-12-021-4/+163
* ops, now it's the right versionRadek Doulik2003-12-011-1/+2
* use CAMEL_VTRASH_NAME, CAMEL_VJUNK_NAMERadek Doulik2003-12-011-7/+12
* New function to save tree expanded state.Jeffrey Stedfast2003-11-251-1/+139
* Fixes bug #51012.Jeffrey Stedfast2003-11-211-11/+57
* Fixed a FIXME to not use the OS-specific g_path_*() stuff.Jeffrey Stedfast2003-11-211-22/+28
* Same.Jeffrey Stedfast2003-11-201-8/+11
* Execute asynchronously by queueing the copy in another thread.Jeffrey Stedfast2003-11-191-34/+74
* Queue the camel_store_get_folder_info() call in another thread.Jeffrey Stedfast2003-11-191-49/+115
* Fixed to check fi->child as well (since mbox does it right).Jeffrey Stedfast2003-11-181-12/+15
* more fixesJeffrey Stedfast2003-11-181-4/+25
* Fixed to not include leading '/' in the folder name in the label.Jeffrey Stedfast2003-11-181-24/+77
* Use a folder_name rather than a path as the name argument toJeffrey Stedfast2003-11-181-1/+1
* We can't use a uri to do a lookup of a store-info on the store_hash, weJeffrey Stedfast2003-11-151-2/+68
* We can't use a uri to do a lookup of a store-info on the store_hash, weJeffrey Stedfast2003-11-151-12/+34
* Only set OK to sensitive if the selected node is not a store node.Jeffrey Stedfast2003-11-151-102/+30
* Updated. (emfv_popup_copy): Updated.Jeffrey Stedfast2003-11-151-2/+0
* Use em_folder_tree_get_model() since an emft is not a GtkTreeView.Jeffrey Stedfast2003-11-141-0/+9
* fixed a build issueJeffrey Stedfast2003-11-141-2/+2
* New folder-tree widget that replaces the shell's folder-tree widget.Jeffrey Stedfast2003-11-141-304/+1212
* merged spam filtering branchRadek Doulik2003-11-131-1/+5
* new sources files - work in progress to try and replace the e-storage-set* codeJeffrey Stedfast2003-11-081-0/+1149