aboutsummaryrefslogtreecommitdiffstats
path: root/composer/main.c
Commit message (Collapse)AuthorAgeFilesLines
* Evolution::Composer interface. So entirely not tested.Dan Winship2000-10-211-76/+0
| | | | | | | | | | | | | | * Evolution-Composer.idl: * evolution-composer.[ch]: Evolution::Composer interface. So entirely not tested. * Makefile.am (libcomposer_la_SOURCES): Add evolution-composer.[ch] (IDLS): Update this for Evolution-Composer.idl / Composer.idl * main.c: Removed. (Old, dead code) svn path=/trunk/; revision=6077
* This needs to return a const char * and not a char *, because we're notJeffrey Stedfast2000-09-021-7/+7
| | | | | | | | | | | | | | 2000-09-01 Jeffrey Stedfast <fejj@helixcode.com> * e-msg-composer.c (e_msg_composer_get_sig_file): This needs to return a const char * and not a char *, because we're not actually allocating memory here. (create_menubar_file): Changed "Send" to "Send Now" and added "Send Later" (menu_file_send_later_cb): New callback that emits the POSTPONE signal (equivalent to "Send Later" svn path=/trunk/; revision=5177
* Merge with camel-async.Peter Williams2000-08-111-1/+1
| | | | svn path=/trunk/; revision=4687
* Bonobization of the message composer, part 1.Ettore Perazzoli2000-03-021-7/+31
| | | | svn path=/trunk/; revision=2012
* More work:Ettore Perazzoli1999-11-171-0/+52
- Fixed some Camel API naming issues. - Moved the message composer stuff to the `composer' directory. svn path=/trunk/; revision=1395