Re: editing '?' help file

2002-07-10 Thread savanna
* Derrick 'dman' Hudson wrote: > It isn't a file. Mutt creates it when you ask for it, that way it > shows what your current (possibly non-default) key mappings are. Thanks for your reply Derrick. No file hey... I presume I could remap the '?' key - how would I get a dump of that output into

Re: editing '?' help file

2002-07-10 Thread Cedric Duval
savanna <[EMAIL PROTECTED]> wrote: > No file hey... I presume I could remap the '?' key - how would I get > a dump of that output into a file? (ex M$ geek question...) You could for instance 'set pager=vi', then edit the help section to your tastes and save it to a file, let's say in ~/.mutt_ind

Problem piping *.doc attachment to AbiWord.

2002-07-10 Thread John P Verel
I have antiword set up as my mailcap entry for viewing MSWord docs and it works great (thanks Sven :). What I'd also like to do, from time to time, is pipe a *.doc to AbiWord. From the attachment menu, I've tried: | AbiWord and | AbiWord %s and | AbiWord %s & Version one opens AbiWord without t

Re: Problem piping *.doc attachment to AbiWord.

2002-07-10 Thread Mark J. Reed
On Wed, Jul 10, 2002 at 10:40:16AM -0400, John P Verel wrote: > I have antiword set up as my mailcap entry for viewing MSWord docs and > it works great (thanks Sven :). What I'd also like to do, from time to > time, is pipe a *.doc to AbiWord. The problem is that piping and opening attachments

Re: Problem piping *.doc attachment to AbiWord.

2002-07-10 Thread John P Verel
On 07/10/02 10:51 -0400, Mark J. Reed wrote: Like you, I have antiword set up for everyday .doc reading, and fire up > AbiWord when antiword isn't enough. But I just save the attachment and > then run abiword on it: > > s filename > !abiword filename Yep, that works fine. Just

bouncing w/ mutt-1.3.28i

2002-07-10 Thread Dominik Vogt
Problem: With said mutt release I can't bounce messages anymore. (I found another question in the newsgroup w/ 1.3.23, but no solution to the problem). Actually, the message *is* bounced, but unlike earlier releases, it leaves both, the From: and Cc: headers untouched. So, if I bounce a mail th

Re: Problem piping *.doc attachment to AbiWord.

2002-07-10 Thread Mark J. Reed
On Wed, Jul 10, 2002 at 11:30:09AM -0400, John P Verel wrote: > > s filename > > !abiword filename > > Yep, that works fine. Just looking for a shortcut. I suppose one could > construct a macro to do the above, right? Sure, something like this should do the trick: macro

A few questions

2002-07-10 Thread jennyw
I have a few quick questions ... 1. Is there a way to add an address other than From: or Reply-To: to aliases? For example, to: (common with mailin lists), cc:, or, when there's a Reply-To:, From:? I did see the old message on saving the message and then piping it to a script, but I was hoping

Re: A few questions

2002-07-10 Thread Lars Heiermann
* jennyw <[EMAIL PROTECTED]> wrote: > I have a few quick questions ... > > 1. Is there a way to add an address other than From: or Reply-To: to > aliases? For example, to: (common with mailin lists), cc:, or, when > there's a Reply-To:, From:? I did see the old message on saving the > message a

Re: bouncing w/ mutt-1.3.28i

2002-07-10 Thread Aaron Schrab
At 17:19 +0200 10 Jul 2002, Dominik Vogt <[EMAIL PROTECTED]> wrote: > Problem: With said mutt release I can't bounce messages anymore. > Actually, the message *is* bounced, but unlike earlier releases, > it leaves both, the From: and Cc: headers untouched. So, if I That's how it's always worke

Re: Problem piping *.doc attachment to AbiWord.

2002-07-10 Thread John P Verel
On 07/10/02 11:37 -0400, Mark J. Reed wrote: > macro attach a s/tmp/foo.doc\r!abiword/tmp/foo.doc\r > Almost. I got this to work: macro attach a "\cu~/tmp/foo.doc\n!AbiWord ~/tmp/foo.doc\n" Without ^U, the original name of the attachment was being appended to foo.doc. The is just in

