Changeset 68b41b0


Ignore:
Timestamp:
Oct 12, 2002, 10:47:36 AM (21 years ago)
Author:
James M. Kretchmar <kretch@mit.edu>
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:
be97670
Parents:
b45293f
Message:
Fixed bug where local realm wasn't appended to recipient for outgoing
messages, which broke filters and things.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • message.c

    rb45293f r68b41b0  
    441441  m->inst=owl_strdup(owl_zwrite_get_instance(&z));
    442442  m->recip=long_zuser(owl_zwrite_get_recip_n(&z, 0)); /* only gets the first user, must fix */
    443   owl_zwrite_get_recipstr(&z, m->recip);
    444443  m->opcode=owl_strdup(owl_zwrite_get_opcode(&z));
    445444  m->realm=owl_strdup(owl_zwrite_get_realm(&z)); /* also a hack, but not here */
Note: See TracChangeset for help on using the changeset viewer.