How can I display most X- headers but not all

2000-07-24 Thread Russell Hoover

I thought I wanted to see all "X-" headers that came my way, so I set:

ignore *  # This means "ignore all header lines by default."

unignore From: Date Subject To Cc Organization Organisation User-Agent \
X-Mailer X-


But there are some I don't want to see, such as:

X-Authentication-Warning:
X-Accept-Language:
X-Priority:
X-MSMail-Priority:
X-MimeOLE:

How can I eliminate a specified few X- headers while maintaining the
visibility of all others?

I tried:

color header  black  black  ^X-(Priority|MSMail-Priority):

It just gave me the headers in gray.

-- 
 // [EMAIL PROTECTED] //

  An animal's feet are as intelligent as a man's hands.
  -- Malcolm de Chazal   Sens-Plastique



Re: PGP signing range

2000-07-24 Thread Thomas Roessler

On 2000-07-24 12:48:45 +0900, [EMAIL PROTECTED] wrote:

 that is, subheader part is not crlf terminated (but the
 intervening blank line is).

Have you tried to verify the signatures with NAI's pgp5 or pgp6?

My guess about the cause of the problem would be that gnupg
mis-handles some of the canonical line endings.  mutt just pipes the
MIME data into pgp (or gpg, for that matter), and relies on text
mode to do line end canonicalization.

-- 
Thomas Roessler [EMAIL PROTECTED]



Email below mail index

2000-07-24 Thread Jason Helfman

How is this done... I have seen it only a few times, but I would like to
try it out..

here is an example of what I am talking about...

http://www.32bitsonline.com/issues/199812/mutt2.gif

-- 
/helfman

"At any given moment, you may find the ticket to the circus that has always
been in your possession."

  Fingerprint: 6A32 3774 E390 33B5 8C96  2AA1 2BF4 BD71 35A1 C149
 GnuPG http://www.gnupg.org  Get Private!  1024D/35A1C149



Re: Email below mail index

2000-07-24 Thread Suresh Ramasubramanian

Jason Helfman proclaimed on mutt-users that:

 How is this done... I have seen it only a few times, but I would like to
 try it out..
 here is an example of what I am talking about...
 http://www.32bitsonline.com/issues/199812/mutt2.gif

set pager_index_lines=10

-- 
Suresh Ramasubramanian + [EMAIL PROTECTED]
Parker's Law:
Beauty is only skin deep, but ugly goes clean to the bone.



Re: How can I display most X- headers but not all

2000-07-24 Thread Suresh Ramasubramanian

Russell Hoover proclaimed on mutt-users that:

 I thought I wanted to see all "X-" headers that came my way, so I set:
 ignore *  # This means "ignore all header lines by default."
 unignore From: Date Subject To Cc Organization Organisation User-Agent \
 X-Mailer X-

 But there are some I don't want to see, such as:
 How can I eliminate a specified few X- headers while maintaining the
 visibility of all others?

Here's part of my .muttrc -

ignore *
unignore From To Cc Subject Date Reply-To Organization X-Mailer

Whichever X-Foo headers you want to see get explicitly unignored.

-- 
Suresh Ramasubramanian + [EMAIL PROTECTED]
Parker's Law:
Beauty is only skin deep, but ugly goes clean to the bone.



Re: Email below mail index

2000-07-24 Thread Martin Schröder

On 2000-07-24 01:43:14 -0400, Jason Helfman wrote:
 How is this done... I have seen it only a few times, but I would like to
 try it out..

  6.3.98.  pager_index_lines

  Type: number
  Default: 0

  Determines the number of lines of a mini-index which is shown when in
  the pager.  The current message, unless near the top or bottom of the
  folder, will be roughly one third of the way down this mini-index,
  giving the reader the context of a few messages before and after the
  message.  This is useful, for example, to determine how many messages
  remain to be read in the current thread.  One of the lines is reserved
  for the status bar from the index, so a pager_index_lines of 6 will
  only show 5 lines of the actual index.  A value of 0 results in no
  index being shown.  If the number of messages in the current folder is
  less than pager_index_lines, then the index will only use as many
  lines as it needs.

Best regards
Martin
-- 
  Martin Schröder, [EMAIL PROTECTED]
