Re: macros - is there any logic about when they work or not?

1999-11-30 Thread Chris Green
On Mon, Nov 29, 1999 at 08:57:42PM +0200, Mikko Hänninen wrote: > Chris Green <[EMAIL PROTECTED]> wrote on Mon, 29 Nov 1999: > > So, for example, the following macros in my .muttrc file *don't* > > work (though they all appear OK on the help screen):- > > > > macro generic ,s "s{mailandnews.co.uk

selecting email-adresses from within a message

1999-11-30 Thread Jan Ulrich Hasecke
Hi! Is it possible to select an e-email-address from within a message to use it directly in the compose-window? Something like Control-B for urls. Ciao! juh -- Bekenntnisse eines Netzautoren http://www.spiegel.de/netzwelt/nf/0,1518,40652,00.html

Re: macros - is there any logic about when they work or not?

1999-11-30 Thread Greg Matheson
On Tue, Nov 30, 1999 at 09:13:27AM +, Chris Green wrote: > 1 - "generic" macros rarely seem to work as expected, this may well be > for valid (but obscure) reasons. Maybe it would be a good idea for > the manual to point out that index and pager macros are more likely to > get the required e

Can one show contents of mailboxes and lists?

1999-11-30 Thread Chris Green
Is there any way to find out the contents of the 'lists' and 'mailboxes' commands when running mutt? I am using a command in `` to generate these and I need to debug the result! :-) -- Chris Green ([EMAIL PROTECTED]) Home: [EMAIL PROTECTED] Work: [EMAIL PROTECTED] WWW: http://www

Problem with using commands in ` in .muttrc

1999-11-30 Thread Chris Green
I have the following in my .muttrc file:- mailboxes `find /home/d/cgreen/Lists -type f -printf '%h/%f '` \ ~/Mail/inbox But it appears not to work, mutt can't find new mail in the files in my Lists directory. However if instead I execute the c

Re: color problem

1999-11-30 Thread Eugene Lee
On Mon, Nov 29, 1999 at 06:36:20PM -0600, David DeSimone wrote: : : set quote_regexp="^([ \t]?[ \t]?[>:|])+" I'm curious, I don't quite understand the logic behind setting your quote matching to this kind of pattern instead of using the default: set quote_regexp="^([ \t]*[>|#:}])+" -

Re: uncolor index *

1999-11-30 Thread Andy Spiegl
Hi! Does anyone have any new theories on this problem? Thanks, Andy. Here a few tests: eule:~>echo test | mutt -F /dev/null -s foo spiegl eule:~>echo test | mutt -F .mutt/color -s foo spiegl Error in .mutt/color, line 79: *: unknown command source: Error in .mutt/color eule:~>echo "uncolor i

running mutt as batch?

1999-11-30 Thread Mike Zimmerman
Ok, from a perl point of view this may be bad form, but I want to send some attachment files as the result of a script. I note that I can lauch mutt mutt -a file -s Subject but I do not see that I can put an addr in and have mutt execute this ala mail user < file (I was hoping to cheat and us

Re: running mutt as batch?

1999-11-30 Thread michael d. ivey
On Tue, Nov 30, 1999 at 10:22:31AM -0500, Mike Zimmerman wrote: > mutt -a file -s Subject > > but I do not see that I can put an addr in and have mutt execute this > ala > > mail user < file never hurts to try it...go ahead...you might like it: $ mutt -a Foo.mp3 -s "Here's the file" user@host

Re: running mutt as batch?

1999-11-30 Thread Frank Altpeter
Hello ! michael d. ivey wrote on 30.11.1999 15:36:47 +: > On Tue, Nov 30, 1999 at 10:22:31AM -0500, Mike Zimmerman wrote: > > mutt -a file -s Subject > > > > but I do not see that I can put an addr in and have mutt execute this > > ala > > > > mail user < file > > never hurts to try it...

Re: PGP support in Mutt

1999-11-30 Thread Thomas Roessler
This sounds like mutt doesn't know where to find PGP on your system. Try setting the "pgp" configuration variable. On 1999-11-30 10:18:09 +0100, Alexandre K. Golovanivsky wrote: > Date: Tue, 30 Nov 1999 10:18:09 +0100 > From: "Alexandre K. Golovanivsky" <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED]

Re: Mutt/IMAP & new mail

1999-11-30 Thread Brendan Cully
On Wednesday, 24 November 1999 at 11:43, John P . Looney wrote: > On Tue, Nov 23, 1999 at 08:04:57PM -0500, Brendan Cully mentioned: > > In short, does mutt put all folders that have unread mail in the "new > > mail" list, or only those that have mail that has arrived since you last > > opened the

Re: color problem

1999-11-30 Thread David DeSimone
Eugene Lee <[EMAIL PROTECTED]> wrote: > > : set quote_regexp="^([ \t]?[ \t]?[>:|])+" > > I'm curious, I don't quite understand the logic behind setting your > quote matching to this kind of pattern instead of using the default: > > set quote_regexp="^([ \t]*[>|#:}])+" Hmm, I didn't know

Re: Mutt/IMAP & new mail

1999-11-30 Thread John P . Looney
On Tue, Nov 30, 1999 at 11:49:37AM -0500, Brendan Cully mentioned: > > The folder should be set to "New" if the server considers it to contain > > RECENT messages, but this "New" flag should not be cleared until you > > actually view the folder through the "index" screen - it should not be > > cl

Re: Can one show contents of mailboxes and lists?

1999-11-30 Thread Mikko Hänninen
Chris Green <[EMAIL PROTECTED]> wrote on Tue, 30 Nov 1999: > Is there any way to find out the contents of the 'lists' and > 'mailboxes' commands when running mutt? I am using a command in `` to > generate these and I need to debug the result! :-) I don't know any way for lists, but you can get

Re: running mutt as batch?

1999-11-30 Thread Mikko Hänninen
Frank Altpeter <[EMAIL PROTECTED]> wrote on Tue, 30 Nov 1999: > RTFM 'mutt -h': > > -xsimulate the mailx send mode > > So try this: echo | mutt -x -a file -s 'subject' Actually, that's not what -x does. The -x option is used when starting a new email from the command lin

Re: Problem with using commands in ` in .muttrc

