aboutsummaryrefslogtreecommitdiffstats
path: root/mail/em-folder-tree.c
Commit message (Expand)AuthorAgeFilesLines
...
* use the type hint to sort for inbox, not the name.Not Zed2005-02-011-15/+20
* Fixes #71774 we should check whether the 'new_name' is a NULL pointer toMengjie Yu2005-01-271-4/+4
* Added a description function for copying folders (so we don't get aJeffrey Stedfast2005-01-211-1/+9
* ** See bug #70768.Not Zed2005-01-181-1/+5
* Added conditions to check for shared folders to display different icon ifVivek Jain2005-01-111-3/+11
* add atk name for the treeview.Mengjie Yu2005-01-041-0/+4
* moved to after emae_authtype_changed to fix warning.Not Zed2004-12-221-2/+2
* Use stock_new-dir instead of stock_folder for "New Folder" creationRodney Dawes2004-12-091-1/+1
* added hook docs, and cleaned up some of the hook point names.Not Zed2004-10-281-2/+8
* Give the Rename item a different path than the Delete item.Jeffrey Stedfast2004-10-231-1/+1
* convert to org.gnome hook namesJP Rosevear2004-10-201-2/+2
* implement popup_menu so that popup menu can be shown with Shift+F10 onHarry Lu2004-10-081-28/+53
* put back in the attachment attaching code. Doesn't work for s/mime andNot Zed2004-10-071-12/+10
* remove old debug which no longer works.Not Zed2004-10-061-6/+8
* describe the get-folder process. This also makes it cancellable.Not Zed2004-09-241-1/+13
* Merged notzed-eplugin-2-branch to head.Michael Zucci2004-09-201-44/+64
* Set the store and full_name info on the dialog.Jeffrey Stedfast2004-08-311-26/+19
* ** See bug #64377.Not Zed2004-08-311-33/+42
* Fix for bug #63177Jeffrey Stedfast2004-08-261-4/+5
* store the select-uri on the view not in the thread message.Not Zed2004-08-241-154/+185
* setup exclusion for vfolder sources, noselect folders. Bug #60794.Not Zed2004-06-291-1/+0
* Don't prepend the path string with a '/'.Jeffrey Stedfast2004-06-251-8/+7
* set search column. #60152.Not Zed2004-06-251-0/+2
* As toshok discovered, gtk_tree_model_get() strdup's string arguments,Jeffrey Stedfast2004-06-231-90/+124
* gtk_tree_model_get on a string field allocates the return value. freeChris Toshok2004-06-231-0/+1
* gtk_tree_model_get on a string field allocates the return value. freeChris Toshok2004-06-221-0/+1
* ** See #59885.Not Zed2004-06-171-3/+3
* frombase is simply the select_path, since selected_path is now just theJeffrey Stedfast2004-06-161-4/+4
* don't check rule->source, its irrelevent to vfolder sources, and clean upNot Zed2004-06-141-0/+1
* Free any old select_uri string we may have. (emft_tree_row_expanded):Jeffrey Stedfast2004-06-121-17/+19
* rearrange the setting up of the target flags, stores can have a null path.Not Zed2004-06-111-13/+18
* revert previous change. Stupid emftm.Not Zed2004-06-111-1/+1
* Fixes bug #58825. Ugh. Really Gross Hack (tm).Jeffrey Stedfast2004-06-111-3/+30
* Scroll to the selected folder if needed. Fixes bug #59609.Jeffrey Stedfast2004-06-091-1/+2
* Only change the cursor if the currently selected folder is a subfolder ofJeffrey Stedfast2004-06-091-5/+16
* Shuffle usage of trailing "..." in menus.Christian Neumair2004-06-051-4/+4
* Disable debug here too - all this code has been working fine.Jeffrey Stedfast2004-05-291-2/+2
* Instead of removing the "Loading..." row for toplevel folder nodes onJeffrey Stedfast2004-05-281-1/+12
* set the default selection to inbox.Not Zed2004-05-261-87/+54
* use set_cursor instead of scroll_to_row. See #58383.Not Zed2004-05-241-21/+21
* add marshaller for p_ppppp call.Not Zed2004-05-211-9/+14
* don't emit new mail if its any vfolder, not just vtrash folder. #56350.Not Zed2004-05-181-2/+2
* ** Bug #6556.Not Zed2004-05-171-164/+102
* Fix for bug #57152.Jeffrey Stedfast2004-05-081-1/+6
* Check that the folder is selectable using the new flags argument.Jeffrey Stedfast2004-05-071-11/+14
* Select the row that was just collapsed. Fixes bug #57665.Jeffrey Stedfast2004-05-061-0/+2
* ** See bug #57720.Not Zed2004-05-051-1/+0
* Fix for bug #55303, but ideally there would be a nicer way of doing this -Jeffrey Stedfast2004-05-051-4/+6
* If the row the cursor is hovering over has children and is not expandedJeffrey Stedfast2004-05-011-0/+68
* ** Changed error messages to use EError.Not Zed2004-04-281-69/+39
* ** See bug #57659.Not Zed2004-04-271-1/+1
* Same.Jeffrey Stedfast2004-04-201-5/+5
* mail-component.cMichael Terry2004-04-191-10/+11
* Scroll to the auto-selected folder. Fixes bug #56707.Jeffrey Stedfast2004-04-131-0/+1
* We need to recursively copy the dragged folder tree over to the dropJeffrey Stedfast2004-04-091-9/+54
* Check that emft_selection_get_selected() returns TRUE before we try to useJeffrey Stedfast2004-04-081-5/+15
* moved a comment to a more appropriate locationJeffrey Stedfast2004-04-081-1/+1
* ref the emfoldertree in our thread message. (em_folder_tree_set_selected):Not Zed2004-04-061-0/+3
* Cleaned up header inclusions and added plenty of forward declarations.Not Zed2004-03-311-4/+16
* Free the folder-info.Jeffrey Stedfast2004-03-301-2/+1
* Fixes bug #54800.Jeffrey Stedfast2004-03-201-2/+62
* Fix for bug #55358.Jeffrey Stedfast2004-03-171-48/+64
* New function to return a description of the async drop operation. FixesJeffrey Stedfast2004-03-171-1/+27
* Use camel_store_rename_folder() when appropriate (m->tostore ==Jeffrey Stedfast2004-03-161-21/+35
* make dnd look funny for joe. #55246.Not Zed2004-03-111-1/+1
* pass the raw header in instead of name and value. (efh_format_headers): ifNot Zed2004-03-111-10/+43
* New async function to create a folder. (em_folder_tree_create_folder):Jeffrey Stedfast2004-03-091-28/+146
* ** See bug #54121.Not Zed2004-03-031-1/+0
* s/||/&&/. Fixes a dumb bug I introduced yesterday.Jeffrey Stedfast2004-03-031-1/+1
* Connect to the folder-activated signal. (folder_activated_cb): CallJeffrey Stedfast2004-03-021-6/+58
* We want UID_LISTs to drop with the MOVE action by default. Fixes a commonJeffrey Stedfast2004-02-241-1/+7
* Revert previous change, dohRodney Dawes2004-02-201-0/+1
* Don't set the timeout id to 0 and then immediately return FALSE, whichRodney Dawes2004-02-201-1/+0
* 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