Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • message.c

    rbff1f22 r6646fdb  
    836836
    837837 
    838   /* set the "isprivate" attribute if it's a private zephyr. */
    839   if (owl_zwrite_recip_is_personal(n->z_recipient)) {
     838  /* set the "isprivate" attribute if it's a private zephyr.
     839   ``private'' means recipient is non-empty and doesn't start wit
     840   `@' */
     841  if (*n->z_recipient && *n->z_recipient != '@') {
    840842    owl_message_set_isprivate(m);
    841843  }
Note: See TracChangeset for help on using the changeset viewer.