Bug#417493: Patch

2007-04-06 Thread Varun Hiremath

Hi Martin,

Sorry for the delay in replying.

On 4/5/07, Martin Michlmayr <[EMAIL PROTECTED]> wrote:

Sorry, I missed some directories.  Here's a complete patch:


Thanks a lot for the patch. I have included it in the package svn [1].
I have asked my sponsor to upload the package. I shall forward
it upstream also.

[1]: http://bollin.googlecode.com/svn/cone/trunk/debian/

Regards
Varun

--
Varun Hiremath
Undergraduate Student,
Aerospace Engg. Department,
Indian Institute of Technology Madras,
Chennai, India
--
Homepage : http://varun.travisbsd.org


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#417493: Patch

2007-04-05 Thread Martin Michlmayr
tags 417493 + patch
thanks

--- imaplogin.C~2007-04-05 11:40:39.0 +0200
+++ imaplogin.C 2007-04-05 11:40:48.0 +0200
@@ -17,6 +17,7 @@
 #include 
 #include 
 
+#include 
 #include 
 #include 
 #include 
--- imap.C~ 2007-04-05 11:39:22.0 +0200
+++ imap.C  2007-04-05 11:39:31.0 +0200
@@ -21,6 +21,7 @@
 #include 
 #include 
 #include 
+#include 
 #include 
 #include 
 #include 
--- rfc2047encode.C~2007-04-05 11:46:35.0 +0200
+++ rfc2047encode.C 2007-04-05 11:50:16.0 +0200
@@ -9,6 +9,8 @@
 #include "rfc822/rfc2047.h"
 #include "mail.H"
 
+#include 
+
 mail::rfc2047::encode::encode(std::string txt, std::string charset)
 {
char *p=rfc2047_encode_str(txt.c_str(), charset.c_str(),
--- mailtool.C~ 2007-04-05 11:48:27.0 +0200
+++ mailtool.C  2007-04-05 11:48:35.0 +0200
@@ -23,6 +23,7 @@
 
 #include 
 #include 
+#include 
 #include 
 #include 
 #include 
--- nntpxover.C~2007-04-05 11:50:00.0 +0200
+++ nntpxover.C 2007-04-05 11:50:07.0 +0200
@@ -9,6 +9,7 @@
 #include "generic.H"
 #include "envelope.H"
 
+#include 
 #include 
 
 using namespace std;


Now we fail with:

In file included from maildir.C:19:
search.H:147: error: declaration of 'mail::ptr 
mail::searchOneMessage::ptr'
objectmonitor.H:31: error: changes meaning of 'ptr' from 'class 
mail::ptr'

Can you please apply this patch, send it upstream and also let him know
about this problem.
-- 
Martin Michlmayr
http://www.cyrius.com/


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#417493: Patch

2007-04-05 Thread Martin Michlmayr
Sorry, I missed some directories.  Here's a complete patch:

--- cone/addressbook.C~ 2007-04-05 11:56:32.0 +0200
+++ cone/addressbook.C  2007-04-05 11:56:47.0 +0200
@@ -45,6 +45,7 @@
 #include 
 #include 
 #include 
+#include 
 
 #include "addressbookinterfacemail.H"
 #include "addressbookinterfaceldap.H"
--- cone/configscreen.C~2007-04-05 11:57:42.0 +0200
+++ cone/configscreen.C 2007-04-05 11:57:49.0 +0200
@@ -30,6 +30,7 @@
 
 #include 
 #include 
+#include 
 
 extern struct CustomColor color_misc_promptColor;
 extern struct CustomColor color_misc_inputField;
--- cone/curseshierarchy.C~ 2007-04-05 12:01:47.0 +0200
+++ cone/curseshierarchy.C  2007-04-05 12:02:04.0 +0200
@@ -32,6 +32,7 @@
 #include "acl.H"
 #include 
 #include 
+#include 
 
 using namespace std;
 
--- cone/hierarchy.C~   2007-04-05 12:06:25.0 +0200
+++ cone/hierarchy.C2007-04-05 12:06:46.0 +0200
@@ -16,6 +16,7 @@
 #include "libmail/mail.H"
 
 #include 
+#include 
 
 using namespace std;
 
--- cone/init.C~2007-04-05 12:06:47.0 +0200
+++ cone/init.C 2007-04-05 12:06:53.0 +0200
@@ -28,6 +28,7 @@
 #include "messagesize.H"
 #include 
 #include 
+#include 
 
 #include "init.H"
 #include "buildversion.H"
--- cone/gpg.C~ 2007-04-05 12:06:58.0 +0200
+++ cone/gpg.C  2007-04-05 12:07:05.0 +0200
@@ -21,6 +21,7 @@
 #include "wraptext.H"
 #include 
 #include 
+#include 
 #include 
 
 extern char ucheck[];
--- cone/nntpcommand.C~ 2007-04-05 12:07:46.0 +0200
+++ cone/nntpcommand.C  2007-04-05 12:07:55.0 +0200
@@ -11,6 +11,7 @@
 #include "gettext.H"
 #include 
 #include 
+#include 
 
 #include 
 #if HAVE_UNISTD_H
--- cone/myfolder.C~2007-04-05 12:08:09.0 +0200
+++ cone/myfolder.C 2007-04-05 12:08:18.0 +0200
@@ -24,6 +24,7 @@
 
 #include 
 
+#include 
 #include 
 #include 
 #include 
--- cone/mymessage.C~   2007-04-05 12:09:50.0 +0200
+++ cone/mymessage.C2007-04-05 12:10:10.0 +0200
@@ -53,6 +53,7 @@
 #include 
 #include 
 #include 
+#include 
 
 using namespace std;
 
--- libmail/imaplogin.C~2007-04-05 11:40:39.0 +0200
+++ libmail/imaplogin.C 2007-04-05 11:40:48.0 +0200
@@ -17,6 +17,7 @@
 #include 
 #include 
 
+#include 
 #include 
 #include 
 #include 
--- libmail/imap.C~ 2007-04-05 11:39:22.0 +0200
+++ libmail/imap.C  2007-04-05 11:39:31.0 +0200
@@ -21,6 +21,7 @@
 #include 
 #include 
 #include 
+#include 
 #include 
 #include 
 #include 
--- libmail/rfc2047encode.C~2007-04-05 11:46:35.0 +0200
+++ libmail/rfc2047encode.C 2007-04-05 11:50:16.0 +0200
@@ -9,6 +9,8 @@
 #include "rfc822/rfc2047.h"
 #include "mail.H"
 
+#include 
+
 mail::rfc2047::encode::encode(std::string txt, std::string charset)
 {
char *p=rfc2047_encode_str(txt.c_str(), charset.c_str(),
--- libmail/mailtool.C~ 2007-04-05 11:48:27.0 +0200
+++ libmail/mailtool.C  2007-04-05 11:48:35.0 +0200
@@ -23,6 +23,7 @@
 
 #include 
 #include 
+#include 
 #include 
 #include 
 #include 
--- libmail/nntpxover.C~2007-04-05 11:50:00.0 +0200
+++ libmail/nntpxover.C 2007-04-05 11:50:07.0 +0200
@@ -9,6 +9,7 @@
 #include "generic.H"
 #include "envelope.H"
 
+#include 
 #include 
 
 using namespace std;

-- 
Martin Michlmayr
http://www.cyrius.com/


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]