Re: Two addresses, one laptop, and Mutt

2000-07-27 Thread Martin \[Keso\] Keseg
DAve ([EMAIL PROTECTED]) wrote : > I've got Mutt, configured nicely, I'm happy. I'm trying to do two things > with little luck. I read the man page and several FAQs, maybe not the right > ones... > > 1) I change folders, easy enough, how do I get back to my spool box? I am > certain I saw the

Re: Two addresses, one laptop, and Mutt

2000-07-27 Thread Mikko Hänninen
DAve <[EMAIL PROTECTED]> wrote on Wed, 26 Jul 2000: > I have :set from='[EMAIL PROTECTED]' in my .muttrc-lists , and the > headers just before I send the mail seem correct. However, when I try to > subscribe to mutt-users under the new account, the confiration comes back to > my personal accoun

Mutt and Public-Key-Server

2000-07-27 Thread Waldemar Brodkorb
Hello Mutt-Users, is it possible that mutt get automatically Public Keys from an locally installed Public Key Server, so that there is no need to save all Public-Keys in personal keyring's ? thanks in advance. -- Waldemar Brodkorb <[EMAIL PROTECTED]> (Products & Development) * ID-PRO Deutschl

Re: Mutt and Public-Key-Server

2000-07-27 Thread Thomas Roessler
On 2000-07-27 09:53:05 +0200, Waldemar Brodkorb wrote: > is it possible that mutt get automatically Public Keys from an > locally installed Public Key Server, so that there is no need to > save all Public-Keys in personal keyring's ? What's possible is to access the public key server _and_ then

Re: Screen doesn't refresh when using gpg

2000-07-27 Thread Caster
Hello Mutt Users! On śro 26 lip 2000 12:15:43 GMT David T-G wrote: > set pgp_getkeys_command="gpg --recv-keys --keyring > pubring.catch-all-keys.gpg %r" Mine looks similar, so that's not problem. It's the unexpected output or return value when an error (can't coonect to keyserver because I'm

(Probably silly) color question

2000-07-27 Thread Lutz Jaenicke
Hi! Since I have troubles with slang in HP-UX 10.20 dtterm (the contents gets messed up sometimes), I have tried ncurses-5.1. While the problem seems to be solved with ncurses :-) I now have a more or less silly question: mutt-slang does not use colors in dtterm, it simply uses my default colors

Re: (Probably silly) color question

2000-07-27 Thread Thomas E. Dickey
On Thu, 27 Jul 2000, Lutz Jaenicke wrote: > Since I have troubles with slang in HP-UX 10.20 dtterm (the contents gets > messed up sometimes), I have tried ncurses-5.1. > While the problem seems to be solved with ncurses :-) I now have a more > or less silly question: > mutt-slang does not use col

Re: (Probably silly) color question

2000-07-27 Thread Lutz Jaenicke
On Thu, Jul 27, 2000 at 11:50:06AM -0400, Thomas E. Dickey wrote: > > mutt-ncurses switches to color mode and forces me to use white-on-black :-( > > I did find documentation on how to adjust colors or how to make sure that > > colors are used, but I want it the opposite way :-) > > set TERM=vt22

Re: The dreaded UW IMAP "DON'T DELETE THIS MESSAGE -- FOLDER INTERNAL DATA"

2000-07-27 Thread Kai Blin
On Wed, Jul 26, 2000 at 12:03:13PM +0200, Lutz Jaenicke wrote: > Probably it won't help you too much if you don't have influence on the > admins, but the latest UofW imap (to be released very soon) does not > use this technique any longer... Is there any other cute imap server for linux? I'm pla

Re: The dreaded UW IMAP "DON'T DELETE THIS MESSAGE -- FOLDER INTERNAL DATA"

2000-07-27 Thread Lutz Jaenicke
On Thu, Jul 27, 2000 at 06:17:31PM +0200, Kai Blin wrote: > On Wed, Jul 26, 2000 at 12:03:13PM +0200, Lutz Jaenicke wrote: > > > Probably it won't help you too much if you don't have influence on the > > admins, but the latest UofW imap (to be released very soon) does not > > use this technique a

Re: (Probably silly) color question

2000-07-27 Thread Thomas E. Dickey
On Thu, 27 Jul 2000, Lutz Jaenicke wrote: > I will check out terminfo and see that I also solve my vt100-"page up/down" > key problem. you can also use the ncurses test utility (test/ncurses.c) to show what keys are actually recognized - test 'a' shows the key names for keys that you type, excep

Piping mail through a script from a macro

2000-07-27 Thread Ben Beuchler
I'm trying to set up a macro to pipe mail through the oh-so-spiffy spam.pl program (spam.sourceforge.net). This is what I have defined: macro index \Cs "spam.pl If I call it manually from within mutt via the "|" command, it works fine. spam.pl prompts me to hit a key to continue and I drop bac

Piping through a command from a macro

2000-07-27 Thread Ben Beuchler
I'm trying to set up a macro to pipe mail through the oh-so-spiffy spam.pl program (spam.sourceforge.net). This is what I have defined: macro index \Cs "spam.pl If I call it manually from within mutt via the "|" command, it works fine. spam.pl prompts me to hit a key to continue and I drop bac

