Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Mar 1996 10:50:28 +0100 (MET)
From:      balu@reido.in-berlin.de (Boris Staeblow)
To:        ports@freebsd.org
Subject:   Re: problems with new elm port
Message-ID:  <m0tyF6b-0002PWC@reido.in-berlin.de>

next in thread | raw e-mail | index | archive | help
>Just compiled the new elm port (ME+13). When trying to read pgp 
>encrypted mails from my incoming mail folder, that I could read with
>a previous Version of pgp elm (ME8b) with no problems, I can't do
>this now with the new elm version. Do other people have similar
>experiences ?!

Is your default language german in pgp?

Test this:


*** pgp.c.orig	Sun Mar 17 10:30:34 1996
--- pgp.c	Sun Mar 17 10:31:22 1996
***************
*** 125,131 ****
  
    for (;;) {
      while (*c && isspace (*c)) c++; /* move past any leading space! */
!     sprintf(buf, "%s +verbose=0 -kv '%s'", PGP_PATH, c);
      p = popen(buf, "r");
      if (!p)
        return(-1);
--- 125,131 ----
  
    for (;;) {
      while (*c && isspace (*c)) c++; /* move past any leading space! */
!     sprintf(buf, "%s +verbose=0 +lang=us -kv '%s'", PGP_PATH, c);
      p = popen(buf, "r");
      if (!p)
        return(-1);



Boris
balu@reido.in-berlin.de




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?m0tyF6b-0002PWC>