Re: uudencoded stuff

1999-05-19 Thread Brian Salter-Duke

On Tue, May 18, 1999 at 01:40:15PM -0500, David DeSimone wrote:
 [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:
 
  if you ever get urlview to work *PLEASE* let me know how you did it
 
 I compiled it, installed it, and made a macro to call it from Mutt.
 
Since I made a number of alterations that may interest others here is
what I have just done:-

1. I compiled urlview on two machines - AIX and DU - with no
problem and installed the executable in /usr/local/bin.

2. I added the following two lines to my .muttrc:-

macro index \cb |urlview\n
macro pager \cb |urlview\n
 
3. I moved sample.urlview to my home directory as .urlview. I edited
this to alter the REGEXP to replace 'www' by '(www|ftp)' which allows
addresses such as ftp.cs... to be recognised as well as www.cs...
As command I used:-
COMMAND url_handler '%s'

4. url_handler is url_handler.sh that comes with the release renamed
and moved to /usr/local/bin. I edited it in two ways. The sed stuff
to convert $url to $target for ncftp does not work correctly but is
actually not needed for version 3.0 - beta 18 of ncftp. I just have 
ncftp $url under the 2 ftp cases. Since my mutt is a wrapper for the
actual code which I call realmutt, I replaced mutt by realmutt.

5. Everything works fine with urlview handling web address to lynx,
ftp addresses to ncftp and mailto to a new call of mutt.

This could be developed in various ways. For example, as a chemist
I might get *.pdb URLs which contain molecular data and can be
viewed by a code called RasMol. It would not be difficult to
alter url_handler to deal with this.

Cheers, Brian.
-- 
Associate Professor Brian Salter-Duke (Brian Duke)
School of Mathematical and Physical Sciences, Northern Territory University,
  Darwin, NT 0909, Australia.  Phone 08-89466702. Fax 08-89466847
e-mail: [EMAIL PROTECTED]  WWW http://lacebark.ntu.edu.au/chemistry 



ignore

1999-05-19 Thread Anonymous

Hi!

First of all, thanks for developing such a great piece of software!

I am interested in seeing all the mail headers and then pruning them
down.  However, this doesn't seem to work:

  unignore *
  ignore X-Filter In-Reply-To Autoforwarded X-UID 

After 'unignore *', mutt seems to forget about the ignores.  Am I
doing something wrong?

Thanks.

-- 
"Does `competition' have a purpose?"



binding []

1999-05-19 Thread Joshua N Pritikin

The [ and ] keys are bound to half-page scrolling at the message list
view.  Can they do the same when viewing individual messages?  What
is the proper magic to make this happen?

Thanks!

-- 
"Does `competition' have a purpose?"



ignore [RESEND]

1999-05-19 Thread Joshua N Pritikin

Hi!

First of all, thanks for developing such a great piece of software!

I am interested in seeing all the mail headers and then pruning them
down.  However, this doesn't seem to work:

  unignore *
  ignore X-Filter In-Reply-To Autoforwarded X-UID 

After 'unignore *', mutt seems to forget about the ignores.  Am I
doing something wrong?

Thanks.

-- 
"Does `competition' have a purpose?"



binding [] [RESEND]

1999-05-19 Thread Joshua N Pritikin

The [ and ] keys are bound to half-page scrolling at the message list
view.  Can they do the same when viewing individual messages?  What
is the proper magic to make this happen?

Thanks!

-- 
"Does `competition' have a purpose?"



Re: Color Issues

1999-05-19 Thread Anonymous

Warning
Could not process message with given Content-Type: 
multipart/signed; boundary=VbJkn9YxBvnuCH5J; micalg=pgp-md5;protocol="application/pgp-signature"




Re: Color Issues

1999-05-19 Thread Anonymous

le 18 May, Mark D. Scudder a écrit :
 Hello,
 
 I've been using Mutt for a few weeks now and I like it.  However, one of
 the reasons I did start using it was so I could have a color mail client
 for Linux.  I connect to my Linux box using SecureCRT (an ssh client for
 Win95) and if I set up as VT100 with "ANSI Color" on, I can see color
 objects such as Linux's directory colors.  But Mutt doesn't work.
 
 I tried creating the term files like it says in the FAQ but it's obvious
 they're made for an xterm window and not a terminal emulator.  However,
 I'd like to think that if Linux itself can do color, so can Mutt.
 
 I'd appreciate any help anybody could give, having a black-and-white
 e-mail program is such a drag :-).
 
 Mark

