]> granicus.if.org Git - neomutt/log
neomutt
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.

23 years agopatch-1.3.27.me.postpone_date.2
Thomas Roessler [Wed, 30 Jan 2002 22:51:12 +0000 (22:51 +0000)]
patch-1.3.27.me.postpone_date.2

23 years agoMike Schiraldi's daily S/MIME patch, as he puts it.
Thomas Roessler [Wed, 30 Jan 2002 18:32:23 +0000 (18:32 +0000)]
Mike Schiraldi's daily S/MIME patch, as he puts it.

23 years agoImproved certificate handling. Suggested by Oliver Ehli,
Thomas Roessler [Tue, 29 Jan 2002 21:08:10 +0000 (21:08 +0000)]
Improved certificate handling.  Suggested by Oliver Ehli,
implemented by Mike Schiraldi.

23 years agoProperly handle certain signatures generated by Outlook. From Mike
Thomas Roessler [Tue, 29 Jan 2002 17:53:33 +0000 (17:53 +0000)]
Properly handle certain signatures generated by Outlook.  From Mike
Schiraldi.

23 years agoFix a segmentation fault in debugging code. From Daniel Eisenbud.
Thomas Roessler [Tue, 29 Jan 2002 10:06:01 +0000 (10:06 +0000)]
Fix a segmentation fault in debugging code.  From Daniel Eisenbud.

23 years agoAdd a new crypt_timestamp option. The timestamps aren't really
Thomas Roessler [Mon, 28 Jan 2002 23:29:05 +0000 (23:29 +0000)]
Add a new crypt_timestamp option.  The timestamps aren't really
needed any more.

23 years agoAdd ~V to match successfully verified messages.
Thomas Roessler [Mon, 28 Jan 2002 22:30:09 +0000 (22:30 +0000)]
Add ~V to match successfully verified messages.

23 years agoAdd a comment. From Mike Schiraldi.
Thomas Roessler [Mon, 28 Jan 2002 22:13:19 +0000 (22:13 +0000)]
Add a comment. From Mike Schiraldi.

23 years agoFix list-from documentation. From Michael Elkins.
Thomas Roessler [Mon, 28 Jan 2002 21:37:55 +0000 (21:37 +0000)]
Fix list-from documentation.  From Michael Elkins.

23 years agoAdd more information on S/MIME. Adapted from Oliver Ehli's notes by
Thomas Roessler [Mon, 28 Jan 2002 19:59:03 +0000 (19:59 +0000)]
Add more information on S/MIME.  Adapted from Oliver Ehli's notes by
Mike Schiraldi.

23 years agoAvoid C99 comments. Noted by Vincent Lefevre.
Thomas Roessler [Mon, 28 Jan 2002 10:19:51 +0000 (10:19 +0000)]
Avoid C99 comments.  Noted by Vincent Lefevre.

23 years agoWide character fix from TAKIZAWA Takashi.
Thomas Roessler [Mon, 28 Jan 2002 10:18:33 +0000 (10:18 +0000)]
Wide character fix from TAKIZAWA Takashi.

23 years agoS/MIME-related bug fixes from Brendan Cully.
Thomas Roessler [Mon, 28 Jan 2002 10:17:56 +0000 (10:17 +0000)]
S/MIME-related bug fixes from Brendan Cully.

23 years agoups
Thomas Roessler [Fri, 25 Jan 2002 00:08:30 +0000 (00:08 +0000)]
ups

23 years agoMore decryption key detection fixes.
Thomas Roessler [Fri, 25 Jan 2002 00:06:03 +0000 (00:06 +0000)]
More decryption key detection fixes.

23 years agoMake some prompts look nicer, and add sensible selection of the
Thomas Roessler [Fri, 25 Jan 2002 00:02:31 +0000 (00:02 +0000)]
Make some prompts look nicer, and add sensible selection of the
decryption key.

23 years agoMore S/MIME nit-picking.
Thomas Roessler [Thu, 24 Jan 2002 23:53:19 +0000 (23:53 +0000)]
More S/MIME nit-picking.

23 years agoFix.
Thomas Roessler [Thu, 24 Jan 2002 23:33:26 +0000 (23:33 +0000)]
Fix.

23 years agoStill more code clean-up.
Thomas Roessler [Thu, 24 Jan 2002 23:26:30 +0000 (23:26 +0000)]
Still more code clean-up.

23 years agoUpdate.
Thomas Roessler [Thu, 24 Jan 2002 23:26:02 +0000 (23:26 +0000)]
Update.

23 years agolittle fix.
Thomas Roessler [Thu, 24 Jan 2002 23:18:52 +0000 (23:18 +0000)]
little fix.