pattern match variables in muttrc regexp

2002-07-10 Thread Mark
I want to save a copy of each message I send saved into the current folder. Didn't think this would work: folder-hook (.) set record=$1 and it didn't. I'd also like a second copy saved into a 'sent-mail' folder. Thanks for the help! -- Mark

Re: Problem piping *.doc attachment to AbiWord.

2002-07-10 Thread Mark J. Reed
On Wed, Jul 10, 2002 at 12:23:35PM -0400, John P Verel wrote: > On 07/10/02 11:37 -0400, Mark J. Reed wrote: > > > macro attach a s/tmp/foo.doc\r!abiword/tmp/foo.doc\r > > > Almost. Sorry. My version worked fine on my system. > I got this to work: > > macro attach a "\cu~/tmp/foo.do

Re: generating .muttrc

2002-07-10 Thread Martin Siegert
On Wed, Jul 10, 2002 at 09:03:04AM +0200, Rocco Rutte wrote: > Hi, > > * Martin Siegert [02-07-10 08:34:56 +0200] wrote: > > I am planning to replace elm and pine with mutt as the > > university wide default email reader. > > Just do: > > $ rm `which elm` > $ ln -s `which pine` /bin/false >

Re: bouncing w/ mutt-1.3.28i

2002-07-10 Thread Dominik Vogt
On Wed, Jul 10, 2002 at 11:19:45AM -0500, Aaron Schrab wrote: > At 17:19 +0200 10 Jul 2002, Dominik Vogt <[EMAIL PROTECTED]> wrote: > > Problem: With said mutt release I can't bounce messages anymore. > > > Actually, the message *is* bounced, but unlike earlier releases, > > it leaves both, the

Re: pattern match variables in muttrc regexp

