[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Debianized Mutt-i 1.0 for slink! (WAS: Problem with Mutt <-> GPG cooperation)



On Mon, Dec 20, 1999 at 10:50:21PM +0000, Jonathan McDowell wrote:
> 
> On Mon, Dec 20, 1999 at 11:41:52PM +0100, Wojciech Zabolotny wrote:
> 
> > > I had this problem too and upgraded to mutt 1.0i and it's gone away, so
> > > I guess it was a known bug that got fixed.
> > Is the mutt 1.0i available somewhere as a debian package?
> 
> 1.0 appears to be in unstable according to a search on
> http://www.debian.org/distrib/packages
> 

I have successfully debianized mutt.1.0i downloaded from
ftp://ftp.guug.de/pub/mutt/mutt-1.0i.tar.gz

All I had to do was:
1. unpack the tar.gz in the ~/tmp directory
2. enter the mutt-1.0 directory
3. modify the charsets/parse_i18n.c (otherwise the compile error occured), adding the
   STATE struct definition
   Below is the part of my mutt_1.0-1.diff.gz file:

--- mutt-1.0.orig/charsets/parse_i18n.c
+++ mutt-1.0/charsets/parse_i18n.c
@@ -22,6 +22,14 @@
 #include <string.h>
 #include <ctype.h>

+typedef struct
+{
+  FILE *fpin;
+  FILE *fpout;
+  char *prefix;
+  int flags;
+} STATE;
+
 #include "../charset.h"

4. run the dpkg-buildpackage

That's all. Now my mutt works excellent with GnuPG!
Thanks for all who helped.

-- 
	                      Wojciech M. Zabolotny
	http://www.ise.pw.edu.pl/~wzab  <--> wzab@ise.pw.edu.pl

http://www.gnupg.org  Gnu Privacy Guard - protect your mail & data
                      with the FREE cryptographic system


Reply to: