Re: mutt and GPG - adding new keys (slightly OT)

1999-10-06 Thread J Horacio MG
On Wed, Oct 06, 1999 at 10:17:42AM +0530, Abhay Ghaisas said: Is there any way I can directly add a key that has been sent by somebody to me by email into the key-ring directly from mutt? You must have the following settings: set pgp_gpg=/usr/bin/gpg#where your GnuPG binary

my_hdr From vs set use_from

1999-10-06 Thread Marcelo Magallon
Hi, I'm having a little bit of trouble here... I need to set the like to use "use_from", too. Basically what I need to do is: * Use [EMAIL PROTECTED] with several addresses (mailing lists, friends, ...) * Use my university's address otherwise * When replying, use whatever address

Re: Aliases

1999-10-06 Thread Thomas Roessler
On 1999-10-06 14:27:56 +1000, Brett White wrote: alias dad Allan White [EMAIL PROTECTED] alias mum Margaret White [EMAIL PROTECTED] If I now want to make an alias called family that mails both mum and dad how do I do this? I have tried... alias family Family dad, mum that is, it doesn't

Re: Aliases

1999-10-06 Thread Ralf Hildebrandt
On Wed, Oct 06, 1999 at 02:27:56PM +1000, Brett White wrote: alias family Family dad, mum Why not try: alias family mum dad -- Ralf Hildebrandt [EMAIL PROTECTED] www.stahl.bau.tu-bs.de/~hildeb "Those who do not understand UNIX are condemned to reinvent it -- badly."

Re: problems with attachments

1999-10-06 Thread Martin Keseg - Sun Slovakia - SE
Raju K V ([EMAIL PROTECTED]) wrote : hi, I am having some problem with attachments. 1. When I forward a mail to somebody, the attachments in the forwarded mail are not sent. How do I enable forwarding of attachments? :set mime_forward -- Keso

Re: my_hdr From vs set use_from

1999-10-06 Thread David DeSimone
Marcelo Magallon [EMAIL PROTECTED] wrote: * Use [EMAIL PROTECTED] with several addresses (mailing lists, friends, ...) * Use my university's address otherwise Sounds like what everyone wants to do these days... * When replying, use whatever address was used to send me mail... (that

Re: 'set from' vs. 'my_hdr From:' ?

1999-10-06 Thread Thomas Roessler
On 1999-10-06 11:57:42 -0500, David DeSimone wrote: But, the "from" variable is documented as: When set, this variable contains a default from address. It can be overridden using my_hdr (including from send-hooks) and ... and what?? ... and reverse_name. I've fixed this in the

Re: please help

1999-10-06 Thread Jeff Taylor
Sasha, What is your sendmail variable set to? The default works for me and I am using qmail's sendmail wrapper/clone. Jeff Quoting Jeff Taylor [EMAIL PROTECTED]: Hello, I have read the online help manual all the way through, and can not figure this problem out. Just wondering if you

Re: please help

1999-10-06 Thread Jeremy Blosser
Sasha Borodin [[EMAIL PROTECTED]] wrote: I have read the online help manual all the way through, and can not figure this problem out. Just wondering if you can shed some light on this error message: Every time I try to send something, I get: "Error sending message child exited 127 ()."

Re: mutt and GPG - adding new keys (slightly OT)

1999-10-06 Thread Walter Hofmann
On Wed, 06 Oct 1999, Abhay Ghaisas wrote: Also, is there any way I can get keys from key-servers from behind a fire-wall? GPG doesn't support getting keys via a http proxy, but I wrote a patch for it; it is attached. Apply the patch tp gpg-1.0.0 and set http_proxy, eg. export

Re: macro question

1999-10-06 Thread Mikko Hänninen
Dennis Moore [EMAIL PROTECTED] wrote on Wed, 06 Oct 1999: i'm need a macro to do the following: macro index \cE "TMail Delivery\n;d\$y" in other words, delete all the email with 'Mail Delivery' does anyone know of a better way to do this in mutt? Is there some specific reason you want to

Re: macro question

1999-10-06 Thread Dennis Moore
On Thu, Oct 07, 1999 at 12:31:11AM +0300, Mikko Hänninen wrote: Is there some specific reason you want to have the messages tagged? If not, I recommend you go for D instead of T, which is "delete messages matching pattern..." And if there are no such messages, nothing happens. So the

Re: mutt segfaults + gdb output

1999-10-06 Thread rutger
On Tue, Oct 05, 1999 at 09:54:55PM +0200, Thomas Roessler wrote: The behaviour you observe means most probably that we have some rare problem when reading user headers from the edited file. Since you seem to be able to reproduce this problem, could you please give us a mail message which

Re: segmentation fault

1999-10-06 Thread Edmund GRIMLEY EVANS
David DeSimone: On Mon Oct 04 1999, Rejo Zenger wrote: Now Mutt gives me "Sorting mailbox...Segmentation fault" error. Mutt had/has a known problem where it will dump core if it encounters a message which has no Message-ID header. Is there such a message in your mailbox? That was a

Forward with full headers?