2002-07-10 Thread Rocco Rutte
Hi, * Mark [02-07-10 20:10:11 +0200] wrote: > I want to save a copy of each message I send saved into > the current folder. Didn't think this would work: > folder-hook (.) set record=$1 > and it didn't. What I recently picked up (didn't know it before): One may use printf()-style sequences

Re: A few questions

2002-07-10 Thread Rocco Rutte
Hi, * jennyw [02-07-10 20:10:08 +0200] wrote: > 2. Is there a way to mark all messages as read for an >entire folder? Or marking all tagged messages as read? >I often do not sort by threads, and the only mark read >command I could find works only with threads. ,[ ~/.mutt/setup/m

Re: Problem piping *.doc attachment to AbiWord: Deleting the temp file

2002-07-10 Thread John P Verel
On 07/10/02 12:23 -0400, John P Verel wrote: > Time for lunch. After lunch, I'll amend the macro to delete the temp > file. This seems trivial, but I can't get the macro to do this. If I do rm -f foo.doc, I get dumped into my editor. I also can't figure out how to a) have AbiWord execute and

Re: bouncing w/ mutt-1.3.28i

2002-07-10 Thread Aaron Schrab
At 19:26 +0200 10 Jul 2002, Dominik Vogt <[EMAIL PROTECTED]> wrote: > That's what the admin of the mailing list told me. There must be > a difference since he did not need to approve bounced messages > manually before. A change in the mailing list setup maybe. But I'm pretty confident that mutt

Re: Problem piping *.doc attachment to AbiWord: Deleting the temp file

2002-07-10 Thread Mark J. Reed
On Wed, Jul 10, 2002 at 02:46:02PM -0400, John P Verel wrote: > > I got this to work: > > > macro attach a "\cu~/tmp/foo.doc\n!AbiWord ~/tmp/foo.doc\n" > > > Time for lunch. After lunch, I'll amend the macro to delete the temp > > file. > This seems trivial, but I can't get the macro to do thi

Re: Problem piping *.doc attachment to AbiWord: Deleting the temp file

2002-07-10 Thread Rocco Rutte
Hi, * Mark J. Reed [02-07-10 21:14:29 +0200] wrote: > On Wed, Jul 10, 2002 at 02:46:02PM -0400, John P Verel wrote: > > This seems trivial, but I can't get the macro to do this. If I do rm -f > > foo.doc, I get dumped into my editor. I also can't figure out how to > > a) have AbiWord execute

Re: Problem piping *.doc attachment to AbiWord: Deleting the temp file

2002-07-10 Thread John P Verel
On 07/10/02 14:52 -0400, Mark J. Reed wrote: Mutt should hang around and do nothing until AbiWord exits, so > you should be able to just append a "!rm -f ~/tmp/foo.doc\n" > to your macro. . . Arrrggh! Forgot the "!" Finished product looks like this and works just fine. macro attach a "\cu~

wrapping lines ?

2002-07-10 Thread W. D. McKinney
Hello, Being a new mutt user, I need some help. I am trying to get mutt-1.3.27i-66 to wrap lines auto-magically. I have set smart_wrap in my rc, but I must need to specify the number of lines ? Anyone know the right syntax ? Thanks. /Dee

Re: wrapping lines ?

2002-07-10 Thread John P Verel
On 07/10/02 11:56 -0800, W. D. McKinney wrote: > Hello, > > Being a new mutt user, I need some help. I am trying to get > mutt-1.3.27i-66 to wrap lines auto-magically. Be sure you've got your editor set up correctly. I use vim as my editor. In my .vimrc, I've got textwidth=72, which makes all

Re: wrapping lines ?

2002-07-10 Thread W. D. McKinney
Thanks John, that did the trick, really appreciate the response. /Dee On (10/07/02 16:08), John P Verel wrote: > Date: Wed, 10 Jul 2002 16:08:23 -0400 > From: John P Verel <[EMAIL PROTECTED]> > To: "W. D. McKinney" <[EMAIL PROTECTED]> > Cc: [EMAIL PROTECTED] > Subject: Re: wrapping lines ? > >

Re: A few questions

2002-07-10 Thread John Iverson
* On Wed, 10 Jul 2002, Rocco Rutte wrote: > ,[ ~/.mutt/setup/macros ]- > | [...] > | ### remove ~N on all mail > | macro index ,n >"~NN~T" > "Remove ~N flag on all mail" > | [...] > `- You might want to replace the "N" above with "N", so it turns off the N flags instead of toggling, thus ma

auto-generating .muttrc

2002-07-10 Thread Martin Siegert
On Wed, Jul 10, 2002 at 09:03:04AM +0200, Rocco Rutte wrote: > Hi, > > * Martin Siegert [02-07-10 08:34:56 +0200] wrote: > > I am planning to replace elm and pine with mutt as the > > university wide default email reader. > > Just do: > > $ rm `which elm` > $ ln -s `which pine` /bin/false >

Wrong Signature

2002-07-10 Thread Thorsten Haude
Hi, For quite some time I have a problem veryfying PGP signatures. I get 'Falsche Unterschrift' (wrong signature) messages on these mails though others seem to be able to verify them. I get these errors almost only with mails written with Mutt, and I cannot verify a single mail from certain send

Re: A few questions

2002-07-10 Thread Rocco Rutte
Hi, * John Iverson [02-07-10 23:48:07 +0200] wrote: > You might want to replace the "N" above with > "N", so it turns off the N flags instead of > toggling, thus making it work in the (probably rare) case > where it's run in a folder with no (N)ew messages. Hmm, in this case it only toggles the

Re: Wrong Signature with GPG -> gpg.rc

2002-07-10 Thread Sven Guckes
* Thorsten Haude <[EMAIL PROTECTED]> [2002-07-10 21:19]: > For quite some time I have a problem veryfying PGP signatures. > I get 'Falsche Unterschrift' (wrong signature) messages on > these mails though others seem to be able to verify them. [...] > I use GnuPG 1.0.6. :source contrib/gpg.rc d

Forwarding Mail in Mutt with abook

2002-07-10 Thread etaylor
Hi there, I have ran into a problem recently using a Mutt/abook combination to deal with mail. When I query abook through Mutt at the "To:" header (in writing new mail), I am allowed to tag multiple addresses like normal and insert them all with a ";m" command. However, when I try to _forward_

replying to and quoting an HTML attachment

2002-07-10 Thread Eugene Lee
I looked in the archives and couldn't find a specific answer this one. I receive several HTML messages that arrive as an attachment with no plain text equivalent in the main message body or another attachment. When I reply to these messages, how do I configure Mutt to convert the HTML attachment i

Re: Forwarding Mail in Mutt with abook

2002-07-10 Thread Gary Johnson
On Wed, Jul 10, 2002 at 05:07:53PM -0500, [EMAIL PROTECTED] wrote: > When I query abook through Mutt at the "To:" header (in writing new > mail), I am allowed to tag multiple addresses like normal and insert > them all with a ";m" command. > > However, when I try to _forward_ mail to multiple pe

Re: replying to and quoting an HTML attachment

2002-07-10 Thread John Iverson
* On Wed, 10 Jul 2002, Eugene Lee wrote: > I looked in the archives and couldn't find a specific answer > this one. I receive several HTML messages that arrive as an > attachment with no plain text equivalent in the main message > body or another attachment. When I reply to these messages, > ho

Re: replying to and quoting an HTML attachment

2002-07-10 Thread Will Yardley
Eugene Lee wrote: > I looked in the archives and couldn't find a specific answer this one. > I receive several HTML messages that arrive as an attachment with no > plain text equivalent in the main message body or another attachment. > When I reply to these messages, how do I configure Mutt to co

Re: replying to and quoting an HTML attachment

2002-07-10 Thread Gary Johnson
On Wed, Jul 10, 2002 at 05:06:12PM -0700, Eugene Lee wrote: > I looked in the archives and couldn't find a specific answer this one. > I receive several HTML messages that arrive as an attachment with no > plain text equivalent in the main message body or another attachment. > When I reply to thes

Re: replying to and quoting an HTML attachment

2002-07-10 Thread Eugene Lee
On Wed, Jul 10, 2002 at 05:36:43PM -0700, Gary Johnson wrote: : : On Wed, Jul 10, 2002 at 05:06:12PM -0700, Eugene Lee wrote: : > : > I receive several HTML messages that arrive as an attachment with no : > plain text equivalent in the main message body or another attachment. : > When I reply to

Mutt 1.3.28 internal pager, Screen 3.09.11: right-padded spaces

2002-07-10 Thread Rick Moen
When I ssh in from my X11 desktop to my server (both Debian 3.0) and start sessions under GNU Screen (v. 3.09.11), among which are Mutt (v. 1.3.28) instances, I get a weird effect with Mutt's internal pager: If I highlight text from Mutt's internal pager and use X11 copy/paste to copy it to else

how to use the ISP''s smtp server directly

2002-07-10 Thread a_mukher
Hi, I would like to use mutt without the sendmail server on my machine. I find sendmail configuration quite abstruse. Can I directly make Mutt connect to my ISP's outgoing SMTP server. Regards Amit - Sify Mail - now with Anti-virus protection pow

x-sender errors ?

2002-07-10 Thread W. D. McKinney
I know this must have been discussed somewhere before, but being new to mutt please bear with me. Where does one got find the best archives to search for resolving these errors ? X-Authentication-warning papason.wdm.com: deem set sender to [EMAIL PROTECTED] using -f (my vimrc wraps, sorry.) /

Re: x-sender errors ?

2002-07-10 Thread Will Yardley
W. D. McKinney wrote: > I know this must have been discussed somewhere before, but being new to > mutt please bear with me. Where does one got find the best archives to > search for resolving these errors ? > > X-Authentication-warning papason.wdm.com: deem set sender to > [EMAIL PROTECTED] usi