]>
granicus.if.org Git - mutt/log
Thomas Roessler [Thu, 17 Aug 2000 06:02:02 +0000 (06:02 +0000)]
Fix justification of number formats. (EGE)
Thomas Roessler [Tue, 15 Aug 2000 17:21:19 +0000 (17:21 +0000)]
update
Thomas Roessler [Tue, 15 Aug 2000 13:22:32 +0000 (13:22 +0000)]
Another charset fix from EGE.
Thomas Roessler [Thu, 10 Aug 2000 15:48:13 +0000 (15:48 +0000)]
Fix from Brendan Cully.
Thomas Roessler [Thu, 10 Aug 2000 12:18:22 +0000 (12:18 +0000)]
More minor fixes.
Thomas Roessler [Thu, 10 Aug 2000 12:14:39 +0000 (12:14 +0000)]
Document $MAILDIR.
Thomas Roessler [Thu, 10 Aug 2000 12:13:27 +0000 (12:13 +0000)]
Tell mutt about the MAILDIR environment variable DJB talks about in
maildir (5).
Thomas Roessler [Thu, 10 Aug 2000 12:00:53 +0000 (12:00 +0000)]
Fix a typo.
Thomas Roessler [Thu, 10 Aug 2000 11:55:29 +0000 (11:55 +0000)]
fix some typos.
Thomas Roessler [Wed, 9 Aug 2000 21:14:35 +0000 (21:14 +0000)]
Install mbox (5), and fix a typo.
Thomas Roessler [Wed, 9 Aug 2000 21:02:13 +0000 (21:02 +0000)]
Document the mbox format in a manual page. There may be some need
for this.
Thomas Roessler [Wed, 9 Aug 2000 09:49:32 +0000 (09:49 +0000)]
Minor portability and compilation fixes.
Thomas Roessler [Tue, 8 Aug 2000 18:17:54 +0000 (18:17 +0000)]
Some files were missing. From Vsevolod Volkov.
Thomas Roessler [Tue, 8 Aug 2000 18:17:27 +0000 (18:17 +0000)]
* handles expunged messages better. Previously mutt's state was only
updated when syncing the mailbox. This was the reason for Bob Bell's
segfault when manipulating mailboxes with multiple simultaneous
clients.
* makes a small adjustment for Sam's weird Courier server, which
returns an OK FETCH completed response even when FETCH fails. I
should probably report that behaviour to him as a bug, though.
* renames IMAP_REOPEN_PENDING to IMAP_EXPUNGE_PENDING
* gets rid of the _("Closing mailbox...") message, which was obscuring
the status updates.
* clears some spurious mutt_clear_error calls in imap_cmd_finish.
* makes socket reads and writes check that they have an open
connection. Shouldn't be necessary (and such calls are logged), but
can happen currently.
* Some SASL vs regular authenticator tweaks in the imap Makefile.
(From Brendan Cully.)
Thomas Roessler [Mon, 7 Aug 2000 08:31:31 +0000 (08:31 +0000)]
Cross compilation patches from RĂ¼diger Kuhlmann
<ruediger.kuhlmann@stud.uni-karlsruhe.de>.
Thomas Roessler [Sun, 6 Aug 2000 14:35:15 +0000 (14:35 +0000)]
Return an exit value of 1 if mutt is left via ctrl-c. From Andre
Albsmeier <andre.albsmeier@mchp.siemens.de>.
Thomas Roessler [Sat, 5 Aug 2000 17:50:01 +0000 (17:50 +0000)]
Unified IMAP command code.
Thomas Roessler [Sat, 5 Aug 2000 16:02:58 +0000 (16:02 +0000)]
Fix keyboard binding documentation. From Thomas Schultz
<tststs@gmx.de>.
Thomas Roessler [Fri, 4 Aug 2000 21:47:11 +0000 (21:47 +0000)]
Fix a character set encoding bug. From EGE.
Thomas Roessler [Fri, 4 Aug 2000 08:06:22 +0000 (08:06 +0000)]
SASL patch from Brendan Cully.
Thomas Roessler [Thu, 3 Aug 2000 22:03:29 +0000 (22:03 +0000)]
update.
convert-repo [Thu, 1 Mar 2007 19:17:12 +0000 (19:17 +0000)]
update tags
Thomas Roessler [Thu, 3 Aug 2000 09:08:02 +0000 (09:08 +0000)]
automatic post-release commit for mutt-1.3.7
Thomas Roessler [Thu, 3 Aug 2000 08:24:55 +0000 (08:24 +0000)]
Use a correct Envelope from when bouncing with $envelope_from enabled.
Thomas Roessler [Thu, 3 Aug 2000 08:00:44 +0000 (08:00 +0000)]
More IMAP fixes from Brendan.
Thomas Roessler [Tue, 1 Aug 2000 18:04:42 +0000 (18:04 +0000)]
Fix from BC
Thomas Roessler [Tue, 1 Aug 2000 08:23:48 +0000 (08:23 +0000)]
Brendan's latest patches.
Thomas Roessler [Mon, 31 Jul 2000 10:49:00 +0000 (10:49 +0000)]
update.
Thomas Roessler [Mon, 31 Jul 2000 07:18:28 +0000 (07:18 +0000)]
Brendan Cully's SASL patch. I hope I didn't miss any files.
Thomas Roessler [Sat, 29 Jul 2000 16:33:53 +0000 (16:33 +0000)]
update.
Thomas Roessler [Sat, 29 Jul 2000 09:54:16 +0000 (09:54 +0000)]
Make sure checktypes and makedoc don't depend on the intl library.
Thomas Roessler [Sat, 29 Jul 2000 09:53:51 +0000 (09:53 +0000)]
update.
convert-repo [Thu, 1 Mar 2007 19:17:09 +0000 (19:17 +0000)]
update tags
Thomas Roessler [Fri, 28 Jul 2000 19:00:27 +0000 (19:00 +0000)]
automatic post-release commit for mutt-1.3.6
Thomas Roessler [Fri, 28 Jul 2000 18:57:31 +0000 (18:57 +0000)]
parse.h no longer exists, so don't try to distribute it.
Thomas Roessler [Fri, 28 Jul 2000 18:41:40 +0000 (18:41 +0000)]
Use UIDs instead of sequence numbers in IMAP. (Brendan)
Thomas Roessler [Fri, 28 Jul 2000 08:52:36 +0000 (08:52 +0000)]
Handle expunged messages. From Brendan Cully.
Thomas Roessler [Wed, 26 Jul 2000 09:30:01 +0000 (09:30 +0000)]
Nits from Michael Sobolev.
Thomas Roessler [Tue, 25 Jul 2000 16:35:48 +0000 (16:35 +0000)]
Include the muttbug wrapper with the distribution.
Thomas Roessler [Tue, 25 Jul 2000 16:30:20 +0000 (16:30 +0000)]
Install muttbug.man als flea.1.
Thomas Roessler [Tue, 25 Jul 2000 16:27:05 +0000 (16:27 +0000)]
Install muttbug(1) as flea(1), and adjust the documentation
accordingly. Note: Typing muttbug will still work.
Thomas Roessler [Tue, 25 Jul 2000 16:13:14 +0000 (16:13 +0000)]
More tiny fixes.
Thomas Roessler [Tue, 25 Jul 2000 16:07:40 +0000 (16:07 +0000)]
Fix some typos. In particular, it's bug tracking system, not buck
tracking system. Oh well.
Thomas Roessler [Tue, 25 Jul 2000 16:02:33 +0000 (16:02 +0000)]
muttbug(1) has a manual page of it's own now.
Thomas Roessler [Tue, 25 Jul 2000 16:02:20 +0000 (16:02 +0000)]
Fix a little bug concerning version numbers.
Thomas Roessler [Tue, 25 Jul 2000 15:26:23 +0000 (15:26 +0000)]
The warning about README.UPGRADE can go.
Thomas Roessler [Tue, 25 Jul 2000 15:25:38 +0000 (15:25 +0000)]
Mention the bug tracking system.
Thomas Roessler [Tue, 25 Jul 2000 15:18:32 +0000 (15:18 +0000)]
Mention that mutt needs an iconv implementation, and point users to
libiconv.
Thomas Roessler [Tue, 25 Jul 2000 15:16:45 +0000 (15:16 +0000)]
Mention OpenBSD
Thomas Roessler [Tue, 25 Jul 2000 14:57:58 +0000 (14:57 +0000)]
Remove types.h at "make clean" time.
Thomas Roessler [Tue, 25 Jul 2000 08:02:12 +0000 (08:02 +0000)]
Try to fix a segmentation fault in the index.
Thomas Roessler [Mon, 24 Jul 2000 07:48:53 +0000 (07:48 +0000)]
make bit types unsigned. From albert chin <china@thewrittenword.com>.
Thomas Roessler [Mon, 24 Jul 2000 07:47:32 +0000 (07:47 +0000)]
Replace wctomb and mbtowc with wcrtomb and mbrtowc. From TAKIZAWA
Takashi <taki@luna.email.ne.jp>, with small changes from Edmund
Grimley Evans.
Thomas Roessler [Sun, 23 Jul 2000 21:47:01 +0000 (21:47 +0000)]
Fix #108, from Gero Treuner.
Thomas Roessler [Sun, 23 Jul 2000 08:07:15 +0000 (08:07 +0000)]
sys/ioctl.h vs. ioctl.h. From Sam Roberts.
Thomas Roessler [Sun, 23 Jul 2000 07:28:43 +0000 (07:28 +0000)]
Fix an obvious bug which prevented rfc2231 _encoding_ support from
working.
Thomas Roessler [Sat, 22 Jul 2000 09:01:43 +0000 (09:01 +0000)]
Some more QNX compiling aides.
Thomas Roessler [Fri, 21 Jul 2000 07:32:09 +0000 (07:32 +0000)]
Try to be smart about integer types.
Thomas Roessler [Fri, 21 Jul 2000 06:35:42 +0000 (06:35 +0000)]
Fix imap_passive. From Brendan Cully.
Thomas Roessler [Fri, 21 Jul 2000 06:35:01 +0000 (06:35 +0000)]
Fix #150. From Brendan Cully.
Thomas Roessler [Thu, 20 Jul 2000 17:51:52 +0000 (17:51 +0000)]
Typo.
Thomas Roessler [Thu, 20 Jul 2000 17:50:02 +0000 (17:50 +0000)]
Another IMAP patch from Brendan.
Thomas Roessler [Thu, 20 Jul 2000 07:24:01 +0000 (07:24 +0000)]
patch-bac.postpone-2
Thomas Roessler [Thu, 20 Jul 2000 07:22:29 +0000 (07:22 +0000)]
Use shared socket code, from Vsevolod Volkov.
Thomas Roessler [Wed, 19 Jul 2000 10:21:54 +0000 (10:21 +0000)]
IMAP socket moves by Brendan Cully, with a fix from Tommi
Komulainen, and most likely based on input from Vsevolod Voykov
(sp?).
Thomas Roessler [Wed, 19 Jul 2000 09:58:47 +0000 (09:58 +0000)]
Fix more possible IMAP memory corruption. From Brendan Cully.
Thomas Roessler [Tue, 18 Jul 2000 14:38:13 +0000 (14:38 +0000)]
More IMAP clean-up from Brendan Cully.
Thomas Roessler [Tue, 18 Jul 2000 07:48:48 +0000 (07:48 +0000)]
IMAP fixes from Brendan Cully.
Thomas Roessler [Tue, 18 Jul 2000 07:46:56 +0000 (07:46 +0000)]
Documentation fix.
Thomas Roessler [Mon, 17 Jul 2000 10:43:40 +0000 (10:43 +0000)]
Name changes left out by EGE's patch.
Thomas Roessler [Mon, 17 Jul 2000 10:17:47 +0000 (10:17 +0000)]
imap/UTF7 related fixes from EGE.
Thomas Roessler [Mon, 17 Jul 2000 07:27:43 +0000 (07:27 +0000)]
Fix #192.
Thomas Roessler [Sun, 16 Jul 2000 15:35:14 +0000 (15:35 +0000)]
Support modified UTF-7 in folder names. From Edmund Grimley Evans,
modified by Brendan Cully.
Thomas Roessler [Sun, 16 Jul 2000 08:19:15 +0000 (08:19 +0000)]
Another qp fix.
Thomas Roessler [Sun, 16 Jul 2000 07:55:02 +0000 (07:55 +0000)]
More qp decoder modifications: We should handle multibyte characters
spanning soft line breaks.
Thomas Roessler [Sun, 16 Jul 2000 07:37:57 +0000 (07:37 +0000)]
Rewrite the quoted-printable decoder so it properly chops off
trailing white space. Problem noted by Byrial Jensen.
Thomas Roessler [Sat, 15 Jul 2000 06:51:47 +0000 (06:51 +0000)]
Add a message that we are looking up a host.
Thomas Roessler [Fri, 14 Jul 2000 15:03:43 +0000 (15:03 +0000)]
Brendan's latest IMAP changes.
Thomas Roessler [Fri, 14 Jul 2000 08:50:53 +0000 (08:50 +0000)]
Tommi Komulainen's entropy gathering patch - documentation.
Thomas Roessler [Wed, 12 Jul 2000 09:08:11 +0000 (09:08 +0000)]
Entropy gathering fixes.
Thomas Roessler [Wed, 12 Jul 2000 08:47:17 +0000 (08:47 +0000)]
Re-apply the iconv patch from vvv.
Thomas Roessler [Wed, 12 Jul 2000 08:42:59 +0000 (08:42 +0000)]
undo the enable-external-dotlock patch.
Thomas Roessler [Wed, 12 Jul 2000 06:22:14 +0000 (06:22 +0000)]
Initialize a variable in order to avoid a segmentation fault. From
Aaron Schrab.
Thomas Roessler [Tue, 11 Jul 2000 20:38:49 +0000 (20:38 +0000)]
Unify logout stuff in _one_ function. From Vsevolod Volkov.
Thomas Roessler [Tue, 11 Jul 2000 15:22:56 +0000 (15:22 +0000)]
Disable a bug work-around which actually breaks things.
Thomas Roessler [Tue, 11 Jul 2000 08:38:56 +0000 (08:38 +0000)]
Typo, noted by Brad <brad@comstyle.com>.
Thomas Roessler [Mon, 10 Jul 2000 19:52:12 +0000 (19:52 +0000)]
Typo.
Thomas Roessler [Mon, 10 Jul 2000 19:52:00 +0000 (19:52 +0000)]
update.
Thomas Roessler [Mon, 10 Jul 2000 16:20:48 +0000 (16:20 +0000)]
Fix some possible NULL pointer deferences in the RFC2047 code.
Thomas Roessler [Mon, 10 Jul 2000 10:34:56 +0000 (10:34 +0000)]
Fix a bunch of cases where format parameters were missing from calls
to mutt_message and mutt_error.
Thomas Roessler [Mon, 10 Jul 2000 09:38:35 +0000 (09:38 +0000)]
update.
Thomas Roessler [Mon, 10 Jul 2000 09:37:57 +0000 (09:37 +0000)]
Some changes from EGE.
Thomas Roessler [Fri, 7 Jul 2000 15:12:37 +0000 (15:12 +0000)]
update
Thomas Roessler [Fri, 7 Jul 2000 06:37:28 +0000 (06:37 +0000)]
Fix #185: is_from would return 0 (i.e., error) when parsing Jan 1
1970 12:00 - apparently, this point of time occurs on real mail
folders.
convert-repo [Thu, 1 Mar 2007 19:17:02 +0000 (19:17 +0000)]
update tags
Thomas Roessler [Thu, 6 Jul 2000 22:41:54 +0000 (22:41 +0000)]
automatic post-release commit for mutt-1.3.5
Thomas Roessler [Thu, 6 Jul 2000 18:40:53 +0000 (18:40 +0000)]
More IMAP clean-up.
Thomas Roessler [Thu, 6 Jul 2000 06:36:45 +0000 (06:36 +0000)]
More IMAP fixes from Brendan Cully.
Thomas Roessler [Wed, 5 Jul 2000 14:39:14 +0000 (14:39 +0000)]
Fix the Fix. From TK.
Tommi Komulainen [Wed, 5 Jul 2000 10:32:17 +0000 (10:32 +0000)]
- imap_logout_all assumed every connection with descriptor value !=
0 to be ready for reading/writing. Unfortunately when the
descriptor was closed, conn->fd remained untouched. This is why
mutt segfaulted if IMAP login was aborted with ^G.
- ssl_socket_close was called without calling ssl_socket_open first.
This caused a segfault because conn->sockdata was NULL. Apparently
there was also a memory leak, because conn->sockdata was never
free'd :-]