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?"



Re: mutt-announce unused?

1999-05-19 Thread fred smith

On Mon, May 17, 1999 at 07:04:01PM +0100, Lars Hecking wrote:
> Leon Breedt writes:
> > [EMAIL PROTECTED] spake thus:
> > > ist mutt-announce used? At least I got no annoucement of 0.95.5 ... 
> > Ditto.  How does one know about new development releases?
> > 
> > I'd also like to know where I can get a CVS version of mutt...
> 
>  Subscribe to mutt-dev.

I didn't see any announcement here either,... was there one?
-- 
 Fred Smith -- [EMAIL PROTECTED] 
The Lord detests the way of the wicked 
  but he loves those who pursue righteousness.
- Proverbs 15:9 (niv) -



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

Mark:

I connect to my Linux box from home with Data Fellow's SSH2 client for
Win9x, and it too has an option to display ANSI colors.  I also had
trouble displaying color Mutt, until I tried this:

Once you connect, try 

TERM=rxvt
export TERM

mutt

You might get a few characters displaying oddly (such as the thread
indicators), but colors come through well (at least for me).  

If it works for you, you can set add these lines to your .bashrc or
/etc/profile, etcetera.  It will detect when you're connecting on a
pseudo-tty, and adjust the terminal type accordingly.  Your mileage
may vary.


V_TERMINAL=`tty`

case "$V_TERMINAL" in
 /dev/ttyp*) TERM="rxvt";;
  *) TERM="linux";;
esac

export TERM


Good luck!

-- Don


On Tue, May 18, 1999 at 03:19:54PM -0400, Mark D. Scudder wrote:
  ...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.


Don S. Rogers  .  Department Computing Coordinator
Brown University  .  Sociology  .  Population Studies
Social Science Research Lab  .  http://ssrl.pstc.brown.edu
phone 401.863.2550  .  fax 401.863.3213




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 David Thorburn-Gundlach

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




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: ignore

1999-05-19 Thread Randall J. Million

>   unignore *
>   ignore X-Filter In-Reply-To Autoforwarded X-UID 
> 
> After 'unignore *', mutt seems to forget about the ignores.  Am I
> doing something wrong?

Once you unignore something, there is no way to ignore it again without
restarting mutt.

I think this is counter intuitive and that it should be changed, or at
least a command to reset the list should be provided.

randy

-- 
Five hundred, twenty-five thousand six hundred minutes, how do you measure...?
 
[EMAIL PROTECTED]  http://www.louisville.edu/~rjmill01/
Triangle Fraternity   http://www.louisville.edu/rso/triangle/
Association for Computing Machinery   http://acm.louisville.edu/



Re: binding []

1999-05-19 Thread David DeSimone

David Thorburn-Gundlach <[EMAIL PROTECTED]> wrote:
>
> I always use ctrl-u and ctrl-d for up and down.

Those aren't the default key-bindings.  The default for ^D and ^U is
delete-thread and undelete-thread, respectively.  If it works for you,
then you should tell everyone how you made it do that.  :)

These are the commands he's looking for:

bind pager [ half-up
bind pager ] half-down

-- 
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: 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.



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

1999-05-19 Thread mabs

is there any way that I can do what I have said in the subject?

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?

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

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



Re: Color Issues

1999-05-19 Thread Anonymous

On Wed, May 19, 1999 at 06:09:46PM +0200, Renaud Colinet wrote:
> 
> 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.

You'll have to install something that can deal with colors (I use Tom
Dickey's xterm from http://www.clark.net/pub/dickey/xterm) since the
usual Slugaris xterm can't do color.

-- 
Brian Moore   | "The Zen nature of a spammer resembles
  Sysadmin, C/Perl Hacker |  a cockroach, except that the cockroach
  Usenet Vandal   |  is higher up on the evolutionary chain."
  Netscum, Bane of Elves. Peter Olson, Delphi Postmaster



Re: binding []

1999-05-19 Thread David Thorburn-Gundlach

Joshua --

...and then Joshua N Pritikin said...
% On Wed, May 19, 1999 at 12:09:39PM -0400, [EMAIL PROTECTED] wrote:
% 
% Is something wrong?  Your message seems empty.

Hmmm...  No, the message that I sent was OK, and I got it back from
the list just fine...  I've attached it below to give you a second
try, and I won't PGP-sign this message in case that's causing you
problems.


% 
% -- 
% "Never ascribe to malice that which can be explained by stupidity."


:-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*



Re: ignore

1999-05-19 Thread Jos Purvis

Quoth Joshua N Pritikin ([EMAIL PROTECTED]):
> Hi!
> 
> First of all, thanks for developing such a great piece of software!

