]> granicus.if.org Git - neomutt/log
neomutt
22 years agoThere is a possible buffer overflow due an off-by-one error in
Byrial Jensen [Mon, 29 Apr 2002 12:09:09 +0000 (12:09 +0000)]
There is a possible buffer overflow due an off-by-one error in
imap/util.c, line 125. The error is in the maximum field width
indication in the sscanf() call. You must have room in the
receiving buffer for this number of characters /plus a
terminating NULL character/.

22 years agoAttached patch fixes the problem described below. It should be
Vsevolod Volkov [Thu, 25 Apr 2002 13:30:10 +0000 (13:30 +0000)]
Attached patch fixes the problem described below. It should be
applied to both mutt 1.3/1.4 and 1.5 branches.

> Date: Thu, 11 Apr 2002 16:24:00 -0500
> Subject: mutt 1.3.x / pop
> From: "Ryan O'Hara" <rohara@isis.visi.com>
> To: bcully@users.sourceforge.net
> User-Agent: Mutt/1.3.27i

> Hi. My apologies if this has nothing to do with you. If it does not,
> maybe you could forward it on to someone.

> In mutt 1.3.x I have noticed that if I uses POP to retrieve mail, and
> I enter an incorrect password whem prompted, it will *save* that
> password and keep trying to use it. However, in the 1.2.x versions it
> worked like this: type in wrong POP password, try to connect to POP
> server again and it will ask you (again) for the password. mutt 1.3.x
> does not, it just tries to connect with the wrongs password (which
> just failed).

> This is kinda annoying. Just thought I'd point out this regression.

> Thanks.
> R

22 years agoSomeone in news:comp.mail.mutt noted that the list of command-line
Wouter Verheijen [Thu, 25 Apr 2002 13:28:23 +0000 (13:28 +0000)]
Someone in news:comp.mail.mutt noted that the list of command-line
options in the manual is not up-to-date.

Included a small patch that includes all options that 'mutt -h' shows.

22 years agoattached are fixes for some little mistakes :
Cedric Duval [Thu, 25 Apr 2002 13:26:26 +0000 (13:26 +0000)]
attached are fixes for some little mistakes :

* history-down -> scroll _down_, not up
* functions decode-(save|copy) do not exist in the attach menu.
* gettext oversight in pattern.c
* inconsistency between "printf-like sequences" used all over the
  place and "escape sequences" for the description of $attribution.

22 years agoAlso fix this for the S/MIME case.
Thomas Roessler [Thu, 25 Apr 2002 13:24:33 +0000 (13:24 +0000)]
Also fix this for the S/MIME case.

22 years agoFiy handling of multiparts which have encrypted sub-parts, at least
Thomas Roessler [Thu, 25 Apr 2002 13:23:57 +0000 (13:23 +0000)]
Fiy handling of multiparts which have encrypted sub-parts, at least
for PGP.

22 years agoForce 7bit encoding for application/pgp-keys.
Thomas Roessler [Thu, 25 Apr 2002 12:53:37 +0000 (12:53 +0000)]
Force 7bit encoding for application/pgp-keys.

22 years agoGenerate the resent-message-id ourselves, and add it in the top of
Thomas Roessler [Sat, 20 Apr 2002 08:14:59 +0000 (08:14 +0000)]
Generate the resent-message-id ourselves, and add it in the top of
the header.

22 years agoBug #571 "mutt should not replicate ">From " headers while bounding",
Wouter Verheijen [Sat, 20 Apr 2002 08:11:13 +0000 (08:11 +0000)]
Bug #571 "mutt should not replicate ">From " headers while bounding",
has a patch attached.
Will that patch get in?

Although these lines are not generated by mutt, I would strongly
suggest
to prevent it, because by boucing a mail the MUA should ensure
that the message header is according to the specification.
A ">From " line is not, because of the spaces before a colon.

Because this has such serious consequences (totally unreadable mail)
when a MTA interpretes this line as the beginning of the body (not
unreasonable), I think Mutt should prevent sending this invalid
headerline.

Because the other patch to the bugreport is not really correct IMHO
(because the fieldnames are not limited to alphanumeric chars, RFC2822
3.6.8), I propose another one.