Re: (Probably silly) color question

2000-07-27 Thread Lutz Jaenicke
On Thu, Jul 27, 2000 at 12:54:46PM -0400, Thomas E. Dickey wrote: > > > dtterm can support default-colors (which I find more readable than > > > solid backgrounds). Perhaps you are only trying the solid backgrounds > > > and do not want to use color for that reason. > > Maybe I should play around

Re: extent of IMAP support?

2000-07-27 Thread Brendan Cully
On Wednesday, 26 July 2000 at 15:44, Bob Bell wrote: > On Wed, Jul 26, 2000 at 12:22:43PM -0700, Chris Cutler <[EMAIL PROTECTED]> wrote: > > I was wondering what the extent of the IMAP support in mutt is. I was > > at www.imap.org looking at their product database and mutt is listed > > as having

Re: Piping mail through a script from a macro

2000-07-27 Thread Mikko Hänninen
Ben Beuchler <[EMAIL PROTECTED]> wrote on Thu, 27 Jul 2000: > macro index \Cs "spam.pl > > If I call it manually from within mutt via the "|" command, it works > fine. spam.pl prompts me to hit a key to continue and I drop back in to > mutt. If, however, I call it from the macro shown above, mu

Re: extent of IMAP support?

2000-07-27 Thread Chris Cutler
> I've been developing mutt's IMAP support against three IMAP4rev1 > servers: UW-IMAP, Cyrus, and (occasionally) courier. There is some > code hanging around for handling pre-rev1 IMAP4 servers, but I haven't > made any attempts to test it (although I've tried to avoid breaking > it). Anything ear

Re: (Probably silly) color question

2000-07-27 Thread Thomas E. Dickey
On Thu, 27 Jul 2000, Lutz Jaenicke wrote: > BTW. In the meantime I did dig somewhat deeper and finally got > "color index default default ." > to work. As of the documentation, the pattern > Usage: color index foreground background [ pattern ] > should be [optional] but it is not... So when I

Re: Piping mail through a script from a macro

2000-07-27 Thread Ben Beuchler
On Thu, Jul 27, 2000 at 08:27:00PM +0300, Mikko H?nninen wrote: > Ben Beuchler <[EMAIL PROTECTED]> wrote on Thu, 27 Jul 2000: > > macro index \Cs "spam.pl > > > > If I call it manually from within mutt via the "|" command, it works > > fine. spam.pl prompts me to hit a key to continue and I dro

More problems with piping a message through a command

2000-07-27 Thread Ben Beuchler
OK... I solved my first problem. Now the script I'm piping messages through will occasionally want to launch an editor (vim) so I can edit the list of addresses to which spam complaints will be sent. When it launches vim, vim complains about it's input not being from a terminal. This, of course

Re: Piping mail through a script from a macro

2000-07-27 Thread Brendan Cully
On Thursday, 27 July 2000 at 13:10, Ben Beuchler wrote: > Good point. Fixed that but it still didn't work. It turns out that it > was the \Cs. For some reason mutt didn't like using ^s as a macro. No > matter what I specified there, it locked up. I checked and it is not > being used anywhere

Re: Piping mail through a script from a macro

2000-07-27 Thread jjtoth
On Thu, Jul 27, 2000 at 01:10:59PM -0500, Ben Beuchler ([EMAIL PROTECTED]) said: > On Thu, Jul 27, 2000 at 08:27:00PM +0300, Mikko H?nninen wrote: > > > macro index \Cs "spam.pl [...] > Good point. Fixed that but it still didn't work. It turns out that it > was the \Cs. For some reason mutt di

Re: Piping mail through a script from a macro

2000-07-27 Thread Mikko Hänninen
Ben Beuchler <[EMAIL PROTECTED]> wrote on Thu, 27 Jul 2000: > It turns out that it > was the \Cs. For some reason mutt didn't like using ^s as a macro. No > matter what I specified there, it locked up. I checked and it is not > being used anywhere else in the config. My Eterm doesn't have any

Xterm versus Eterm

2000-07-27 Thread Jan Houtsma
Hi, i have the following macro which works for xterm: macro index"VT~A\n;Wn^T~A\nVc\n" "change-folder and mark all read" however when i use Eterm i have to change the key into: macro index [12~ "VT~A\n;Wn^T~A\nVc\n" "change-folder and mark all read" Both use TERM=xterm. Why is that? T

Re: Piping mail through a script from a macro

2000-07-27 Thread David Champion
On 2000.07.27, in <[EMAIL PROTECTED]>, "Ben Beuchler" <[EMAIL PROTECTED]> wrote: > > Good point. Fixed that but it still didn't work. It turns out that it > was the \Cs. For some reason mutt didn't like using ^s as a macro. No > matter what I specified there, it locked up. I checked

Eterm menus

2000-07-27 Thread Jan Houtsma
Hi, On www.mutt.org i noticed a nice menu bar at the top of the Eterm window designed for mutt. How do i make (or steal:)) that? Also if i have that how do i get rid of the default q:Quit d:Del u:Undel s:Save m:Mail r:Reply g:Group ?:Help at the top of my current window? thanks, jan

