tags 282175 + patch
thanks

I have attached a patch to enable moving of messages to a folder with
the --move option. This patch is against /usr/bin/gotmail version
0.8.2-3 (the current version in sarge).

I have not extensively tested the patch but it works for me and looks
like it is not very intrusive.

(looking at the bug 282175 history, this seems to be (at least partly)
part of the patch in gotmail_041120.patch)

-- 
-- arthur - [EMAIL PROTECTED] - http://people.debian.org/~adejong --
--- gotmail.orig	2005-06-11 13:03:56.000000000 +0200
+++ gotmail.working	2005-06-11 13:52:13.000000000 +0200
@@ -1120,7 +1120,7 @@
   my $folder_index_url = shift;
   my $folder_name = shift;
 
-  my @folder_list = getPage("http://$host/cgi-bin/folders?$folder_index_url";, "", 0, 1, 0);
+  my @folder_list = getPage("http://$host$folder_index_url";, "", 1, 1, 0);
 
   # Join the page into one big string, and split it into bits that interest us
   my $onestr = join "", @folder_list;

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to