/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* * Authors: Chris Toshok * * Copyright 2000 Helix Code, Inc. (www.helixcode.com) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * * 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 Street #330, Boston, MA 02111-1307, USA. * */ #ifndef _SUBSCRIBE_DIALOG_H_ #define _SUBSCRIBE_DIALOG_H_ #include "mail-types.h" #include "camel.h" #include #include #include #include #include "shell/evolution-storage.h" #define SUBSCRIBE_DIALOG_TYPE (subscribe_dialog_get_type ()) #define SUBSCRIBE_DIALOG(o) (GTK_CHECK_CAST ((o), SUBSCRIBE_DIALOG_TYPE, SubscribeDialog)) #define SUBSCRIBE_DIALOG_CLASS(k) (GTK_CHECK_CLASS_CAST((k), SUBSCRIBE_DIALOG_TYPE, SubscribeDialogClass)) #define IS_SUBSCRIBE_DIALOG(o) (GTK_CHECK_TYPE ((o), SUBSCRIBE_DIALOG_TYPE)) #define IS_SUBSCRIBE_DIALOG_CLASS(k) (GTK_CHECK_CLASS_TYPE ((k), SUBSCRIBE_DIALOG_TYPE)) struct _SubscribeDialog { GtkObject parent; GNOME_Evolution_Shell shell; GtkWidget *app; GtkWidget *hpaned; GtkWidget *table; GtkWidget *description; GtkWidget *store_etable; ETableModel *store_model; GtkWidget *folder_etable; ETreeModel *folder_model; ETreePath *folder_root; CamelStore *store; EvolutionStorage *storage; CamelFolderInfo *folder_info; GList *store_list; GtkWidget *search_entry; char *search_top; }; typedef struct { GtkObjectClass parent_class; } SubscribeDialogClass; GtkType subscribe_dialog_get_type (void); GtkWidget *subscribe_dialog_new (GNOME_Evolution_Shell shell); #endif /* _SUBSCRIBE_DIALOG_H_ */ s='txt' type='search' size='10' name='q' value=''/>
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tag 'guikachu-0_5'.guikachu-0_5nobody2001-04-162170-861906/+0
* change $(cmd) to `cmd` in order to make it usable in non-bash bourneJaka Mocnik2001-04-162-4/+9
* Create the ESearchBar thingy. (search_bar_query_changed_cb): Build theFederico Mena Quintero2001-04-165-18/+482
* New function, because it is ridiculous to have to hunt down objectFederico Mena Quintero2001-04-163-2/+48
* Set the background color to the specified tooltip->background. Set theChristopher James Lahey2001-04-165-23/+112
* Made setting the rgba color work even if you're using the non-aa canvasChristopher James Lahey2001-04-161-8/+7
* Mark the messages as seen, not unseen. (is_drafts_folder): New function toJeffrey Stedfast2001-04-163-14/+88
* Do not ref both the box and the item; just connect to the item's "destroy"Federico Mena Quintero2001-04-161-7/+15
* oops, &patternJeffrey Stedfast2001-04-161-2/+2
* regex doesn't set errno and regcomp returns 0 on success and any otherJeffrey Stedfast2001-04-162-5/+21
* Start parsing the sexp with parse_value(), not parse_list(), because weFederico Mena Quintero2001-04-162-1/+7
* s/Is/is/ and s/Is Not/is not/ to be more consistant with the rest.Jeffrey Stedfast2001-04-163-22/+25
* Mark the messages as seen, not unseen.Jeffrey Stedfast2001-04-162-1/+6
* Added /* #defines */ at the top. Fixed ALTERNATE_COLORS to be an #ifdefChristopher James Lahey2001-04-162-1/+5
* Added strikeout argument.Christopher James Lahey2001-04-162-4/+34
* Use e_canvas_hide_tooltip and e_canvas_popup_tooltip.Christopher James Lahey2001-04-163-68/+19
* Pull up fix from the branch:Ettore Perazzoli2001-04-153-11/+49
* Use e_canvas_hide_tooltip and e_canvas_popup_tooltip. Set bold on theChristopher James Lahey2001-04-153-20/+79
* Updated russian translation.Valek Frob2001-04-152-1656/+2164
* Cleaned this up. Removed some #if 0 and replaced others with #ifdefs.Christopher James Lahey2001-04-151-59/+4
* Set "bold" argument on created tooltip. Adjusted position of displayedChristopher James Lahey2001-04-154-31/+32
* Added "bold" argument.Christopher James Lahey2001-04-152-37/+58
* Added widget/e-hsv-utils.lo.Christopher James Lahey2001-04-151-14/+13
* Added widget/e-hsv-utils.lo.Christopher James Lahey2001-04-152-0/+197
* Added Filter/VFolder on mailing list. Yay. I also figured I'd expand thisJeffrey Stedfast2001-04-152-18/+32
* Only use non-NULL contexts. (mail_crypto_pgp_mime_part_encrypt): Same.Jeffrey Stedfast2001-04-156-38/+72
* Check to make sure the context is a valid context in all the userJeffrey Stedfast2001-04-152-0/+15
* Added the function e_book_view_listener_stop to tell the book viewChristopher James Lahey2001-04-158-88/+117
* Ref the cursor here when we receive it.Christopher James Lahey2001-04-154-74/+39
* Do this everywhere, also fixup CLEANFILESMichael Meeks2001-04-1429-18503/+28040
* Pull up fix from the 0-10 branch (chain the ::destroy handler forEttore Perazzoli2001-04-142-0/+7
* s/imap_store/store/, fixing a typo that was causing the build to fail.Jon Trowbridge2001-04-142-5/+9
* Oops --- I forgot to add these files before my last commit.Jon Trowbridge2001-04-142-0/+408
* Make the (previously unused) get-source command actually do the rightJon Trowbridge2001-04-1410-7/+64
* Remove some redundant LIBS variables... purify complained that the commandDan Winship2001-04-147-18/+43
* Plug leaks.Dan Winship2001-04-146-10/+41
* Fix memory leakDan Winship2001-04-141-1/+2
* Fix the syntactic bogon here, and attempt to fix the logical bogon too.Dan Winship2001-04-142-2/+10
* Get the ESelectNamesModel from the widget's text model instead of storingChristopher James Lahey2001-04-132-6/+21
* Only activate the message if the cursor has moved.Christopher James Lahey2001-04-132-4/+18
* Always emit the cursor changed signal. Even if it's changed to the sameChristopher James Lahey2001-04-131-8/+5
* Update the Voice and Fax phone numbers too, finishing off bug #1667.Jason Leach2001-04-132-2/+7
* Added e-table/e-cell-spin-button.lo Added e-table/e-cell-float.loMikael Hallendal2001-04-132-0/+64
* New cell for floats.Mikael Hallendal2001-04-134-0/+906
* Update the built in VCard.Christopher James Lahey2001-04-132-2/+7
* Updated the required version of gal to 0.6.99.0.Christopher James Lahey2001-04-132-1/+5
* Implemented these.Christopher James Lahey2001-04-132-0/+23
* Updated this function to be a correct full ordering.Christopher James Lahey2001-04-133-72/+130
* Upped the version number to 0.6.99.0. Upped the so number to 6.Christopher James Lahey2001-04-1310-114/+396
* If the service is NULL, just use the item as the key.Jeffrey Stedfast2001-04-132-3/+9
* Oops, lets not get into a recursive call here ;-)Jeffrey Stedfast2001-04-135-15/+24
* Removed openpgp-utils.c and added the camel-pgp-*.c files. AddedJeffrey Stedfast2001-04-132-1/+2
* Use the mail-crypto pgp-mime wrappers. (build_message):Jeffrey Stedfast2001-04-132-10/+11
* Use the CamelCipherHash enum. (mail_crypto_pgp_mime_part_verify): Use aJeffrey Stedfast2001-04-134-18/+28
* Updated to reflect the few changes made to the CamelPgpContext class.Jeffrey Stedfast2001-04-138-313/+662
* Fix a pair of array bounds reads noted by purifyDan Winship2001-04-132-2/+7
* oh, and the tcp-stream headers.Jeffrey Stedfast2001-04-131-0/+3
* #include the pgp stuff.Jeffrey Stedfast2001-04-132-0/+6
* put the business address into the pilot record as that is what we put intoJP Rosevear2001-04-135-78/+24
* Don't printf NULLDan Winship2001-04-132-2/+5
* Removed openpgp-utils.c and added the camel-pgp-*.c files.Jeffrey Stedfast2001-04-132-1/+7
* Fix a memory leak.Dan Winship2001-04-132-4/+9
* Don't leak memory.Dan Winship2001-04-132-1/+10
* Plug memory leaks.Dan Winship2001-04-133-0/+8
* removed openpgp-utilsJeffrey Stedfast2001-04-132-1370/+0
* Updated for changes to PGP code.Jeffrey Stedfast2001-04-137-479/+131
* Use the mail-crypto pgp-mime wrappers.Jeffrey Stedfast2001-04-132-3/+8
* svn path=/trunk/; revision=9267Federico Mena Quintero2001-04-132-1/+6
* New function to restart a query for the day view. (query_obj_updated_cb):Federico Mena Quintero2001-04-1311-284/+662
* s/IMAP/SMTPJeffrey Stedfast2001-04-121-1/+1
* Updated Spanish translation.Hector Garcia2001-04-122-1191/+1456
* Updated Slovak translationStano Visnovsky2001-04-122-2040/+2069
* Fixed Swedish translation. Thanks to Göran UddeborgChristian Rose2001-04-122-37/+42
* Only look for special pseudo-multipart-isms (binhex, uucode, old pgp, etc)Dan Winship2001-04-122-1/+17
* Don't get into an infinite loop when clicking on an IMAP storage. MightDan Winship2001-04-122-0/+11
* mark messages as seen when opening then in a separate window.Dan Winship2001-04-122-0/+6
* Fix previous.Dan Winship2001-04-122-1/+9
* Removed a trailing 'k' making an error while compiling.Mikael Hallendal2001-04-12