- Timestamp:
- Jan 4, 2005, 11:04:52 PM (20 years ago)
- Branches:
- master, barnowl_perlaim, debian, owl, release-1.10, release-1.4, release-1.5, release-1.6, release-1.7, release-1.8, release-1.9
- Children:
- 180cd15
- Parents:
- 95474d7
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
zephyr.c
r95474d7 r15b34fd 518 518 #ifdef HAVE_LIBZEPHYR 519 519 char *tmpbuff, *myuser, *to; 520 owl_message *mout; 520 521 521 522 /* bail if it doesn't look like a message we should reply to. Some … … 554 555 555 556 /* display the message as an admin message in the receive window */ 556 owl_function_make_outgoing_zephyr(owl_global_get_zaway_msg(&g), tmpbuff, "Automated reply:"); 557 mout=owl_function_make_outgoing_zephyr(owl_global_get_zaway_msg(&g), tmpbuff, "Automated reply:"); 558 owl_function_add_message(mout); 557 559 owl_free(tmpbuff); 558 560 #endif
Note: See TracChangeset
for help on using the changeset viewer.