ArtCom GmbH, Grazer Straße 8, D-28359 Bremen
   Voice +49 421 20419-44 / Fax +49 421 20419-10

 PGP signature


Re: setting From field

2000-07-24 Thread Michael Tatge

On Mon, Jul 24, 2000, Rob Watkin wrote:
 Can I set the From: field easily in mutt or must I fiddle with sendmail?

my_hdr From: Realname user@host
set use_from



Re: gpg encrypt

2000-07-24 Thread Michael Tatge

L Vogtmann muttered: 

 Still can't encrypt, but I've narrowed it down to a problem with the
 "pgp_getkeys_command".

This variable is to "" in the default gpg.rc

 I don't get a "menu" as described in the FAQ or manual.  I just get a
 prompt to enter the key id for who I am encrypting to.  And it will
 not accept ANYTHING is a valid key.

What happens if you just press 'enter'? I'm getting a menu where I can
select one of me keys.

Michael
-- 
As of next Thursday, UNIX will be flushed in favor of TOPS-10.
Please update your programs.

PGP-fingerprint: DECA E9D2 EBDD 0FE0 0A65  40FA 5967 ACA1 0B57 7C13

 PGP signature


Re: PGP signing range

2000-07-24 Thread horio shoichi

Thomas Roessler wrote:
 
 On 2000-07-24 12:48:45 +0900, [EMAIL PROTECTED] wrote:
 
  that is, subheader part is not crlf terminated (but the
  intervening blank line is).
 
 Have you tried to verify the signatures with NAI's pgp5 or pgp6?
 
 My guess about the cause of the problem would be that gnupg
 mis-handles some of the canonical line endings.  mutt just pipes the
 MIME data into pgp (or gpg, for that matter), and relies on text
 mode to do line end canonicalization.
 
 --
 Thomas Roessler [EMAIL PROTECTED]

I think I have solved the problem, except that how and why I could get
stuck into that bad dead end.

Thomas, your reply greatly helped me. My sincere thanks.


horio shoichi



post sortieren mit ifile

2000-07-24 Thread clemensF

there's a nice utility named ifile, which uses word-frequencies to sort
messages into folders.  ifile itself is very generic:  it has no file-
locking interface and therefore can't be used directly.

it would be nice to use it with mutt.  one can pipe a message into it and
tell it where it belongs, and later similiar messages can be piped into
ifile asking it where to put them:  it learns by (complex) example.

now, ifile returns a sorted list of foldernames if invoked with the query
option, lines with a foldername first followed by a real number denoting
"tstistical relevance" or whatever one should call it.

what would be the best way to take ifiles output and "program" the folder
name to be used for a save-operation?  it's very easy to get at the first
word of the first line, that's one line of sh(1), but this result would
have to be the argument of the 's'ave!


clemens



Re: gnupg and pgp incompatibility

2000-07-24 Thread David T-G

David, et al --

...and then David Champion said...
% On 2000.07.22, in [EMAIL PROTECTED],
%   "Dennis Robertson" [EMAIL PROTECTED] wrote:
%  Hello List,
%  I am trying to correspond with a friend who uses Windows and Eudora 4.3.2 (gasp!) 
with PGP

Hey, same here.  Oh, darn.


...
% 4.3.2 will issue valid PGP/MIME, which mutt can read, but it can not
% read PGP/MIME issued by either mutt or itself.  (Yes: Eudora cannot
% read its own output.)

Oy.


% 
% So, short answer: Eudora can send to Mutt, but Mutt can't send to
% Eudora, and it's Eudora's fault.

FWIW, I have been able to send with mutt-0.95.4i and pgp5; my recipient
may whine a bit, but he's been reading the messages well for quite a
while now (since his upgrade a few months ago).

In addition, I never have a problem reading his mail, but that could be
because I'm using the procmail recipe from PGP-Notes and don't have to
worry about it any more :-)


% 
% (Actually there are ways to make Mutt send messages that Eudora can
% handle, but these are kludgy and don't involve proper MIME.  I think
% they involve macros.  Again, check the web or archives.)

I tried sending old-style messages with pgp_create_traditional; he tells
me that Eudora detaches the message and he has to go and find it and
open it (he chooses to use Word, of all things!), and the text is there.