Re: extent of IMAP support?

2000-07-27 Thread Bob Bell
On Thu, Jul 27, 2000 at 10:59:43AM -0700, Chris Cutler <[EMAIL PROTECTED]> wrote: > Actually, I think my question was misleading. . . what I intended to > ask was how much of the IMAP4rev1 standard mutt currently implements. > (I only mentioned earlier standards in order to differentiate.) It >

Re: Piping mail through a script from a macro

2000-07-27 Thread Bob Bell
On Thu, Jul 27, 2000 at 01:10:59PM -0500, Ben Beuchler <[EMAIL PROTECTED]> wrote: > Good point. Fixed that but it still didn't work. It turns out that it > was the \Cs. For some reason mutt didn't like using ^s as a macro. No > matter what I specified there, it locked up. I checked and it is

Re: Piping mail through a script from a macro

2000-07-27 Thread David Lebel
Quoting Ben Beuchler ([EMAIL PROTECTED]): > I'm trying to set up a macro to pipe mail through the oh-so-spiffy > spam.pl program (spam.sourceforge.net). This is what I have defined: > > macro index \Cs "spam.pl I'm also using that program (spam.pl), and here is my macro: macro index .S "|spa

Re: Piping mail through a script from a macro

2000-07-27 Thread David Lebel
Allo, CTRL-S is the XOFF signal; it "freeze" the terminal until a XON is sent. That's CTRL-Q, normally. Mutt never actually received the CTRL-S, it was interpreted before it reached its destination. Ciao, ...David Quoting Ben Beuchler ([EMAIL PROTECTED]): > On Thu, Jul 27, 2000 at 08:

Re: Piping mail through a script from a macro

2000-07-27 Thread Ben Beuchler
On Thu, Jul 27, 2000 at 01:28:00PM -0500, David Champion wrote: > $20 says it "unlocks" when you type ^Q. Thanks to you and everyone else that responded with this bit of Unix lore from days gone by... That's one of the reasons I love Unix. It has a history! Ben -- Ben Beuchler

Re: Eterm menus

2000-07-27 Thread Ben Beuchler
On Thu, Jul 27, 2000 at 08:39:32PM +0200, Jan Houtsma wrote: > On www.mutt.org i noticed a nice menu bar at the top of > the Eterm window designed for mutt. > > How do i make (or steal:)) that? It is entirely a feature of Eterm. Created through it's extensive themeing capabilities. However, m

Re: Eterm menus

2000-07-27 Thread Jeremy Blosser
Jan Houtsma [[EMAIL PROTECTED]] wrote: > On www.mutt.org i noticed a nice menu bar at the top of > the Eterm window designed for mutt. > > How do i make (or steal:)) that? Eterm comes with a basic one, look at the --theme option. The one in those screenshots is at http://jblosser.firinn.org/pub

Re: Piping mail through a script from a macro

2000-07-27 Thread Ben Beuchler
On Thu, Jul 27, 2000 at 02:46:52PM -0400, David Lebel wrote: > Quoting Ben Beuchler ([EMAIL PROTECTED]): > > I'm trying to set up a macro to pipe mail through the oh-so-spiffy > > spam.pl program (spam.sourceforge.net). This is what I have defined: > > > > macro index \Cs "spam.pl > > I'm also

Re: Piping mail through a script from a macro

2000-07-27 Thread Charles Curley
On Thu, Jul 27, 2000 at 02:30:42PM -0500, Ben Beuchler muttered: > On Thu, Jul 27, 2000 at 01:28:00PM -0500, David Champion wrote: > > > $20 says it "unlocks" when you type ^Q. > > Thanks to you and everyone else that responded with this bit of Unix > lore from days gone by... That's one of the

Re: Xterm versus Eterm

2000-07-27 Thread Marius Gedminas
On Thu, Jul 27, 2000 at 08:32:26PM +0200, Jan Houtsma wrote: > i have the following macro which works for xterm: > macro index"VT~A\n;Wn^T~A\nVc\n" "change-folder and mark all read" > > however when i use Eterm i have to change the key into: > macro index [12~ "VT~A\n;Wn^T~A\nVc\n" "change-

Re: Two addresses, one laptop, and Mutt

2000-07-27 Thread DAve
Ahh, thank you. That makes perfect sense. Both questions answered, I appreciate it. DAve And Mikko Hänninen said > DAve <[EMAIL PROTECTED]> wrote on Wed, 26 Jul 2000: > > I have :set from='[EMAIL PROTECTED]' in my .muttrc-lists , and the > > headers just before I send the mail seem correc

[dave@pixelhammer.com: Re: Two addresses, one laptop, and Mutt]

2000-07-27 Thread DAve
Oops, once I set envelope_from=yes mutt began to ignore my set from='[EMAIL PROTECTED]' line. I tried switching the lines to see if it made a differnence which was parsed first and it didn't. If I remove the 'set envelope_from' line, the From header is correctly changed to my other accou