aboutsummaryrefslogtreecommitdiffstats
path: root/composer/evolution-composer.c
Commit message (Expand)AuthorAgeFilesLines
* Update FSF address in header comments (#469886). Patch from TobiasMatthew Barnes2007-09-021-2/+2
* Use guint for 1 bit bitfield, use g_slist_delete_link instead ofKjartan Maraas2006-01-301-3/+0
* use libedataserver/e-account.h instead of e-util/e-account.h. useSimon Zheng2006-01-061-1/+1
* composer/e-msg-composer-select-file.c, composer/e-msg-composer.c,Philip Van Hoof2005-10-191-2/+1
* Added widgets in INCLUDES.Kaushal Kumar2005-06-231-1/+1
* Retired GAL from Head. The relevant files have moved inside evolution.Kaushal Kumar2005-06-171-2/+2
* removed unused static variable listener_vepvRadek Doulik2004-07-281-2/+2
* clean up the code slightly.Not Zed2004-06-171-1/+1
* EABDestination -> EDestination. (e_msg_composer_hdrs_to_message_internal):Chris Toshok2004-04-101-10/+10
* Fixed missing headers now mail/* doesn't include gtk/*, camel/*, andNot Zed2004-03-311-1/+3
* use g_ascii_strcasecmp rather than strcasecmp.Not Zed2004-02-021-2/+2
* Merge new-ui-branch into the trunk.Ettore Perazzoli2003-10-221-10/+10
* add send_cb/save_draft_cb arguments. (impl_Composer_send): use the localNot Zed2003-03-101-71/+30
* clean upDan Winship2003-02-061-1/+1
* Updated to use EAccountList and iterators. (evolution_composer_init):Jeffrey Stedfast2003-01-181-15/+25
* Use camel_text_to_html(). (e_msg_composer_new_from_url): Same.Jeffrey Stedfast2002-12-171-5/+5
* removed warning about e_notice. its used too much, its here to stay.Not Zed2002-12-021-2/+2
* Fix bonobo object setup.Not Zed2002-11-081-18/+32
* It's a grand old string-review! Nitpicky and minor changes; details in the ap...Aaron Weber2002-10-011-1/+1
* let the caller set the "From" account too (by name or address).Dan Winship2002-09-301-1/+18
* oops, forgot to saveJeffrey Stedfast2002-07-061-1/+1
* Don't connect to the postpone signal, but do connect to the save-draftJeffrey Stedfast2002-07-061-5/+5
* "Forward as iCalendar" uses set_body, so we can't make the composerDan Winship2002-03-191-7/+0
* [pulled up from evolution-1-0-branch]Dan Winship2002-02-261-5/+21
* New.Dan Winship2001-10-311-17/+24
* Set the (new) "no_body" flag on the composer.Dan Winship2001-10-301-1/+12
* Update the licensing information to require version 2 of the GPLEttore Perazzoli2001-10-271-2/+2
* null terminate the destination vectorJP Rosevear2001-09-121-0/+1
* Don't call new_with_sig_file, it no longer exists.Jeffrey Stedfast2001-09-111-1/+1
* Originally was corba_recipientlist_to_glist. (impl_Composer_set_headers):Jon Trowbridge2001-09-091-34/+23
* simplified(refactored) signature handling + better support for htmlRadek Doulik2001-06-291-12/+2
* Update the copyrights, replacing Helix Code with Ximian andEttore Perazzoli2001-06-231-2/+2
* Changed attachData to accept a sequence of chars rather than a string.Dave Camp2001-06-211-2/+2
* send the messageJP Rosevear2001-06-201-0/+14
* Replace #include <gtk/gtk.h> Replace #include <gnome.h> Remove #includeKjartan Maraas2001-03-301-3/+6
* If !mail_config_is_configured(), give an error and return NULL.Dan Winship2001-02-281-0/+8
* Use the camel-internet-address code to format the address rather thanJeffrey Stedfast2001-02-141-6/+5
* Updated. We might want to change the corba interface for this to allowJeffrey Stedfast2001-02-111-2/+2
* (Fix #1222: doing File->New->Mail Message doesn't include .sig)Jason Leach2001-01-221-1/+15
* comment out for now to ease compat issues. (evolution_composer_construct):Michael Meeks2001-01-181-4/+5
* Small moniker updateMiguel de Icaza2001-01-121-1/+1
* Only attach to "changed" if the widget is an EEntry. The HEADER_COMBOBOXMiguel de Icaza2001-01-121-5/+19
* Add an ItemContainer Bonobo interface to allow client applications toMiguel de Icaza2001-01-121-1/+25
* return NULL if we can't create a view.Michael Meeks2000-12-051-2/+2
* A very, long, very tedious IDL API rename and re-scoping;Michael Meeks2000-11-111-21/+21
* Attach send/postpone signal handlers to the EMsgComposer.Dan Winship2000-10-261-1/+12
* Evolution::Composer interface. So entirely not tested.Dan Winship2000-10-211-0/+302