Re: Newbie continued

1999-04-27 Thread dizzy73

Reply-To: 
Thank you very much for the advise. I appreciate it. Ive been at work so havent had 
time to change the setting but I will
Thanks again
rob

> [EMAIL PROTECTED] dixit:
> ~> Can someone tell me 
> ~> where does my sent mail go /endup on my end?
> ~> do I need to file a cc to /home/my_sent-mail?
> 
> in ~/.muttrc:
> 
> set copy=yes
> 
> will keep a copy of every outgoing mail.
> 
> ~> How does one veiw other folders (where saved mail went)
> 
> press:
> c
> 
> 
> ~> How come vim is unpredictibally jumpy when tyring to navigate with the up & down 
>arrows?
> ~> It seems to jump 3 -4 lines other times it will behave and totally navigate with 
>use of the arrows
> 
> may be those 3-4 lines are long lines, not sure about that behaviour.
> See, in the below line (your text), the line doesn't really break, it
> continues ("ndex").  Shorten the length of lines by default, eg. in
> ~/.vimrc:
> 
> set textwidth=72
> 
> ~> In my .muttrc I like the "inverse bar" that points to messages in the 
>folderindex. 
> ~> *unset
> ~> On startup mutt complains of "bad command" But... displays the full color bar.
> ~> The error is just annoying (but I could live with it ;-)
> 
> You don't have to, in ~/.muttrc:
> 
> set arrow_cursor   # you'll see the ->
> # set arrow_cursor # you'll see the inversed bar
> 
> Regards
> 
> Horacio
> -- 
> Claves - GnuPG/PGP - Keys : http://www.rediris.es/cert/keyserver
> o/or
> Envía un mensaje vacío a [EMAIL PROTECTED] con la línea de asunto:
> Send a blank message to [EMAIL PROTECTED] with the subject line:
> Tipo de Clave/Key TypeAsunto:/Subject:
> 
> DSA/ElGamal   fetch dsa/elgamal
> DSS/Diffie-Hellmanfetch dh/dss
> RSA   fetch rsa

-- 
Linux Home Page http://www.connix.com/~dizzy73/LBM.htm
S.u.S.E Linux 5.3 
   



showing sender's name when using lists

1999-04-27 Thread Paul Visscher

Hello,

I have a list set up like this:

lists perl5-porters