I searched both mutt archives and a teeny bit of the web in general, but
didn't find anything.  Is "the old way" what you meant, or do you hint at
something else?


% 
% -- 
%  -D.  [EMAIL PROTECTED]NSITUniversity of Chicago

TIA  HAND


:-D
-- 
David T-G   * It's easier to fight for one's principles
(play) [EMAIL PROTECTED]  * than to live up to them. -- fortune cookie
(work) [EMAIL PROTECTED]
http://www.bigfoot.com/~davidtg/Shpx gur Pbzzhavpngvbaf Qrprapl Npg!
The "new millennium" starts at the beginning of 2001.  There was no year 0.
Note: If bigfoot.com gives you fits, try sector13.org in its place. *sigh*


 PGP signature


Re: How can I display most X- headers but not all

2000-07-24 Thread Russell Hoover

On Mon 07/24/00 at 01:47 AM -0700, Anton Graham
[EMAIL PROTECTED] wrote:
 Your muttrc file is read from the top down, so
 you can put another ignore line after the unignore:
 ignore X-Priority X-MSmail-Priority

That was the first thing I did, and it had no effect.
Does that really work for you?

-- 
 // [EMAIL PROTECTED] //

 PGP signature


Re: How can I display most X- headers but not all

2000-07-24 Thread Russell Hoover

On Mon 07/24/00 at 02:31 PM +0530,
Suresh Ramasubramanian [EMAIL PROTECTED] wrote:

 Here's part of my .muttrc -

 ignore *
 unignore From To Cc Subject Date Reply-To Organization X-Mailer

 Whichever X-Foo headers you want to see get explicitly unignored.


In your example (if I understand you correctly), for the X- headers you
want to see, you have to place each specific X- header individually by name
in the "unignore" line.

What if you want to see *all* X- headers (including ones you don't know)
except a specific few that you *are* able to specify?  As I noted above,
I tried using a second "ignore" line after the "unignore" line, and that
didn't work.

-- 
 // [EMAIL PROTECTED] //

 PGP signature


Re: How can I display most X- headers but not all

2000-07-24 Thread Anton Graham

Submitted 24-Jul-00 by Russell Hoover:
 On Mon 07/24/00 at 01:47 AM -0700, Anton Graham
 [EMAIL PROTECTED] wrote:
  Your muttrc file is read from the top down, so
  you can put another ignore line after the unignore:
  ignore X-Priority X-MSmail-Priority
 
 That was the first thing I did, and it had no effect.
 Does that really work for you?
 


Yes :)  As an example, these are the ignore / unignore lines I
normailly use:

ignore lines precedence status nntp-posting-host path old-return-path
ignore received received references content- errors-to in-reply-to
ignore mime-version resent-message-id return-path xref path x-keywords
ignore x-uid x-ftn-via x-ftn-domain x-ftn-seen-by x-ftn-path x-gateway
ignore x-loop x-sender x-priority mbox-line x-pop3-rcpt x-mailing-list
ignore x400- dl-expansion-history priority alternate-recipient 
ignore x-zc-via x-received x-envelope-sender x-return-path 
ignore x-authentication-warning resent-message-id x-envelope-from
ignore x-envelope-to x-delivery-time x-egroups-return list-unsubscribe
ignore list-archive list-help X-MSMail-Priority X-MimeOLE Delivered-To
ignore X-OriginalArrivalTime X-Indiv X-JobID Mailing-List X-From
ignore X-MDaemon-Deliver-To X-WebTV-Signature X-WebTV-Stationery
ignore X-eGroups-From x-sequence resent- from 

unignore from:

To test, before I responded, I added:

unignore x-sequence x-loop x-sender x-priority X-MSMail-Priority
unignore X-MimeOLE

ignore X-MSMail-Priority X-MimeOLE

Then I took a message from an outlook user on another list and looked
at it with the new settings (From: header extracted for the poster's
privacy):

 Date: Fri, 21 Jul 2000 20:08:41 -0700
 From:
 Subject: [expert] 2.2.16 kernel ID DMA problems
 To: [EMAIL PROTECTED]
 X-Priority: 3
 X-Mailer: Microsoft Outlook Express 5.00.2919.6600
 Reply-To: [EMAIL PROTECTED]
 X-Loop: [EMAIL PROTECTED]
 X-Sequence: 316