23 years agoUps, don't use the wrong check function...
Thomas Roessler [Thu, 24 Jan 2002 23:17:32 +0000 (23:17 +0000)]
Ups, don't use the wrong check function...

23 years agoClean up the mh code, too.
Thomas Roessler [Thu, 24 Jan 2002 23:12:50 +0000 (23:12 +0000)]
Clean up the mh code, too.

23 years agoindentation
Thomas Roessler [Thu, 24 Jan 2002 22:48:57 +0000 (22:48 +0000)]
indentation

23 years agoMaildir efficiency improvements, from Michael Elkins and Thomas
Thomas Roessler [Thu, 24 Jan 2002 22:48:29 +0000 (22:48 +0000)]
Maildir efficiency improvements, from Michael Elkins and Thomas
Roessler.

23 years agoS/MIME nits.
Thomas Roessler [Thu, 24 Jan 2002 22:39:13 +0000 (22:39 +0000)]
S/MIME nits.

23 years agoWe don't need this any more.
Thomas Roessler [Thu, 24 Jan 2002 21:54:37 +0000 (21:54 +0000)]
We don't need this any more.

23 years agoS/MIME support. From Oliver Ehli <elmy@acm.org> and Mike Schiraldi
Thomas Roessler [Thu, 24 Jan 2002 21:53:19 +0000 (21:53 +0000)]
S/MIME support.  From Oliver Ehli <elmy@acm.org> and Mike Schiraldi
<raldi@research.netsol.com>.

23 years agoupdate
Thomas Roessler [Thu, 24 Jan 2002 14:32:13 +0000 (14:32 +0000)]
update

23 years agoIntroduce mime_lookup. From Brian Foley and Ulf Erikson.
Thomas Roessler [Thu, 24 Jan 2002 14:21:50 +0000 (14:21 +0000)]
Introduce mime_lookup.  From Brian Foley and Ulf Erikson.

23 years agoupdate
Thomas Roessler [Thu, 24 Jan 2002 14:14:57 +0000 (14:14 +0000)]
update

23 years agoMake reading maildirs more efficient.
Thomas Roessler [Thu, 24 Jan 2002 14:03:12 +0000 (14:03 +0000)]
Make reading maildirs more efficient.

23 years agoPseudo-revision for mutt-1.5.
Thomas Roessler [Thu, 24 Jan 2002 14:02:50 +0000 (14:02 +0000)]
Pseudo-revision for mutt-1.5.

23 years agoversion bump
Thomas Roessler [Thu, 24 Jan 2002 13:36:31 +0000 (13:36 +0000)]
version bump

23 years agomore version bumps.
Thomas Roessler [Thu, 24 Jan 2002 13:35:57 +0000 (13:35 +0000)]
more version bumps.

23 years agomore version number updates.
Thomas Roessler [Thu, 24 Jan 2002 13:35:16 +0000 (13:35 +0000)]
more version number updates.

23 years agomore version number updates
Thomas Roessler [Thu, 24 Jan 2002 13:35:07 +0000 (13:35 +0000)]
more version number updates

23 years agoBumping more version numbers.
Thomas Roessler [Thu, 24 Jan 2002 12:11:17 +0000 (12:11 +0000)]
Bumping more version numbers.

23 years agoBumping version numbers to 3.0, for the new unstable branch.
Thomas Roessler [Thu, 24 Jan 2002 12:10:46 +0000 (12:10 +0000)]
Bumping version numbers to 3.0, for the new unstable branch.

23 years agoSet default Fcc when resending a message.
Thomas Roessler [Thu, 24 Jan 2002 09:35:24 +0000 (09:35 +0000)]
Set default Fcc when resending a message.

23 years agoupdate
Thomas Roessler [Thu, 24 Jan 2002 09:33:12 +0000 (09:33 +0000)]
update

23 years agoupdates
Thomas Roessler [Wed, 23 Jan 2002 22:37:12 +0000 (22:37 +0000)]
updates

23 years agoupdate
Thomas Roessler [Wed, 23 Jan 2002 22:34:21 +0000 (22:34 +0000)]
update

23 years agoupdate
Thomas Roessler [Wed, 23 Jan 2002 09:41:20 +0000 (09:41 +0000)]
update

23 years agoFix #999. A single missing comma.
Thomas Roessler [Wed, 23 Jan 2002 01:02:39 +0000 (01:02 +0000)]
Fix #999.  A single missing comma.

17 years agoupdate tags
convert-repo [Thu, 1 Mar 2007 19:19:12 +0000 (19:19 +0000)]
update tags

23 years agoautomatic post-release commit for mutt-1.3.27
Thomas Roessler [Tue, 22 Jan 2002 12:12:42 +0000 (12:12 +0000)]
automatic post-release commit for mutt-1.3.27