This patch also appends Resent-* to the header, instead of
prepending it. The Resent-Message-Id is however still appended,
because I could not find it; is it added by the MTA instead of by
Mutt?

22 years agoUpdate.
Vincent Lefevre [Wed, 17 Apr 2002 17:05:54 +0000 (17:05 +0000)]
Update.

22 years agoThe attached patch cleans up some bugs in switching IMAP mailboxes:
Brendan Cully [Sun, 7 Apr 2002 19:21:45 +0000 (19:21 +0000)]
The attached patch cleans up some bugs in switching IMAP mailboxes:
* free current flags on mailbox close
* reset reopen state
* don't parse the same untagged SELECT response for multiple options
* call mx_update_context after reading the whole mailbox, not after
  each message
* reset new mail flag if mail arrives in the middle of opening the
  mailbox. This should close 1139

939 is most likely unaffected. I discovered these problems while
investigating 939.

22 years agoupdate.
TAKAHASHI Tamotsu [Fri, 5 Apr 2002 10:42:54 +0000 (10:42 +0000)]
update.

22 years agoUpdate.
Im Eunjea [Thu, 4 Apr 2002 20:49:46 +0000 (20:49 +0000)]
Update.

22 years agoUpdate.
TAKAHASHI Tamotsu [Thu, 4 Apr 2002 06:50:52 +0000 (06:50 +0000)]
Update.

22 years agoFix a typo noted by Tamotsu Takahashi.
Thomas Roessler [Thu, 4 Apr 2002 06:50:12 +0000 (06:50 +0000)]
Fix a typo noted by Tamotsu Takahashi.

22 years agoFix printing of format=flowed text parts.
Thomas Roessler [Wed, 3 Apr 2002 15:22:27 +0000 (15:22 +0000)]
Fix printing of format=flowed text parts.

22 years agoFix a file descriptor leak in the display filter code. Noted by
Thomas Roessler [Wed, 3 Apr 2002 10:51:24 +0000 (10:51 +0000)]
Fix a file descriptor leak in the display filter code.  Noted by
Chr. v. Stuckrad.

fixes: #1144

22 years agoUpdate; From Vincent Lefevre.
Thomas Roessler [Sat, 30 Mar 2002 08:25:13 +0000 (08:25 +0000)]
Update; From Vincent Lefevre.

22 years agoThe attached patch allows the user to override the user-agent field
Thomas Roessler [Sat, 30 Mar 2002 08:24:16 +0000 (08:24 +0000)]
The attached patch allows the user to override the user-agent field
with my_hdr.  It also removes the stripping of the x-mailer field
when recalling a postponed message.

22 years agopatch-1.3.28-me.emptycheck.1
Thomas Roessler [Thu, 28 Mar 2002 13:25:22 +0000 (13:25 +0000)]
patch-1.3.28-me.emptycheck.1

22 years agoThere was some output missing.
Thomas Roessler [Wed, 27 Mar 2002 08:50:42 +0000 (08:50 +0000)]
There was some output missing.

22 years agoupdate.
Thomas Roessler [Wed, 27 Mar 2002 08:44:17 +0000 (08:44 +0000)]
update.

22 years agoMore fixes. Note to self: The code which controls character set
Thomas Roessler [Wed, 27 Mar 2002 01:23:11 +0000 (01:23 +0000)]
More fixes.  Note to self:  The code which controls character set
selection for attachments is far too complicated.

22 years agoDon't include temporary file names in the Content-Disposition header.
Thomas Roessler [Wed, 27 Mar 2002 00:58:05 +0000 (00:58 +0000)]
Don't include temporary file names in the Content-Disposition header.

22 years agoUse text/plain; format=... when we are asked to detect inline PGP
Thomas Roessler [Wed, 27 Mar 2002 00:49:10 +0000 (00:49 +0000)]
Use text/plain; format=... when we are asked to detect inline PGP
material in in text/plain body parts.

22 years agoFix encoder mode for text/plain; action=pgp-*.
Thomas Roessler [Wed, 27 Mar 2002 00:39:26 +0000 (00:39 +0000)]
Fix encoder mode for text/plain; action=pgp-*.