With full headers (From: still extracted): 

 From   Fri Jul 21 21:12:53 2000
 Received: from mailandnews.com [199.29.68.160]
 by localhost with POP3 (fetchmail-5.4.3)
 for anton@localhost (single-drop); Fri, 21 Jul 2000 21:12:53 -0700 (PDT)
 Received: from bigfoot.com [208.156.39.208] ([EMAIL PROTECTED]); Fri, 
21 Jul 2000 23:15:48 -0400
 Received: from mandrakesoft.mandrakesoft.com ([216.71.84.35])
 by BFLITEMAIL3.bigfoot.com (LiteMail v2.43(BFLITEMAIL3)) with
 SMTP id 21Jul2000_BFLITEMAIL3_43087_81461841;
 Fri, 21 Jul 2000 23:18:17 -0400 EST
 Received: (from sympa@localhost)
 by mandrakesoft.mandrakesoft.com (8.8.5/8.8.5) id WAA23973
 for [EMAIL PROTECTED]; Fri, 21 Jul 2000 22:15:49 -0500
 Received: from minerva.host4u.net (minerva.host4u.net [216.71.64.49]) by
 mandrakesoft.mandrakesoft.com (8.8.5/8.8.5) with ESMTP id WAA21841 for
 [EMAIL PROTECTED]; Fri, 21 Jul 2000 22:08:44 -0500
 Received: from fiona (ip51.seattle11.wa.pub-ip.psi.net [38.28.67.51]) by
 minerva.host4u.net (8.8.5/8.8.5) with SMTP id WAA11750 for
 [EMAIL PROTECTED]; Fri, 21 Jul 2000 22:08:36 -0500
 Message-Id: 004b01bff38a$2441ed40$660a@fiona
 From: 
 To: [EMAIL PROTECTED]
 Date: Fri, 21 Jul 2000 20:08:41 -0700
 Mime-Version: 1.0
 Content-Type: text/plain; charset="iso-8859-1"
 Content-Transfer-Encoding: 7bit
 X-Priority: 3
 X-Msmail-Priority: Normal
 X-Mailer: Microsoft Outlook Express 5.00.2919.6600
 X-Mimeole: Produced By Microsoft MimeOLE V5.00.2919.6600
 Reply-To: [EMAIL PROTECTED]
 X-Loop: [EMAIL PROTECTED]
 X-Sequence: 316
 Precedence: list
 Subject: [expert] 2.2.16 kernel ID DMA problems
 Status: RO
 X-Status: F
 Content-Length: 5924
 Lines: 126

 
-- 
   _
 _|_|_
  ( )   *Anton Graham
  /v\  / [EMAIL PROTECTED]
/(   )X
 (m_m)   GPG ID: 18F78541
Penguin Powered!

 PGP signature


Re: gnupg and pgp incompatibility

2000-07-24 Thread Charles Curley

On Mon, Jul 24, 2000 at 03:11:51PM -0400, David T-G muttered:
 David, et al --
 
 ...and then David Champion said...
 % On 2000.07.22, in [EMAIL PROTECTED],
 % "Dennis Robertson" [EMAIL PROTECTED] wrote:
 %  Hello List,
 %  I am trying to correspond with a friend who uses Windows and Eudora 4.3.2 
(gasp!) with PGP
 
 Hey, same here.  Oh, darn.
 
 
 ...
 % 4.3.2 will issue valid PGP/MIME, which mutt can read, but it can not
 % read PGP/MIME issued by either mutt or itself.  (Yes: Eudora cannot
 % read its own output.)
 
 Oy.
 
 
 % 
 % So, short answer: Eudora can send to Mutt, but Mutt can't send to
 % Eudora, and it's Eudora's fault.
 
 FWIW, I have been able to send with mutt-0.95.4i and pgp5; my recipient
 may whine a bit, but he's been reading the messages well for quite a
 while now (since his upgrade a few months ago).
 
 In addition, I never have a problem reading his mail, but that could be
 because I'm using the procmail recipe from PGP-Notes and don't have to
 worry about it any more :-)
 
 
 % 
 % (Actually there are ways to make Mutt send messages that Eudora can
 % handle, but these are kludgy and don't involve proper MIME.  I think
 % they involve macros.  Again, check the web or archives.)
 
 I tried sending old-style messages with pgp_create_traditional; he tells
 me that Eudora detaches the message and he has to go and find it and
 open it (he chooses to use Word, of all things!), and the text is there.
 
 I searched both mutt archives and a teeny bit of the web in general, but
 didn't find anything.  Is "the old way" what you meant, or do you hint at
 something else?


