Re: lbdb m_gpg

2000-08-26 Thread Dave Pearson

On Fri, Aug 25, 2000 at 01:21:00PM -0400, David T-G wrote:

   pub  1024D/AFEFC23B 2000-06-29 jimh [EMAIL PROTECTED]
   sub  4096g/ED49589E 2000-06-29
 
   pub  1024D/401A068F 1998-09-03 PHXMGNT [EMAIL PROTECTED]
   sub  2048g/12BE4CB3 1998-09-03
 
 (to set the stage). Running lbdbq using only m_gpg, however, only returns
 the PHXMGNT key, which is a real bummer since it's the old one.

The m_pgp module of lbdb doesn't return keys, it returns email addresses.
Why does it matter which key was used to select the address, both keys have
the same address?

 Any idea what's up this time? I don't think I could be storing my keys in
 the wrong format ;-)

The only "problem" here is that you're focusing on keys when you really
should be concerning yourself with email addresses.

-- 
Take a look in Hagbard's World: | mutt.octet.filter - autoview octet-streams
http://www.hagbard.demon.co.uk/ | mutt.vcard.filter - autoview simple vcards
http://www.acemake.com/hagbard/ | muttrc2html   - muttrc - HTML utility
Free software, including| muttrc.sl - Jed muttrc mode



make mutt

2000-08-26 Thread SergeyTanya



 In file 'OPS' defined 
strings - menu messages on key pressed (whichhooked in mainmenu_Loop). This 
file not included in *.c or *.h - so whenmake compile address.c I have 
warnings/error, for example - OP_EXIT - not declared. After that compiler found 
this definisions in switch statement : switch (menumain_Loop(...)) 
{ 
. case OP_EXIT : 
. . 
}So this is error becouse in switch we can use only integer 
type's!Can you help me?


Color in telnet sessions to mutt

2000-08-26 Thread Brian Salter-Duke

There has been some discussion on comp.mail.mutt about using color in a
telnet window to access mutt. This was something I was working on, so I
thought it might be useful to set out where I am at, what success I have
had and where I still have questions. After getting some feedback I will
put this up on my mutt web page.

First, some background. I run mutt on an old RS6000 running AIX 3.2.5.
Due to difficulties of power here in the tropics and airconditioning
problems, I leave the machine in the University machine room asnbd acccess
it from my PC in my office, or from student computer labs when teaching
or from home via a Mac and a modem. Thus I use several systems. On the
office PC I have used normal Windows telnet but this is most boring.

Two other telnet systems have been suggested: putty and teraterm. I can
not see that putty supports color but I could be wrong. Has anyone used
putty with color?

teraterm works fine and I now use it as standard. However it appears to
need mutt with ncurses rather than slang. Has anyone figured out how to
get color with mutt using slang under teraterm? I would really like this
so I can get color with slrn, but that is off topic here.

With ncurses I came across a bug that has been discussed here and on
comp.mail.mutt. ncurses 5.0 does not lead to a mutt compile that
supports color. I have seen various suggestions about getting around
this, but the only one that made sense to me was to upgrade to ncurses
5.1. The terminfo with this version supports teraterm, so there is no
need to add the entry that has been posted here or the one that comes
with teraterm. I did add the termcap that comes with teraterm as vim as
the editor for mutt appears to need it.

So in the end getting teraterm to use color is quite simple. 

On the Mac I use Microphone to connect to my machine. This does not
support color. Does anyone have any suggestions how I can support color
when connecting from a Mac?

All suggestions welcome.

Regards, Brian.

-- 
Associate Professor Brian Salter-Duke (Brian Duke) [EMAIL PROTECTED]  
  School of Biological, Environmental and Chemical Sciences, SITE,
Northern Territory University, Darwin, NT 0909, Australia.  Phone 08-89466702. 
Fax 08-89466847  http://www.smps.ntu.edu.au/school/compchem.html



Re: Color in telnet sessions to mutt

2000-08-26 Thread Thomas Dickey

On Sat, Aug 26, 2000 at 01:54:29PM +0930, Brian Salter-Duke wrote:
 With ncurses I came across a bug that has been discussed here and on
 comp.mail.mutt. ncurses 5.0 does not lead to a mutt compile that
 supports color. I have seen various suggestions about getting around

mostly that seems to be a by-product of the FreeBSD packages - is this
still the same system?

 this, but the only one that made sense to me was to upgrade to ncurses
 5.1. The terminfo with this version supports teraterm, so there is no
 need to add the entry that has been posted here or the one that comes
 with teraterm. I did add the termcap that comes with teraterm as vim as
 the editor for mutt appears to need it.
 
 So in the end getting teraterm to use color is quite simple. 
 
 On the Mac I use Microphone to connect to my machine. This does not
 support color. Does anyone have any suggestions how I can support color
 when connecting from a Mac?

NCSA telnet does support color (though NCSA telnet itself seems to not be
supported).

-- 
Thomas E. Dickey [EMAIL PROTECTED]
http://dickey.his.com
ftp://dickey.his.com



Re: Color in telnet sessions to mutt

2000-08-26 Thread Jon Parise

On Sat, Aug 26, 2000 at 12:23:35PM -0400, Thomas Dickey wrote:

  With ncurses I came across a bug that has been discussed here and on
  comp.mail.mutt. ncurses 5.0 does not lead to a mutt compile that
  supports color. I have seen various suggestions about getting around
 
 mostly that seems to be a by-product of the FreeBSD packages - is this
 still the same system?
 
If you're building from the FreeBSD ports tree, you can specify slang
instead of ncurses by defining WITH_SLANG.

e.g. # make -DWITH_SLANG

-- 
Jon Parise ([EMAIL PROTECTED])  .  Rochester Inst. of Technology
http://www.csh.rit.edu/~jon/  :  Computer Science House Member



Re: Color in telnet sessions to mutt

2000-08-26 Thread Thomas Dickey

On Sat, Aug 26, 2000 at 11:31:17AM -0500, Jeremy Blosser wrote:
 I compile Mutt with slang and have always used tera term when on Windows,
 and have color (actually, IIRC, I couldn't get proper color under ncurses
 and the easiest solution was switching to slang).

you probably didn't use a correct terminfo (TeraTerm doesn't have 'bce'
support).
 
 Hmm... check your $TERM.  IIRC, I needed to set it to vt102-c from vt100,
 using the termcap stuff from the Mutt FAQ.  I think you also need to make

oddly enough, the Mutt FAQ doesn't mention XFree86 xterm, though the
"xterm-color" is that rather than color_xterm...

The XFree86 xterm supports ANSI color and VT220 emulation
There's an faq at
http://dickey.his.com/xterm/xterm.faq.html
ftp://dickey.his.com/xterm

(look for "xterm-color")

-- 
Thomas E. Dickey [EMAIL PROTECTED]
http://dickey.his.com
ftp://dickey.his.com



edit alias problem

2000-08-26 Thread Dale L . Morris

When I try Esc a to edit my alias file, I receive the following:
 /home/dlm/.mutt/aliases: line 2: syntax error near unexpected token 
`[EMAIL PROTECTED]'
/home/dlm/.mutt/aliases: line 2: `alias spamSpam Recycle Bin
[EMAIL PROTECTED]'
Press any key to continue...

I probably have something setup wrong in my .muttrc/settings file, but
I'm not sure what. Any ideas?
thanks
-- dale


"Make voyages, attempt them, there's nothing else."
 --Tennessee Williams