- Timestamp:
- Feb 3, 2008, 1:08:11 AM (17 years ago)
- Branches:
- master, barnowl_perlaim, debian, release-1.10, release-1.4, release-1.5, release-1.6, release-1.7, release-1.8, release-1.9
- Children:
- 99219ed
- Parents:
- 625802a (diff), af1920fd (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
logging.c
r28ee32b ree310eb 139 139 /* Figure out what path to log to */ 140 140 if (owl_message_is_type_zephyr(m)) { 141 / / If this has CC's, do all but the "recipient" which we'll do below141 /* If this has CC's, do all but the "recipient" which we'll do below */ 142 142 to = owl_message_get_cc_without_recipient(m); 143 143 if (to != NULL) { … … 326 326 327 327 if (personal && owl_message_is_type_zephyr(m)) { 328 // We want to log to all of the CC'd people who were not us, or 329 // the sender, as well. 328 /* We want to log to all of the CC'd people who were not us, or 329 * the sender, as well. 330 */ 330 331 char *cc, *temp; 331 332 cc = owl_message_get_cc_without_recipient(m);
Note: See TracChangeset
for help on using the changeset viewer.