1999-10-06 Thread Russell Van Tassell
Ok... I'm probably just missing something simple, here... but how do you forward a message to someone and include FULL headers (such as you would do for forwarding spam messages to a service provider)? Russell -- Russell M. Van Tassell [EMAIL PROTECTED]

Re: Forward with full headers?

1999-10-06 Thread Jeremy Blosser
Russell Van Tassell [[EMAIL PROTECTED]] wrote: Ok... I'm probably just missing something simple, here... but how do you forward a message to someone and include FULL headers (such as you would do for forwarding spam messages to a service provider)? unset forward_weed -- Jeremy Blosser |

Forwarding + attatchments

1999-10-06 Thread Brett White
Is there a way to configure mutt (or a quick set of key commands) to allow you to forward not only the mail message but also the attatchments with it. When I try and do this just by pressing 'f' it only sends on the mail message leaving me to have to send the attatchments separately. I have

Re: installing mutt without root privilege

1999-10-06 Thread Don Blaheta
Quoth Andreas Kahari: In [EMAIL PROTECTED] Mikko Hänninen writes: But you probably didn't have a directory called doc under ./subdir, did you? In that case I think that configure falls back into the default, /usr/local/doc, regardless of whether that exists or not. I didn't, but creating

Re: Forward with full headers?

1999-10-06 Thread Shao Zhang
You will need this variable: ### forward_weed ### Type: boolean ### Default: set ### When set, message headers will be weeded when forwarding a decoded version of ### the message. unset forward_weed Russell Van Tassell [[EMAIL PROTECTED]] wrote: Ok... I'm probably just missing something

Re: problems with attachments

1999-10-06 Thread Shao Zhang
Raju K V [[EMAIL PROTECTED]] wrote: hi, I am having some problem with attachments. 1. When I forward a mail to somebody, the attachments in the forwarded mail are not sent. How do I enable forwarding of attachments? I think you need to set these to variables: ### mime_forward ### Type:

Re: Forwarding + attatchments

1999-10-06 Thread Shao Zhang
ok, let's try this as I learned from someone else on this list: macro index f ":set mime_forward=no\nforward-message" # forward without attachments macro index F ":set mime_forward=yes\n:set mime_forward_decode=no\nforward-message" # forward with attachments macro pager f ":set

Re: installing mutt without root privilege

1999-10-06 Thread Don Blaheta
Quoth David DeSimone: Don Blaheta [EMAIL PROTECTED] wrote: Ok, I've been having similar problems (I maintain the local copy of mutt, but don't have root; I need to use a special program "cscp" to copy files into the public hierarchy), so I configured with "--prefix=./subdir". The

Re: how to set up alternate SMTP server

1999-10-06 Thread Jeremy Blosser
Raju K V [[EMAIL PROTECTED]] wrote: Suppose my machine does not have smtp capabilities? ie it does not have sendmail or any other MTA, can I use another machine as smtp host? I am looking for something equivalent to pine's smtp-server option. When you have pine doing this, your machine /does/

how to set up alternate SMTP server

1999-10-06 Thread Raju K V
hi, Suppose my machine does not have smtp capabilities? ie it does not have sendmail or any other MTA, can I use another machine as smtp host? I am looking for something equivalent to pine's smtp-server option. Thanks in advance, Raju

Re: how to set up alternate SMTP server

1999-10-06 Thread Frederic L . W . Meunier
I'm sorry, but I don't think implementing this would be a bad idea. I have to agree that Pine's capabilities to make use of a remote MTA let new users (newbies...) choose this MUA and not Mutt, which is very complex, don't have a way to configure all the stuff using menus, etc. Now you need to

Re: how to set up alternate SMTP server

1999-10-06 Thread Shao Zhang
I think this is a kind of trade off. I personally support the mutt developers' decision on what to implement. There are also a lot of people who want to how to use mutt to rotate the send-mail folder monthly just like pine. And I guess the standard answer will be using a shell script and run it

Re: how to set up alternate SMTP server

1999-10-06 Thread Tim Pierce
On Wed, Oct 06, 1999 at 11:51:55PM -0500, Jeremy Blosser wrote: Raju K V [[EMAIL PROTECTED]] wrote: Suppose my machine does not have smtp capabilities? ie it does not have sendmail or any other MTA, can I use another machine as smtp host? I am looking for something equivalent to pine's

Re: how to set up alternate SMTP server

1999-10-06 Thread Frederic L . W . Meunier
Heh, I love Mutt, and will stay with it. Pine is user friendly but bloated, not developed so much (hmm, no CVS, snapshots, beta versions, latest release from january...), no COLORS (argh) etc. I'm using Exim as the MTA, so I'm really not concerned, but some people seem to have problems to get it

Re: how to set up alternate SMTP server

1999-10-06 Thread Jeremy Blosser
Tim Pierce [[EMAIL PROTECTED]] wrote: It doesn't seem to me that a simple SMTP delivery-only client should have to involve a great deal of code, and it could certainly be made a compile-time option. I see at least two significant advantages to having SMTP delivery support built directly

Charsets

1999-10-06 Thread Timur Mustakimov
I have the following problem with mutt. It doesn't show cyrillic chars, although my terminal, which in mutt is running shows them very nice. Mutt change all of them to '?'. What do i need to set ? Charset is koi-8r.