22 years agoFix "noconv" handling for the message body when we generate inline
Thomas Roessler [Wed, 27 Mar 2002 00:11:55 +0000 (00:11 +0000)]
Fix "noconv" handling for the message body when we generate inline
PGP.

22 years agoSome hackisch charset handling for text/plain; x-action=pgp-*. I
Thomas Roessler [Wed, 27 Mar 2002 00:07:53 +0000 (00:07 +0000)]
Some hackisch charset handling for text/plain; x-action=pgp-*.  I
don't like this stuff, but it's better than nothing.

22 years agoChange x-action values to "pgp-encrypted", "pgp-signed".
Thomas Roessler [Tue, 26 Mar 2002 22:25:48 +0000 (22:25 +0000)]
Change x-action values to "pgp-encrypted", "pgp-signed".

22 years agoMore inline PGP changes.
Thomas Roessler [Tue, 26 Mar 2002 22:23:57 +0000 (22:23 +0000)]
More inline PGP changes.

22 years agoAlso permit for "action" and "x-action" on the receiving end, just
Thomas Roessler [Tue, 26 Mar 2002 21:08:17 +0000 (21:08 +0000)]
Also permit for "action" and "x-action" on the receiving end, just
in case we can settle on a joint standard with other MUA developers.

22 years agoOK, I'm giving up: pgp_create_traditional now creates text/plain;
Thomas Roessler [Tue, 26 Mar 2002 20:34:23 +0000 (20:34 +0000)]
OK, I'm giving up: pgp_create_traditional now creates text/plain;
x-mutt-action={pgp-encrypt,pgp-sign}.

22 years agoFix application/pgp signatures.
Thomas Roessler [Tue, 26 Mar 2002 19:57:20 +0000 (19:57 +0000)]
Fix application/pgp signatures.

22 years agoFix iconv warnings; from Edmund Grimley Evans.
Thomas Roessler [Tue, 26 Mar 2002 09:50:06 +0000 (09:50 +0000)]
Fix iconv warnings; from Edmund Grimley Evans.

22 years agoPlease use ascii_strcasecmp() if you want to compare ASCII parameter
Thomas Roessler [Tue, 26 Mar 2002 09:23:54 +0000 (09:23 +0000)]
Please use ascii_strcasecmp() if you want to compare ASCII parameter
strings.  mutt_strcasecmp() depends on the locale, and detects "i"
and "I" as _different_ in Turkish locales.

22 years agoFix S/MIME signature type. Noted by Dan Ohnesorg <Dan@ohnesorg.cz>.
Thomas Roessler [Mon, 25 Mar 2002 11:34:40 +0000 (11:34 +0000)]
Fix S/MIME signature type.  Noted by Dan Ohnesorg <Dan@ohnesorg.cz>.

22 years agoclose 1103; from Brendan Cully
Thomas Roessler [Mon, 25 Mar 2002 11:30:20 +0000 (11:30 +0000)]
close 1103; from Brendan Cully

22 years agoclose 1122; from Brendan Cully
Thomas Roessler [Mon, 25 Mar 2002 11:30:00 +0000 (11:30 +0000)]
close 1122; from Brendan Cully

22 years agoFix #872, from Brendan Cully.
Thomas Roessler [Mon, 25 Mar 2002 11:29:20 +0000 (11:29 +0000)]
Fix #872, from Brendan Cully.

22 years agoInclude a test script by Mike Schiraldi. It's perl > the one I have
Thomas Roessler [Mon, 25 Mar 2002 10:13:28 +0000 (10:13 +0000)]
Include a test script by Mike Schiraldi.  It's perl > the one I have
installed, so I'm just putting it into contrib for now.

22 years agoRename the new M_NEW by M_NEWFOLDER. There was another constant of
Thomas Roessler [Wed, 20 Mar 2002 09:53:19 +0000 (09:53 +0000)]
Rename the new M_NEW by M_NEWFOLDER.  There was another constant of
the same name.  Problem noted by Will Yardley's compiler.

