Changeset 99219ed for zephyr.c


Ignore:
Timestamp:
Feb 4, 2008, 8:14:23 PM (16 years ago)
Author:
Alejandro R. Sedeño <asedeno@mit.edu>
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:
6f6330b
Parents:
ee310eb (diff), 005fc22 (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.
Message:
Merged revisions 924-927 via svnmerge from 
file:///afs/sipb.mit.edu/project/barnowl/src/svn/trunk

........
  r926 | geofft | 2008-02-04 18:20:08 -0500 (Mon, 04 Feb 2008) | 2 lines
  
  Add the variable 'zsender' to customize the outgoing Zephyr username.
........
  r927 | asedeno | 2008-02-04 20:11:37 -0500 (Mon, 04 Feb 2008) | 1 line
  
  bufflen should be initialized on copy.
........
File:
1 edited

Legend:

Unmodified
Added
Removed
  • zephyr.c

    r625802a r99219ed  
    539539  }
    540540  notice.z_default_format="Class $class, Instance $instance:\nTo: @bold($recipient) at $time $date\nFrom: @bold{$1 <$sender>}\n\n$2";
    541   notice.z_sender=NULL;
     541  if (*owl_global_get_zsender(&g))
     542      notice.z_sender=owl_global_get_zsender(&g);
     543  else
     544      notice.z_sender=NULL;
    542545  if (opcode) notice.z_opcode=opcode;
    543546
Note: See TracChangeset for help on using the changeset viewer.