I use:


set pgp_create_traditional=ask-no


in my .muttrc. When i have a message to a correspondent who uses Eudora
3.x and an old pgp (3.6, I think), I hit "y", otherwise return.  I suppose
I should automate that with a send-hook. Real Soon Now.

Note: that combination can handle signed or encrypted, but not both signed
and encrypted.

-- 

-- C^2

No windows were crashed in the making of this email.

Looking for fine software and/or web pages?
http://w3.trib.com/~ccurley
 PGP signature


Re: How can I display most X- headers but not all

2000-07-24 Thread Russell Hoover

On Mon 07/24/00 at 01:13 PM -0700, Anton Graham [EMAIL PROTECTED] wrote:
 Yes :)  As an example, these are the ignore / unignore lines I
 normailly use:
 ignore lines precedence status nntp-posting-host path old-return-path
 [...]
 ignore X-eGroups-From x-sequence resent- from 
 unignore from:
 To test, before I responded, I added:
 unignore x-sequence x-loop x-sender x-priority X-MSMail-Priority
 unignore X-MimeOLE
 ignore X-MSMail-Priority X-MimeOLE

 Then I took a message from an outlook user on another list and looked
 at it with the new settings (From: header extracted for the poster's
 privacy):

[snip]

Hmm.  Something about the way I'm doing it isn't working:

--
# HEADERS (incoming mail):

# Don't show any header-fields except the ones in the 'unignore' line:
ignore *  # This means "ignore all header lines by default."

unignore From: Date Subject To Cc Organization Organisation User-Agent \
X-Mailer X-

ignore X-Priority X-MSMail-Priority

hdr_order From: Date Subject To Cc Organization Organisation User-Agent \
X-Mailer X-
--

"X-Priority" and "X-MSMail-Priority" still show.
Anything identifiable here?

I also have, in the colors section above this section:
color headercyanblack   ^(X-*|User-Agent*)

-- 
 // [EMAIL PROTECTED] //

 PGP signature


Re: Email below mail index

2000-07-24 Thread Charles Curley

On Mon, Jul 24, 2000 at 02:24:08PM +0530, Mrinal Kalakrishnan muttered:
 Hi,
 
 Jason Helfman typed:
  How is this done... I have seen it only a few times, but I would like to
  try it out..
  here is an example of what I am talking about...
  http://www.32bitsonline.com/issues/199812/mutt2.gif
 
 Use this:
 
 set pager_index_lines=n
 (where n ~ the number of lines taken up by the index)

Works like a charm; thank you.

Now, if you use the xmutt script (at /usr/bin/xmutt on my system), you can
modify it to give you a nice big display. I use:

if [ $? -eq 0 ]; then
  rxvt -fn 10x20 -geometry 80x40 -tn rxvt -T Mutt -e mutt
else

Have fun!

-- 

-- C^2

No windows were crashed in the making of this email.

Looking for fine software and/or web pages?
http://w3.trib.com/~ccurley
 PGP signature


Screen doesn't refresh when using gpg

2000-07-24 Thread Caster

I asked this before but nobody answered.
When I use gpg functions the screen doesn't refresh after calling it.
If I press the refresh screen sequence (^L by default) everything is
alright -- screen backs to normal. Is this a known bug? Does it occure
in your mailers?

-- 
Bi-la kaifa
mailto:[EMAIL PROTECTED]



PGP signatures

2000-07-24 Thread Charles Curley


PGP/GPG signatures are rampanton this list, and I am glad to see them out
there. One request: please upload your public keys to a keyserver. It does
not take long.

The reason I ask this is because some folks may have their mutt set up to
fetch your key from a keyserver. If it's there, they get authentication
quickly. If it isn't there, they get to wait while the keyserver conducts
a fruitless search.

-- 

-- C^2

No windows were crashed in the making of this email.