22 years agoupdate
Thomas Roessler [Tue, 19 Mar 2002 09:52:19 +0000 (09:52 +0000)]
update

22 years agoShould fix #1115. BACKPORT!
Thomas Roessler [Mon, 18 Mar 2002 18:54:56 +0000 (18:54 +0000)]
Should fix #1115.  BACKPORT!

22 years agoupdate from oota toshiya.
Thomas Roessler [Fri, 15 Mar 2002 09:11:05 +0000 (09:11 +0000)]
update from oota toshiya.

22 years agoUndoing the previous patch. It was junk, and may ruin files.
Thomas Roessler [Wed, 13 Mar 2002 23:43:41 +0000 (23:43 +0000)]
Undoing the previous patch.  It was junk, and may ruin files.

22 years agoDon't fopen mail folders in append mode where we should safe_fopen()
Thomas Roessler [Wed, 13 Mar 2002 23:34:58 +0000 (23:34 +0000)]
Don't fopen mail folders in append mode where we should safe_fopen()
them in write mode.  Debian bug #138200, noted by Colin Philipps
<cph@cph.demon.co.uk>.

NEEDS BACKPORTING.

22 years agoAssorted patches from Mike Schiraldi.
Thomas Roessler [Wed, 13 Mar 2002 12:31:01 +0000 (12:31 +0000)]
Assorted patches from Mike Schiraldi.

22 years agoIntroduce smime_default_key. From Oliver Ehli.
Thomas Roessler [Sat, 2 Mar 2002 12:11:33 +0000 (12:11 +0000)]
Introduce smime_default_key.  From Oliver Ehli.

22 years agosmime.c:
Thomas Roessler [Sat, 2 Mar 2002 09:17:40 +0000 (09:17 +0000)]
smime.c:
 - the getkeys() function was broken and deleted the last char
   of the certfilename
 - it now lets me use more than one key for the same mailbox
   ie select these.
 - some display output was garbled when the email didn't match.
   i posted some fix to mutt-users, but i don't like that sleep()
   so i dropped the first error message, which basically repeated
   the from/sender field only. so now there's just the message: they
   don't match.

smime_keys:
 - i modified the add_chain to continue even if no roo-cert
   is present (david collantes received som chain that got
   exported from outlook. obiously they don't (always ?)
   include the root cert) it will now abort if neither root
   nor intermediate certs are present.
 - add_cert created index entries with '-' as issuer cert, when
   it should have been '?'. thus verify would fail. (obviously
   nobody ever used that command (add_cert, that is) :)

the feature above obsoletes the hash_cert and fingerprint_cert commands,
adds import_cert command and ask_cert_label bool. i modified the output
of smime_keys (a little) so it doesn't look too garbled when supplying
the label (it is actually interactive :) furthermore, i do a verify
after the cert was added and modified the verify routine to make the
cerificate trusted in case of success. (we discussed this in another
message) that is ok so far, but perhaps this requires some better root
certificate handling, ie the trust should be somehow connected to the
root certificate, that maybe added (if the user trusts it and its not
present already) to the ca-file. i'll think about that some more ... but
then, there already is the add_root command. hmmm... (btw, you'll now
never get asked to trust a certificate)

i have not yet deleted the email handling from the import key stuff (in
smime.c/crypt.c), for i'm thinking about smime_keys using it as an
additional arg. otoh i don't think users would press ^k if verification
failed...hmmm... but still, smime_keys does extract the email from the
certificate either way and does verify it by itself, so the only thing
that would happen is to have some invalid certificates, that mutt'll
refuse to use anyways, left in the database....

(From Oliver Ehli.)

22 years agoTurn on incremental threading again.
Thomas Roessler [Thu, 28 Feb 2002 23:28:51 +0000 (23:28 +0000)]
Turn on incremental threading again.

22 years agoThe script will try to pick out the end-user cert and pass that to
Thomas Roessler [Thu, 28 Feb 2002 12:57:13 +0000 (12:57 +0000)]
The script will try to pick out the end-user cert and pass that to
openssl. The code which tells the difference may not be perfect. It
works with all the certs in my collection, though. I won't be at all
surprised if someone comes across a cert chain which confuses it,
but it should print out an error in that case. Hopefully they will
send us the chain so we can adjust our code.

