--- /debiandev/new/mozilla-thunderbird-0.3/extensions/ipc/src/nsPipeTransport.cpp	2003-10-26 01:13:46.000000000 +0200
+++ mozilla-thunderbird-0.3/extensions/ipc/src/nsPipeTransport.cpp	2003-10-26 01:13:09.000000000 +0200
@@ -159,8 +159,8 @@
                               nsIRequest,
                               nsIOutputStream,
                               nsIStreamListener,
-                              nsIInputStreamNotify,
-                              nsIOutputStreamNotify);
+                              nsIInputStreamCallback,
+                              nsIOutputStreamCallback);
 #else // !MOZILLA_VERSION
 // Mods for Mozilla version prior to 1.3b
 NS_IMPL_THREADSAFE_ISUPPORTS8(nsPipeTransport, 
@@ -922,8 +922,8 @@
     mOutputStream = asyncOutputStream;
 
     // Set input stream observer (using event queue, if need be)
-    rv = asyncInputStream->AsyncWait((nsIInputStreamNotify*) this,
-                                      0, mNoProxy ? NULL : NS_CURRENT_EVENTQ);
+    rv = asyncInputStream->AsyncWait((nsIInputStreamCallback*) this,
+                                      0, 0, mNoProxy ? NULL : NS_CURRENT_EVENTQ);
     if (NS_FAILED(rv)) return rv;
 
 #else // !MOZILLA_VERSION
@@ -1503,8 +1503,8 @@
     if (NS_FAILED(rv)) return rv;
 
     // Re-set input stream observer (using event queue, if need be)
-    rv = inStr->AsyncWait((nsIInputStreamNotify*) this,
-                          0, mNoProxy ? NULL : NS_CURRENT_EVENTQ);
+    rv = inStr->AsyncWait((nsIInputStreamCallback*) this,
+                          0, 0, mNoProxy ? NULL : NS_CURRENT_EVENTQ);
     if (NS_FAILED(rv)) return rv;
 
     return rv;
--- /debiandev/new/mozilla-thunderbird-0.3/extensions/ipc/src/nsPipeTransport.h	2003-10-26 01:13:46.000000000 +0200
+++ mozilla-thunderbird-0.3/extensions/ipc/src/nsPipeTransport.h	2003-10-26 01:13:19.000000000 +0200
@@ -73,8 +73,8 @@
                         public nsIOutputStream,
                         public nsIStreamListener,
 #ifdef MOZILLA_VERSION
-                        public nsIInputStreamNotify,
-                        public nsIOutputStreamNotify
+			public nsIInputStreamCallback,
+			public nsIOutputStreamCallback
 #else
 // Mods for Mozilla version prior to 1.3b
                         public nsIInputStreamObserver,
@@ -93,8 +93,8 @@
     NS_DECL_NSISTREAMLISTENER
 
 #ifdef MOZILLA_VERSION
-    NS_DECL_NSIINPUTSTREAMNOTIFY
-    NS_DECL_NSIOUTPUTSTREAMNOTIFY
+      NS_DECL_NSIINPUTSTREAMCALLBACK
+      NS_DECL_NSIOUTPUTSTREAMCALLBACK
 #else
     // Mods for Mozilla version prior to 1.3b
     NS_DECL_NSIINPUTSTREAMOBSERVER
--- /debiandev/new/mozilla-thunderbird-0.3/extensions/enigmail/src/Makefile.in 3 Apr 2003 07:25:56 -0000       1.11
+++ mozilla-thunderbird-0.3/extensions/enigmail/src/Makefile.in 25 Oct 2003 23:29:53 -0000
@@ -78,8 +78,8 @@
 		  imglib2 \
 		  $(NULL)
 
-EXPORTS		=		    \
-		$(NULL)
+#EXPORTS		=		    \
+#		$(NULL)
 
 LOCAL_INCLUDES	= \
 		-I$(srcdir)/../build \