1999-11-30 Thread Mikko Hänninen
Chris Green <[EMAIL PROTECTED]> wrote on Tue, 30 Nov 1999: > mailboxes `find /home/d/cgreen/Lists -type f -printf '%h/%f '` \ > ~/Mail/inbox > > But it appears not to work, mutt can't find new mail in the files in > my Lists directory. However

mutt 1.1.1 : make error

1999-11-30 Thread J Horacio MG
Hi, I'm trying to compile mutt 1.1.1, and am getting the following error while running make: In file included from mutt_menu.h:23, from addrbook.c:20: keymap.h:112: keymap_defs.h: No such file or directory make[2]: *** [addrbook.o] Error 1 make[2]: Leaving directory `/usr/local/

Re: mutt 1.1.1 : make error

1999-11-30 Thread Lars Hecking
> Then I `make clean', copy mutt-1.0/keymap_defs.h into mutt-1.1.1/, and > `make' again, but: Arghh, no. make keymap_defs.h ; make > Also, how could I tell mutt to enable pgp 2, 5, and 6 altogether > (binaries are pgp2, pgp5 and pgp6, and pgp is just a link to pgp6). configure should pic

Re: running mutt as batch?

1999-11-30 Thread Frank Altpeter
Hello ! Mikko Hänninen wrote on 30.11.1999 20:54:38 +0200: > Anyway, the point is that batch mode works equally well with or without > the -x. :-) Hmmm... i didn't test it before, but ... you're right :-) With kind regards, Frank Altpeter -- Fachbegriffe der Informatik einfa

Possible bug/feature involving PGP

1999-11-30 Thread David W. Bettis
Greetings, all. Just recently, I've been messing around with PGP, trying to get everything set up correctly, and such. I've had problems trying to send out encrypted messages with another person's public key. When trying to send a message to myself, here is what I get: Pretty Good Privacy(tm)

Re: Possible bug/feature involving PGP

1999-11-30 Thread David Ellement
On 991130, at 22:42:19, David W. Bettis wrote: > [...] I've had problems trying to > send out encrypted messages with another person's public key. When > trying to send a message to myself, here is what I get: > > Key can sign. > WARNING: Because this public key is not certified with a truste

Re: macros - is there any logic about when they work or not?

1999-11-30 Thread Rejo Zenger
++ 30/11/99 09:13 + - Chris Green: >2 - The manual is wrong about using ^ to indicate control characters. I guess it depends from system to system (and possibly the way of quoting). Could people on different systems try this? -Rejo. -- = Rejo Zenger [Sister Ray Crisiscentrum]