23 years agoupdate
Thomas Roessler [Mon, 21 Jan 2002 17:43:19 +0000 (17:43 +0000)]
update

23 years agoupdates
Thomas Roessler [Mon, 21 Jan 2002 17:37:26 +0000 (17:37 +0000)]
updates

23 years agoA fix from Ulf Erikson, which he says to fix bug #989.
Thomas Roessler [Mon, 21 Jan 2002 12:34:27 +0000 (12:34 +0000)]
A fix from Ulf Erikson, which he says to fix bug #989.

17 years agoupdate tags
convert-repo [Thu, 1 Mar 2007 19:19:10 +0000 (19:19 +0000)]
update tags

23 years agoautomatic post-release commit for mutt-1.3.26
Thomas Roessler [Fri, 18 Jan 2002 11:44:48 +0000 (11:44 +0000)]
automatic post-release commit for mutt-1.3.26

23 years agoUse ncurses.h for configure tests, if present.
Thomas Roessler [Thu, 17 Jan 2002 22:41:45 +0000 (22:41 +0000)]
Use ncurses.h for configure tests, if present.

23 years agoUpdated auto* files. From Lars Hecking.
Thomas Roessler [Wed, 16 Jan 2002 20:44:49 +0000 (20:44 +0000)]
Updated auto* files. From Lars Hecking.

23 years agopatch-1.3.25-de-new_threads.1
Thomas Roessler [Wed, 16 Jan 2002 20:44:25 +0000 (20:44 +0000)]
patch-1.3.25-de-new_threads.1

23 years agoConfigure and config.h cleanup. From Lars Hecking.
Thomas Roessler [Tue, 15 Jan 2002 22:08:12 +0000 (22:08 +0000)]
Configure and config.h cleanup.  From Lars Hecking.

23 years agoDon't hallucinate a '\n' in the end of quoted-printable encoded
Thomas Roessler [Tue, 15 Jan 2002 22:02:47 +0000 (22:02 +0000)]
Don't hallucinate a '\n' in the end of quoted-printable encoded
attachments.

23 years agoupdate.
Thomas Roessler [Tue, 15 Jan 2002 21:28:57 +0000 (21:28 +0000)]
update.

23 years agopatch-1.3.25.tlr.maildir_trash.1
Thomas Roessler [Tue, 15 Jan 2002 21:18:11 +0000 (21:18 +0000)]
patch-1.3.25.tlr.maildir_trash.1

23 years agoupdate
Thomas Roessler [Tue, 15 Jan 2002 20:34:35 +0000 (20:34 +0000)]
update

23 years agoAvoid reading past the end of ta string when handling \ or ^
Thomas Roessler [Tue, 15 Jan 2002 18:22:05 +0000 (18:22 +0000)]
Avoid reading past the end of ta string when handling \ or ^
sequences.  From Michael Elkins.

23 years agoShorten some messages. Noted by Jeremy Blosser. #978.
Thomas Roessler [Tue, 15 Jan 2002 09:04:28 +0000 (09:04 +0000)]
Shorten some messages.  Noted by Jeremy Blosser.  #978.

23 years agoFix an off-by-one error.
Thomas Roessler [Tue, 15 Jan 2002 09:03:33 +0000 (09:03 +0000)]
Fix an off-by-one error.

23 years agofix another case-sensitive comparison.
Thomas Roessler [Mon, 14 Jan 2002 09:03:31 +0000 (09:03 +0000)]
fix another case-sensitive comparison.

23 years agoFix the ascii_strncmp() macro.
Thomas Roessler [Sun, 13 Jan 2002 21:19:25 +0000 (21:19 +0000)]
Fix the ascii_strncmp() macro.

23 years agoParse IMAP responses locale- and case- insensitive. From Brendan
Thomas Roessler [Sun, 13 Jan 2002 21:16:34 +0000 (21:16 +0000)]
Parse IMAP responses locale- and case- insensitive.  From Brendan
Cully.

23 years agoA different fix for the '\012' issue. Bug tracked down by Johannes
Thomas Roessler [Sun, 13 Jan 2002 08:52:15 +0000 (08:52 +0000)]
A different fix for the '\012' issue.  Bug tracked down by Johannes
Geiger <geiger@ePost.de>.

23 years agoMore on ~=.
Thomas Roessler [Sat, 12 Jan 2002 11:42:18 +0000 (11:42 +0000)]
More on ~=.

23 years agoAdd a ~= pattern. From Frederic Duval.
Thomas Roessler [Sat, 12 Jan 2002 11:39:47 +0000 (11:39 +0000)]
Add a ~= pattern.  From Frederic Duval.

23 years agoFix a typo, #971.
Thomas Roessler [Sat, 12 Jan 2002 08:37:52 +0000 (08:37 +0000)]
Fix a typo, #971.