Changeset 785 for trunk

Show
Ignore:
Timestamp:
01/17/00 07:45:45 (9 years ago)
Author:
graham
Message:

Added ICQ# to the forwarded messages so ICQ for windows sees it as a link

Location:
trunk/email
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/email/configure.in

    r770 r785  
    66 
    77dnl All versioning is done via the following line 
    8 AM_INIT_AUTOMAKE(Licq-Forwarder, 0.50) 
     8AM_INIT_AUTOMAKE(Licq-Forwarder, 0.51) 
    99AM_CONFIG_HEADER(config.h) 
    1010 
  • trunk/email/src/forwarder.cpp

    r775 r785  
    300300  time_t t = e->Time(); 
    301301  strftime(szTime, 64, "%a %b %d, %R", localtime(&t)); 
    302   sprintf(szText, "[ %s from %s (%ld) sent %s ]\n\n%s\n", EventDescription(e), 
     302  sprintf(szText, "[ %s from %s (ICQ#%ld) sent %s ]\n\n%s\n", EventDescription(e), 
    303303          u->GetAlias(), u->Uin(), szTime, e->Text()); 
    304304  CICQEventTag *tag = licqDaemon->icqSendMessage(m_nUINTo, szText, false, false);