Looking for fine software and/or web pages?
http://w3.trib.com/~ccurley
 PGP signature


Re: subscribing

2000-07-24 Thread Bob Bell

On Fri, Jul 21, 2000 at 05:29:42PM +0200, Johannes Zellner [EMAIL PROTECTED] 
wrote:
 hmm. I tried to subscribe to [EMAIL PROTECTED]
 but this does not seem to be the correct address.
 But the html manual states that it is ...

There are actually several ways to subscribe.  However, I was
under the impression that the list-request method would still work.
Why do you think that it doesn't?

-- 
Bob BellCompaq Computer Corporation
Software Engineer   110 Spit Brook Rd - ZKO3-3/U14
TruCluster GroupNashua, NH 03062-2698
[EMAIL PROTECTED] 603-884-0595




Re: Screen doesn't refresh when using gpg

2000-07-24 Thread Charles Curley

On Mon, Jul 24, 2000 at 07:11:33PM +0200, Caster muttered:
 I asked this before but nobody answered.
 When I use gpg functions the screen doesn't refresh after calling it.
 If I press the refresh screen sequence (^L by default) everything is
 alright -- screen backs to normal. Is this a known bug? Does it occure
 in your mailers?

I have not seen this. Judging by the lack of response to your last
message, I suspect no-one else has either.

Possibly you have a termcap problem, or else mutt is sending the wrong
sequence of control characters to your terminal program. I use rxvt on
Linux, and have no problems.

-- 

-- C^2

No windows were crashed in the making of this email.

Looking for fine software and/or web pages?
http://w3.trib.com/~ccurley
 PGP signature


Re: subscribing

2000-07-24 Thread Mikko Hänninen

Johannes Zellner [EMAIL PROTECTED] wrote on Fri, 21 Jul 2000:
 hmm. I tried to subscribe to [EMAIL PROTECTED]
 but this does not seem to be the correct address.
 But the html manual states that it is ...

I sent a "help" request there and got a reply back (with Majordomo
help), so at least it's being served.  Which part of subscribing with
that didn't work?


Mikko
-- 
// Mikko Hänninen, aka. Wizzu  //  [EMAIL PROTECTED]  //  http://www.iki.fi/wiz/
// The Corrs list maintainer  //   net.freak  //   DALnet IRC operator /
// Interests: roleplaying, Linux, the Net, fantasy  scifi, the Corrs /
Flying saucers are real, the Air Force doesn't exist.




Re: subscribing

2000-07-24 Thread Jason Helfman

I meant unsubscribe

whoops

On Mon, Jul 24, 2000 at 02:22:56PM -0400, Bob Bell muttered:
| On Fri, Jul 21, 2000 at 05:29:42PM +0200, Johannes Zellner [EMAIL PROTECTED] 
|wrote:
|  hmm. I tried to subscribe to [EMAIL PROTECTED]
|  but this does not seem to be the correct address.
|  But the html manual states that it is ...
| 
| There are actually several ways to subscribe.  However, I was
| under the impression that the list-request method would still work.
| Why do you think that it doesn't?
| 
| -- 
| Bob Bell  Compaq Computer Corporation
| Software Engineer 110 Spit Brook Rd - ZKO3-3/U14
| TruCluster Group  Nashua, NH 03062-2698
| [EMAIL PROTECTED]   603-884-0595
| 

-- 
/helfman

"At any given moment, you may find the ticket to the circus that has always
been in your possession."

  Fingerprint: 6A32 3774 E390 33B5 8C96  2AA1 2BF4 BD71 35A1 C149
 GnuPG http://www.gnupg.org  Get Private!  1024D/35A1C149




Package Install Question

2000-07-24 Thread Dale L. Morris

Hoorah, I just got a working install of potato, my first actual working
debian system. Only problem is I don't have Netscape installed. I need to
get the Netscape package installed so I can get the information to
configure my mail settings (botched it with exim) or else sendmail and the
install_sendmail script from freshmeat. How (in easy newbie terms) do I
download the Netscape 4.73 package? thanks
dale







gnupg encrypt success!

2000-07-24 Thread L Vogtmann

