Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • zephyr.c

    r987cf3f r922f589  
    852852  char *tmpbuff, *myuser, *to;
    853853  owl_message *mout;
    854   owl_zwrite *z;
    855854 
    856855  /* bail if it doesn't look like a message we should reply to.  Some
     
    888887  owl_free(to);
    889888
    890   z = owl_zwrite_new(tmpbuff);
    891   owl_zwrite_set_message(z, owl_global_get_zaway_msg(&g));
    892   owl_zwrite_set_zsig(z, "Automated reply:");
    893 
    894889  /* display the message as an admin message in the receive window */
    895   mout=owl_function_make_outgoing_zephyr(z);
     890  mout=owl_function_make_outgoing_zephyr(owl_global_get_zaway_msg(&g), tmpbuff, "Automated reply:");
    896891  owl_global_messagequeue_addmsg(&g, mout);
    897892  owl_free(tmpbuff);
    898   owl_zwrite_delete(z);
    899893#endif
    900894}
Note: See TracChangeset for help on using the changeset viewer.