/print/kcdlabel/

d> index : gsoc2013-evolution
Google Summer of Code 2013 - GNOME - Archive Integration workspace
aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-component.c
Commit message (Expand)AuthorAgeFilesLines
* handle the "reply" parameter, if set.Not Zed2005-01-051-7/+22
* Use stock_new-dir instead of stock_folder for "New Folder" creationRodney Dawes2004-12-091-1/+1
* and put them here instead so they're available even when the mailer isn'tNot Zed2004-12-081-13/+0
* ** Merge in notzed-messageinfo-branch.Not Zed2004-11-121-1/+21
* register the formatter types before registering the formatter hook.Not Zed2004-10-111-1/+1
* dont init the base plugin system here anymore, only register the hookNot Zed2004-10-071-7/+0
* ** See bug #65329.Not Zed2004-09-241-4/+5
* Merged notzed-eplugin-2-branch to head.Michael Zucci2004-09-201-1/+21
* only open the trash or junk if they're vfolders here. Some stores thatNot Zed2004-08-261-2/+6
* dont call e_error_default parent here, we dont have access to the toplevelNot Zed2004-07-261-2/+0
* ** See #59885.Not Zed2004-06-171-12/+2
* Include gtk[hv]box.h so we can use them (emfp_dialog_got_folder): Fix theRodney Dawes2004-06-171-1/+1
* Fixes bug #58825. Ugh. Really Gross Hack (tm).Jeffrey Stedfast2004-06-111-6/+21
* Use ngettext for message count information.Christian Neumair2004-06-051-8/+8
* put this back in, local folders not being noted properly all the time.Not Zed2004-06-031-1/+13
* set the default selection to inbox.Not Zed2004-05-261-16/+2
* ** Another unread count bug, #58814.Not Zed2004-05-221-0/+2
* add marshaller for p_ppppp call.Not Zed2004-05-211-0/+3
* fixed up the empty trash on exit thing, to update for all stores, notNot Zed2004-05-191-13/+15
* Add a stripsig filter. Fixes bug #52767.Jeffrey Stedfast2004-05-131-2/+2
* added "email" to the uri_schema's attribute.Not Zed2004-05-131-0/+33
* enable threading option type on the search bar.Not Zed2004-05-121-0/+2
* add for translators.Not Zed2004-05-121-6/+9
* Remove the mail folder control factoryDan Winship2004-05-121-68/+0
* Check that the folder is selectable using the new flags argument.Jeffrey Stedfast2004-05-071-2/+2
* take fromuri and subject to set the basic headers/account.Not Zed2004-05-031-2/+2
* removed.Not Zed2004-05-031-0/+1
* ** Changed error messages to use EError.Not Zed2004-04-281-15/+5
* force check of autosaved messages as soon as the mailer starts up (well,Not Zed2004-04-221-1/+18
* display selected count instead of unread if we have >1 selected. AlsoNot Zed2004-04-221-3/+27
* fix for e_user_creatable_items api changes. (create_item): split out theNot Zed2004-04-211-20/+38
* mail-component.cMichael Terry2004-04-191-3/+3
* remove debug comment.Not Zed2004-04-141-2/+0
* We don't actually want to disallow clicking on \NoSelect folders. Fixes aJeffrey Stedfast2004-04-141-1/+1
* track the messagelist hidedeleted value since it looks it up when we setNot Zed2004-04-141-9/+35
* use %% for %%.Not Zed2004-04-131-0/+5
* Create an EUserCreatableItemsHandler for the view. (emfv_finalise): UnrefDan Winship2004-04-091-0/+2
* VJUNK_FOLDER's dont exist, they're VTRASH folders now.Not Zed2004-04-081-6/+37
* ref the store before running the async disconnect, otherwise we unref oneNot Zed2004-03-191-1/+2
* started writing this, but i couldn't be fucked right now - apparentlyNot Zed2004-03-181-1/+10
* Fix for bug #55358.Jeffrey Stedfast2004-03-171-1/+0
* Don't focus the name_entry widget here.Jeffrey Stedfast2004-03-171-3/+1
* change stores hash to point to a structure, in which we maintain theNot Zed2004-03-111-21/+66
* pass the raw header in instead of name and value. (efh_format_headers): ifNot Zed2004-03-111-0/+1
* ** See bug #54121.Not Zed2004-03-031-8/+48
* if we have the folder opened already, and its the outbox, then use theNot Zed2004-03-031-25/+40
* Remove the debug message here.Dan Winship2004-02-211-6/+1
* fix camel provider api changes.Not Zed2004-02-191-2/+2
* Fix for bug #54060 (except for the "don't let users copy/move messages toJeffrey Stedfast2004-02-181-1/+10
* Disable the bonobo-ui-component statusbar when using the EMFolderBrowserJeffrey Stedfast2004-02-121-1/+2
* "On this computer" -> "On This Computer".Christian Neumair2004-02-121-1/+1
* Basically rewrote this, the import tasks run in another thread. It tellsNot Zed2004-02-111-0/+3
* call abort before we unref, aid debugging if we hit it.Not Zed2004-02-05