Can't take credit, but I'll certainly drink to that!  :)

> 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?

Hmm.  I use the inverse of that statement in my .muttrc, and it
works fine:

   ignore *
   unignore from date subject to cc reply-to:
   unignore organization organisation 
   unignore posted-to:

As someone has pointed out already, once you unignore something,
it's hard (impossible) to ignore it again, but if you turn everything off,
then selectively turn on the headers you want to see, it works fine.
I agree--what you did should work, and it's somewhat unintuitive that it
doesn't (perhaps it follows a syntax model with which I'm not
familiar...).  HTH!

--Jos

-- 
  Joseph Purvis ([EMAIL PROTECTED])
   There's no time like the present. But a couple of minutes ago
  probably bore a *striking* similarity.  --Lev L. Spiro
http://sunsite.unc.edu/purvis/



Re: binding []

1999-05-19 Thread David Thorburn-Gundlach

David, et al --

...and then David DeSimone said...
% David Thorburn-Gundlach <[EMAIL PROTECTED]> wrote:
% >
% > I always use ctrl-u and ctrl-d for up and down.
% 
% Those aren't the default key-bindings.  The default for ^D and ^U is
% delete-thread and undelete-thread, respectively.  If it works for you,
% then you should tell everyone how you made it do that.  :)

Son of a gun...  I've played with bindings and didn't even know it :-)

As suggested, my .muttrc entries are

bind pager \Cd half-down# half page forward
bind pager \Cu half-up  # half page back


:-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


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




Re: 2 questions

1999-05-19 Thread Jeremy Blosser

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




Re: 2 questions

1999-05-19 Thread Peter van Dijk

On Wed, May 19, 1999 at 03:28:21PM -0500, Brent Hueth wrote:
> 
> 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?

Press ; before s. This is how everything works with tagged messages.

Greetz, Peter
-- 
| 'He broke my heart,|  Peter van Dijk |
 I broke his neck'   | [EMAIL PROTECTED] |
   nognikz - As the sun  |Hardbeat@ircnet - #cistron/#linux.nl |
 | Hardbeat@undernet - #groningen/#kinkfm/#vdh |



Re: Multiple From: addresses

1999-05-19 Thread Or Sagi

Hi,

maybe I'm missing somethying here (I was just trying to solve 
that problem a couple of days ago)

for example, the mail i'm replying to was sent to 'mutt-users@whatever'. 
While the email address I want to appear is [EMAIL PROTECTED] ...

The solution I'm using is two configuration files of postfix (configured to
relay and do rewriting on the envelope for my two different addresses), and 
two different mutt configurations (set sendmail).

I seperate my mail to different files using procmail, so that wasn't a 
problem for me.

any comments/ideas ?

Ors

On Tue, May 18, 1999 at 11:52:41AM -0500, Jeremy Blosser wrote:
> Renaud Colinet [[EMAIL PROTECTED]] wrote:
> > le 17 May, [EMAIL PROTECTED] a écrit :
> > > I have several mail accounts, and now I would like mutt to
> > > use the correct address when I reply to mails. I want to tell
> > > mutt to "reply using this From: header if the mail was sent
> > > to this address of mine, and use that From: header if the mail
> > > was sent to that address of mine."
> > > 
> > Well I suspect that all you want is the From: header to be set to the address
> > the mail was sent to you. This can be achieved by setting the reverse_name
> > variable in your muttrc:
> > set reverse_name
> 
> You'll also need to use 'alternates' to tell Mutt which addresses are
> actually yours.
> 
> -- 
> Jeremy Blosser   |   [EMAIL PROTECTED]   |   http://jblosser.firinn.org/
> -+-+--
> "Would you fight to the death, for that which you love?
>In a cause surely hopeless ...for that which you love?"
>  -- D. McKiernan, _Dragondoom_




"default" color with slang

1999-05-19 Thread Paul A .

I've recently been trying to use the "default" color with mutt linked
against slang, and I don't seem to be able to get what I want as a background
color.  It does do exactly what the manual says with COLORFGBG -- does this
imply that it works as one would expect with ncurses?

Unless I'm missing something, this requirement for the COLORFGBG variable
causes me to lose the use of my xterm's background color while in mutt
because none of the names documented match the background resource.

At first I just thought that's the way it works, but I've noticed that lynx
with slang (and without any COLORFGBG variable) does exactly what I want,
so it looks to me like there's something mutt could be doing differently.
Perhaps an earlier version of slang has the requirement for COLORFGBG?

-- 
Paul Ackersviller



Color Issues

1999-05-19 Thread Anonymous

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