Changeset c43c77b
- Timestamp:
- Jul 8, 2010, 5:55:46 PM (14 years ago)
- Branches:
- master, release-1.10, release-1.7, release-1.8, release-1.9
- Children:
- 96582d5
- Parents:
- efc460e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
functions.c
r987cf3f rc43c77b 417 417 /* If it's personal */ 418 418 if (owl_zwrite_is_personal(z)) { 419 /* create the outgoing message */ 419 /* Create the outgoing message. Restore the un-crypted message for display. */ 420 owl_zwrite_set_message(z, msg); 420 421 m=owl_function_make_outgoing_zephyr(z); 421 422 if (m) {
Note: See TracChangeset
for help on using the changeset viewer.