Re: What's the 'from'-variable up to?

2000-11-21 Thread Thomas Roessler
On 2000-11-20 11:44:31 +0100, Thorsten Haude wrote: > I use > set from="Thorsten Haude <[EMAIL PROTECTED]> > to change my address from local user to provider's user. It did not work > until I changed 'sendmail' from > sendmail="/usr/sbin/sendmail -oem -oi" > to > sendmail="/usr

Re: What's the 'from'-variable up to?

2000-11-21 Thread John Wright
On Mon, Nov 20, 2000 at 11:44:31AM +0100, Thorsten Haude wrote: > Hi list, > > I use > set from="Thorsten Haude <[EMAIL PROTECTED]> > to change my address from local user to provider's user. It did not work > until I changed 'sendmail' from > sendmail="/usr/sbin/sendmail -oem -oi" > t

Re: What's the 'from'-variable up to?

2000-11-21 Thread Michael Tatge
Thorsten Haude muttered: > I use > set from="Thorsten Haude <[EMAIL PROTECTED]> > to change my address from local user to provider's user. It did not work > until I changed 'sendmail' from > sendmail="/usr/sbin/sendmail -oem -oi" > to > sendmail="/usr/sbin/sendmail -oem -oi -f [

Re: What's the 'from'-variable up to?

2000-11-21 Thread Michael Elkins
On Mon, Nov 20, 2000 at 11:44:31AM +0100, Thorsten Haude wrote: > I use > set from="Thorsten Haude <[EMAIL PROTECTED]> > to change my address from local user to provider's user. It did not work > until I changed 'sendmail' from > sendmail="/usr/sbin/sendmail -oem -oi" > to > sen

Re: What's the 'from'-variable up to?

2000-11-21 Thread David Alban
Thorsten, At 2000/11/20/11:44 +0100 Thorsten Haude <[EMAIL PROTECTED]> wrote: > I use > set from="Thorsten Haude <[EMAIL PROTECTED]> > to change my address from local user to provider's user. It did not work > until I changed 'sendmail' from > sendmail="/usr/sbin/sendmail -oem -oi" >

Re: segmentation fault with

2000-11-21 Thread lang
On Mon, 20 Nov 2000, Thomas Roessler wrote: > Could you please look for a core dump and send us a stack trace? Here it is: (gdb) bt #0 0x28113e71 in fclose () from /usr/lib/libc.so.3 #1 0x807c759 in ci_send_message (flags=256, msg=0x80fb180, tempfile=0x0, ctx=0x80d3300, cur=0x80f5f80) at

Re: Fix References of Received Mails

2000-11-21 Thread Martin Trautmann
On Thu 2000-11-16 (21:14), Martin Trautmann wrote: > On Thu 2000-11-16 (18:10), Ulf Erikson wrote: > > I use a macro to do just this. except for the extra 'fixed' header, but > > you should be able to add that one easily. All the tricks are in formail > > and the fairly new command, which lets

mutt and PGP

2000-11-21 Thread Marc Richter
Hi ! O.K. I've got PGP running on my workstation and want to use it together with mutt now. Has anyone get this running ? I can send mail using: set pgp_encrypt_only_command="pgp +verbose=0 +batchmode -et - %r" But the decryption is not running :-/ set pgp_decrypt_command="PGPPASSFD=0; export

Editing and resending a sent message

2000-11-21 Thread Julian Gilbey
[Please cc: me with replies!] Back in the days of mutt 1.0.1, if one hit 'e' (edit) in the index, one would be able to edit the message and then have the option to resend it ("Message has been edited. Are you sure you want to resend? (y/n)" or something like that). Having just upgraded to 1.2.5

list-reply

2000-11-21 Thread Lukasz Stelmach
Greetings All!! Here is my next idea :-) It conciders "list-reply" behavior. When replying to a mailing list I would like mutt to combine author's (of the message i am replying to) real name and an address of mailing list. For example... Joe wrote a letter to <[EMAIL PROTECTED]> which i subscirb

"!" not recognized as inbox in folder-hook

2000-11-21 Thread Maciej Kalisiak
I'm using mutt 1.2.5i. I have this line in .muttrc: folder-hook !("!"|sentmail|subs) push \eV (i.e. I want to collapse threads in all folders other than my inbox, =sentmail, or =subs) I've tried everything: quotes, no quotes, etc., but the second bang (within the regexp) does not get understoo

"!" not recognized as inbox in folder-hook

2000-11-21 Thread Maciej Kalisiak
I'm using mutt 1.2.5i. I have this line in .muttrc: folder-hook !("!"|sentmail|subs) push \eV (i.e. I want to collapse threads in all folders other than my inbox, =sentmail, or =subs) I've tried everything: quotes, no quotes, etc., but the second bang (within the regexp) does not get understoo

Re: A proposition for a print-command

2000-11-21 Thread Brian Salter-Duke
On Fri, Sep 22, 2000 at 12:30:22PM +0200, [EMAIL PROTECTED] wrote: > Hello, > > Having longtime searched for a nice printing-command, i've finally > choosen the next one : > > set print_command="fmt --prefix='>' -s | fmt -s | a2ps -b"" -1 -R >--pretty-print=mail -o $(date +%x-%X | tr : .).ps" >

Re: A proposition for a print-command

2000-11-21 Thread Shawn D. McPeek
The whole world doesn't have to be Linux to use this solution. If your AIX box does not have gfmt, you can easily download the software and compile it for your AIX box. Worked for me on AIX and HP-UX. Shawn Previously, Brian Salter-Duke wrote: % % This is indeed a nice solution, although I d

Re: A proposition for a print-command

2000-11-21 Thread Brian Salter-Duke
On Tue, Nov 21, 2000 at 06:28:03PM -0800, Shawn D. McPeek wrote: > > The whole world doesn't have to be Linux to use this solution. If your > AIX box does not have gfmt, you can easily download the software and > compile it for your AIX box. Worked for me on AIX and HP-UX. Sure and that is wha

Re: mutt and PGP

2000-11-21 Thread Karl E. Jørgensen
On Tue, Nov 21, 2000 at 08:19:33PM +0100, Marc Richter wrote: > Hi ! > > O.K. I've got PGP running on my workstation and want > to use it together with mutt now. > > Has anyone get this running ? > > I can send mail using: > set pgp_encrypt_only_command="pgp +verbose=0 +batchmode -et - %r" > >

Re: Editing and resending a sent message

2000-11-21 Thread Suresh Ramasubramanian
Julian Gilbey proclaimed on mutt-users that: > [Please cc: me with replies!] done > feature appears to have been replaced: edit now deletes the original > message and replaces it by the new one, but does not offer to resend > the new message. Escape - e (resend message) > Is there any con