aboutsummaryrefslogtreecommitdiffstats
path: root/composer/e-msg-composer-hdrs.c
Commit message (Expand)AuthorAgeFilesLines
* 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