Changeset c43c77b


Ignore:
Timestamp:
Jul 8, 2010, 5:55:46 PM (14 years ago)
Author:
Nelson Elhage <nelhage@mit.edu>
Branches:
master, release-1.10, release-1.7, release-1.8, release-1.9
Children:
96582d5
Parents:
efc460e
Message:
Display the cleartext on outgoing zcrypted personals.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • functions.c

    r987cf3f rc43c77b  
    417417  /* If it's personal */
    418418  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);
    420421    m=owl_function_make_outgoing_zephyr(z);
    421422    if (m) {
Note: See TracChangeset for help on using the changeset viewer.