/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* * Authors: Jeffrey Stedfast * * Copyright 2000 Ximian, Inc. (www.ximian.com) * * This program is free software; you can redistribute it and/or * modify it under the terms of version 2 of the GNU General Public * License as published by the Free Software Foundation. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * General Public License for more details. * * You should have received a copy of the GNU General Public * License along with this program; if not, write to the * Free Software Foundation, Inc., 59 Temple Place - Suite 330, * Boston, MA 02111-1307, USA. * */ #ifndef MAIL_SESSION_H #define MAIL_SESSION_H #include #include #include #ifdef __cplusplus extern "C" { #pragma } #endif /* __cplusplus */ void mail_session_init (void); void mail_session_enable_interaction (gboolean enable); char *mail_session_request_dialog (const char *prompt, gboolean secret, const char *key, gboolean async); gboolean mail_session_accept_dialog (const char *prompt, const char *key, gboolean async); char *mail_session_get_password (const char *url); void mail_session_add_password (const char *url, const char *passwd); void mail_session_forget_passwords (BonoboUIComponent *uih, void *user_data, const char *path); void mail_session_remember_password (const char *url); void mail_session_forget_password (const char *key); extern CamelSession *session; #ifdef __cplusplus } #endif /* __cplusplus */ #endif /* ! MAIL_SESSION_H */ ~lantw44/cgit/gsoc2013-evolution/?h=GNOME_VFS_1_'>summaryrefslogtreecommitdiffstats
path: root/shell
Commit message (Expand)AuthorAgeFilesLines
* Call `e_make_widget_backing_stored()' on the widget so it refreshesEttore Perazzoli2001-09-182-0/+11
* New. (quit_box_destroyed_callback): New. (no_views_left_cb): Use these twoEttore Perazzoli2001-09-182-1/+61
* Only raise NotReady if the local storage pointer is actually NULL. ThisEttore Perazzoli2001-09-182-3/+14
* [Fix #9060, Shell crash after mailer crash.]Ettore Perazzoli2001-09-182-24/+26
* Hide the storage_set_view_box *before* getting the child1_size [otherwise,Ettore Perazzoli2001-09-182-4/+9
* Updated required version of gal to 0.11.99.4.Christopher James Lahey2001-09-172-1/+6
* [Automake 1.5 fixes pointed out by Richard BoultonEttore Perazzoli2001-09-153-2/+11
* Return a proper value. (impl_Shell_createStorageSetView): Likewise.Ettore Perazzoli2001-09-152-5/+15
* Fix crash and remove warningIain Holmes2001-09-153-30/+20
* Removed unused variable.Ettore Perazzoli2001-09-152-3/+5
* [Fix #8204 and the other bugs caused by allowing invocations onEttore Perazzoli2001-09-153-18/+93
* [Fix #5990, Remembering Evolution window geometry.]Ettore Perazzoli2001-09-145-11/+67
* [Remove a bunch of debugging messages, as per #7741.]Ettore Perazzoli2001-09-1415-37/+50
* Disable DnD on the EStorageSetView to avoid strange behaviors.Ettore Perazzoli2001-09-148-23/+104
* Add SUB_VERSION to the version string passed toEttore Perazzoli2001-09-132-1/+6
* only allow importing to /local folders.Chris Toshok2001-09-132-0/+16
* [Fix #4962, "Highlighting is left after a drag".]Ettore Perazzoli2001-09-132-2/+9
* Only gtk_widget_destroy() the icon_widget if it's not NULL.Ettore Perazzoli2001-09-132-2/+9
* Remove spewIain Holmes2001-09-132-1/+5
* Oops. Remove duplicate free.Dan Winship2001-09-112-2/+4
* Purify run. All small leaks.Dan Winship2001-09-1010-22/+75
* New designIain Holmes2001-09-082-73/+37
* Changed this to use the new ETable/ETree drag stuff.Christopher James Lahey2001-09-082-84/+18
* Remove the "see previous error messages?" comment from the error messageDan Winship2001-09-072-2/+9
* change to match create_folder. (e_marshal_NONE__POINTER_POINTER_POINTER):Chris Toshok2001-09-073-49/+52
* Allow a value of -1.0 for @progress [which means "unknown progress"].Ettore Perazzoli2001-09-072-1/+7
* [Fix #958, ShellComponents should not be created by factories, forEttore Perazzoli2001-09-063-30/+23
* New. (get_efolder_from_shortcut): Removed. (impl_shortcut_dropped): UseEttore Perazzoli2001-09-062-13/+40
* Replace "Evolution" with "Ximian Evolution" in a bunch of user-visibleEttore Perazzoli2001-09-065-15/+30
* [Fix #6474 and friends, crash when selecting things from theEttore Perazzoli2001-09-062-2/+29
* [Fix #6971, Default folder should be the Summary.]Ettore Perazzoli2001-09-056-7/+27
* [Fix ^#7675, Crashes trying to empty trash folder.]Ettore Perazzoli2001-09-052-5/+15
* Report errors in the dialogIain Holmes2001-09-052-0/+6
* Just ignore the request if the activity handler has theEttore Perazzoli2001-09-052-0/+30
* Check the file exists before trying to import itIain Holmes2001-09-052-0/+20
* Shut down other components correctly when cancelling the first time startup d...Iain Holmes2001-09-052-1/+8
* Remove debugging message. (tree_drag_motion): Likewise.Ettore Perazzoli2001-09-052-3/+6
* Add the root node to the hash. (e_storage_set_view_set_show_folders):Ettore Perazzoli2001-09-052-0/+11
* Remove the folder from the EvolutionStorage as well as the EStorage.Peter Williams2001-09-045-13/+45
* Don't convert folder name to UTF-8 manually... (setup_stock_folders): ...Chyla Zbigniew2001-09-014-19/+33
* Fix the Pine and Netscape importers. Give them a nice progress reporting GUI.Iain Holmes2001-08-313-33/+96
* Check for \r in the folder name, this is an invalid char. Also take aJeffrey Stedfast2001-08-312-13/+33
* Handle the case when there is no URI without crashing. Only add shortcutsEttore Perazzoli2001-08-292-6/+14
* Studlycapsize all the IDs that are not. Likewise. Updated accordingly.Ettore Perazzoli2001-08-2816-77/+136
* Remove the stupid "do you want me to initialize stuff?" dialog.Ettore Perazzoli2001-08-252-27/+5
* Change the `selected_row_path' to be non-const. (destroy): Free it.Ettore Perazzoli2001-08-252-5/+21
* Ooops. Save the pointer to the control for use after the view struct isEttore Perazzoli2001-08-252-8/+15
* New struct `View'. Replace `uri_to_control' in `EShellViewPrivate' withEttore Perazzoli2001-08-252-59/+110
* Changed to get a @title and a @type. (update_for_current_uri): UpdatedEttore Perazzoli2001-08-252-48/+55
* [Fix #5978, "If a component dies, it's toolbar buttons remain".]Ettore Perazzoli2001-08-252-6/+26
* Implement the rest of the Evolution_Wizard eventsIain Holmes2001-08-252-2/+27
* Added accelerators for the right-click shortcut menu.Ettore Perazzoli2001-08-252-4/+9
* Added the missing part of my patch:Chyla Zbigniew2001-08-251-0/+1
* Convert names of the default group and shortcuts to UTF-8.Zbigniew Chyla2001-08-252-6/+25
* Convert the name of the group to GTK+ locale before displaying it in aZbigniew Chyla2001-08-252-3/+11
* If we get no data, don't notify the receiving component at all.Ettore Perazzoli2001-08-242-0/+8
* [Fix #5736, crashing when copying a message with drag and drop.]Ettore Perazzoli2001-08-242-2/+17
* If the remove_source is %TRUE and destination is a descendant of theEttore Perazzoli2001-08-233-0/+22
* Actually return if the folder is being moved into one of its descendants.Ettore Perazzoli2001-08-232-0/+7
* `#if 0'ed out. (make_bold): Likewise.Ettore Perazzoli2001-08-233-7/+19
* Fix the improper construction of the new folder's physical URI.Peter Williams2001-08-232-2/+10
* Don't remove the folder directory here.Ettore Perazzoli2001-08-232-37/+44
* [Fix #7775, crash trying to do New Task]Ettore Perazzoli2001-08-232-2/+10
* unref the rc_style.Damon Chaplin2001-08-222-0/+5
* #include "e-shell-startup-wizard.h".Ettore Perazzoli2001-08-224-0/+37
* Add `sgmldocs.make' to `EXTRA_DIST'.Ettore Perazzoli2001-08-221-1/+17
* Show an error dialog when the Evolution Mailer Wizard interface cannot be cre...Iain Holmes2001-08-222-1/+9
* Fix a leak: unref the EFont after we have used it. Also, don't crash ifEttore Perazzoli2001-08-222-2/+12
* Don't print a NULL. Crashes on SolarisIain Holmes2001-08-222-2/+6
* Do the import correctly.Iain Holmes2001-08-214-38/+94
* Don't set the paneds' positions if the respective left-hand elements [i.e.Ettore Perazzoli2001-08-212-2/+18
* Don't free the returned displayname.Ettore Perazzoli2001-08-212-4/+7
* Make sure we display a pin when we are popped up.Ettore Perazzoli2001-08-202-0/+8
* Don't set the paned tree position.Ettore Perazzoli2001-08-202-1/+5
* fill the corba sequence for the accepted_dnd_types.Chris Toshok2001-08-202-0/+7
* Don't show the vbox here. (setup_widgets): Don't show theEttore Perazzoli2001-08-202-2/+8
* Added display_name and description to the type.Ettore Perazzoli2001-08-2011-32/+190
* Put the bonobo_object_release_unref() for the db at the top in an attemptEttore Perazzoli2001-08-202-3/+10
* Change type of toplevel node from "Summary" to "summary". [All the otherEttore Perazzoli2001-08-203-1/+6
* Also use the display name for the storage.Ettore Perazzoli2001-08-202-7/+18
* Use xmlMemStrdup() to override the type as it's expected to be allocatedEttore Perazzoli2001-08-205-43/+97
* New constant `MIN_POPUP_TREE_WIDTH'. (pop_up_folder_bar): Make sure theEttore Perazzoli2001-08-192-2/+14
* New, replacing `shortcut_bar_mode_changed_cb'.Ettore Perazzoli2001-08-194-167/+221
* Build fixIain Holmes2001-08-182-0/+5
* Add a warning for EttoreIain Holmes2001-08-181-0/+1
* Changelog I forgotIain Holmes2001-08-181-0/+5
* Compile fixesIain Holmes2001-08-183-3/+8
* g_return_if_fail(), not g_return_val_if_fail().Ettore Perazzoli2001-08-182-2/+8
* Added some g_warnings for when we return CORBA_OBJECT_NIL; this might helpEttore Perazzoli2001-08-182-3/+16
* tedfast <fejj@ximian.com>Jeffrey Stedfast2001-08-181-0/+2
* Don't destroy the splash twice.Jeffrey Stedfast2001-08-181-29/+26
* utf_name should not be const as e_utf8_from_locale_string() returns anJeffrey Stedfast2001-08-182-3/+10
* Startup assistant stuffIain Holmes2001-08-1711-6/+1656
* I know what you did last summer!Jason Leach2001-08-172-0/+3
* Desensitize the move/copy/delete/rename in the menus (including rightJason Leach2001-08-173-23/+38
* Remove the Help menu verbs and add a "HelpFAQ" verb. (command_help):Ettore Perazzoli2001-08-172-12/+12
* New callback for the realize signal. (make_bold): New. Hooks up theEttore Perazzoli2001-08-172-1/+44
* Evil GTK+ hackery. Of course if GTK+ made things easier, I wouldn'tEttore Perazzoli2001-08-173-28/+36
* s/the view for `%s' have/the views for `%s' have/.Ettore Perazzoli2001-08-172-1/+6
* Remove debugging message.Ettore Perazzoli2001-08-172-1/+5
* Don't hardcode/build a help URI here, use gnome_help_display() instead,Jason Leach2001-08-162-9/+15
* forgot to commit thisJacob Leach2001-08-161-3/+10
* Emit a "changed" signal at the end of this function. Bug #7232.Jason Leach2001-08-162-2/+7
* Changed help menus to point to evolution/ and not evolution-guide/.Aaron Weber2001-08-162-5/+10
* s/My Evolution/Summary/Iain Holmes2001-08-163-5/+12
* Add a new IDL function, Evolution::Shell::setLineStatus (in boolean). BugJason Leach2001-08-164-3/+58
* Use the passed-in unread_count.Dan Winship2001-08-153-1/+10
* Add missing entry for `endarken_style()'.Ettore Perazzoli2001-08-141-0/+1
* Chain to the parent class.Ettore Perazzoli2001-08-142-7/+12
* Changed the "Evolution has found the following data sources" text in theAnna Marie Dirks2001-08-142-2/+10
* Revert the previous e-gray-bar patch as it was, um, wrong.Ettore Perazzoli2001-08-142-13/+19
* Add some little padding to the title bar so it looks nicer.Ettore Perazzoli2001-08-142-1/+6
* Removed. (class_init): Don't override that method anymore.Ettore Perazzoli2001-08-142-19/+13
* [Fix #7109, Evolution crashes when the splash screen dialog isEttore Perazzoli2001-08-142-1/+11
* Changed all instances of "druid" and "wizard" to "assistant".Anna Marie Dirks2001-08-142-18/+22
* Replaced the chained `if' statements with a `switch' statement forEttore Perazzoli2001-08-142-19/+35
* set_release on the sequence, not the buffer.Ettore Perazzoli2001-08-142-2/+4
* Restore the shell reffing/unreffing here.Ettore Perazzoli2001-08-142-2/+4
* Restore the shell reffing/unreffing here.Ettore Perazzoli2001-08-141-0/+5
* Don't cause an abort if the shortcut group is empty.Peter Williams2001-08-142-1/+7
* Add `Evolution-common.idl'.Ettore Perazzoli2001-08-142-1/+6
* Initialize priv->user_creatable_item_types. (Score: g_new: 0, g_new0: 2)Dan Winship2001-08-142-0/+6
* Remove unused variable @folder.Jason Leach2001-08-143-3/+15
* Grab focus on the storage set view.Ettore Perazzoli2001-08-132-1/+9
* Use utf 8 to set the name.Ettore Perazzoli2001-08-132-1/+10
* Remove debugging message.Ettore Perazzoli2001-08-122-2/+4
* *** empty log message ***Ettore Perazzoli2001-08-121-3/+3
* Put the folder title bar into an EGrayBar.Ettore Perazzoli2001-08-125-4/+201
* [Finally! Fix #413, "Support for stock folders", and #786, "i18n:Ettore Perazzoli2001-08-1214-18/+180
* `#if 0'ed out. (rename_cb): Likewise.Ettore Perazzoli2001-08-103-2/+15
* Only free the `type_list' if not NULL. (setup_menu_xml): Deal with theEttore Perazzoli2001-08-102-16/+35
* [Fix #6787, Removing a storage with children and then re-adding itEttore Perazzoli2001-08-102-23/+27
* Updated to display the parent folder's URI and its type as well.Ettore Perazzoli2001-08-109-20/+111
* Cast the toplevel to be passed to `e_request_string()' to GtkWindow, notEttore Perazzoli2001-08-103-32/+14
* Add the menu items using the EShellUserCreatableItemsHandler.Ettore Perazzoli2001-08-1012-38/+804
* Chain to the destroy handler in the parent class!Federico Mena Quintero2001-08-093-0/+13
* [Fixes, among other things, #5705, "Ampersands not handledEttore Perazzoli2001-08-083-3/+16
* Set the release flag on the sequence, and CORBA_string_dup() the stringsEttore Perazzoli2001-08-082-4/+9
* Set the release flag on the returned folder type list too.Ettore Perazzoli2001-08-083-1/+12
* Set the release flag for the newly allocated sequence.Ettore Perazzoli2001-08-084-0/+16
* clarify last entryJacob Leach2001-08-081-2/+2
* Set the icon for the folder tree correctly.Jason Leach2001-08-082-1/+6
* Fill the CORBA sequence once.Ettore Perazzoli2001-08-083-2/+9
* Sigh. If the function says "prepend", of course the function to call isEttore Perazzoli2001-08-082-1/+7
* Small stylistical/aesthetical fix.Ettore Perazzoli2001-08-081-2/+2
* Set the sensitivity for the OK button when a storage is selected too. BugJason Leach2001-08-082-0/+21
* Set the release flag on the returned icon to %TRUE.Ettore Perazzoli2001-08-082-0/+7
* If the shortcut points to some folder in the storage set, get the typeEttore Perazzoli2001-08-083-3/+65
* [This should fix #5407, application crash on re-opening.]Ettore Perazzoli2001-08-083-8/+17
* [Updated the shortcuts view implementation to set the icons on aEttore Perazzoli2001-08-083-43/+37
* Don't use a leaky hash to get folder names with unread count, useJason Leach2001-08-082-32/+27
* Free the CORBA version of the animated icon.Ettore Perazzoli2001-08-082-1/+13
* Unref the listener when done.Not Zed2001-08-072-0/+8
* Remove member `hbox' from `struct _EShellFolderTitleBarPrivate'.Ettore Perazzoli2001-08-073-163/+227
* Turn on highlighting on a row by row basis.Christopher James Lahey2001-08-072-0/+20
* Add some padding to the label so that the title doesn't move around whenEttore Perazzoli2001-08-0515-94/+734
* Some paths here don't set handled properly so lets initialize it to FALSE.Christopher James Lahey2001-08-042-6/+15
* yeah, and that last fix to :-)Jacob Leach2001-08-041-3/+3
* oops, should have tested that warning fix.Jacob Leach2001-08-041-1/+1
* warning fix.Jacob Leach2001-08-041-1/+0
* build fixJacob Leach2001-08-041-0/+2
* [Removing Evolution::LocalStorage interface, abstracting the unread countsJason Leach2001-08-0431-493/+560
* [Fix #6232, the thirty-four-splash-screens-at-startup bug.]Ettore Perazzoli2001-08-035-37/+119
* Make "My Evolution" a normal storage instead of being the toplevelEttore Perazzoli2001-08-038-79/+285
* Call `gtk_drag_finish()' here.Ettore Perazzoli2001-08-032-3/+13
* Actually __fini the servant and deactivate the object too.Ettore Perazzoli2001-08-032-8/+20
* [Fixes #4663, startup crash.]Ettore Perazzoli2001-08-032-0/+16
* Also call `PortableServer_POA_deactivate_object()' on the progressEttore Perazzoli2001-08-032-1/+12
* Spit out a warning if we cannot resolve "Bonobo/ConfigDatabase" onEttore Perazzoli2001-08-032-6/+18
* Set the `set_folder_uri' to NULL when freeing it.Ettore Perazzoli2001-08-033-2/+11
* Do a NULL-check on current_uri - socket is being closed? (as per theJeffrey Stedfast2001-08-022-4/+10
* Removed debugging messages.Ettore Perazzoli2001-07-311-0/+4
* Added some comments about the possible race condition issues with theEttore Perazzoli2001-07-311-26/+9
* Also update have_pending_update before calling corba, as below.Not Zed2001-07-312-2/+6
* [This should fix #5110, shell crash when switching folders.]Ettore Perazzoli2001-07-312-5/+14
* Remember the current group so after renaming a group it doesn't flip toJason Leach2001-07-314-3/+23
* If we can't create a folder because it already exists, select that folderJason Leach2001-07-312-0/+18
* Fix support for gtkhtml when compiled with gconf supportFrédéric Crozat2001-07-303-0/+18
* Remove the source for the timeout *before* invoking the CORBA method, asEttore Perazzoli2001-07-283-53/+98
* Little UI nit: capitalize the words Offline/Online for the File menu.Jason Leach2001-07-27