aboutsummaryrefslogtreecommitdiffstats
path: root/composer/e-msg-composer-hdrs.c
Commit message (Collapse)AuthorAgeFilesLines
* Removed the extra frame here.Christopher James Lahey2000-07-091-14/+1
| | | | | | | | 2000-07-09 Christopher James Lahey <clahey@helixcode.com> * e-msg-composer-hdrs.c: Removed the extra frame here. svn path=/trunk/; revision=4009
* Added code for initializing the values of the fields in the messageEttore Perazzoli2000-07-081-20/+50
| | | | | | composer. Unfortunately the ESelectNames crashes when you do this... svn path=/trunk/; revision=3975
* Use the new controls implemented in the addressbook in the messageEttore Perazzoli2000-07-081-18/+175
| | | | | | composer. svn path=/trunk/; revision=3973
* I18N the message composer's title bar. Don't install header files.Ettore Perazzoli2000-06-171-0/+40
| | | | | | | | | Initial implementation of the "Open" and "Save as" commands (not really tested/finished, I am just syncing the tree before leaving). Put the cursor on the "To:" field when the message composer is shown. Set the correct shadow type in the scroll frame. svn path=/trunk/; revision=3603
* Turned off focus in the To, Cc, and Bcc buttons.Christopher James Lahey2000-05-071-0/+1
| | | | | | | | | 2000-05-06 Christopher James Lahey <clahey@helixcode.com> * e-msg-composer-hdrs.c: Turned off focus in the To, Cc, and Bcc buttons. svn path=/trunk/; revision=2838
* update for Camel recipient changes. (Just to make it build, not to takeDan Winship2000-04-291-2/+5
| | | | | | advantage of new features, or do things cleanly.) svn path=/trunk/; revision=2677
* new functionsDan Winship2000-04-221-3/+26
| | | | | | | | | | | | | * e-msg-composer.c (e_msg_composer_set_headers): (e_msg_composer_set_body_text): new functions * e-msg-composer-hdrs.c: const poisoning (e_msg_composer_hdrs_set_subject): (e_msg_composer_hdrs_get_subject): new functions * e-msg-composer-address-entry.c: const poisoning svn path=/trunk/; revision=2548
* More work:Ettore Perazzoli1999-11-171-0/+355
- Fixed some Camel API naming issues. - Moved the message composer stuff to the `composer' directory. svn path=/trunk/; revision=1395