Changeset e5da3fe for zephyr.c


Ignore:
Timestamp:
Mar 24, 2011, 4:24:25 PM (13 years ago)
Author:
David Benjamin <davidben@mit.edu>
Branches:
master, release-1.10, release-1.8, release-1.9
Children:
a5b5d00
Parents:
283ff1e
git-author:
DD Liu <liudi@mit.edu> (11/06/10 22:35:54)
git-committer:
David Benjamin <davidben@mit.edu> (03/24/11 16:24:25)
Message:
Create per-recipient copies of outgoing messages for non-CC'd personals

Fixes bug #63.

[davidben@mit.edu: Fix up comment, rebase to master]
[davidben@mit.edu: Address nitpicks]
File:
1 edited

Legend:

Unmodified
Added
Removed
  • zephyr.c

    r7d969f3 re5da3fe  
    851851#ifdef HAVE_LIBZEPHYR
    852852  char *tmpbuff, *myuser, *to;
    853   owl_message *mout;
    854853  owl_zwrite *z;
    855854 
     
    898897
    899898  /* display the message as an admin message in the receive window */
    900   mout=owl_function_make_outgoing_zephyr(z);
    901   owl_global_messagequeue_addmsg(&g, mout);
     899  owl_function_add_outgoing_zephyrs(z);
    902900  owl_zwrite_delete(z);
    903901#endif
Note: See TracChangeset for help on using the changeset viewer.