Re: Netscape / Pronto
Status: Alpha
Brought to you by:
bdwinters
From: Brian D. W. <bri...@pt...> - 2000-10-11 17:19:20
|
On Sun, Oct 08, 2000 at 07:40:36AM -0400, David Boles wrote: > Maher Awamy, one of the authors of Pronto, suggested that I try > Muttzilla so that I might be able to use Pronto for Netscape mailto:'s. > Not being any kind of a programer and a Linux user for only about three > months, I am from DOS and OS/2 Warp, I am asking for some help. > > What do I change, write, or whatever do get Mutzilla and Netscape to > work together? Copy the attached file (which someone else sent me independently, within a day or so of your question) into the muttzilla-0.40 source directory, and change this line in the Makefile: MAILERLIBS = mutt pine dtmail VM tin to: MAILERLIBS = mutt pine dtmail VM tin pronto Then run make, do the install, and set the following in your rc file (either /etc/muttzilla.conf, or ~/.muttzillarc): mailscript=mzmail.sh # The attached file doesn't provide pronto # support for the .py, just the .sh. mailprog=pronto mailargs=pronto The rest of the installation instructions should be the same. I use redhat, which is closely related to mandrake, so the installation itself should be relatively painless. Good luck, and let us know if you run into any specific problems along the way. Brian |