aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-vfolder.c
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2001-01-28 21:42:12 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2001-01-28 21:42:12 +0800
commite0b74b2ce55a3b543566146feedd5015acdd3517 (patch)
treedd8ea352827d5d7da3aa69a0fdf1acf9c60f08e8 /mail/mail-vfolder.c
parentaba2b5bbeb4e21e1bac6e2e8779d45bfdf610569 (diff)
downloadgsoc2013-evolution-e0b74b2ce55a3b543566146feedd5015acdd3517.tar.gz
gsoc2013-evolution-e0b74b2ce55a3b543566146feedd5015acdd3517.tar.zst
gsoc2013-evolution-e0b74b2ce55a3b543566146feedd5015acdd3517.zip
Make the advanced search dialog use stock buttons. Make the OK button
the default button in the advanced search and vfolder dialogs. svn path=/trunk/; revision=7878
Diffstat (limited to 'mail/mail-vfolder.c')
-rw-r--r--mail/mail-vfolder.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/mail/mail-vfolder.c b/mail/mail-vfolder.c
index cb6896a363..c46a09e746 100644
--- a/mail/mail-vfolder.c
+++ b/mail/mail-vfolder.c
@@ -299,10 +299,13 @@ vfolder_gui_add_rule(VfolderRule *rule)
GnomeDialog *gd;
w = filter_rule_get_widget((FilterRule *)rule, (RuleContext *)context);
+
gd = (GnomeDialog *)gnome_dialog_new(_("New VFolder"),
GNOME_STOCK_BUTTON_OK,
GNOME_STOCK_BUTTON_CANCEL,
NULL);
+ gnome_dialog_set_default (gd, 0);
+
gtk_window_set_policy(GTK_WINDOW(gd), FALSE, TRUE, FALSE);
gtk_window_set_default_size (GTK_WINDOW (gd), 500, 500);
gtk_box_pack_start((GtkBox *)gd->vbox, w, TRUE, TRUE, 0);
/span>/+5 * s/strncasecmp/g_strncasecmp - this will help later with building onJeffrey Stedfast2000-08-082-6/+11 * Get rid of kludge around subject beginning with spaces.Jeffrey Stedfast2000-08-083-9/+15 * Do a g_strstrip on the subject so we can stop getting those annoyingJeffrey Stedfast2000-08-082-1/+7 * Clarify that the input row is a model row, and swap it to a view row whenDan Winship2000-08-083-11/+32 * Updated russian translation.Valek Frob2000-08-072-156/+184 * Added code to set the body text based on the CamelMimeMessage.Jeffrey Stedfast2000-08-072-23/+38 * Renamed from reply_body() so other functions can use itJeffrey Stedfast2000-08-074-13/+34 * New menu item under Actions to allow editing of messages.Jeffrey Stedfast2000-08-074-4/+48 * Prompt the user to save their composition in Drafts. (set_editor_text):Jeffrey Stedfast2000-08-073-12/+149 * Create a global reference to the Drafts mbox folder for the Composer toJeffrey Stedfast2000-08-072-3/+26 * Fix this to not require NULL-termination of the array.Dan Winship2000-08-072-2/+10 * Desensitize ok button (sdialog_page_undone): ditto (iddialog_page_undone):JP Rosevear2000-08-072-52/+172 * Translations from KeldKenneth Christiansen2000-08-071-191/+111 * Added support for encrypting with GnuPG. Support for PGP5 and PGP2 areJeffrey Stedfast2000-08-063-1/+120 * Added functions to convert from view row to model row or from model row toChristopher James Lahey2000-08-065-22/+89 * Look for oafinfo files in oaf's prefix, not gnome-libs's. Allow binariesDan Winship2000-08-062-3/+21 * Updated sl translationsAndraz Tori2000-08-062-0/+4 * fixDan Winship2000-08-063-6/+10 * Update the README and the text of the Bonobo configure check to matchDan Winship2000-08-065-25/+17 * Updated Slovenian translationAndraz Tori2000-08-061-1/+1 * Updated Slovenian translationAndraz Tori2000-08-051-852/+777 * Added a function to get the next row with sorting taken into account.Christopher James Lahey2000-08-055-0/+85 * Made it so that selection ranges work even if the table is using grouping.Christopher James Lahey2000-08-053-8/+17 * Made selection ranges work even if the table is sorted.Christopher James Lahey2000-08-0514-50/+875 * Updated the Turkish translation.Fatih Demir2000-08-052-216/+231 * New file. Contains contents of "COPYING", but marked up (probably not veryAaron Weber2000-08-0514-394/+1314 * Fixed a warning.Christopher James Lahey2000-08-054-2/+13 * Built code to have autodrags only work from within the table and to reportChristopher James Lahey2000-08-055-78/+478 * *** empty log message ***Seth Alves2000-08-051-0/+7 * if oaf isn't initialized by the time the conduit starts, start it up. weSeth Alves2000-08-053-5/+32 * tlauche is now called wombatSeth Alves2000-08-051-1/+1 * If we fail to get a dir_sep, then supply the default of "/". (get_folder):Jeffrey Stedfast2000-08-052-28/+37 * Coredump fix when IMAP get_folder with NULL dir_sepPeter Williams2000-08-052-1/+6 * Indexes into the flags array are message_number minus 1, not justDan Winship2000-08-052-2/+6 * Actually commit this - I though it went in already.JP Rosevear2000-08-0411-134/+79 * Made drag events calculate a row and column and signal that information.Christopher James Lahey2000-08-0417-64/+208 * I pity da foo that committed this bug!Peter Williams2000-08-042-1/+5 * Szabolcs BAN <shooby@gnome.hu>Szabolcs Ban2000-08-042-105/+114 * add a debugging macro for doing protocol tracing.Dan Winship2000-08-042-2/+29 * Fix a possible crash when using the quicksearch by freeing the UIDEttore Perazzoli2000-08-042-3/+12 * Everywhere unref the remote_uih having done a set_container.Michael Meeks2000-08-0411-2/+26 * only whack the sig in if the file exists.Michael Meeks2000-08-045-5/+38 * Remove erroneous refs on folder_type_registry, storage_set.Michael Meeks2000-08-046-9/+37 * Yay, no more compiler warningsJeffrey Stedfast2000-08-042-9/+10 * Make sure default_uri isn't NULL!!Jeffrey Stedfast2000-08-042-1/+6 * Only call imap_get_summary_internal if the folder can hold messagesJeffrey Stedfast2000-08-043-7/+13 * set config = NULL (provider_list) Eek! Initialize news to NULL! Also, useJeffrey Stedfast2000-08-042-29/+53 * Make the filter dialog display only the name of the folder, not theEttore Perazzoli2000-08-042-18/+21 * Add Irish translationAlastair McKinstry2000-08-044-1/+464 * Initialize the service_cache for the news/nntp providersJeffrey Stedfast2000-08-042-6/+15 * Use type instead of which.Peter Williams2000-08-041-1/+1 * Update docs.Ettore Perazzoli2000-08-041-1/+22 * Update inline docs.Ettore Perazzoli2000-08-041-1/+1 * Update the ::user_select_folder() interface so that it accepts both aEttore Perazzoli2000-08-048-13/+208 * Work with GtkHTML if it uses gconfPeter Williams2000-08-042-5/+7 * srcdir != builddir fixPeter Williams2000-08-032-0/+6 * Check for identity before sending ; remove gconf_init callPeter Williams2000-08-033-2/+20 * Increase window size slightly, rename "Transport" to "Mail Transport"JP Rosevear2000-08-036-185/+142 * *** empty log message ***Seth Alves2000-08-031-0/+5 * Fixed a g_return_if_fail that had two parameters and thus wouldn't build.Joe Shaw2000-08-032-1/+7 * fixed a bunch of bugs, added a lot of debug spew.Seth Alves2000-08-032-87/+253 * call save (cbimc) after setting the pilot id and status.Seth Alves2000-08-031-0/+7 * updated to match the new ETableModel append_row. This meant we could alsoDamon Chaplin2000-08-032-62/+22 * update for BonoboXMichael Meeks2000-08-032-9/+13 * Add camel/providers/nntpDan Winship2000-08-032-0/+5 * Kill this. It doesn't have any code to do anything the new mh providerDan Winship2000-08-0315-2068/+9 * Trim trailing space from the subject. I've now seen replies from twoDan Winship2000-08-032-1/+10 * Dum dum dum - FedericoFederico Mena Quintero2000-08-031-0/+36 * Emit "model_pre_change" signals as appropriate.Christopher James Lahey2000-08-032-0/+8 * Made clicking choose the right character even if show_borders is on.Christopher James Lahey2000-08-033-2/+19 * Make the "test settings" button FILL rather than SHRINK so it doesn't endDan Winship2000-08-033-6/+14 * Fix "cvs rm -rf" lossage.Dan Winship2000-08-0330-0/+4077 * New files for the iCalendar file backend.Federico Mena Quintero2000-08-037-9/+1108 * removed last files from GNOME CVSscottf2000-08-0330-4077/+0 * Ahem, these files will be back in a second - FedericoFederico Mena Quintero2000-08-031-2/+0 * Emit "model_pre_change" where appropriate.Christopher James Lahey2000-08-033-0/+9 * Protect mail-config.h against multiple inclusion.Peter Williams2000-08-032-0/+9 * Emit "model_pre_change" signal as appropriate.Christopher James Lahey2000-08-035-0/+14 * Add a handler for "model_pre_change" and properly stop editing.Christopher James Lahey2000-08-0317-20/+188 * various syntax checkingPablo Saratxaga2000-08-027-3011/+6277 * updated pt_BR translations.Jorge Godoy2000-08-021-425/+620 * Adapted this to supply the new append_row API of ETableModel.Christopher James Lahey2000-08-023-14/+39 * Changed the API for the append_row function. Now accepts a model to copyChristopher James Lahey2000-08-0215-78/+46 * add GTKHTML_CFLAGS where needed.Mathieu Lacage2000-08-021-1/+2 * New code to spawn off GPG/PGP to do stuff. Currently only deals withDan Winship2000-08-028-93/+879 * Add checks for GPG, PGP 5 and PGP 2. Only record the first one found.Dan Winship2000-08-023-1/+30 * Use CalComponent and the new property types instead of the old iCalObjectFederico Mena Quintero2000-08-027-129/+419 * AC_WARN replaced with AC_MSG_WARN in commentsPavel Roskin2000-08-022-3/+7 * When forced to use the IP, place it in square brackets.Jeffrey Stedfast2000-08-022-7/+15 * New and improved sexp parser. An honest try at using e-sexp is wrapped inJeffrey Stedfast2000-08-023-224/+327 * Removed doc directory, since it is the old gnome-pim docs which aren'tDamon Chaplin2000-08-0213-521/+9 * removed calendar/doc/*Damon Chaplin2000-08-022-2/+4 * Constify paramJP Rosevear2000-08-023-4/+12 * Typo fixPeter Williams2000-08-012-1/+6 * cvsignore filePeter Williams2000-08-011-0/+7 * Added mh provider.Not Zed2000-08-012-0/+5 * Initial cut at mh provider. Well, it already does everythingNot Zed2000-08-0111-1/+1225 * Some IMAP servers don't wrap the UID in ()'s so don't depend on thatJeffrey Stedfast2000-08-013-208/+257 * You have to wonder what a file called foo was doing here... - FedericoFederico Mena Quintero2000-08-011-1578/+0 * Changed the default set of columns.Christopher James Lahey2000-08-012-6/+5 * Fixed some warnings.Christopher James Lahey2000-08-014-2/+16 * Added an argument to set a column so that you can't sort by that column.Christopher James Lahey2000-08-017-46/+151 * Oops, forgot to free node->function - not good.Jeffrey Stedfast2000-08-012-0/+6 * Ah, screw the which.Peter Williams2000-08-011-2/+2 * Stupid which program prints junk....Peter Williams2000-08-011-6/+10 * Backslashes are unneccessary. Prepositions are.Peter Williams2000-08-011-29/+29 * Now tests for OAF clienty goodnessPeter Williams2000-08-011-2/+2 * Now tests for OAF clienty goodnessPeter Williams2000-08-011-32/+88 * Buffer overrun fix in g_strfreev -- two more that I forgotPeter Williams2000-08-011-0/+2 * Buffer overrun fix in g_strfreevPeter Williams2000-08-012-0/+6 * typo fixPeter Williams2000-08-011-1/+1 * Fix a NULL-pointer strcmp noticed by peterw.Dan Winship2000-08-012-1/+7 * New convenience function to translate a Camel sexp into the equivalentJeffrey Stedfast2000-08-015-46/+340 * A few string overrun checks for the mime parserPeter Williams2000-08-012-6/+21 * Updates to verifierPeter Williams2000-08-011-20/+39 * Oops, create a vfolder_rule when we add a new one.Not Zed2000-07-312-1/+4 * If there are no user rules, dont bomb out.Not Zed2000-07-312-25/+26 * Configurable vfolder sources, and a button to save a searchNot Zed2000-07-315-42/+265 * Set value of a simple type to a new string.Not Zed2000-07-3115-7/+668 * Mention that you should pass "--disable-more-warnings" to oaf andDan Winship2000-07-311-0/+6 * Updated russian translation.Valek Frob2000-07-302-155/+111 * ** Almost a total rewrite of every file, except for filter-driver whichNot Zed2000-07-3053-3905/+6294 * Remove hack to pass the storage around.Not Zed2000-07-307-189/+272 * Made enter key destroy and recreate the ETableItem.Christopher James Lahey2000-07-305-2/+38 * Fix changelog email address.JP Rosevear2000-07-292-2/+2 * Added load-gnomecard-addressbook compilation.Christopher James Lahey2000-07-295-33/+162 * New function to create composer with sig file set.JP Rosevear2000-07-2916-2148/+2495 * Added mark_all_seen(), to mark every message in the list withCody Russell2000-07-294-0/+32 * Make sure the third word/token (whatever) is "EXPUNGE" and not somethingJeffrey Stedfast2000-07-292-24/+44 * fixed a few logic errorsJeffrey Stedfast2000-07-292-8/+8 * Cleaned up a bit, now uses imap_next_word() (camel_imap_command_extended):Jeffrey Stedfast2000-07-293-35/+100 * New helper script to diagnose problems installing evolution.Peter Williams2000-07-291-0/+393 * Remove the idle handler before destroying the data it operates on.Dan Winship2000-07-293-0/+9 * Get message count when STATUS is not available. (imap_init):Jeffrey Stedfast2000-07-294-55/+153 * Szabolcs BAN <shooby@gnome.hu>Szabolcs Ban2000-07-282-304/+371 * Fixed my routine to only fetch new headers, my IDs were off by 1 on theJeffrey Stedfast2000-07-282-1/+9 * If the path doesn't begin with a / and there is a host, prepend a / to theJeffrey Stedfast2000-07-282-2/+8 * Lets fix Dan's kludge the Right Way (tm) (set_service_url): Only strip offJeffrey Stedfast2000-07-282-6/+15 * Make sure the LDAP backend files get distributed even if OpenLDAPEttore Perazzoli2000-07-282-1/+13 * Added camel-imap-utils.[c,h]Jeffrey Stedfast2000-07-286-108/+196 * toss in a kludge to deal with the IMAP vs mbox path problem for now.Dan Winship2000-07-282-1/+9 * Now uses a hash table for looking up message info rather than a linearJeffrey Stedfast2000-07-283-18/+41 * work with either gconf 0.5 or newerDan Winship2000-07-282-0/+8 * Check for gconf_client_get_default (gconf 0.5 vs newer)Dan Winship2000-07-282-0/+13 * Fix Makefile.am booboo.Peter Williams2000-07-2810-18/+5 * Update and get rid of <A0>s.Ettore Perazzoli2000-07-281-5/+7 * Fixed up the table behavior so that it's not always in an edit mode.Christopher James Lahey2000-07-283-18/+91 * Small fixes.Ettore Perazzoli2000-07-281-3/+3 * Fix silly error of not chaining destructor for canvas.Matthew Loper2000-07-283-1/+10 * 0.3 "Jelly Fish".Ettore Perazzoli2000-07-284-33/+80 * Added a comment.Christopher James Lahey2000-07-273-0/+6 * Fixed shift click selections.Christopher James Lahey2000-07-273-75/+86 * Allocate correctly in the insert method.Christopher James Lahey2000-07-275-14/+13 * Grab focus properly.Christopher James Lahey2000-07-275-56/+145 * flesh out ifdef'ed out code. need to write merge_ecard_with_remote_record.Seth Alves2000-07-271-12/+10 * add handling for phone labels, going either direction (from pilot and to pilot.)Seth Alves2000-07-271-5/+56 * Changed the URI to load to.Christopher James Lahey2000-07-272-1/+13 * Clear the selection model when activating.Christopher James Lahey2000-07-277-136/+169 * remove double freeSeth Alves2000-07-271-4/+1 * bug fixesSeth Alves2000-07-272-5/+5 * more work on addressbook syncerSeth Alves2000-07-272-18/+105 * Translations from KeldKenneth Christiansen2000-07-271-281/+344 * Fixed a warning.Christopher James Lahey2000-07-273-4/+4 * Fixed a reference.Christopher James Lahey2000-07-2711-12/+82 * Added an ETableSelectionModel so this won't crash.Christopher James Lahey2000-07-275-22/+53 * Fixed the model/view row confusion.Christopher James Lahey2000-07-275-22/+37 * Updated the Turkish translation.Fatih Demir2000-07-272-222/+232 * wait to free the view until we've taken care of freeing its internals.Chris Toshok2000-07-272-51/+77 * Solaris compile fix. OK on Linux too.Matthew Loper2000-07-272-0/+8 * Uninitialized variable fix for e-tableMatthew Loper2000-07-273-2/+7 * Teeny tiny mem leak fix.Matthew Loper2000-07-272-0/+5 * Make the mime parser a bit less reckless. More reckful?Matthew Loper2000-07-273-3/+13 * A few fixes to the ECanvas selection item a miniature cleanup of the event ha...Matthew Loper2000-07-273-16/+53 * Added "table_selection_model" argument. Removed foreach function andChristopher James Lahey2000-07-2731-868/+1041 * Removed counting of selected messages.Christopher James Lahey2000-07-273-20/+6 * OK, it seems that we have all the interesting properties for single-userFederico Mena Quintero2000-07-273-0/+245 * add support for user settable scope. (pas_backend_ldap_search): same.Chris Toshok2000-07-272-5/+19 * add mailer 0.3 featuresDan Winship2000-07-271-0/+48 * Spellchecking, proofing in all .sgml files except FDL and authors.Aaron Weber2000-07-2720-234/+316 * update dependenciesDan Winship2000-07-271-9/+9 * Don't create the tmp_mbox before calling movemail, because the externalDan Winship2000-07-272-18/+20 * routine to call an external movemail program. (camel_movemail): NukeDan Winship2000-07-27