(From Mike Schiraldi.)

22 years ago$narrow_tree; fater redrawing when changing tree options. From
Thomas Roessler [Thu, 28 Feb 2002 08:23:59 +0000 (08:23 +0000)]
$narrow_tree; fater redrawing when changing tree options.  From
Daniel Eisenbud.

22 years agoThreading enhancements from Daniel Eisenbud.
Thomas Roessler [Thu, 28 Feb 2002 07:58:56 +0000 (07:58 +0000)]
Threading enhancements from Daniel Eisenbud.

22 years agoupdate
Thomas Roessler [Tue, 26 Feb 2002 10:58:56 +0000 (10:58 +0000)]
update

22 years agoFix a typo. #1069.
Thomas Roessler [Tue, 26 Feb 2002 10:39:25 +0000 (10:39 +0000)]
Fix a typo.  #1069.

22 years agoBrendan Cully sent a patch.
Thomas Roessler [Tue, 26 Feb 2002 10:38:43 +0000 (10:38 +0000)]
Brendan Cully sent a patch.

22 years agoFix a typo. From Edmund Grimley Evans.
Thomas Roessler [Tue, 26 Feb 2002 10:38:02 +0000 (10:38 +0000)]
Fix a typo.  From Edmund Grimley Evans.

22 years agoCAPA response tags are case-insensitive. Noted by Michael Vore,
Thomas Roessler [Tue, 26 Feb 2002 10:37:08 +0000 (10:37 +0000)]
CAPA response tags are case-insensitive.  Noted by Michael Vore,
patch from Vsevolod Volkov.

23 years agoFix for #1047. From Michael Elkins.
Thomas Roessler [Mon, 18 Feb 2002 14:55:31 +0000 (14:55 +0000)]
Fix for #1047.  From Michael Elkins.

23 years agoIconv patch from Lars Hecking. MAY NEED TO BE BACKPORTED.
Thomas Roessler [Thu, 14 Feb 2002 11:22:51 +0000 (11:22 +0000)]
Iconv patch from Lars Hecking.  MAY NEED TO BE BACKPORTED.

23 years agomutt_any_key() shouldn't be used in curses mode.
Thomas Roessler [Wed, 13 Feb 2002 12:04:52 +0000 (12:04 +0000)]
mutt_any_key() shouldn't be used in curses mode.

23 years agoChange the default format to be more friendly to "0-line messages",
Thomas Roessler [Wed, 13 Feb 2002 11:33:16 +0000 (11:33 +0000)]
Change the default format to be more friendly to "0-line messages",
and fix optional expansion for %l - it was the wrong way around.
Also, add a hack to parse.c so we ignore negative values in Lines
headers.

23 years agoUndo the %l fix. It broke things.
Thomas Roessler [Wed, 13 Feb 2002 11:12:09 +0000 (11:12 +0000)]
Undo the %l fix.  It broke things.

