/* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 8; tab-width: 8 -*- */ /* e-shell.c * * Copyright (C) 2000 Ximian, Inc. * * 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. * * Author: Ettore Perazzoli */ #ifndef E_SHELL_FOLDER_CREATION_DIALOG_H #define E_SHELL_FOLDER_CREATION_DIALOG_H #include #include "e-shell.h" enum _EShellFolderCreationDialogResult { E_SHELL_FOLDER_CREATION_DIALOG_RESULT_SUCCESS, E_SHELL_FOLDER_CREATION_DIALOG_RESULT_FAIL, E_SHELL_FOLDER_CREATION_DIALOG_RESULT_CANCEL }; typedef enum _EShellFolderCreationDialogResult EShellFolderCreationDialogResult; typedef void (* EShellFolderCreationDialogCallback) (EShell *shell, EShellFolderCreationDialogResult result, const char *path, void *data); void e_shell_show_folder_creation_dialog (EShell *shell, GtkWindow *parent, const char *default_parent_folder, const char *default_type, EShellFolderCreationDialogCallback result_callback, void *result_callback_data); #endif /* E_SHELL_FOLDER_CREATION_DIALOG_H */ ntw44/cgit/gsoc2013-evolution/refs/?h=LIBGLADE_2_3_2&id=02a2b0046f0c969bcaf6b1fecf68a6f001e8cd4b'>refslogtreecommitdiffstats
path: root/help
Commit message (Expand)AuthorAgeFilesLines
* Fonts aren't set the way they were, and I had missed a tidbit in there.Aaron Weber2002-12-112-16/+9
* change directory server description.Aaron Weber2002-12-111-22/+65
* change word from "Resend" to "redirect".Aaron Weber2002-12-112-3/+36
* OK, final typo.Aaron Weber2002-12-091-5/+5
* Really need to learn to make sure it's perfect before committing. Doh.Aaron Weber2002-12-071-5/+7
* spelling. doh.Aaron Weber2002-12-071-6/+6
* add spam filtering help.Aaron Weber2002-12-072-39/+132
* redo tags for legalnotice ordering. open/close for actual preface is inAaron Weber2002-11-205-15/+470
* fix bug 27336, which is about how the Search Base option description isAaron Weber2002-11-122-16/+14
* All sgml files replaced with xml files. XML files validated. Two new XMLAaron Weber2002-11-0524-2503/+3246
* Edit-->Undelete, not Actions-->UndeleteAaron Weber2002-10-232-1/+6
* no longer need to enter path.Aaron Weber2002-10-172-8/+4
* Update supported/unsupported list.Aaron Weber2002-10-169-22/+77
* fix 1.0/1.2 feature list discrepancies.Aaron Weber2002-10-092-20/+6
* add info about man page and so forth.Aaron Weber2002-10-093-3/+34
* offline usage.Aaron Weber2002-09-213-19/+52
* forgot to commit changelogAaron Weber2002-09-211-0/+5
* linked to wrong image.Aaron Weber2002-09-211-1/+1
* Make it validate. Same here.Kjartan Maraas2002-09-204-3/+8
* Make it validateKjartan Maraas2002-09-201-1/+1
* add item about permissions.Aaron Weber2002-09-204-397/+339
* nav-by-lettersAaron Weber2002-08-292-3/+33
* update more a littleAaron Weber2002-08-241-28/+35
* remove shortcuts that didn't actually get added to the app.Aaron Weber2002-08-231-22/+3
* change Exchange descriptionAaron Weber2002-08-234-55/+116
* Added note about set status filter action.Kevin Breit2002-07-102-0/+13
* Fixage/updateageAaron Weber2002-06-292-43/+55
* add spanish OMF fileAaron Weber2002-06-281-0/+16
* apply patch from owen taylorAaron Weber2002-06-274-10/+33
* remove the search-refining feature, which isn't actually true, i think.Aaron Weber2002-06-275-96/+73
* more improvem,ent.Aaron Weber2002-06-262-20/+17
* overhaul. still need to improve examples.Aaron Weber2002-06-255-276/+254
* Added info about non-organizer changes to calendar events.Aaron Weber2002-06-191-8/+34
* some of this was shamefully inaccurate.Aaron Weber2002-06-114-83/+67
* Added a tip mentioning that gpg can automagically contact the server forKevin Breit2002-06-052-0/+14
* updated, fixed.Aaron Weber2002-06-012-58/+149
* Reworded the signature introduction paragraph. Started work on documentingKevin Breit2002-05-312-68/+76
* Typo.Aaron Weber2002-05-311-2/+0
* links to conf.Aaron Weber2002-05-318-1100/+252
* minor feature change in Evolution w/r/t Exchange calendars.Aaron Weber2002-05-074-8/+64
* use gpg --import, as per bug 23113Aaron Weber2002-04-232-1/+10
* Just sorting out formatting and changelog-conflict issues.Aaron Weber2002-04-221-3/+0
* Remove bogus EXTRA_DIST with sgmldocs.make. Problem pointed out by RichardEttore Perazzoli2002-04-042-1/+5
* end the line properlyJP Rosevear2002-03-282-2/+5
* Adding topic.datAaron Weber2002-03-281-0/+11
* add from branch. merge from branch merge from branch merge from branchAaron Weber2002-03-288-129/+230
* Added mention that 2048 maybe recommended by some people. Fixed a typo.Kevin Breit2002-03-262-4/+10
* I fixed a typo which caused the documentation to not build.Kevin Breit2002-03-243-14/+29
* Linked "expunge" to the glossary. Made some basic grammar changes.Kevin Breit2002-03-154-159/+182
* Pulled warning about the HTML mail stuff.Kevin Breit2002-03-142-6/+4
* Replaced "png" with "PNG". This shouldn't break the SGML build and it's aKevin Breit2002-03-133-10/+103
* we don't have SUBDIRS C and noJeffrey Stedfast2002-02-161-2/+0
* Somehow accidentally removed all these files. Don't know what that was. :(Aaron Weber2002-02-1617-24/+5530
* Accidentally copied over the Makefile.am and added all these files to the wro...Aaron Weber2002-02-1617-5565/+2
* fix what danw said was wrong.Aaron Weber2002-02-133-69/+40
* Removed "The" from title.Kevin Breit2002-02-113-12/+37
* Changelog issue.Aaron Weber2002-02-071-0/+11
* added C/figures/schedule.png,exchange-identity.png exchange-receive.png,Aaron Weber2002-02-075-100/+286
* Broke Validation, fixing now.Aaron Weber2002-02-072-2/+2
* added C/figures/schedule.png item.Aaron Weber2002-02-074-68/+107
* added a little more info about active directory config.Aaron Weber2002-02-071-9/+15
* warning about INBOX subfolder brokenness.Aaron Weber2002-02-072-0/+18
* Started writing an LDAP config exampleKevin Breit2002-01-302-0/+19
* Added information regarding types of search scopesKevin Breit2002-01-283-4/+38
* Added Search Base as an entry Added Search Scope as an entryKevin Breit2002-01-285-100/+154
* Use `-f' instead of `-e' so installation of topic.dat works on non-GNUEttore Perazzoli2002-01-282-3/+7
* typos.Aaron Weber2002-01-182-2/+6
* Redo the whole options/account-creation thing.Aaron Weber2002-01-163-114/+325
* Polish.Aaron Weber2002-01-081-1/+1
* Touched this file but don't think I changed it.Aaron Weber2002-01-082-2/+36
* mention the full-advantage section and the exchange features. ExpandAaron Weber2002-01-082-35/+90
* Fix. Expand.Aaron Weber2002-01-081-56/+116
* Revised list of supported/unsupported features. Changed installationAaron Weber2002-01-051-44/+36
* Added a tip about reply-to specification stuffKevin Breit2002-01-053-13/+143
* Small fixKevin Breit2001-12-272-1/+5
* Updated indentingKevin Breit2001-12-255-165/+183
* Added a bit of info to the above.Kevin Breit2001-12-232-4/+9
* Added information about importing mutt to Evolution.Kevin Breit2001-12-232-2/+61
* add notes about server/license requirements, revise "your previousAaron Weber2001-12-221-14/+13
* Added a <sect1> that discusses features of ConnectorKevin Breit2001-12-212-10/+181
* add notes about server requirements.Aaron Weber2001-12-193-7/+64
* Added information about importing KMail to Evolution.Kevin Breit2001-12-192-0/+69
* Slight glossary changes in wordingKevin Breit2001-12-155-241/+310
* added "meeting-announce" note ("Simple meeting announcements").Aaron Weber2001-12-062-0/+19
* Additional links to other portions of the document.Aaron Weber2001-12-062-4/+15
* Touched. Minor changes to IMAP section, to make sure links worked, etc.Aaron Weber2001-12-049-85/+365
* Tiny fix.Aaron Weber2001-12-011-3/+5
* Added more info about pretty emails.Kevin Breit2001-12-012-2027/+2077
* Added section about how to make your email pretty. I'll add more each dayKevin Breit2001-11-293-0/+26
* Point to index.html instead of `evolution.sgml'.Ettore Perazzoli2001-11-153-4/+20
* UpdateKjartan Maraas2001-11-1117-824/+1152
* revalidated. sorry.:Aaron Weber2001-10-302-2/+2
* Re-commit, forgot to save last changes.Aaron Weber2001-10-30