aboutsummaryrefslogtreecommitdiffstats
path: root/mail/folder-browser.c
Commit message (Expand)AuthorAgeFilesLines
* remove unused filesJeffrey Stedfast2003-10-231-2679/+0
* Merge new-ui-branch to the trunk.Ettore Perazzoli2003-10-221-0/+2679
* cvs removed.Not Zed2003-09-181-2692/+0
* update for newer gtkhtmlRadek Doulik2003-09-171-1/+1
* temporarily reverting camel namespace changes until after other branches have...Jeffrey Stedfast2003-08-271-1/+1
* Updated for camel namespace changes.Jeffrey Stedfast2003-08-271-1/+1
* Fix type warnings (folder_browser_toggle_caret_mode): Remove unusedDan Winship2003-07-231-7/+6
* Handle invalid URIs, or more likely, the last empty element in a URI listFederico Mena Quintero2003-07-161-0/+4
* add a gconf key corresponding to newly introduced caret mode of gtkhtmlYuedong Du2003-07-101-0/+18
* Apply a From-filter when dragging as a test/uri-list and message/rfc822.Jeffrey Stedfast2003-07-081-1/+5
* Strip the signature from the body text. Fixes bug #45523. While we'reJeffrey Stedfast2003-07-041-16/+30
* make sure not to strcmp a possibly NULL string.Larry Ewing2003-06-241-1/+1
* ** See bug #45063Not Zed2003-06-201-4/+8
* Use mail-config's gconf client. (target_date_new): Same.Jeffrey Stedfast2003-06-121-23/+27
* add protoJP Rosevear2003-05-151-2/+5
* To be consistant with the message-list envelope toggle, undelete theJeffrey Stedfast2003-05-031-1/+1
* ** See bug #41972Not Zed2003-04-301-1/+1
* as below (update_active): as belowRadek Doulik2003-04-251-2/+1
* need to check for config_service != NULL, not service != NULL beforeNot Zed2003-03-311-1/+1
* dont set the paned initial size here, but hook onto the realize signal.Not Zed2003-03-271-6/+12
* Load per-folder setting of show_preview from meta data.Not Zed2003-03-241-19/+36
* removed a dead header fileJeffrey Stedfast2003-03-201-1/+0
* (on_right_click): UseEttore Perazzoli2003-02-071-1/+1
* updated for e scroll frame --> gtk scrolled windowRadek Doulik2003-02-051-2/+2
* New function to return a cached list of labels.Jeffrey Stedfast2003-02-011-67/+23
* Set the paned_size here.Jeffrey Stedfast2003-01-251-105/+0
* Use button_release instead of size_allocate, and get the position from theRodney Dawes2003-01-241-10/+11
* Removed. (mail_config_set_thread_list): Removed.Jeffrey Stedfast2003-01-231-5/+8
* Don't !atoi (state) for the message_list_set_hidedeleted() call.Jeffrey Stedfast2003-01-211-1/+1
* Updated. (request_password): Same.Jeffrey Stedfast2003-01-181-16/+34
* Same as below.Jeffrey Stedfast2003-01-171-1/+1
* reverted fe casts and added ChageLog entriesRadek Doulik2003-01-151-2/+2
* Switch to using GtkPaned instead of EPaned for GTK2Rodney Dawes2003-01-151-8/+7
* EScrollFrame --> GtkScrolledWindowRadek Doulik2003-01-151-3/+3
* Correctly create the clipboard buffer by using a nul to delimit the uriJeffrey Stedfast2003-01-141-2/+2
* Check the state of message_style in gconf and set the menus accordingly.Jeffrey Stedfast2003-01-141-2/+30
* We also need to call message_list_set_hidedeleted() here so that anyJeffrey Stedfast2003-01-111-24/+46
* Updated for function rename.Jeffrey Stedfast2003-01-111-9/+36
* Save the paned_size notify handle. (folder_browser_destroy): Remove gconfNot Zed2003-01-101-2/+7
* Removed. (mail_config_set_show_preview): Removed.Jeffrey Stedfast2003-01-091-8/+8
* oops, forgot to init the gconf-clientJeffrey Stedfast2003-01-081-1/+2
* Use gconf to get the paned size. (folder_browser_set_message_preview):Jeffrey Stedfast2003-01-081-15/+74
* ...And a whole bunch more build fixes.Jeffrey Stedfast2002-12-181-62/+62
* cast a-warning a-way.Not Zed2002-12-121-1/+1
* frobbed around with these till it exits without crashing.Not Zed2002-12-031-41/+51
* gnome_pixmap -> gtkimage. (construct): gtk_clist -> gtk_tree_view, setupNot Zed2002-12-021-59/+59
* Want a (GWeakNotify) cast here, not (GWeakNotify *).Ettore Perazzoli2002-11-151-2/+2
* Use g_object_new() instead of gtk_type_new(). Likewise. Likewise.Ettore Perazzoli2002-11-141-1/+1
* Added to cvs. Currently contains no configurable stuff, but maybe it willNot Zed2002-11-131-7/+7
* Ported.Jeffrey Stedfast2002-11-121-6/+7
* Ported.Jeffrey Stedfast2002-11-121-219/+210
* No longer need to check for a CLEAR_ID.Jeffrey Stedfast2002-10-291-1/+1
* Use the mode 0666 when creating a new file and let the user's umask handleJeffrey Stedfast2002-10-251-1/+1
* Only perform the search if it is either a clear or advanced search.Jeffrey Stedfast2002-10-241-1/+5
* Don't do anything if the message_list is NULL (this means theJeffrey Stedfast2002-10-111-1/+6
* cursor activated on etable is required to know when the selection changesNot Zed2002-10-011-0/+8
* Always do a search if the query changed. For #31060 & #29625.Not Zed2002-09-241-3/+0
* If the vpaned isn't realized, don't call mail_config_set_paned_size. FixesDan Winship2002-09-141-1/+1
* Only abort if the user selected ADVANCED_SEARCH, not the other way around.Jeffrey Stedfast2002-09-121-2/+2
* If we already have a folder, make sure we unref/unhook from it. Fixes aNot Zed2002-09-101-0/+6
* New callback functions that wrap the mail-callbacks versions ofJeffrey Stedfast2002-09-041-4/+27
* Add some new flags for sensitizing nodes based on the flags of thePeter Williams2002-08-291-0/+1
* Fixes for bug #4480Jeffrey Stedfast2002-08-281-16/+31
* Force a refresh of the menu sensitivity when the thread state changes.Not Zed2002-08-081-1/+6
* Set the rule name to include the search string, for #10979.Not Zed2002-08-061-1/+8
* Unref the driver before returning to main thread, so any closingNot Zed2002-08-061-87/+56
* Updated to use the new Follow-Up tags. Instead of storing a stringJeffrey Stedfast2002-08-031-22/+11
* Check for whether current_message is NULL as well as preview_shown (if wePeter Williams2002-07-251-1/+10
* Also perform a search on the query_changed signal, which is what getsPeter Williams2002-07-241-0/+2
* Lookup the label colour based on the label token, not an integer.Not Zed2002-07-161-16/+8
* Don't ever use the mail-display's current_message, this can causeJeffrey Stedfast2002-07-091-6/+6
* Increase the size of the escapped mlist buffer, we can't assume that thereJeffrey Stedfast2002-07-031-0/+1
* Increase the size of the escapped mlist buffer, we can't assume that thereJeffrey Stedfast2002-07-031-1/+1
* Fixes bug #27263.Jeffrey Stedfast2002-07-031-8/+32
* (folder_browser_gui_init): Don't connectEttore Perazzoli2002-07-021-3/+1
* New functions to add additional search strings one at a time. Maybe itNot Zed2002-05-211-1/+11
* Check for a label tag when doing a lookup on the COLOR column.Jeffrey Stedfast2002-05-171-28/+72
* Update for camel_folder_append_message / camel_folder_transfer_messages_toDan Winship2002-05-141-1/+1
* If we are in a Sent/Drafts/Outbox folder, don't show the "Add Sender toJeffrey Stedfast2002-05-071-4/+17
* Fix the filter_menu static array to use the E_POPUP_MENU_CC macros sinceJeffrey Stedfast2002-05-021-1/+1
* Fix the filter_menu static array to use the E_POPUP_MENU_CC macros sinceJeffrey Stedfast2002-05-021-9/+10
* Update to use E_POPUP_MENU_PIXMAP_WIDGET_ITEM_CC so that our callback getsJeffrey Stedfast2002-04-251-6/+6
* Free the loading/pending/new/loaded_uid string buffers.Jeffrey Stedfast2002-04-201-2/+7
* Bumped required gal version number to 0.19.99.11.Christopher James Lahey2002-04-181-39/+39
* Handle broken multipart/signed parts such as where the signature part isJeffrey Stedfast2002-04-181-5/+0
* Handle broken multipart/signed parts such as where the signature part isJeffrey Stedfast2002-04-181-10/+15
* Just use g_basename. (mlf_finalize): Free the real_path.Jeffrey Stedfast2002-04-181-0/+1
* Set the window title/icon here instead.Jeffrey Stedfast2002-04-041-4/+7
* Sync with yet-another-mail-config branch.Jeffrey Stedfast2002-03-271-3/+5
* Changed to get the address from the messageinfo of the current selectedNot Zed2002-03-261-34/+128
* Add accelerators for "Find Now" and "Clear".Ettore Perazzoli2002-03-211-2/+5
* [Search bar re-design implementation, Take 2.]Ettore Perazzoli2002-03-191-1/+0
* Draw colour rectangles for each of the colour items and set a closure onJeffrey Stedfast2002-03-161-9/+95
* New callback to set a colour on a message.Jeffrey Stedfast2002-03-161-33/+114
* expand the relative urls of the object at the point so that relativeLarry Ewing2002-03-161-1/+1
* Set the folder on a folder-browser object.Jeffrey Stedfast2002-03-131-4/+24
* Made all the acclerators in the context menu on a message work. (There areAnna Marie Dirks2002-03-081-14/+14
* Added more debugging code to help figure out why a certain image isn'tJeffrey Stedfast2002-03-051-2/+2
* Connect to the focus-in/out events on the message-list so that we canJeffrey Stedfast2002-03-051-0/+28
* rename folder_browser_search_query_changed to this.Chris Toshok2002-02-251-2/+4
* oops, Ximian is spelled Ximian, not Ximain. :-)Jeffrey Stedfast2002-02-151-1/+1
* Implement. (drag_data_delete_cb): Implement. (do_attachment_header): SetupJeffrey Stedfast2002-02-141-1/+2
* Fixed a bug.Jeffrey Stedfast2002-02-131-3/+3
* Implemented. (on_right_click): Do better enabling/hiding of unwantedJeffrey Stedfast2002-02-121-11/+27
* New flag-for-followup tag editor dialog.Jeffrey Stedfast2002-02-091-3/+3
* Base class for a message tag editor.Jeffrey Stedfast2002-02-091-2/+39
* Bumped the required version of gal.Christopher James Lahey2002-02-071-4/+9
* Removed references to NEEDS_REPLY.Jeffrey Stedfast2002-02-071-24/+1
* Implements bug #15692Jeffrey Stedfast2002-01-241-11/+57
* Avoid embedding <object> tags when we are printing.Jon Trowbridge2001-12-181-1/+1
* Fixed for mail_content_loaded's new signature.Jon Trowbridge2001-12-121-20/+25
* Implements marking messages as "Need Reply".Jon Trowbridge2001-12-101-9/+32
* merged from evoution-1-0-branchNot Zed2001-11-281-1/+1
* Was x_evolution_message_parse from folder-browser.c. A space char is noJeffrey Stedfast2001-11-101-42/+5
* Disconnect from the message_list_built function so we dont do it every22001-11-031-3/+13
* fix cut & paste from the message body.Larry Ewing2001-11-021-2/+1
* Don't warn the user if the source and destination folders are the same.Jeffrey Stedfast2001-10-301-1/+1
* Fixed a warning by #if 0ing out this function.Christopher James Lahey2001-10-301-1/+26
* Fix the focus check. It's not fb->message_list that has focus, it's one ofDan Winship2001-10-301-1/+1
* Copy the folder's full_name before trying to use it to rename.92001-10-291-6/+13
* Deactivate the Print right-click menu option if the message isn't loaded.Jeffrey Stedfast2001-10-281-8/+8
* More fixing of the license texts.Ettore Perazzoli2001-10-281-11/+11
* Work around something that we think is a GtkHTML bug, where sometimes theDan Winship2001-10-271-0/+3
* So apparently the uicomp can just 'vanish' while we're using it. Joy. Take52001-10-261-1/+1
* Unref the global search_context. (owner_set_cb): create the globalJeffrey Stedfast2001-10-241-15/+6
* all this crap just to make the print icon desensitive at the right time.42001-10-241-5/+10
* Move the folder sync code along with a few other things fromJeffrey Stedfast2001-10-231-39/+51
* fixed bug #13151Jeffrey Stedfast2001-10-221-2/+2
* Clear variables once done, for debugging. (mail_vfolder_add_uri,12001-10-221-28/+25
* folder-browser.c: (folder_browser_set_message_preview): Return do nothingMichael Zucci2001-10-171-6/+16
* Added an async_event handler to store_info. (mail_note_store): Setup asyncMichael Zucci2001-10-171-75/+19
* New function to return the id of the currently executing proxied event.62001-10-171-7/+80
* Remove the mark_seen timeout.Jeffrey Stedfast2001-10-161-3/+8
* Make sure the mail-display is non-NULL.Jeffrey Stedfast2001-10-101-1/+1
* Create a chaqrset picker submenu in the View menu.Jeffrey Stedfast2001-10-101-1/+24
* Update for folder_flags.Dan Winship2001-10-091-2/+1
* reformatted the menu tables so they're a bit more bloody readable.52001-10-061-67/+30
* Show "nn sent" as total in sent folder, rather than just 'total'.42001-10-051-1/+3
* Set 'to' -> 'recipient' data for search object. #6199.32001-10-041-0/+4
* If we have hide deleted set, then dont count deleted messages in the32001-10-041-1/+19
* Pass an empty flags argument to mail_transfer_messages - destinationJeffrey Stedfast2001-10-031-2/+2
* Pass an empty flags argument to mail_tool_uri_to_folder.Jeffrey Stedfast2001-10-031-2/+2
* removed mail-vtrash.cJeffrey Stedfast2001-09-291-1/+1
* Deal with destroy vs finalise semantics. Only destroy widgets here.52001-09-261-16/+51
* Update the status bar here, assuming we've just been activated.02001-09-211-0/+4
* Register vfolder sources here.02001-09-211-2/+1
* General cleanup of mail debug printfs.92001-09-191-2/+82
* Merged into folder_browser_new: nothing ever changes the URI of anDan Winship2001-09-191-24/+5
* Dynamically create the folder type list from camel. (reconfigure_clicked):02001-09-111-24/+2
* Use the new e_mkdtemp function.Jeffrey Stedfast2001-08-251-14/+6
* Check to make sure we actually have drag data.Jeffrey Stedfast2001-08-241-1/+5
* Rename to fbui_real_sensitize_items. Now we queue a change and set up aPeter Williams2001-08-221-0/+3
* Fix bug #215... desensitize menu items based on the number of selectedPeter Williams2001-08-141-1/+43
* Fix the fix for #6722.Dan Winship2001-08-141-1/+1
* Make the right click "Resend..." into "Edit as New Message...", bug #6838.Jason Leach2001-08-121-1/+1
* Removed comment about the need to resolve nicknames properly, because weJon Trowbridge2001-08-111-2/+2
* Make the context menu for the Sent folder have "Resend..." instead ofJason Leach2001-08-111-1/+1
* Added a comment about leaking memory here, but we seem to not even use theJeffrey Stedfast2001-08-101-28/+29
* in mail:Peter Williams2001-08-101-7/+0
* The bonobo menu items now handle 'n' and 'p'.Peter Williams2001-08-101-14/+0
* Fixes bug #6918Anna Marie Dirks2001-08-101-1/+1
* Fixes bug #6722Jeffrey Stedfast2001-08-101-1/+1
* Set the message-display message to NULL if we can't get an info too.Jeffrey Stedfast2001-08-071-30/+29
* Add a @wraparound argument, so the 'n' and 'p' keypresses (or anythingJason Leach2001-08-051-2/+2
* I obviously can't spell recieved, er, received...uh, yea.Jeffrey Stedfast2001-08-031-2/+2
* Do the Right Thing (tm) if the message list is not the widget in focusJeffrey Stedfast2001-08-021-0/+7
* If we don't have any messages selected, break out. This fixes bug #5612.Jeffrey Stedfast2001-07-271-0/+4
* Make 'q' a toggle, not one-way.Peter Williams2001-07-261-2/+2
* Make it so Enter always opens the message in another window.Peter Williams2001-07-261-6/+1
* [Bug #5225: No UI way to mark as unimportant]Jason Leach2001-07-241-1/+23
* Set the vertical scrolling policy for the mail display to AUTOMATIC, onlyJason Leach2001-07-201-4/+0
* Do what was suggested in #4596.Jeffrey Stedfast2001-07-191-12/+12
* Fix to correctly handle text/uri-lists that contain more than a singleJeffrey Stedfast2001-07-181-25/+30
* Use CAMEL_VTRASH_NAME.Jeffrey Stedfast2001-07-181-1/+1
* Use our own display_style member instead of the global setting.Peter Williams2001-07-171-2/+7
* [Bug #4305: Make the automatic mark-as-read timer optional]Jason Leach2001-07-111-1/+1
* TypoJP Rosevear2001-07-111-9/+6
* Freeze and Thaw the folder.Jeffrey Stedfast2001-07-071-2/+4
* Mark the messages as Seen also. (folder_browser_class_init): Create anJeffrey Stedfast2001-07-071-54/+108
* Select the very next message after deleting, not the next undeleted (itJason Leach2001-07-071-0/+2
* Compile fixes. #include errno.h and gnome-dialog-utils.h.Peter Williams2001-07-041-4/+5
* Prevent folders from appearing to have -1 new messages. Prevent nonactivePeter Williams2001-07-041-1/+1
* Use mkdtemp if we have it, else use mktemp but make the code safer than itJeffrey Stedfast2001-07-041-6/+19
* Hide the URL passwd, auth, and params. (folder_browser_copy): Same.Jeffrey Stedfast2001-07-031-2/+4
* Updated for the mail_transfer_messages API.Jeffrey Stedfast2001-07-031-2/+3
* New file. Protoypes for the Mail Folder Cache, which provides a place forPeter Williams2001-07-031-0/+5
* Changed to return the created window. (find_socket): Added. Copied fromJon Trowbridge2001-07-011-2/+2
* Don't bother trying to save the passwd if the url is NULL.Jeffrey Stedfast2001-06-291-0/+1
* Since we have an exception variable, we might as well use it when gettingJeffrey Stedfast2001-06-291-3/+10
* After finding a folder, attach to its "folder_changed" andDan Winship2001-06-291-61/+1
* work around an e-tree bugjacob berkman2001-06-281-0/+3
* Fixed Cut/Copy/Paste to work - it turns out I couldn't share a singleJeffrey Stedfast2001-06-281-41/+25
* Helps if I spell "received" correctly.Jeffrey Stedfast2001-06-271-1/+1
* No longer returns a gboolean and also takes a CamelException.Jeffrey Stedfast2001-06-271-35/+165
* Check to make sure that clipboard_selection is non-NULL before weJoe Shaw2001-06-261-2/+4
* tyopJacob Berkman2001-06-261-1/+1
* sync folders after we've gotten mailjacob berkman2001-06-261-20/+132
* Unref the invisible window that we use for slections.Jeffrey Stedfast2001-06-261-16/+198
* More than on accel key is a tad confusing.Kjartan Maraas2001-06-201-1/+1
* Accept text/uri-list mime types - this allows us to drag messages fromJeffrey Stedfast2001-06-201-9/+69
* Change the drop-type "x-evolution-dnd" to "x-evolution-message" since weJeffrey Stedfast2001-06-191-48/+43
* Allow user's to "copy" drag & drop rather than just "move".Jeffrey Stedfast2001-06-171-1/+1
* Implemented.Jeffrey Stedfast2001-06-161-51/+186
* Updated to reflect changes to mail_config_[g,s]et_thread_list().Jeffrey Stedfast2001-06-151-2/+2
* Add Reply-to-List bonobo verbs.Jeffrey Stedfast2001-06-151-0/+2
* Added fields for the GalViewMenus and GalViewCollection, since we need toFederico Mena Quintero2001-06-021-0/+13
* Functions to determine if a folderbrowser is one of the drafts, sent, orDan Winship2001-05-171-20/+79
* Load http images if the user has force-loaded images too.Dan Winship2001-05-161-10/+17
* Remove this... it's not used any more.Dan Winship2001-05-151-1/+0
* Split "Other" page into three pages, Display, Composer, and PGP. Add HTMLDan Winship2001-05-151-3/+1
* Use secondary searches here, so that we control the interference betweenJon Trowbridge2001-05-141-2/+2
* Use the ESearchingTokenizer to highlight search matches for folder-levelJon Trowbridge2001-05-111-0/+12
* Don't advance to the next undeleted message after "Delete"...Dan Winship2001-05-111-3/+0
* Connect to key_press_event on the GtkHTML widget. (etree_key): Only handleDan Winship2001-05-081-34/+48
* only remove event handlers if we set them up originally, to avoidDan Winship2001-04-301-4/+11
* Unhook event handlers before syncing the folder, since the folder browserDan Winship2001-04-301-1/+8
* Added a new signal, "message_loaded" that gets emitted when the messageJeffrey Stedfast2001-04-251-3/+14
* Add accelerators to the context menu. (on_right_click): UseDan Winship2001-04-251-28/+62
* Use the message-browser widget rather than the mail-view window.Jeffrey Stedfast2001-04-241-0/+19
* use system = EVOLUTION_DATADIR "/file" instead of g_strdup_printf. RenameGediminas Paulauskas2001-04-221-5/+4
* Don't printf NULLDan Winship2001-04-131-2/+2
* Merge from evolution-0-10 to evolution-0-10-merge-0 into head.Not Zed2001-04-051-0/+20
* Cleaned up #includes. Remove unneccesary includes of <gnome.h>,Kjartan Maraas2001-03-301-14/+17
* Made this check if the control mask is set.Christopher James Lahey2001-03-201-1/+1
* Bumped gal requirement to 0.5.99.8.Christopher James Lahey2001-03-201-8/+8
* Add Resend Message menu item.Jeffrey Stedfast2001-03-191-1/+9
* Move the proxy event outside the lock (otherwise we always deadlock).Not Zed2001-03-171-1/+6
* Added edit item to search-bar menu.Not Zed2001-03-151-0/+1
* Call open_msg here so that it does the Right Thing (tm).Jeffrey Stedfast2001-03-091-2/+2
* Reorganize the menus to have entries always in a consistent fashion, asMiguel de Icaza2001-03-071-55/+129
* Remove very old camel lock stuff.Not Zed2001-03-031-0/+1
* Fixes for changes to search bar. (search_save): Removed. (search_full):Not Zed2001-03-011-210/+69
* Toss the mail_tool_camel_lock* stuff. Same. Here too.Jeffrey Stedfast2001-02-251-2/+0
* vfolder/filter on mailing list. Doesn't acutally work right yet.Michael Zucci2001-02-231-19/+31
* Fix typo.Kjartan Maraas2001-01-301-1/+1
* Don't handle home and end keys since %ETable deals with them now.Christopher James Lahey2001-01-281-10/+0
* Define BROKEN_ETREE again, till we get this stuff fixed better.Not Zed2001-01-261-8/+8
* Fix the "sender contain" quicksearch rule by adding a missingEttore Perazzoli2001-01-261-3/+3
* Fix the subject match expression, which was missing a closing ).Not Zed2001-01-251-1/+1
* Patch from Tuomas to have a "Sender contains" rule in the quicksearchEttore Perazzoli2001-01-241-0/+11
* remove a warning with conditional news compilation.Not Zed2001-01-221-1/+1
* Update for e_popup_menu_run change.Dan Winship2001-01-201-1/+5
* Add an ::asyncCopyFolder method to the ShellComponent interface. MoveEttore Perazzoli2001-01-131-33/+0
* Rename "Save" to "Store search as vFolder".Miguel de Icaza2001-01-121-7/+7
* Connect to folder_changed as well as message_changed for updating unreadDan Winship2001-01-121-0/+2
* Brand spankin' new config druid, editor, and manager.Jeffrey Stedfast2001-01-091-3/+3
* Reverted mail-config changes temporarily until I get it working correctly.Jeffrey Stedfast2001-01-091-3/+3
* Updated to reflect changes to the mail-config API. (create_msg_composer):Jeffrey Stedfast2001-01-081-3/+3
* Fix leaks, set unread count on folder creation as well as on changesDan Winship2001-01-051-2/+6
* Connect to "message_changed" on the folder if it's on a remote storage.Dan Winship2001-01-051-1/+38