Howdy all!
Sorry about cluttering up this group with my problems about not being able to 
encrypt with mutt.
I've finally found the problem!  It didn't have anything to do with the gpg.rc 
files, .muttrc, or any of that.  My menu wasn't coming up because one of the internals 
operations of that function tries to write to /dev/null.  For some odd reason, MAKEDEV 
made it read-only!
So, to fix it.  I just had to add world write permissions, and voila!  Menu 
and all!
Thank you very much to all to tried to help.  I appreciate it.
-- 
Vmann [EMAIL PROTECTED]
PGPkey http://www.pioneernet.net/vogtmann/PGP.asc
ICQ #14259386


 PGP signature


error duing make of 1.2.4

2000-07-24 Thread Jason Helfman

I am getting this during a build...

gettextP.h:50: warning: ANSI does not permit the keyword `inline'
localealias.c: In function `read_alias_file':
localealias.c:259: warning: pointer targets in passing arg 1 of `fgets'
differ in signedness
localealias.c:318: warning: pointer targets in passing arg 1 of `strlen'
differ in signedness
localealias.c:319: warning: pointer targets in passing arg 1 of `strlen'
differ in signedness
gcc -c -DLOCALEDIR=\"/usr/local/share/locale\"
-DGNULOCALEDIR=\"/usr/local/share/locale\"
-DLOCALE_ALIAS_PATH=\"/usr/local/share/locale

i stopped it after this.
-- 
/helfman

"At any given moment, you may find the ticket to the circus that has always
been in your possession."

  Fingerprint: 6A32 3774 E390 33B5 8C96  2AA1 2BF4 BD71 35A1 C149
 GnuPG http://www.gnupg.org  Get Private!  1024D/35A1C149



Re: gnupg and pgp incompatibility

2000-07-24 Thread David Champion

On 2000.07.24, in [EMAIL PROTECTED],
"David T-G" [EMAIL PROTECTED] wrote:
 David, et al --

 % So, short answer: Eudora can send to Mutt, but Mutt can't send to
 % Eudora, and it's Eudora's fault.

 FWIW, I have been able to send with mutt-0.95.4i and pgp5; my recipient
 may whine a bit, but he's been reading the messages well for quite a
 while now (since his upgrade a few months ago).

Yes... to be more precise: Eudora can read signed messages, but (in my
experience) it can neither verify signed PGP/MIME messages, nor decrypt
encrypted PGP/MIME messages.

 In addition, I never have a problem reading his mail, but that could be
 because I'm using the procmail recipe from PGP-Notes and don't have to
 worry about it any more :-)

Yeah.  I just took that out of my own config so I can test this a
little more -- I've just been studying Eudora the last couple of days.

ME gave some sample macros for circumventing this issue when he posted
his edit-type patch, I think; these should work in absence of
procmail.

 I tried sending old-style messages with pgp_create_traditional; he tells
 me that Eudora detaches the message and he has to go and find it and
 open it (he chooses to use Word, of all things!), and the text is there.

I'm not familiar with pgp_create_traditional -- I haven't been paying
attention to this area of development, since it all works OK for me so
far. :)

 I searched both mutt archives and a teeny bit of the web in general, but
 didn't find anything.  Is "the old way" what you meant, or do you hint at
 something else?

Yes: I was referring to macros for filtering components through
PGP/GPG.  You posted one of them.  (Ah, no substitute for personal
archives.  Web archives can all * * *!)

Here are examples with citations, altered a bit to be more readable.  A
lot of you have these already, but maybe this makes a useful summary
for the FAQ or something.  I think these will work, but I haven't
tested them all since rewriting them.  Check primary sources if in
doubt.

I'm not sure which of these would work best with Eudora, and my
"Eudora-empowered" PC is not at hand.

The usual disclaimers: I don't mean to suggest that there aren't better
sources for this stuff; this is just what I found.  No resposibility if
this stuff crashes your mailer, erases your mail, drowns your fish,
etc.  Everything I say is a lie.


+ Basic composition filter to traditionally encode the current message
  component (typically the only component in a us-ascii, text/plain
  message), using PGP 2 or NAI's PGP 6. [1]
macro compose S "filter-entrypgp +verbose=0 -fast \
+clearsig=on\nyedit-typekill-lineapplication/pgp; \
format=text; x-action=sign\n"

+ Use of the edit-type function to coerce a message into application/pgp
  format without use of procmail. [2]
macro index  \eS "edit-typekill-lineapplication/pgp; format=text; \
x-action=sign\n"
macro index  \eE "edit-typekill-lineapplication/pgp; format=text; \
x-action=encrypt\n"
macro pager  \eS "edit-typekill-lineapplication/pgp; format=text; \
x-action=sign\n"
macro pager  \eE "edit-typekill-lineapplication/pgp; format=text; \
x-action=encrypt\n"
macro attach \eS "edit-typekill-lineapplication/pgp; format=text; \
x-action=sign\n"
macro attach \eE "edit-typekill-lineapplication/pgp; format=text; \
x-action=encrypt\n"

+ Composition filters for signing and encryption with PGP 5. [3]
# old-style signing
macro compose S "filter-entrypgps +verbose=0 -fat \
+clearsig=on\nyedit-typekill-lineapplication/pgp;format=text; \
x-action=sign\n"
# old-style encrypting  ### have to hard-code recipient for now...
macro compose E "filter-entrypgpe -s -r RECIPIENT -r 0xYOURKEY \
-fat\nyapplication/pgp; format=text; x-action=encrypt\n" 

D. T-G: "There is a patch out there, I believe, which will let you
insert %r at RECIPIENT, but I forget what it is :-)"  dgc: I'm not
sure how this applies, myself, since there's no context in which to
select a recipient.  Seems you'd need pgpe to ask you, but I've
never used it, so I'll leave it alone.

+ Composition filter for application/pgp signing using GnuPG. [4]
macro compose S "filter-entrygpg --sign --armor --textmode \
--clearsign\nyedit-typekill-lineapplication/pgp; format=text; \
x-action=sign\n" 'clearsign the message'

+ Composition filter for very traditional (not even MIME at all) signing
  and encrypting, using PGP 2 or PGP 6. [5]
macro compose S "filter-entrypgp +verbose=0  -fast 
+clearsig=on\nyedit-typekill-linetext/plain\n"
macro compose E "filter-entrypgp +verbose=0 -feast 
+clearsig=on\nyedit-typekill-linetext/plain\n"

[1] Included documentation, from mutt-*.*.*/doc/PGP-Notes.txt
[2] M. Elkins, in [EMAIL PROTECTED]
[3] D. T-G, in [EMAIL PROTECTED]
[4] [EMAIL PROTECTED], in m12rJjB-000jXxC@localhost
[5] C. Cera, in [EMAIL PROTECTED]

-- 
 -D.

Re: How can I display most X- headers but not all

2000-07-24 Thread Suresh Ramasubramanian

Russell Hoover proclaimed on mutt-users that:

 ignore *  # This means "ignore all header lines by default."
 unignore From: Date Subject To Cc Organization Organisation User-Agent \
 X-Mailer X-
 ignore X-Priority X-MSMail-Priority
 
Hmmm... once you've gone and unignored it, you can hardly ignore it
again ;)

 "X-Priority" and "X-MSMail-Priority" still show.
 Anything identifiable here?
 I also have, in the colors section above this section:
 color headercyanblack   ^(X-*|User-Agent*)

Try setting color header default default for those two if you are bent
upon coloring them bad ;)

Or just press h to view full headers anytime you want to view all the
sigquotes and such ... (see my headers, for an example)

-- 
Suresh Ramasubramanian + [EMAIL PROTECTED]
In Corning, Iowa, it's a misdemeanor for a man to ask his wife to ride
in any motor vehicle.



Re: Package Install Question

2000-07-24 Thread Suresh Ramasubramanian

Dale L. Morris proclaimed on mutt-users that:

 Hoorah, I just got a working install of potato, my first actual working
 debian system. Only problem is I don't have Netscape installed. I need to
 get the Netscape package installed so I can get the information to
 configure my mail settings (botched it with exim) or else sendmail and the
 install_sendmail script from freshmeat. How (in easy newbie terms) do I
 download the Netscape 4.73 package? thanks

apt-get

As for configuring sendmail and such - comp.mail.sendmail is down the
hall, third door to the right ;)

-- 
Suresh Ramasubramanian + [EMAIL PROTECTED]
In Corning, Iowa, it's a misdemeanor for a man to ask his wife to ride
in any motor vehicle.