]>
granicus.if.org Git - neomutt/log
Thomas Roessler [Fri, 3 Dec 1999 09:08:16 +0000 (09:08 +0000)]
Adding one more readme file. This one is intended to serve as some
kind of "howto" for the most notable incompatible configuration
changes.
Thomas Roessler [Thu, 2 Dec 1999 16:29:26 +0000 (16:29 +0000)]
Fix the PGP key selection menu's title.
Thomas Roessler [Thu, 2 Dec 1999 10:52:21 +0000 (10:52 +0000)]
SSL fixes from Tommi Kommulainen.
Thomas Roessler [Thu, 2 Dec 1999 10:09:19 +0000 (10:09 +0000)]
Announce edit-message and resend-message, and the changes in
recvcmd.c.
Thomas Roessler [Thu, 2 Dec 1999 09:58:02 +0000 (09:58 +0000)]
Clarify the documentation of lists/unlists/subscribe/unsubscribe a
bit.
Thomas Roessler [Wed, 1 Dec 1999 12:06:31 +0000 (12:06 +0000)]
Now, I should have got the signal handling right.
Thomas Roessler [Wed, 1 Dec 1999 10:31:49 +0000 (10:31 +0000)]
another alarm (0) was missing. (However, this one didn't crash mutt.)
Thomas Roessler [Wed, 1 Dec 1999 09:44:04 +0000 (09:44 +0000)]
imap_keepalive: cancel pending alarms. Otherwise, mutt will die
frequently.
Thomas Roessler [Wed, 1 Dec 1999 09:39:04 +0000 (09:39 +0000)]
Re-set the list of blocked signals after the imap_keepalive stuff.
Thomas Roessler [Wed, 1 Dec 1999 09:28:59 +0000 (09:28 +0000)]
A modified version of Tommi Kommulainen's imap keepalive patch.
Thomas Roessler [Fri, 26 Nov 1999 09:19:03 +0000 (09:19 +0000)]
Fix the lines header.
Thomas Roessler [Thu, 25 Nov 1999 15:18:00 +0000 (15:18 +0000)]
Undo the IMAP keepalive patch. It has just bitten me while mutt was
trying to dotlock a folder. Seems that there needs some more work
to be done.
Thomas Roessler [Thu, 25 Nov 1999 12:57:31 +0000 (12:57 +0000)]
A modified version of Tommi Komulainen's imap keepalive patch.
Thomas Roessler [Wed, 24 Nov 1999 16:29:58 +0000 (16:29 +0000)]
Change some headlines: Instead of "major changes since <unstable
version>", it's "major changes since 1.0" now. In addition, I
changed the note concerning the lists/subscribe change to be more
explicit than the old one.
Thomas Roessler [Wed, 24 Nov 1999 12:53:46 +0000 (12:53 +0000)]
IMAP line count fix from Tommi.Komulainen@iki.fi.
Thomas Roessler [Tue, 23 Nov 1999 23:43:51 +0000 (23:43 +0000)]
mutt_prepare_template() didn't work with PGP-encrypted messages due
to an - errm - interesting typo.
Thomas Roessler [Tue, 23 Nov 1999 19:43:06 +0000 (19:43 +0000)]
Document the fact that users can enter a mail-followup-to header in
the editor. There seems to have been some confusion about this.
Thomas Roessler [Tue, 23 Nov 1999 19:17:31 +0000 (19:17 +0000)]
Disable core dumps before we ask the user for a pass phrase.
Suggested by <Stefan.Alfredsson@kau.se>.
Thomas Roessler [Tue, 23 Nov 1999 18:36:55 +0000 (18:36 +0000)]
Include the maildrop recipe Mark Weinem
<mark.weinem@unidui.uni-duisburg.de> sent me some weeks ago.
Thomas Roessler [Tue, 23 Nov 1999 16:56:14 +0000 (16:56 +0000)]
Permit !! for the last folder. Elm compatibility.
Thomas Roessler [Tue, 23 Nov 1999 16:33:28 +0000 (16:33 +0000)]
Tell our users that fcc_clear exists.
Thomas Roessler [Tue, 23 Nov 1999 10:13:17 +0000 (10:13 +0000)]
Adding an fcc_clear option for unencrypted and unsigned FCCs.
Thomas Roessler [Tue, 23 Nov 1999 07:59:15 +0000 (07:59 +0000)]
Include the SSL-related code with "make dist".
Thomas Roessler [Mon, 22 Nov 1999 16:01:39 +0000 (16:01 +0000)]
IMAP folder creation and deletion. From Brendan Cully.
Thomas Roessler [Thu, 18 Nov 1999 16:19:35 +0000 (16:19 +0000)]
Include SSL documentation in the manual.
Thomas Roessler [Thu, 18 Nov 1999 15:10:23 +0000 (15:10 +0000)]
indentation noise.
Thomas Roessler [Thu, 18 Nov 1999 14:24:32 +0000 (14:24 +0000)]
Small code clean-up.
Thomas Roessler [Thu, 18 Nov 1999 10:42:14 +0000 (10:42 +0000)]
Detect .mew_cache files in MH folders. Suggested by Kawaguti Ginga
<ginga@amalthea.phys.s.u-tokyo.ac.jp>.
Thomas Roessler [Thu, 18 Nov 1999 10:40:08 +0000 (10:40 +0000)]
Documentation nit from Byrial Jensen.
Thomas Roessler [Thu, 18 Nov 1999 10:39:21 +0000 (10:39 +0000)]
patch-1.0.bj.lastline.1: Handle last lines in configuration files
nicely, even when they are not terminated by a \n character.
Thomas Roessler [Thu, 18 Nov 1999 10:31:09 +0000 (10:31 +0000)]
Some rather cosmetic changes.
Thomas Roessler [Wed, 17 Nov 1999 22:47:59 +0000 (22:47 +0000)]
some reorganizations of the dialog menu code.
Thomas Roessler [Wed, 17 Nov 1999 20:22:33 +0000 (20:22 +0000)]
Fix the address sanitizer. You should now be able to auto-create an
alias for someone like "Jon K. Hellan" <hellan@acm.org>.
Thomas Roessler [Wed, 17 Nov 1999 19:45:52 +0000 (19:45 +0000)]
Tommi Komulainen's IMAP/SSL support patches.
Thomas Roessler [Wed, 17 Nov 1999 19:30:47 +0000 (19:30 +0000)]
Tommi Komulainen's menu/dialog patch.
Thomas Roessler [Mon, 15 Nov 1999 17:44:15 +0000 (17:44 +0000)]
Fix the pgp-hook logic.
Thomas Roessler [Mon, 15 Nov 1999 12:02:31 +0000 (12:02 +0000)]
Small color fix from T. E. Dickey.
Thomas Roessler [Thu, 11 Nov 1999 18:30:25 +0000 (18:30 +0000)]
ups, the previous patch included a small buffer overflow.
Thomas Roessler [Thu, 11 Nov 1999 18:22:07 +0000 (18:22 +0000)]
Fix a header quoting bug.
Thomas Roessler [Thu, 11 Nov 1999 08:41:27 +0000 (08:41 +0000)]
Another build process patch from Brendan Cully.
Thomas Roessler [Wed, 10 Nov 1999 21:35:33 +0000 (21:35 +0000)]
Ignore empty MIME parameters.
Thomas Roessler [Tue, 9 Nov 1999 12:40:14 +0000 (12:40 +0000)]
Add some more sanity checks about content-length.
Thomas Roessler [Tue, 9 Nov 1999 09:08:04 +0000 (09:08 +0000)]
Fix an SLang-related compilation problem. Originally from Jon Kåre
Hellan.
Thomas Roessler [Tue, 9 Nov 1999 09:00:41 +0000 (09:00 +0000)]
Simplify mutt_prepare_template (). Instead of copying around all
kinds of data, we re-parse the postponed message's structure.
Thomas Roessler [Tue, 9 Nov 1999 08:11:18 +0000 (08:11 +0000)]
Make sure mutt doesn't forget MIME structure when the user resends a
message/rfc822 body from the recvattach menu. Note, however, that
this is more of a temporary solution - I think there is some more
space for improvements in mutt_prepare_template().
Thomas Roessler [Tue, 9 Nov 1999 07:56:43 +0000 (07:56 +0000)]
Build process fixes from Brendan Cully.
Thomas Roessler [Tue, 9 Nov 1999 07:56:31 +0000 (07:56 +0000)]
Add a missing redraw after resend-message.
Thomas Roessler [Mon, 8 Nov 1999 22:10:49 +0000 (22:10 +0000)]
Undo changes which are due to release-building tests. After all, we
want the _right_ diff next time.
Thomas Roessler [Mon, 8 Nov 1999 22:07:13 +0000 (22:07 +0000)]
Finalize the new build-release script.
convert-repo [Thu, 1 Mar 2007 19:15:06 +0000 (19:15 +0000)]
update tags
Thomas Roessler [Mon, 8 Nov 1999 22:04:15 +0000 (22:04 +0000)]
automatic post-release commit for mutt-1.1.1.2
convert-repo [Thu, 1 Mar 2007 19:15:06 +0000 (19:15 +0000)]
update tags
Thomas Roessler [Mon, 8 Nov 1999 21:56:28 +0000 (21:56 +0000)]
automatic post-release commit for mutt-1.1.1.1
Thomas Roessler [Mon, 8 Nov 1999 21:08:07 +0000 (21:08 +0000)]
Preparing some improvements to the build process.
convert-repo [Thu, 1 Mar 2007 19:15:06 +0000 (19:15 +0000)]
update tags
Thomas Roessler [Mon, 8 Nov 1999 18:49:54 +0000 (18:49 +0000)]
automatic post-release commit for mutt-1.1.1
Thomas Roessler [Sun, 7 Nov 1999 22:52:40 +0000 (22:52 +0000)]
short-cut utf-7 as a 7bit character set. Currently, utf-7 may be
overridden by us-ascii.
Thomas Roessler [Sun, 7 Nov 1999 22:19:45 +0000 (22:19 +0000)]
Rewriting lots of the recvattach code.
Thomas Roessler [Fri, 5 Nov 1999 07:28:11 +0000 (07:28 +0000)]
preprocess out some unused strings.
Thomas Roessler [Thu, 4 Nov 1999 21:35:32 +0000 (21:35 +0000)]
Catch a segmenatation fault. Note that this is not the real fix for
the problem...
Thomas Roessler [Thu, 4 Nov 1999 21:35:14 +0000 (21:35 +0000)]
Change a short to an int where it should have been one.
Thomas Roessler [Thu, 4 Nov 1999 07:48:35 +0000 (07:48 +0000)]
IMAP postpone changes from Byrial Jensen.
Thomas Roessler [Wed, 3 Nov 1999 20:30:19 +0000 (20:30 +0000)]
Adding a comment which describes some ideas on how the attachment
menu should work.
Thomas Roessler [Tue, 2 Nov 1999 15:49:52 +0000 (15:49 +0000)]
Various IMAP-related fixes from Brendan Cully.
Thomas Roessler [Sun, 31 Oct 1999 17:10:01 +0000 (17:10 +0000)]
From Brendan Cully: IMAP updates should work properly again.
Thomas Roessler [Fri, 29 Oct 1999 05:43:35 +0000 (05:43 +0000)]
Update the documentation.
Thomas Roessler [Fri, 29 Oct 1999 05:43:25 +0000 (05:43 +0000)]
Cosmetics.
Thomas Roessler [Fri, 29 Oct 1999 05:43:19 +0000 (05:43 +0000)]
Don't check the number of postponed messages every time the status
line is updated - this gets quite slow when used with slow IMAP
connections.
Thomas Roessler [Thu, 28 Oct 1999 08:24:17 +0000 (08:24 +0000)]
Cosmetic POP fixes from Evan DiBiase <evand@telerama.com>.
Thomas Roessler [Thu, 28 Oct 1999 08:15:34 +0000 (08:15 +0000)]
Adding imap_preconnect. This way, you can let mutt start an ssh
tunnel before it tries to connect to an IMAP server.
From: <Jon.K.Hellan@item.ntnu.no>
Thomas Roessler [Tue, 26 Oct 1999 15:14:01 +0000 (15:14 +0000)]
Some display-related fixes from Andrej Gritsenko.
Thomas Roessler [Tue, 26 Oct 1999 13:54:19 +0000 (13:54 +0000)]
Fix a small bug in the new edit-message feature. From Andrej
Gritsenko.
Thomas Roessler [Tue, 26 Oct 1999 08:12:00 +0000 (08:12 +0000)]
* stops mutt from logging CRAM secrets in debug mode.
* should fix mutt segfaulting when trying to open {}
* helps with the problem of mutt detecting new mail in the wrong
folder. Now, IMAP commands from the SELECTED state should call
imap_cmd_finish after they've executed commands. I've only put
this is imap_buffy_check for now - in my opinion the command
execution path is still not stable, and rewrites may obviate the
need for this...
(From: Brendan Cully <brendan@kublai.com>)
Thomas Roessler [Mon, 25 Oct 1999 15:26:04 +0000 (15:26 +0000)]
Updated German translation from Roland Rosenfeld.
Thomas Roessler [Mon, 25 Oct 1999 15:25:13 +0000 (15:25 +0000)]
Brendan Cully's IMAP code movements patch.
convert-repo [Thu, 1 Mar 2007 19:15:04 +0000 (19:15 +0000)]
update tags
Thomas Roessler [Fri, 22 Oct 1999 08:49:29 +0000 (08:49 +0000)]
automatic post-release commit for mutt-1.1
Thomas Roessler [Thu, 21 Oct 1999 08:07:22 +0000 (08:07 +0000)]
Another sprintf-vs-null issue.
Thomas Roessler [Wed, 20 Oct 1999 09:15:03 +0000 (09:15 +0000)]
Flags should only be modified using mutt_set_flag(). Everything
else leads to neglected side effects. In this case, index colors,
searches and possibly other side effects were ignored when a message
which resides on an IMAP folder was read.
Thomas Roessler [Wed, 20 Oct 1999 08:55:56 +0000 (08:55 +0000)]
Let the user skip CRAM-MD5 by entering an empty secret.
Thomas Roessler [Tue, 19 Oct 1999 15:34:04 +0000 (15:34 +0000)]
Fix some sloppiness-induced, but harmless, nonsense.
Thomas Roessler [Tue, 19 Oct 1999 14:36:00 +0000 (14:36 +0000)]
Add AUTHENTICATE=ANONYMOUS support to the IMAP authentication
methods. This is, for instance, needed to access the cyrus-related
mailing lists' archives at CMU.
Thomas Roessler [Mon, 18 Oct 1999 09:13:42 +0000 (09:13 +0000)]
Handle Ctrl-G on the pgp-hook prompt correctly.
Thomas Roessler [Sat, 16 Oct 1999 15:19:29 +0000 (15:19 +0000)]
doc/PGP-Notes.txt vs. doc/PGP-Notes.
Thomas Roessler [Sat, 16 Oct 1999 08:52:08 +0000 (08:52 +0000)]
Fix Debian bug #47408: When the postponed folder is a maildir,
messages should only be written to the _new_ subdirectory.
Thomas Roessler [Sat, 16 Oct 1999 08:37:41 +0000 (08:37 +0000)]
scoring documentation fix.
Thomas Roessler [Sat, 16 Oct 1999 08:26:05 +0000 (08:26 +0000)]
Scoring improvements.
Thomas Roessler [Thu, 14 Oct 1999 15:16:55 +0000 (15:16 +0000)]
New gpg.rc from Roland Rosenfeld.
Thomas Roessler [Thu, 14 Oct 1999 15:13:54 +0000 (15:13 +0000)]
Fix a segmentation fault when search PGP-encrypted messages.
convert-repo [Thu, 1 Mar 2007 19:15:04 +0000 (19:15 +0000)]
update tags
Thomas Roessler [Mon, 11 Oct 1999 20:26:40 +0000 (20:26 +0000)]
automatic post-release commit for mutt-0.96.8
Thomas Roessler [Wed, 6 Oct 1999 20:20:54 +0000 (20:20 +0000)]
Makefile.am fix for unstable.
Thomas Roessler [Wed, 6 Oct 1999 17:21:58 +0000 (17:21 +0000)]
fix the $from documentation. Noted by David DeSimone.
Thomas Roessler [Tue, 5 Oct 1999 06:50:34 +0000 (06:50 +0000)]
small fixes from Gero Treuner.
Thomas Roessler [Mon, 4 Oct 1999 10:05:04 +0000 (10:05 +0000)]
add pt_BR to ALL_LINGUAS.
Thomas Roessler [Mon, 4 Oct 1999 10:02:31 +0000 (10:02 +0000)]
Brasilian translation.
Thomas Roessler [Mon, 4 Oct 1999 10:00:16 +0000 (10:00 +0000)]
Some fixes from Brendan Cully.
Thomas Roessler [Mon, 4 Oct 1999 09:56:09 +0000 (09:56 +0000)]
pgpewrap spits out ugly error messages when used with ash.
Thomas Roessler [Mon, 4 Oct 1999 09:54:28 +0000 (09:54 +0000)]
AM_C_PROTOTYPES seems to be too recent for the installed
automake/autoconf base.
Thomas Roessler [Mon, 4 Oct 1999 09:53:36 +0000 (09:53 +0000)]
Remove some nonsense from the resend-message patches.