23 years agoFix mutt_pad_string; from Edmund Grimley Evans. (MAY NEED TO BE
Thomas Roessler [Wed, 13 Feb 2002 09:53:33 +0000 (09:53 +0000)]
Fix mutt_pad_string; from Edmund Grimley Evans.  (MAY NEED TO BE
BACKPORTED.)

23 years agoReport libiconv version.
Thomas Roessler [Wed, 13 Feb 2002 09:34:20 +0000 (09:34 +0000)]
Report libiconv version.

23 years agoImprove %l's behaviour.
Thomas Roessler [Tue, 12 Feb 2002 21:54:41 +0000 (21:54 +0000)]
Improve %l's behaviour.

23 years agoMike Schiraldi's daily S/MIME patch.
Thomas Roessler [Tue, 12 Feb 2002 20:45:47 +0000 (20:45 +0000)]
Mike Schiraldi's daily S/MIME patch.

23 years agoThis patch gets rid of an ugly static variable in smime.c. (From
Thomas Roessler [Mon, 11 Feb 2002 17:31:53 +0000 (17:31 +0000)]
This patch gets rid of an ugly static variable in smime.c. (From
Mike Schiraldi.)

23 years agoThis patch lets smime_keys.pl automagically handle both formats of
Thomas Roessler [Mon, 11 Feb 2002 10:03:17 +0000 (10:03 +0000)]
This patch lets smime_keys.pl automagically handle both formats of
x509 certificate -- PEM (text) and DER (binary). This lets Outlook
users (and probably others) directly import the certs without first
converting them manually.  (From Mike Schiraldi.)

23 years agoHonor current values of $LIBS and $CPPFLAGS. From Thomas Dickey.
Thomas Roessler [Mon, 11 Feb 2002 09:59:43 +0000 (09:59 +0000)]
Honor current values of $LIBS and $CPPFLAGS.  From Thomas Dickey.

23 years agopatch-1.3.27.me.initsort.1
Thomas Roessler [Mon, 11 Feb 2002 09:58:46 +0000 (09:58 +0000)]
patch-1.3.27.me.initsort.1

23 years agoAnother S/MIME patch from Mike Schiraldi.
Thomas Roessler [Thu, 7 Feb 2002 21:48:42 +0000 (21:48 +0000)]
Another S/MIME patch from Mike Schiraldi.

23 years agoFix smime_keys.
Thomas Roessler [Thu, 7 Feb 2002 16:33:30 +0000 (16:33 +0000)]
Fix smime_keys.

23 years agoS/MIME fixes from Mike Schiraldi.
Thomas Roessler [Thu, 7 Feb 2002 15:45:06 +0000 (15:45 +0000)]
S/MIME fixes from Mike Schiraldi.

23 years agoMake S/MIME messages translatable.
Thomas Roessler [Thu, 7 Feb 2002 09:17:52 +0000 (09:17 +0000)]
Make S/MIME messages translatable.

23 years agoAvoid a warning on some machines.
Thomas Roessler [Wed, 6 Feb 2002 19:14:47 +0000 (19:14 +0000)]
Avoid a warning on some machines.

23 years agoMake some scanf formats safe.
Thomas Roessler [Wed, 6 Feb 2002 08:58:56 +0000 (08:58 +0000)]
Make some scanf formats safe.

23 years agoThe previous fix was complete nonsense. What a day. :-(
Thomas Roessler [Tue, 5 Feb 2002 22:01:06 +0000 (22:01 +0000)]
The previous fix was complete nonsense.  What a day. :-(

23 years agoUse strcoll for the file browser. From David Champion.
Thomas Roessler [Tue, 5 Feb 2002 21:31:02 +0000 (21:31 +0000)]
Use strcoll for the file browser.  From David Champion.

23 years agoFix crypt-hook. From Dale Woolridge
Thomas Roessler [Tue, 5 Feb 2002 21:30:31 +0000 (21:30 +0000)]
Fix crypt-hook.  From Dale Woolridge
<dale-list-mutt-dev@woolridge.org>.

23 years agoClean-up from Mike Schiraldi.
Thomas Roessler [Tue, 5 Feb 2002 16:11:19 +0000 (16:11 +0000)]
Clean-up from Mike Schiraldi.

23 years agoFix another IMAP browsing bug.
Thomas Roessler [Tue, 5 Feb 2002 15:26:44 +0000 (15:26 +0000)]
Fix another IMAP browsing bug.

23 years agoupdate
Thomas Roessler [Tue, 5 Feb 2002 14:27:10 +0000 (14:27 +0000)]
update

23 years agoDon't put garbage onto the screen when trying to decrypt messages.
Thomas Roessler [Tue, 5 Feb 2002 14:22:57 +0000 (14:22 +0000)]
Don't put garbage onto the screen when trying to decrypt messages.

23 years agoS/MIME fixes from Oliver Ehli:
Thomas Roessler [Tue, 5 Feb 2002 13:07:27 +0000 (13:07 +0000)]
S/MIME fixes from Oliver Ehli:

- smime_keys.pl:

  support for multiple email adrresses in cert: will add one entry
  to {keys, cetrificates}/.index now (for each mailbox)

  support for certificates without intermediate certs (e.g. for
  people who are their own CA: use root as intermediate, for it
  probably wouldn't be known to anyone...)

  bugfix in handle_pem: the checks if some type of cert is present;
  die() could never be reached, as the variables checked wouldn't
  have been set in that case, so it would break because of undefined
  value or some such thing.... (so it has to check $iter instead)

- smime.c (init.h, ....)

  support for importing certificates issued for multiple addresses.

  introduced smime_fingerprint_cert_command, so finally certs can
  get compared ... (so the above works..)

  cleaned up some error messages, that would mess up the terminal.

  fixed typos (init.h)

23 years agoFix ascii_*cmp functions. Problem noted by Brad Thompson.
Thomas Roessler [Tue, 5 Feb 2002 10:51:51 +0000 (10:51 +0000)]
Fix ascii_*cmp functions.  Problem noted by Brad Thompson.

23 years agoSome S/MIME fixes from Oliver Ehli <elmy@acm.org>.
Thomas Roessler [Mon, 4 Feb 2002 09:59:00 +0000 (09:59 +0000)]
Some S/MIME fixes from Oliver Ehli <elmy@acm.org>.

23 years agoAdd unauto_view. From Jeremy Blosser.
Thomas Roessler [Sun, 3 Feb 2002 09:58:44 +0000 (09:58 +0000)]
Add unauto_view.  From Jeremy Blosser.

23 years agoAdd a "-f" flag which helps to dump fingerprints. Contributed by
Thomas Roessler [Sun, 3 Feb 2002 09:41:52 +0000 (09:41 +0000)]
Add a "-f" flag which helps to dump fingerprints.  Contributed by
Jason Harris <jharris@widomaker.com>, and not strictly needed for
mutt.

23 years agoFix calculation of fingerprints (and key IDs) for type 20 ElGamal
Thomas Roessler [Sun, 3 Feb 2002 09:14:47 +0000 (09:14 +0000)]
Fix calculation of fingerprints (and key IDs) for type 20 ElGamal
keys.  Noted by Jason Harris <jharris@widowmaker.com>.

23 years agoupdate
Thomas Roessler [Sat, 2 Feb 2002 16:52:27 +0000 (16:52 +0000)]
update

23 years agoDon't forget deletions when a folder is changed. Ups.
Thomas Roessler [Sat, 2 Feb 2002 09:19:08 +0000 (09:19 +0000)]
Don't forget deletions when a folder is changed.  Ups.

23 years agoFix some possible leaks of the private key (encrypted, but
Thomas Roessler [Fri, 1 Feb 2002 17:23:20 +0000 (17:23 +0000)]
Fix some possible leaks of the private key (encrypted, but
still...).  (yow_security_holes.patch from Mike Schiraldi.)

23 years agoDocument %C, and other updates. From Mike Schiraldi.
Thomas Roessler [Thu, 31 Jan 2002 22:05:58 +0000 (22:05 +0000)]
Document %C, and other updates.  From Mike Schiraldi.

23 years agoRemove some unnecessary quotation marks.
Thomas Roessler [Thu, 31 Jan 2002 22:05:43 +0000 (22:05 +0000)]
Remove some unnecessary quotation marks.

23 years agoUse mutt -Q from smime_keys.
Thomas Roessler [Thu, 31 Jan 2002 21:16:30 +0000 (21:16 +0000)]
Use mutt -Q from smime_keys.

23 years agoupdate-po
Thomas Roessler [Thu, 31 Jan 2002 12:57:38 +0000 (12:57 +0000)]
update-po

23 years agofix a string.
Thomas Roessler [Thu, 31 Jan 2002 12:55:40 +0000 (12:55 +0000)]
fix a string.

23 years agoDocument -Q.
Thomas Roessler [Thu, 31 Jan 2002 10:25:19 +0000 (10:25 +0000)]
Document -Q.

23 years agoAdd a -Q option to query configuration variables. This is needed to
Thomas Roessler [Thu, 31 Jan 2002 10:18:01 +0000 (10:18 +0000)]
Add a -Q option to query configuration variables.  This is needed to
avoid a separate mutt configuration parser in smime_keys.pl.