and when i read mail from the p5p list, perl5-porters shows up in the
index as the senders name. I don't really like that, and i know what
list it is(because it's all in ~/mail/perl5-porters). IIRC, there is a
way to disable this feature and still have 'L' work, but i don't
remember it. I can't find in in the manual, either. Can anyone point me
to the correct command?

Thanks,
-- 
Paul Visscher
[EMAIL PROTECTED]
<-><-><-><-><->
use Disclaimer::Std;
"Our lusers are pretty much stupid to the bone." -- RLK



save and delete

1999-04-27 Thread Stephen Maher

Hi,

I want to  hit 's' in index mode to mark mesg for deletion, prompt me to
save the mesg with default filename, and when I confirm the filename, more
to the next undeleted mesg ( *as I used to do in elm ).

Is there a better way than this broken hack?

bind index v save-message
macro index s "dKv"

Thanks,
Steve
-- 
[EMAIL PROTECTED] (301) 286-3368  fax:(301) 286-1776
http://holodeck.gsfc.nasa.gov/vr/vr.html
NASA Goddard Space Flight Center



Re: S/mime

1999-04-27 Thread rfi from Rich Roth

On Tue, Apr 27, 1999 at 01:11:35PM +0200, Martin Keseg - Sun Slovakia - SE wrote:

> Is here a support for:
> S/MIME Cryptographic Signature [applica/x-pkcs7-si, base64, 3.3K]

Not at the moment - the supporting libraries have just been released in a
format that can be used in Mutt and there has been some discussion of it on
the Mutt-dev list, but nothing so far.

-- 
Later ...

Rich Roth --- On-the-Net

Direct:  Box 927, Northampton, MA 01061, Voice: 413-586-9668

Email: [EMAIL PROTECTED] Url: http://www.on-the-net.com
   ~~~   www.i-depth.com lets you Add Instant Depth to your Website~~~
~~~  Adding depths to Web presences and Internet providers  ~




Re: trouble with send-hook

1999-04-27 Thread Stefan Troeger

Hi,
  
On Tue, Apr 27, 1999 at 15:58 +0200, Stefan Troeger wrote:  
 
> send-hook .   "my_hdr [EMAIL PROTECTED]"

This should be

send-hook . "my_hdr From: [EMAIL PROTECTED]"

of course.

Ciao,
Stefan



Re: trouble with send-hook

1999-04-27 Thread Stefan Troeger

Hi,

On Tue, Apr 27, 1999 at 13:38 +0200, Dominik Vogt wrote:

> I have a problem with these lines in my ~/.muttrc:
> 
>   send-hook "^ *[fF]vwm"   "my_hdr From: [EMAIL PROTECTED]"
>   send-hook "^ *FVWM"   "my_hdr From: [EMAIL PROTECTED]"
> 
> What I want to do is this: from my mail account at work
> ([EMAIL PROTECTED]) I want to send mail to the fvwm mailing
> lists but with '[EMAIL PROTECTED]' as the sender. So far this
> works well, but sometimes the customized header is added to
> mails that don't have 'fvwm' in the recipients list. For example
> a few days ago I sent a mail to 

Mutt does not automatically reset your mail adress to its
default value after applying your send-hook. A 

send-hook .   "my_hdr [EMAIL PROTECTED]"
send-hook "^ *[fF]vwm""my_hdr From: [EMAIL PROTECTED]"
send-hook "^ *FVWM"   "my_hdr From: [EMAIL PROTECTED]"

should fix this (this works because mutt examines the send-hooks
in the order you specified them in your .muttrc every time you
write a mail).

Ciao,
Stefan



Re: Newbie continued

1999-04-27 Thread homega

[EMAIL PROTECTED] dixit:
~> Can someone tell me 
~> where does my sent mail go /endup on my end?
~> do I need to file a cc to /home/my_sent-mail?

in ~/.muttrc:

set copy=yes

will keep a copy of every outgoing mail.

~> How does one veiw other folders (where saved mail went)

press:
c


~> How come vim is unpredictibally jumpy when tyring to navigate with the up & down 
arrows?
~> It seems to jump 3 -4 lines other times it will behave and totally navigate with 
use of the arrows

may be those 3-4 lines are long lines, not sure about that behaviour.
See, in the below line (your text), the line doesn't really break, it
continues ("ndex").  Shorten the length of lines by default, eg. in
~/.vimrc:

set textwidth=72

~> In my .muttrc I like the "inverse bar" that points to messages in the folderindex. 
~> *unset
~> On startup mutt complains of "bad command" But... displays the full color bar.
~> The error is just annoying (but I could live with it ;-)

You don't have to, in ~/.muttrc:

set arrow_cursor   # you'll see the ->
# set arrow_cursor # you'll see the inversed bar

Regards

Horacio
-- 
Claves - GnuPG/PGP - Keys : http://www.rediris.es/cert/keyserver
o/or
Envía un mensaje vacío a [EMAIL PROTECTED] con la línea de asunto:
Send a blank message to [EMAIL PROTECTED] with the subject line:
Tipo de Clave/Key Type  Asunto:/Subject:

DSA/ElGamal fetch dsa/elgamal
DSS/Diffie-Hellman  fetch dh/dss
RSA fetch rsa



trouble with send-hook

1999-04-27 Thread Dominik Vogt

I have a problem with these lines in my ~/.muttrc:

  send-hook "^ *[fF]vwm"   "my_hdr From: [EMAIL PROTECTED]"
  send-hook "^ *FVWM"   "my_hdr From: [EMAIL PROTECTED]"

What I want to do is this: from my mail account at work
([EMAIL PROTECTED]) I want to send mail to the fvwm mailing
lists but with '[EMAIL PROTECTED]' as the sender. So far this
works well, but sometimes the customized header is added to
mails that don't have 'fvwm' in the recipients list. For example
a few days ago I sent a mail to 

  [EMAIL PROTECTED]

(please don't send her mail) but got the answer to the gmx account.
Checking the mail in my archive I see that it had the gmx from-header.

Farther down in my ~/.muttrc I even have this:

  my_hdr From: [EMAIL PROTECTED]

The output of 'mutt -v' on my system:

 snip 
Mutt 0.93i (1998-07-10)
Copyright (C) 1996-8 Michael R. Elkins <[EMAIL PROTECTED]>
Mutt comes with ABSOLUTELY NO WARRANTY; for details type `mutt -vv'.
Mutt is free software, and you are welcome to redistribute it
under certain conditions; type `mutt -vv' for details.

System: HP-UX B.10.20 [using ncurses 4.2]
Compile options:
-DOMAIN
-HIDDEN_HOST  -HOMESPOOL  +USE_SETGID  +USE_DOTLOCK  +USE_FCNTL  -USE_FLOCK
-USE_IMAP  +USE_POP  +HAVE_REGCOMP  -USE_GNU_RX  +HAVE_COLOR  -BUFFY_SIZE 
-EXACT_ADDRESS
SENDMAIL="/usr/sbin/sendmail"
MAILPATH="/var/mail"
SHAREDIR="/usr/local/share"
-ISPELL
 snip 

I have another problem that is a bit annoying:

Whenever I start mutt and hit shift-g to fetch my mail (via pop)
I'm asked for a password:

  POP Password: @
   ^^^

Before I can enter my password I have to hit Backspace once.
It looks as if there is already some trash in the input buffer.
Sometimes I don't get the '@' but a couple of random characters
and I have to hit Backspace several times.

This problem occurs only on my HP-UX machine (712/60). No problem
on various Linux machines at all.

Any hints? Is there some workaround for the first problem?

Bye

Dominik ^_^

P.S.: Please cc me, I'm not on the list.

-- 
Dominik Vogt, Hewlett-Packard GmbH, Dept. BVS
Herrenberger Str.130, 71034 Boeblingen, Germany
phone: 07031/14-4596, fax: 07031/14-3883, [EMAIL PROTECTED]



Newbie continued

1999-04-27 Thread dizzy73

Can someone tell me 
where does my sent mail go /endup on my end?
do I need to file a cc to /home/my_sent-mail?

How does one veiw other folders (where saved mail went)

Sorry to be so dense here

How come vim is unpredictibally jumpy when tyring to navigate with the up & down 
arrows?
It seems to jump 3 -4 lines other times it will behave and totally navigate with use 
of the arrows

In my .muttrc I like the "inverse bar" that points to messages in the folderindex. 
*unset
On startup mutt complains of "bad command" But... displays the full color bar.
The error is just annoying (but I could live with it ;-)
Thanks
rob


-- 
Linux Home Page http://www.connix.com/~dizzy73/LBM.htm
S.u.S.E Linux 5.3 
   



S/mime

1999-04-27 Thread Martin Keseg - Sun Slovakia - SE

Hello,

Is here a support for:

S/MIME Cryptographic Signature [applica/x-pkcs7-si, base64, 3.3K]
-- 
Keso



Automatic delete after save?

1999-04-27 Thread Stephen Maher

[Sorry if you've seen this - I posted right after subscribing and received
email saying this mesage probably wasn't posted]

Hi,  

I want mutt to automatically delete messages that I save.  Seems
simple, but after a couple of runs through the docs I still haven't
found a way to do it.  

My current hack:

bind index v save-message
macro index s "dKv"

This doesn't work if you try to save the last message in your in box.

Suggestions?

My apologies if I missed something obvious ..

thanks,

Steve


-- 
[EMAIL PROTECTED] (301) 286-3368  fax:(301) 286-1776
http://holodeck.gsfc.nasa.gov/vr/vr.html
NASA Goddard Space Flight Center