Update of /cvsroot/mahogany/M/src/mail
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32505/src/mail
Modified Files:
Address.cpp
Log Message:
return the address which matched, not the own address which it matched, in
ContainsOwnAddress()
Index: Address.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/mail/Address.cpp,v
retrieving revision 1.17
retrieving revision 1.18
diff -b -u -2 -r1.17 -r1.18
--- Address.cpp 6 Jul 2004 12:24:40 -0000 1.17
+++ Address.cpp 6 Jul 2004 13:00:50 -0000 1.18
@@ -329,5 +329,5 @@
{
if ( own )
- *own = addresses[n];
+ *own = addr->GetAddress();
return true;
-------------------------------------------------------
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 -
digital self defense, top technical experts, no vendor pitches,
unmatched networking opportunities. Visit www.blackhat.com
_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates