aboutsummaryrefslogtreecommitdiffstats
path: root/mail/em-folder-view.c
Commit message (Expand)AuthorAgeFilesLines
* s/int/guint/g for 1-bit bitfield. Remove cruft use guint for 1-bitKjartan Maraas2006-02-081-2/+2
* Committed Rajeev's patch and my patch for mnemonics.Srinivasa Ragavan2006-02-061-2/+2
* ** Fixes bug #326877Srinivasa Ragavan2006-01-161-6/+0
* Remove the first check in the previous commit. This is redundant as it isHarish Krishnaswamy2006-01-021-4/+1
* reviewed by: Parthasarathi <sparthasarathi@novell.com>Harish Krishnaswamy2006-01-021-3/+9
* ** Fixes bug #228040, #324677Srinivasa Ragavan2005-12-231-3/+19
* Fixes #324670 Respond to the change of mail/display/paned_size in gconf.Sam Yang2005-12-211-0/+15
* ** Fixes bug #323867.Sam Yang2005-12-191-0/+32
* em-folder-browser.c em-folder-view.c em-format-html.cTor Lillqvist2005-12-181-24/+59
* Mail Context Menu re-ordered correctly, fixes bug #323140.Karsten Bräckelmann2005-12-121-2/+2
* literal strings do not need to be \0 terminated, they are alreadyJeffrey Stedfast2005-11-291-6/+6
* ** See bug #322414 Respond to the change ofSam Yang2005-11-281-0/+24
* Fixed mark junk, keybinding to focus search widget.Srinivasa Ragavan2005-10-181-6/+7
* em-composer-utils.c (reply_get_composer, get_reply_list,Tor Lillqvist2005-09-281-3/+3
* Fix two mnemonic conflicts in the context menus for the mailerRodney Dawes2005-08-151-2/+2
* return the target in any case. It will be an empty target and not NULL.Parthasarathi Susarla2005-08-111-7/+3
* Change instances of "vfolder" that appear in the UI to use the termRodney Dawes2005-08-081-5/+5
* not here.Not Zed2005-08-041-4/+6
* if we get a null default, then set "" on the entry. (emae_option_entry):Not Zed2005-07-211-2/+14
* Added widgets in INCLUDES.Kaushal Kumar2005-06-231-1/+1
* Retired GAL from Head. The relevant files have moved inside evolution.Kaushal Kumar2005-06-171-3/+3
* Remove this unused method (emfs_response): Remove unused variableRodney Dawes2005-05-251-14/+0
* removed include of htmlengine.h which wasn't neededRadek Doulik2005-05-171-2/+1
* forward-reference structuresNot Zed2005-05-161-0/+2
* move e-error into e-util/Not Zed2005-05-161-1/+1
* Add profiler so that it gets disted properlyRodney Dawes2005-05-141-23/+94
* Use the real folder and real uid (not the virtual if replying to a messageJeffrey Stedfast2005-05-131-18/+18
* EPopupItem emfv_popup_items[] replace Print with Print... Fixes #272242Vivek Jain2005-05-121-1/+1
* use gtk_html_command to ask if selection is active tto avoid usingRadek Doulik2005-05-051-26/+8
* remove a call to refresh folder from here call mail_refresh_folder hereParthasarathi Susarla2005-04-281-3/+2
* add some message list loading/profiling points, "list".Not Zed2005-04-281-2/+25
* removed. (em_utils_handle_receipt): asynchronously load message if none isNot Zed2005-04-081-2/+19
* Add Mark as Read/Unread back to the context menu (#73192) Fix the orderingRodney Dawes2005-04-051-3/+5
* ** See bug #72935Not Zed2005-04-011-0/+3
* ** See bug #73363Not Zed2005-03-171-14/+50
* ** See bug #70718Not Zed2005-02-231-26/+11
* ** See bug #61363 & e-util/ChangeLogNot Zed2005-02-211-0/+1
* New method to copy the selected text in the mail display, to the clipboardRodney Dawes2005-02-191-86/+153
* ** See bug #71429Not Zed2005-02-091-3/+7
* ** See bug #72209Not Zed2005-02-081-2/+2
* Fix for 72275. try to bring up menu for preivew html object.Harry Lu2005-02-081-2/+15
* Replace "_Virtual Folder" with "_vFolder" for the search menu to create aRodney Dawes2005-02-021-4/+4
* ** See bug #71312.Not Zed2005-02-011-16/+49
* removed EM_POPUP_SELECT_MARK_[NO]JUNK masksRadek Doulik2005-01-241-25/+17
* Fixes #46404JP Rosevear2005-01-221-8/+8
* ** See bug #55831.Not Zed2005-01-201-5/+16
* remove old code, setup transient parent and weak ref for refresh. someNot Zed2005-01-071-1/+1
* moved to after emae_authtype_changed to fix warning.Not Zed2004-12-221-3/+3
* Fix the popup id.Not Zed2004-11-031-1/+1
* revert jeff's last change - we do actually want to know when we couldn'tNot Zed2004-11-031-4/+3
* Check for NULL messages (happens if the message isn't available).Jeffrey Stedfast2004-11-031-3/+3
* added hook docs, and cleaned up some of the hook point names.Not Zed2004-10-281-4/+28
* duh, they're camel not gobjects.Not Zed2004-10-221-1/+16
* emit a 'message.replying' event with a message target.Not Zed2004-10-211-1/+1
* convert to org.gnome hook namesJP Rosevear2004-10-201-2/+2
* ** See bug #68006.Not Zed2004-10-191-3/+1
* ** See bug #67408.Not Zed2004-10-121-3/+7
* implement popup_menu so that popup menu can be shown with Shift+F10 onHarry Lu2004-10-081-8/+18
* put back in the attachment attaching code. Doesn't work for s/mime andNot Zed2004-10-071-2/+2
* Merged notzed-eplugin-2-branch to head.Michael Zucci2004-09-201-160/+192
* ** See #61940.Not Zed2004-07-281-3/+3
* ** See #57972.Not Zed2004-07-281-12/+18
* ** See bug #61824.Not Zed2004-07-261-3/+3
* set the session on the formatter. See #61767.Not Zed2004-07-231-1/+0
* Chck that the selection is active. Hopefully this will fix bug #61427.Jeffrey Stedfast2004-07-171-12/+10
* ** See #54030.Not Zed2004-06-231-10/+14
* ** See #60214.Not Zed2004-06-181-32/+60
* Changed the second gtk_selection_add_target() to useJeffrey Stedfast2004-06-151-1/+1
* check that we have content selected, not just a selection, before tryingNot Zed2004-06-101-20/+24
* fix the name of "stock_save-as" everywhereDan Winship2004-06-071-2/+2
* disable add sender to addressbook bar if it is also disabled. #58955.Not Zed2004-05-251-2/+2
* remove some debug.Not Zed2004-05-241-4/+0
* pull the message from the regen list before we check the list and pendingNot Zed2004-05-241-5/+9
* Listen to the tree selection change event directly & proxy out, so we canNot Zed2004-05-181-0/+10
* don't emit new mail if its any vfolder, not just vtrash folder. #56350.Not Zed2004-05-181-2/+5
* keep the hide deleted status. Makes #51082 work at last.Not Zed2004-05-171-0/+1
* s/RESEND/EDIT/Jeffrey Stedfast2004-05-151-14/+12
* Updated the #if 0'd code for the API chanegs made toJeffrey Stedfast2004-05-151-2/+2
* move ignore case outside of block. Stupid c language.Not Zed2004-05-131-1/+1
* re-enabled the reply to selection stuff. I worked out how to make it work;Not Zed2004-05-131-10/+13
* cleanup the view menus if they were created.Not Zed2004-05-101-20/+43
* ** See bug #57935.Not Zed2004-05-071-5/+11
* ** See #58017.Not Zed2004-05-071-3/+2
* Removed. (rule_from_message): Removed the AUTO_THREAD bit.Jeffrey Stedfast2004-05-061-22/+1
* ** See bug #57720.Not Zed2004-05-051-6/+115
* take fromuri and subject to set the basic headers/account.Not Zed2004-05-031-5/+5
* removed.Not Zed2004-05-031-2/+3
* use the right signal callback for the changed signal. Fixes #57246.Not Zed2004-04-211-1/+1
* added a needed #includeJeffrey Stedfast2004-04-201-0/+1
* Use E_ICON_SIZE_* enums for the menu/toolbar icon sizes.Jeffrey Stedfast2004-04-201-36/+36
* mail-component.cMichael Terry2004-04-191-51/+51
* ugh, use the queued thread to get the folder, otherwise we can get foldersNot Zed2004-04-141-1/+1
* ** See bug #56149.Not Zed2004-04-141-6/+6
* track the messagelist hidedeleted value since it looks it up when we setNot Zed2004-04-141-0/+15
* run this in the thread_queued_slow, so it runs in sequence and afterNot Zed2004-04-131-0/+1
* use %% for %%.Not Zed2004-04-131-10/+1
* Need to set the session on the preview object. Fixes bug #56862.Jeffrey Stedfast2004-04-131-1/+3
* Create an EUserCreatableItemsHandler for the view. (emfv_finalise): UnrefDan Winship2004-04-091-0/+10
* VJUNK_FOLDER's dont exist, they're VTRASH folders now.Not Zed2004-04-081-14/+28
* Fix for bug #56538Jeffrey Stedfast2004-04-081-20/+23
* ref the emfoldertree in our thread message. (em_folder_tree_set_selected):Not Zed2004-04-061-1/+1
* Fixes bug #53851Jeffrey Stedfast2004-04-031-6/+10
* Cleaned up header inclusions and added plenty of forward declarations.Not Zed2004-03-311-6/+3
* remove junk learning thread, it's handled in camel-folder.c:folder_changedRadek Doulik2004-03-131-27/+9
* new method, filter folder with FILTER_SOURCE_JUNKTEST type filterRadek Doulik2004-03-091-3/+18
* If event == NULL, don't try to use event->key.timeJeffrey Stedfast2004-03-051-2/+2
* If gconf_entry_get_value() returns NULL, then it means the key was unsetJeffrey Stedfast2004-02-281-11/+14
* Fix for bug #54352Jeffrey Stedfast2004-02-271-9/+13
* Removed Delete/KP_Delete from here. Now handled via the bonobo-ui menuJeffrey Stedfast2004-02-261-4/+0
* do not set DELETED52004-02-261-2/+2
* Set the SEEN flag as well. (emfv_list_key_press): Removed theJeffrey Stedfast2004-02-251-13/+9
* Delete key should always delete, never undelete (bug #53215). Also fixes aJeffrey Stedfast2004-02-211-7/+2
* Fix for bug #53997Jeffrey Stedfast2004-02-211-1/+9
* Set the hide_deleted bool on EMFolderView.Jeffrey Stedfast2004-02-181-3/+3
* ** See bug #54200.Not Zed2004-02-171-1/+1
* added the code to get the previous mail in a list, if get_next_mail fails.Sarfraaz Ahmed2004-02-131-3/+7
* move to the next message after mark not junk as wellRadek Doulik2004-02-071-0/+2
* ** See bug #53258.Not Zed2004-02-061-6/+40
* Pass TRUE as wraparound (to both be consistant with prev_flagged and toJeffrey Stedfast2004-02-061-2/+2
* Make displayed_uid public.Not Zed2004-01-201-7/+7
* properly decode the mailto url rather than treating it as a simple string.Not Zed2004-01-191-3/+13
* ** See bug #52878.Not Zed2004-01-151-3/+15
* ** See bugs #51609 and #43515.Not Zed2004-01-151-1/+1
* ** See bug 51660.Not Zed2004-01-141-6/+6
* Emit a hover-url signal when the user mouses over a URL, ...ERDI Gergo2004-01-071-0/+70
* Pass mail_thread_queued to mail_get_folder() instead of mail_thread_new soJeffrey Stedfast2004-01-061-2/+2
* display x-evolution-mailer pseudo header irrespective of xmailer_mask.Grahame Bowland2003-12-111-0/+31
* set junk toolbar buttons pixmapsRadek Doulik2003-12-051-2/+4
* tedfast <fejj@ximian.com>Jeffrey Stedfast2003-12-041-0/+1
* changed to setup the rule part properly, it could never have worked. BugNot Zed2003-12-031-11/+12
* set session on print formatter for signatures to work.Not Zed2003-11-251-0/+1
* Updated. (emfv_popup_copy): Updated.Jeffrey Stedfast2003-11-151-6/+6
* merged spam filtering branchRadek Doulik2003-11-131-0/+20
* fixed the buildJeffrey Stedfast2003-11-041-2/+2
* setup filter-on-thread and vfolder-on-thread.Jeffrey Stedfast2003-11-011-2/+16
* Fixes bug #49816Jeffrey Stedfast2003-10-281-13/+14
* Merge new-ui-branch to the trunk.Ettore Perazzoli2003-10-221-2/+38
* Add a hide_mask to the create-rule-from-message bars so that we don'tJeffrey Stedfast2003-10-091-3/+3
* zero out last_part if we're clearing. Uh, this fixes, but shouldn't, partNot Zed2003-10-021-43/+15
* remove gconf stuff. (em_format_html_set_xmailer_mask): new method to setNot Zed2003-09-301-2/+12
* removed, moved to em-folder-view, for now, it has access to an invisible.Not Zed2003-09-231-2/+61
* Fix for bug #48618.Jeffrey Stedfast2003-09-201-7/+44
* updated for camel namespace changesJeffrey Stedfast2003-09-191-1/+1
* cvs removed.Not Zed2003-09-181-0/+1866