I personally set the TERM environment variable to xterm-color. This works fine
on a Linux machine, and also when I'm connected via PuTTY (another telnet/ssh
client for Win95)

Btw, does anyone know if it is possible to configure (as a single user) SunOS
5.5.1 (don't know if the version matters much) to enable coloring in mutt?
xterm-color is not recognized.

-- 
  ___
{~._.~}Renaud COLINET   |
 ( Y ) [EMAIL PROTECTED] |
()~*~()01 48 42 22 80 (dom) |
(_)-(_)01 41 75 31 37 (bur) |



Re: binding []

1999-05-19 Thread Renaud Colinet

on May 18, Joshua N Pritikin wrote:
 The [ and ] keys are bound to half-page scrolling at the message list
 view.  Can they do the same when viewing individual messages?  What
 is the proper magic to make this happen?
How about the following:
bind pager [ half-up
bind pager ] half-down

Works for me
-- 
  ___
{~._.~}Renaud COLINET   |
 ( Y ) [EMAIL PROTECTED] |
()~*~()(33)1 48 42 22 80 (home) |
(_)-(_)(33)1 41 75 31 37 (off)  |



Re: mutt-announce unused?

1999-05-19 Thread Lars Hecking


   Subscribe to mutt-dev.
 
 I didn't see any announcement here either,... was there one?

Subject: [Announce] New versions.
Message-ID: [EMAIL PROTECTED]

 A pointer to the cvs source is right at the top of mutt's README.



Re: ignore

1999-05-19 Thread David DeSimone

unignore *
ignore X-Filter In-Reply-To Autoforwarded X-UID 

If you simply remove the "unignore *" command, it should work the way
you want it to..?

-- 
David DeSimone   | "The doctrine of human equality reposes on this:
[EMAIL PROTECTED]   |  that there is no man really clever who has not
Hewlett-Packard  |  found that he is stupid." -- Gilbert K. Chesterson
Convex Division  |PGP: 5B 47 34 9F 3B 9A B0 0D  AB A6 15 F1 BB BE 8C 44



Re: changing the From:/Reply-to: header to match the To: header when replying

1999-05-19 Thread David Thorburn-Gundlach

Marcus --

...and then [EMAIL PROTECTED] said...
% is there any way that I can do what I have said in the subject?

Probably :-)


% 
% eg, an email comes into my mailbox (mabs), which was forwarded from webmaster,
% and when I reply, I would like the From: header to change to webmaster, how can
% I achive this?

Someone just asked this question, and the answer that came back was to
use reverse_name and alternates.  Give that a shot.


% 
% I have tried:
% send-hook '~f ^mabs@atdot\.org$' 'my_hdr From: Marcus B [EMAIL PROTECTED]'
% but obviously, it doesn't work...

I'm kinda surprised that you're dumping your webmaster mail into your
main mailbox instead of somewhere else -- which, of course, would make
setting your header easier :-)


% 
% P.S. I am not on the mail list, so, please CC me


:-D
-- 
David Thorburn-Gundlach * It's easier to fight for one's principles
(play) [EMAIL PROTECTED]  * than to live up to them. -- fortune cookie
(work) [EMAIL PROTECTED] Helping out at Pfizer
http://www.bigfoot.com/~davidtg/Shpx gur Pbzzhavpngvbaf Qrprapl Npg!
"Why2k?  Well, I didn't think at the time that I could charge any more!"
Note: If bigfoot.com gives you fits, try sector13.org in its place. *sigh*


 PGP signature


2 questions

1999-05-19 Thread Brent Hueth

Hello,
 
I've recently installed mutt (0.95.3i) and have a couple of questions. 

1. I've got a number of mailboxes set up in ~/Mail/., however mutt won't let
   me save messages into one of them (~/Mail/mutt-users, actually).  

2. When I tag a group of messages that I'd like to save from one folder to
   another (using "t" for each message and then "s"), I only save the current
   message. How can I save *all* the tagged messages?

Thanks much.

Brent