aboutsummaryrefslogtreecommitdiffstats
path: root/composer/e-msg-composer-hdrs.c
Commit message (Expand)AuthorAgeFilesLines
* Massive code cleanup (bug #429422)Matthew Barnes2007-04-201-4/+2
* Patch committed on behalf of Paul Iadonisi <pri.gnome-bz@iadonisi.to>Sankar P2007-04-051-3/+3
* ** Fixes bug #419524Matthew Barnes2007-03-211-1/+1
* ** Fixes bug #360240Matthew Barnes2007-03-171-1/+0
* Fix for Bug 273921Devashish Sharma2006-07-211-3/+14
* Set the visible field to FALSE.Jeffrey Stedfast2006-05-261-13/+13
* Added ENameSelectorList support.Srinivasa Ragavan2006-04-241-6/+17
* Return a value... Why are blatant errors like this just warnings in gcc?Tor Lillqvist2006-02-161-3/+3
* Factorize some code.Frédéric Crozat2006-02-101-29/+12
* Use guint for 1 bit bitfield, use g_slist_delete_link instead ofKjartan Maraas2006-01-301-6/+2
* use composer->priv->charset instead of p->charset. This fixes a crashParthasarathi Susarla2005-10-221-0/+1
* Comitted NotZed's patch given on #314701Vivek Jain2005-10-211-2/+4
* Reverting the last commitParthasarathi Susarla2005-10-051-2/+2
* ** See bug #315987Parthasarathi Susarla2005-10-051-2/+2
* only define skip_content: if it is used. (menu_file_add_attachment_cb):Not Zed2005-08-241-36/+25
* Use camel_object_unref instead of g_object_unref.Shreyas Srinivasan2005-07-211-4/+4
* unref the store which was being leaked.Shreyas Srinivasan2005-07-151-6/+6
* add casts in previous patch to fix warnings. (account_can_send): fix theNot Zed2005-07-141-4/+4
* ** See bug #309869S.Antony Vincent Pandian2005-07-141-0/+9
* Take into account store permissions (Read Only). These are proxy specificShreyas Srinivasan2005-07-101-36/+63
* Retired GAL from Head. The relevant files have moved inside evolution.Kaushal Kumar2005-06-171-1/+1
* hack up so we dont include mail-component.h anymore, since it now reliesNot Zed2005-06-031-1/+6
* moved e-error to e-util.Not Zed2005-05-161-1/+1
* ** See bug #66592Not Zed2005-03-041-8/+15
* Set pointers to the contact editor creation functions in the entries, soHans Petter Jansson2005-01-251-0/+7
* Unref the name selector. (e_contact_list_editor_save_contact): Fix aHans Petter Jansson2004-12-231-90/+133
* fix for bugzilla #44876mengjie yu2004-10-271-10/+17
* Merged notzed-eplugin-2-branch to head.Michael Zucci2004-09-201-0/+1
* fix for folder selector api change.Not Zed2004-05-181-1/+1
* ** Changed error messages to EError.Not Zed2004-04-281-5/+5
* EABDestination -> EDestination. (e_msg_composer_hdrs_to_message_internal):Chris Toshok2004-04-101-35/+35
* Fixed missing headers now mail/* doesn't include gtk/*, camel/*, andNot Zed2004-03-311-0/+4
* exclude non-viable folder targets for selection, related to #55089.Not Zed2004-03-221-1/+2
* reverted radek's patch below, it was already fixed (#53176). Changed theNot Zed2004-01-291-31/+28
* fix compilation errorJP Rosevear2004-01-131-1/+1
* added "View To", "View Post To" menu items, made it possible to see bothMeilof Veeningen2004-01-131-21/+245
* Unifdef out the post-to code and fix it to use the new folder selectionJeffrey Stedfast2003-12-051-15/+12
* Do not depend on e-folder-list.Ettore Perazzoli2003-12-031-1/+4
* (create_headers): #if 0 the "post to"Ettore Perazzoli2003-12-011-3/+3
* Merge new-ui-branch into the trunk.Ettore Perazzoli2003-10-221-36/+35
* (header_new_recipient): Make the entryEttore Perazzoli2003-09-161-1/+1
* fixed an insulting error message. Fixes bug #47413.Lorenzo Gil Sanchez2003-08-141-1/+1
* ** For bug #46013Maxx Cao2003-07-181-1/+1
* Fixes bug #44139.Jeffrey Stedfast2003-06-181-10/+3
* free the structure as well.Larry Ewing2003-06-111-0/+1
* Same as the rest. (setup_ui): We didn't even seem to be using the gconfJeffrey Stedfast2003-06-101-3/+5
* [ fixes #40694 ] this can't hurt - set the frame to autoactivate so if byChris Toshok2003-04-201-0/+2
* [ fixes bug #39763 ] remove the control_entry_focus_{in,out}_event_cbChris Toshok2003-04-081-1/+1
* Keep track of which entry widget has focus.Jeffrey Stedfast2003-04-021-9/+4
* e_msg_composer_hdrs_get_subject() now returns const so don't g_free() itJeffrey Stedfast2003-03-191-19/+7
* disconnect any signal handlers on the accounts object. For bug #37873.Not Zed2003-03-041-0/+1
* default_account is now a string value, not an int.Jeffrey Stedfast2003-02-191-17/+20
* clean upDan Winship2003-02-061-0/+2
* Fixed a #warning by converting the filename into a uri before passing itJeffrey Stedfast2003-01-281-24/+135
* Updated to use EAccountList and iterators. (evolution_composer_init):Jeffrey Stedfast2003-01-181-22/+32
* don't pass NULL to bonobo_widget_set_property.Chris Toshok2003-01-101-3/+3
* need to ref/sink "new" so that the g_object_unref doesn't spew a warning.Chris Toshok2003-01-101-1/+4
* Use gconf to get the default account index.Jeffrey Stedfast2003-01-091-36/+42
* fixed to build with -DG[TK]_DISABLE_DEPRECATEDJeffrey Stedfast2003-01-031-1/+0
* removed warning about e_notice. its used too much, its here to stay.Not Zed2002-12-021-5/+5
* Duh! dont free subject & simplify logic a little.Not Zed2002-11-211-3/+3
* dont unref after destroy. duh.Not Zed2002-11-191-9/+10
* Fix bonobo object setup.Not Zed2002-11-081-100/+101
* Only add the account address to the list of addresses if it is non-NULL.Jeffrey Stedfast2002-10-221-1/+2
* Use "mail/*" for the allowed_types for the posting folder selector.Dan Winship2002-09-261-1/+1
* Only append the account name to the end of the From menu item if the emailDan Winship2002-09-251-4/+21
* Fixes bug #29016Jeffrey Stedfast2002-08-231-1/+7
* Use an EvolutionFolderSelectorButton instead of a label to indicate theDan Winship2002-08-191-7/+12
* Create the Post-To header. (headers_set_visibility): Possibly show theJeffrey Stedfast2002-07-261-60/+117
* This should use address_encode, since its an rfc822 address, notNot Zed2002-07-191-1/+1
* Instead of doing this with a weakref, do it by connecting to the destroyPeter Williams2002-07-171-6/+10
* added "Set as default" menu itemRadek Doulik2002-06-111-1/+10
* Agh, priv->from.entry is no longer a GtkOptionMenu - it is an hboxJeffrey Stedfast2002-06-071-1/+3
* Remove the customize toolbar thingy since Michael said that this would fixJeffrey Stedfast2002-06-071-6/+12
* put option menu to hbox to make space for signatures menuRadek Doulik2002-06-061-3/+17
* Unref the priv->tooltips object here.Jeffrey Stedfast2002-04-171-0/+1
* Change the Reply-To header contents. (e_msg_composer_hdrs_set_reply_to):Jeffrey Stedfast2002-04-121-13/+12
* Use decode rather than unformat - the e_destination was changed (long timeNot Zed2002-04-091-3/+3
* Fixes bug #3980.Jeffrey Stedfast2002-04-061-5/+11
* If we are in redirect mode, use the original message and set the resent-*Jeffrey Stedfast2002-01-301-127/+151
* Set the X-Evolution-Format header to text/plain if that is the editingJeffrey Stedfast2002-01-081-1/+0
* Update the licensing information to require version 2 of the GPLEttore Perazzoli2001-10-271-2/+2
* Check that account->id->address != NULL.Jon Trowbridge2001-10-231-26/+36
* Don't pop up an "unable to retrieve message" if the composer neverDan Winship2001-10-141-3/+1
* Check for either a matching account name, or for a matching e-mail addressJon Trowbridge2001-10-111-5/+8
* Don't gtk_object_destroy() the pixbuf loader, unref it instead.Jeffrey Stedfast2001-09-171-8/+10
* Originally was corba_recipientlist_to_glist. (impl_Composer_set_headers):Jon Trowbridge2001-09-091-90/+107
* Remove some debugging messages that don't check for NULL strings and crashDan Winship2001-09-081-4/+0
* Pass in FALSE as the 'sending' arg to e_msg_composer_get_message.Jon Trowbridge2001-08-301-56/+10
* In the GUI, the toggle is labelled "hide addresses", not "show addresses"Jon Trowbridge2001-08-231-1/+134
* formatted code nicerJeffrey Stedfast2001-08-181-11/+9
* Toggle the View->Attachments menu item. This fixes bug #6107.Jeffrey Stedfast2001-08-181-16/+16
* Removed comment about the need to resolve nicknames properly, because weJon Trowbridge2001-08-111-3/+2
* Set the smime/pgp always-sign options when here so it updates when theJeffrey Stedfast2001-08-101-1/+1
* Set the PGP/MIME and S/MIME options to FALSE before getting the messageJeffrey Stedfast2001-08-091-1/+0
* Removed some debugging chatter.Jon Trowbridge2001-07-261-4/+1
* Update to the new way of finding the default account.Jason Leach2001-07-191-3/+9
* Removed a warning that I don't need anymore. This code is workingJeffrey Stedfast2001-07-131-11/+12
* Use camel_internet_address_format_address rather than camel_address_encodeJeffrey Stedfast2001-07-101-6/+7
* Make sure that our destination string (dest_str) is not the empty stringJon Trowbridge2001-07-071-1/+1
* Touch all of our EDestinations before we unref them, updating the last-useJon Trowbridge2001-06-301-1/+7
* Update the copyrights, replacing Helix Code with Ximian andEttore Perazzoli2001-06-231-1/+1
* Return the serialized EDestinations (rather than just a string w/ e-mailJon Trowbridge2001-05-181-7/+25
* signature changingRadek Doulik2001-04-251-0/+11
* Here goes my additional simple include fixes.Gediminas Paulauskas2001-04-051-0/+4
* Fix headers. Same here.Kjartan Maraas2001-04-051-0/+3
* Replace #include <gtk/gtk.h> Replace #include <gnome.h> Remove #includeKjartan Maraas2001-03-301-5/+5
* Make sure the reply_to text is non-NULL before trying to pass it off toJeffrey Stedfast2001-03-181-0/+5
* Use gnome_vfs_mime_type_from_name rather than gnome_vfs_mime_info, sinceDan Winship2001-03-141-6/+6
* Added view_replyto member.Jeffrey Stedfast2001-03-131-11/+76
* New function. Used to store integer values into the configuration engine.Miguel de Icaza2001-03-081-196/+229
* If @account_name is NULL, pick the default account rather than giving aDan Winship2001-02-161-4/+4
* Updated. We might want to change the corba interface for this to allowJeffrey Stedfast2001-02-111-0/+1
* Set the default argument toChristopher James Lahey2001-02-061-7/+36
* make sure we convert from utf-8 before creating the option menu items.Larry Ewing2001-01-301-2/+6
* (Moving the flag for has_changed from the Hdrs to the Composer itself.Jason Leach2001-01-261-6/+13
* Use "Full Name <address>" for the label in the menu rather than theJeffrey Stedfast2001-01-201-1/+10
* (Adding a boolean "entry_changed" BonoboPropertyBag arg)Jason Leach2001-01-191-1/+22
* Updated to reflect changes to e_msg_composer_hdrs_get_from().Jeffrey Stedfast2001-01-181-27/+21
* (Bug #1192: Set the Composer window title to something useful)Jason Leach2001-01-181-7/+28
* (Plug leaking the subject string on each message sent)Jason Leach2001-01-161-2/+1
* Oops. Make sure to attach the item to the menu ;-)Jeffrey Stedfast2001-01-131-0/+1
* Call set_from_account which means we no longer have to do all the crapJeffrey Stedfast2001-01-131-59/+112
* Only attach to "changed" if the widget is an EEntry. The HEADER_COMBOBOXMiguel de Icaza2001-01-121-3/+2
* Only set the popdown strings if we have anything to popdown.Miguel de Icaza2001-01-121-2/+3
* Updated for new config code - this time it works!Jeffrey Stedfast2001-01-091-11/+13
* Reverted back to old config code temporarily until I get the new configJeffrey Stedfast2001-01-091-13/+11
* Updated to reflect changes to the mail-config API.Jeffrey Stedfast2001-01-081-11/+13
* If the headers have changed, then continue with the prompt else justJeffrey Stedfast2001-01-041-1/+13
* Call e_utf8_to_gtk_string on the combobox strings.Dan Winship2001-01-021-2/+4
* Made it so that carriage return doesn't insert a newline in the subjectChristopher James Lahey2000-12-151-0/+1
* Don't convert the utf-8 string to a gtkstring because the widget expectsJeffrey Stedfast2000-12-131-9/+5
* return NULL if we can't create a view.Michael Meeks2000-12-051-1/+1
* A very, long, very tedious IDL API rename and re-scoping;Michael Meeks2000-11-111-5/+5
* Changed for message api changes. Use camel_address_unformat to convert theNot Zed2000-11-071-78/+30
* Added #include <config.h> s/_HAVE_CONFIG_H/HAVE_CONFIG_H for working i18n.Kjartan Maraas2000-11-071-1/+1
* Old cruft. Remove.Dan Winship2000-10-241-1/+0
* Include Composer.h instead of volution-Addressbook-SelectNames.hAriel Rios2000-10-241-1/+1
* Don't need the ID anymore.Iain Holmes2000-10-181-9/+2
* Only allow one select-names dialog for each composer.Iain Holmes2000-10-141-2/+9
* fix typo in tooltip. fix accelerator for "Save as" to be different fromDan Winship2000-09-261-1/+1
* Added check for gnome-app-lib. Removed directories that have been moved toChristopher James Lahey2000-09-181-2/+2
* Always request to import the HTML version if at all possible so that weJeffrey Stedfast2000-08-291-1/+1
* Set the "From" address in the CamelMimeMessage. Also updated to useJeffrey Stedfast2000-08-291-28/+29
* More UTF-8 handlingLauris Kaplinski2000-08-251-4/+7
* Return the text in GtkCombo->entryJeffrey Stedfast2000-08-101-1/+1
* Fixed the GList identity stuff, should now display all configuredJeffrey Stedfast2000-08-101-9/+6
* Fixed some warnings.Christopher James Lahey2000-08-101-12/+23
* Modified to allow dropdown entry-boxes as well (for headers like From:)Jeffrey Stedfast2000-08-101-23/+128
* Removed the extra frame here.Christopher James Lahey2000-07-091-14/+1
* Added code for initializing the values of the fields in the messageEttore Perazzoli2000-07-081-20/+50
* Use the new controls implemented in the addressbook in the messageEttore Perazzoli2000-07-081-18/+175
* I18N the message composer's title bar. Don't install header files.Ettore Perazzoli2000-06-171-0/+40
* Turned off focus in the To, Cc, and Bcc buttons.Christopher James Lahey2000-05-071-0/+1
* update for Camel recipient changes. (Just to make it build, not to takeDan Winship2000-04-291-2/+5
* new functionsDan Winship2000-04-221-3/+26
* More work:Ettore Perazzoli1999-11-171-0/+355