Index: mutt/.cvsignore diff -u mutt/.cvsignore:3.2 mutt/.cvsignore:3.3 --- mutt/.cvsignore:3.2 Tue Jul 15 13:39:30 2003 +++ mutt/.cvsignore Mon May 22 01:25:48 2006 @@ -19,6 +19,7 @@ mutt_dotlock.c mutt pgpring +reldate.h stamp-doc-rc stamp-h muttbug.sh Index: mutt/COPYRIGHT diff -u mutt/COPYRIGHT:3.0 mutt/COPYRIGHT:3.2 --- mutt/COPYRIGHT:3.0 Thu Jan 24 13:10:46 2002 +++ mutt/COPYRIGHT Sat Sep 17 22:46:09 2005 @@ -27,5 +27,5 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. Index: mutt/ChangeLog diff -u mutt/ChangeLog:3.573 mutt/ChangeLog:3.761 --- mutt/ChangeLog:3.573 Wed Sep 14 16:15:54 2005 +++ mutt/ChangeLog Fri Jul 14 20:14:09 2006 @@ -1,5072 +1,5165 @@ -2005-09-14 14:15:06 TAKAHASHI Tamotsu (brendan) +2006-07-14 18:12:49 Thomas Roessler (roessler) - * init.h: Refer to $use_envelope_from rather than old - $envelope_from in description of $envelope_from_address. + * UPDATING: There's no point in giving a date for each + incompatible change. -2005-09-14 02:45:44 Brendan Cully (brendan) + * UPDATING: Fix UPDATING. - * globals.h, init.h, sendlib.c: Add new $envelope_from_address - variable for manually specifying the envelope sender. Rename (with - compatibility synonym) $envelope_from to $use_envelope_from. Make - $envelope_from subordinate to $use_e_f, as $from is to $use_from. +2006-07-14 00:20:05 Rocco Rutte (brendan) -2005-09-13 20:36:17 Brendan Cully (brendan) + * doc/manual.xml.head: Improved history documentation (modified + for clarity). - * doc/Makefile.in: Put chunked HTML manual in top doc directory - instead of HTML subdirectory. Solves a weird $distdir - absolute/relative path nuisance. + * doc/manual.xml.head: Document $my_ variables and add a section + about how to calculate the header cache file name for a given + folder. Modified for clarity. -2005-09-12 06:22:21 Brendan Cully (brendan) +2006-07-11 23:38:30 Rocco Rutte (roessler) - * curs_lib.c, pop.c, pop.h, pop_lib.c: Teach pop driver about - mutt_progress_bar. Allow progress bar to omit total size if zero - (=unknown). + * main.c, mutt_curses.h: Fix 2305. -2005-09-10 18:47:17 TAKAHASHI Tamotsu (brendan) +2006-07-11 23:34:11 TAKAHASHI Tamotsu (roessler) - * menu.c: Correct some inconsistencies introduced by - $menu_context. Closes: #2019? + * mbyte.c, protos.h, rfc2047.c, rfc2231.c: Fix #2173. -2005-09-10 06:02:04 Brendan Cully (brendan) +2006-07-09 20:05:02 Kyle Wheeler (brendan) - * imap/imap.c, curs_lib.c: A pair of small optimisations to the - progress bar. + * imap/imap.c: Plug an mbox leak parsing the Postponed folder in + imap_open_mailbox (slightly modified to prevent bad free calls). -2005-09-08 16:37:59 Brendan Cully (brendan) +2006-07-07 23:10:51 Johan Svedberg (brendan) - * mutt_socket.c: Set CLOEXEC on sockets in IPv4 code path like we - do in IPv6. + * po/sv.po: Update to the Swedish translation. - * pattern.c: Make stringmatch pattern detection stateless. +2006-07-07 18:44:34 Rocco Rutte (brendan) - * curs_lib.c: ifdef USE_SOCKET around mutt_progress_bar. + * imap/message.c: Fix a small memory leak in the gap between + the last cached header and the first uncached. (I've plugged a + couple of other leaks that happen under error conditions.) -2005-09-08 07:09:46 Bernd Ahlers (brendan) +2006-07-07 17:00:05 Kyle Wheeler (brendan) - * po/sk.po, po/sv.po, po/tr.po, po/uk.po, po/zh_CN.po, - po/zh_TW.po, po/it.po, po/ja.po, po/ko.po, po/lt.po, po/nl.po, - po/pl.po, po/pt_BR.po, po/ru.po, po/da.po, po/de.po, po/el.po, - po/eo.po, po/es.po, po/et.po, po/fr.po, po/gl.po, po/hu.po, - po/id.po, po/ca.po, po/cs.po: Correct some S/MIME po entries. + * doc/muttrc.man.head: Fix a small inconsistency documenting + 'reset all.' -2005-09-07 08:01:59 Brendan Cully (brendan) +2006-07-07 16:21:57 Pawel Dziekonski (brendan) - * curs_lib.c: Ensure progress bar rounds to $net_inc. + * po/pl.po: Update. - * curs_lib.c, globals.h, imap/imap.c, imap/imap_private.h, - imap/message.c, init.h, mutt_curses.h: Display progress meter when - uploading/fetching IMAP data. Closes: #1772. +2006-07-06 18:18:31 Rocco Rutte (brendan) - * pager.c: Adjust gross hack to return to the same line in the - pager after an index operation so that it doesn't shoot past the - end of the file if there are fewer lines on return (eg when weed - is set). + * imap/command.c: Fix a string leak parsing STATUS responses. - * mx.c, pgp.c: Silence some GCC warnings about uninitialized - variables. + * score.c: Fix a small memory leak when updating a score pattern. - * build-release, configure.in, mutt.h: Remove international - vs. U.S. distribution distinction. build-release expects the - previous version to be x.y.zi and should be updated again for - 1.5.12. +2006-07-05 00:31:38 Brendan Cully (brendan) -2005-09-06 16:46:44 Brendan Cully (brendan) + * init.c: Reset myvar for each token in parse_set, so that + things like set my_var=val &my_var ?charset work again. Noted + by Alain Bench. - * doc/manual.xml.head: More documentation cosmetics (newlines - between Usage: lines). + * doc/Makefile.in, init.c: Undo breakage I introduced in VL's + doc reldate patch. - * pager.c: Gross hack to return to the same line in the pager - after executing an index function. Closes: #1210. + * UPDATING, init.h: Remove $imap_cachedir synonym, and update + some docs. - * doc/manual.xml.head, imap/command.c, imap/imap.c, imap/imap.h, - init.c, mutt.h, pattern.c: Extend pattern language to do simple - string matches as well as regular expressions when the pattern is - invoked with = instead of ~. And, when possible, perform full body - searches on the IMAP server instead of locally, for an enormous - speed boost. + * bcache.c: Rename mutt_bcache_path to bcache_path (it's static), + simplify it a bit, and just strip '/' in the URL portion up + to path instead of replacing them with '_', for prettier cache + folder names. - * imap/utf7.c, init.c, main.c, protos.h: Fix a memory leak in - imap_utf7_decode and do a little cleanup on shutdown. Get a - high five from valgrind. +2006-07-04 17:23:16 Alain Bench (brendan) - * curs_main.c, main.c: Move SASL and IMAP shutdown hooks into main - where they belong. + * history.c: Adopt shell convention of omitting from the history + commands prefixed with a space. - * init.c: Release pwent after extracting data from it. +2006-07-04 17:11:04 Rocco Rutte (brendan) - * mutt_sasl.h, curs_main.c, mutt_sasl.c: Release global SASL state - when quitting. + * configure.in, doc/manual.xml.head, globals.h, imap/imap.c, + imap/imap_private.h, imap/message.c, imap/util.c, init.h, mh.c, + pop.c, pop.h, Makefile.am: pdmef.cache.24: Generalise IMAP body + caching and add POP support. $imap_cachedir is now a synonym + for $message_cachedir, and should be dropped soon since it hasn't + been in an official release. -2005-09-05 04:22:45 Brendan Cully (brendan) +2006-07-03 16:19:43 Michael Tatge (brendan) - * doc/manual.xml.head: Documentation cosmetics (add some line - breaks). + * doc/manual.xml.head: Some commands used a dash in the + documentation instead of an underscore. Closes: #2270. - * init.h: Point $hide_top_limited to $hide_limited instead of - $hide_missing. Likewise for $hide_top_missing. Closes: #2039. +2006-06-29 22:14:08 Rocco Rutte (brendan) - * init.h: Mention $sort_re in $strict_threads - documentation. Closes: #2052. + * UPDATING: Fill in missing entries in UPDATING. - * doc/manual.xml.head: Add a push example. Closes: #1591. +2006-06-25 20:10:24 Vincent Lefevre (brendan) -2005-09-04 19:46:26 Rupert Levene (brendan) + * doc/Makefile.in: Add release date to manual version + information. - * doc/manual.xml.head: Mention $include when describing how mutt - prepares message replies. Closes: #1471. +2006-06-19 18:14:03 TAKAHASHI Tamotsu (brendan) -2005-09-04 19:28:19 Dale Woolridge (brendan) + * imap/browse.c: Fix browse_get_namespace() which could overflow + ns[LONG_STRING]. (Possible remote vulnerability) - * pattern.c, protos.h, parse.c: Unfold message headers before - performing ~h search. Closes: #1865. +2006-06-19 17:50:10 Vincent Lefevre (brendan) -2005-09-04 18:01:57 (brendan) + * po/fr.po: Update to current CVS. - * keymap.c: Teach keymap.c about KEY_NEXT. Closes: #1588. +2006-06-13 22:26:18 Rocco Rutte (brendan) -2005-09-04 06:57:04 Alain Bench (brendan) + * Makefile.am: Run cut under the C locale when parsing ChangeLog + for reldate. - * doc/manual.xml.head, doc/manual.xml.tail: Note that is - bound to next-new-then-unread by default, rather than - next-new. Closes: #1637. +2006-06-13 07:52:52 René Clerc (roessler) - * curs_main.c, pattern.c: Allow empty limits, and limits in empty - mailboxes. Closes: #1853, #1906. + * cryptglue.c: typo -2005-09-03 23:22:31 Brendan Cully (brendan) +2006-06-08 11:56:05 Thomas Roessler (roessler) - * send.c, attach.c: Note when mutt_edit_attachment fails and - display error instead of prompting to abort an unmodified - file. Closes: #2051. + * commands.c, curs_main.c, globals.h, muttlib.c, sendlib.c: Clean + up ReleaseDate mess; include ReleaseDate in User-Agent header. -2005-09-03 19:41:53 Alain Bench (brendan) + * crypt.c: Fix #2272. - * contrib/gpg.rc: One should let GnuPG charset be automatically - infered from whatever current locale, without hardcoding. +2006-06-06 23:58:10 Paul Walker (brendan) -2005-09-03 04:34:25 Brendan Cully (brendan) + * init.c: Remove variable aliases from the output of mutt -D + (modified for dubious cosmetic reasons). Closes: #2265. - * doc/manual.xml.head: Just use EXPR as a place holder for regular - expressions, instead of any of EXPR, USER, ID and SUBJECT. Noted - by Vincent Lefevre. +2006-05-26 16:51:48 Vincent Lefevre (brendan) - * doc/manual.sgml.head, doc/manual.sgml.tail, doc/manual.xml.head, - doc/manual.xml.tail, doc/Makefile.in: Rename manual.sgml.* to - manual.xml.*. + * configure.in: When flags are added to CPPFLAGS and LDFLAGS in + configure.in, this should be done with a consistent + order. Otherwise, when several versions of a library are + installed, this could lead to a mismatch between the header and + the library. -2005-09-02 18:18:19 Alain Bench (brendan) +2006-05-26 16:38:18 TAKAHASHI Tamotsu (brendan) - * keymap.c: Allow non-ascii characters in push arguments. Closes: #2023. + * imap/command.c, imap/message.c, mutt_socket.c, mutt_socket.h, + pop_lib.c: Add mutt_socket_write_n to write binary data. Use this + function in imap_append_message. Closes: #2244. - * doc/manual.sgml.head, doc/muttrc.man.head, mutt.h, pattern.c: - Adjust ~l to match all known lists, add ~u to match only - subscribed lists. Normalise pattern ordering in docs. Closes: - #2050. +2006-05-21 23:25:48 Brendan Cully (brendan) -2005-09-01 17:07:14 Brendan Cully (brendan) + * .cvsignore, reldate.h: reldate.h is a generated file now: remove + reldate.h from version control, and add it to .cvsignore. - * configure.in, imap/auth_sasl.c, main.c, mutt_sasl.c, - mutt_sasl.h, pop_auth.c: Remove obsolete Cyrus SASL 1.5 support. +2006-05-19 20:38:05 Brendan Cully (brendan) - * doc/chunk.xsl, doc/html.xsl: Docbook support files, dropped - in the initial commit. + * doc/Makefile.in: Add intro.html to distributed HTML files + (fallout from conversion from article to book). - * doc/manual.sgml.tail, configure.in, doc/Makefile.in, - doc/manual.sgml.head, makedoc.c: Convert documentation from - linuxdoc to docbook format. Let the bug avalanche begin. + * UPDATING: Use +/-/! instead of N/D/M in UPDATING. + +2006-05-19 18:30:10 Rocco Rutte (brendan) -2005-08-30 21:34:36 Lars Hecking (brendan) + * Makefile.am, README, UPDATING: The UPDATING document is supposed + (when complete) to provide quick pointers by date to changed + features (new options/commands, new features, changed defaults, + etc.) - * configure.in: Don't define domain="no" when configured - --without-domain. Closes: #2046. + * doc/manual.xml.head, init.h: Document speed impact of attachment + counting. This adds a short paragraph to manual.xml and + cross-links %X-expandos to it. -2005-08-24 15:17:43 Brendan Cully (brendan) +2006-05-18 18:35:10 Rocco Rutte (brendan) - * pgp.c: Don't treat PGP inline signature verification errors as - fatal. + * hcache.c, hcache.h, imap/imap.c, imap/message.c, mh.c: Use + header_cache_t* instead of void* for header cache. -2005-08-22 20:30:11 Brendan Cully (brendan) + In hcache.c, the header_cache structure is defined to match the + needs per DB backend used. Thus the interface uses void* abstract + from it. This patch adds a 'header_cache' forward declaration to + hcache.h so that we at least get a little more type safety. - * pgp.c: Pause after error message if PGP decode fails, in case - mutt_copy_message overwrites. Real error handling cleanup will have - to wait... + * INSTALL: Note that the DocBook 4.2 DTD should be installed + locally in order to build the manual. - * pgp.c: Don't attempt to manipulate null pgp output file handles. + * doc/chunk.xsl, doc/manual.xml.head, doc/manual.xml.tail, + makedoc.c: Properly use tables in manual where appropriate. -2005-08-16 18:10:11 Paul Walker (brendan) + Now, lots of information which really deserves a table is just put + into sections with manual line breaks and things like + that. This is ugly for several reasons including that the + information stored there should be accessable straight from the + table of contents. For the TOC, this patch switches to for the manual and uses a + deeper split level so things actually look nicer. The only problem + are tables which may be not so well supported when dumping the + HTML to .txt but the DocBook->txt converter with table support is + work-in-progress... - * doc/manual.sgml.head, doc/mutt.man, main.c: -D dumps to stdout, - not stderr. + * imap/message.c, imap/utf7.c, imap/util.c, mutt_ssl_gnutls.c, + muttlib.c, mx.c, pager.c, pgplib.c, remailer.c, rfc1524.c, + rfc2047.c, rfc2231.c, rfc822.c, sendlib.c, buffy.c, charset.c, + check_sec.sh, color.c, enter.c, group.c, hash.c, init.c, lib.c, + menu.c, mh.c, mutt_idna.c: Avoid safe_free() usage and add + security checks. -2005-08-15 08:10:48 Thomas Roessler (roessler) + Add checks to check_sec.sh for memory functions. These include a + check for use of safe_free() instead of FREE() and a check whether + FREE(&...) is used. For the former, __SAFE_FREE_CHECKED__ is to be + used, for the latter __FREE_CHECKED__ to avoid messages from + check_sec.sh - * po/id.po: Fix \n mismatch. +2006-05-18 08:53:31 Rocco Rutte (roessler) -2005-08-15 08:07:36 Ronny Haryanto (roessler) + * Makefile.am, build-release, reldate.h: Autogenerate reldate.h + from ChangeLog. - * po/id.po: update +2006-05-17 18:37:33 Rene Clerc (brendan) -2005-08-15 08:06:40 Vsevolod Volkov (roessler) + * po/nl.po: Updated nl.po. - * po/ru.po: update +2006-05-16 05:01:02 Vincent Lefevre (brendan) -2005-08-14 21:32:17 TAKAHASHI Tamotsu (brendan) + * po/fr.po: Updated fr.po - * attach.c, send.c: Don't pass an empty filename to the default - text editor when editing non-plain text. Also don't clobber - $content_type when parsing it. Closes: #2038. +2006-05-06 07:42:51 Rocco Rutte (roessler) -2005-08-14 12:28:52 Roland Rosenfeld (roessler) + * mh.c: Header caching for mh folders. - * po/de.po: update +2006-05-05 17:27:10 Rocco Rutte (brendan) -2005-08-14 02:22:47 Bernd Ahlers (brendan) + * doc/manual.xml.head: Set system ID to docbook 4.2, in harmony + with schema URL. - * cryptglue.c, mutt_sasl.c, smime.c: Fix some S/MIME spelling - inconsistencies. +2006-05-02 22:23:35 Rocco Rutte (brendan) -2005-08-12 23:06:25 Brendan Cully (brendan) + * muttlib.c: Fix an improper dereference in mutt_buffer_init (I think). - * mutt_ssl_gnutls.c: Turn off input buffering for gnutls SSL - certificate menu, as we do in the openssl version. +2006-04-28 19:52:45 Thomas Roessler (roessler) - * imap/auth_sasl.c: Override SASL initial response if the server - spoke first in its continuation response. Closes: #2034. + * mutt.h, parse.c, pattern.c, protos.h, hdrline.c: Cleaning + up attachment counting. This takes away some of the worst + aberrations, but the feature is still a performance hog. - * doc/Makefile.in: Degnuify mutt.1 make rule. Imagining a world - in which gnu documentation flagged any extensions to standard - utilities almost makes me cry. +2006-04-28 12:19:20 Ralf Wildenhues (roessler) -2005-08-12 12:52:11 TAKAHASHI Tamotsu (roessler) + * mutt_socket.h: "could somebody please move this really nasty + bug fix taken from Brendan's esmtp patch to the mailine code?" -- + "done" - * po/ja.po: update +2006-04-28 08:35:03 Rocco Rutte (roessler) -2005-08-12 07:49:37 Vincent Lefevre (roessler) + * imap/imap.c, init.h, main.c, mutt.h, mutt_socket.c, mutt_ssl.c, + mutt_ssl.h, mutt_ssl_gnutls.c, pop_lib.c, buffy.c, configure.in, + globals.h, init.c: pdmef+fix+sslinterface. Triggered by a warning + when compiling with POP and GNUTLS, I noticed the SSL interfaces + for OpenSSL and GNUTLS internally are different which doesn't + make sense. - * po/fr.po: Update. + * configure.in, mh.c: pdmef+fix+dino.diff. This fixes mutt/2174. -2005-08-12 03:57:16 Brendan Cully (brendan) +2006-04-24 19:59:07 exg@gentoo.org (brendan) - * configure.in: Force configure to depend on VERSION. That's been - bugging me for a while. + * configure.in: Don't abort configure if --without-sasl is + given without any network options. Gentoo's build scripts seem + to generate this configuration. -2005-08-11 21:46:26 Thomas Roessler (roessler) +2006-04-20 16:46:49 Moritz.Schulte@ruhr-uni-bochum.de (roessler) - * po/pl.po, po/pt_BR.po, po/ru.po, po/sk.po, po/sv.po, po/tr.po, - po/uk.po, po/zh_CN.po, po/zh_TW.po, po/bg.po, po/ca.po, po/cs.po, - po/da.po, po/de.po, po/el.po, po/eo.po, po/es.po, po/et.po, - po/fr.po, po/gl.po, po/hu.po, po/id.po, po/it.po, po/ja.po, - po/ko.po, po/lt.po, po/nl.po: automatic post-release commit for - mutt-1.5.10 + * headers.c, mutt_crypt.h, postpone.c: Make mutt_parse_crypt_hdr + more SMIME-aware. - * Makefile.am, VERSION, reldate.h: Fix Makefile.am. - (VERSION and reldate.h actually are bad commits -- but that - doesn't matter. Release imminent.) +2006-04-18 23:22:30 Brendan Cully (brendan) -2005-08-11 21:16:38 Brendan Cully (brendan) + * imap/auth_sasl.c: Handle Exchange's bogus short challenge in + AUTH NTLM (problem debugged by Alexander Gattin). - * copy.c, crypt-gpgme.c, crypt-gpgme.h, crypt-mod-pgp-classic.c, - crypt-mod-pgp-gpgme.c, crypt-mod-smime-classic.c, - crypt-mod-smime-gpgme.c, crypt-mod.h, crypt.c, cryptglue.c, - handler.c, mutt_crypt.h, pgp.c, pgp.h, protos.h, smime.c, smime.h: - Add error results to mutt_body_handlers, and check them when - doing decode-save. Closes: #1919. +2006-04-18 15:28:50 Thomas Roessler (roessler) -2005-08-11 21:08:55 Thomas Roessler (roessler) + * recvattach.c: Fix saving of attachments. - * pgp.c: Fix verification of clearsigned PGP messages. - (debugged on IRC, mostly by Brendan) +2006-04-05 17:28:30 Phil Pennock (brendan) -2005-08-11 02:15:14 Thomas Glanzmann (brendan) + * curs_main.c: (1) OP_MAIN_LINK_THREADS needs to check for + IMAP_ACL_DELETE permission, since the thread linking involves + deleting the old email. (2) makes CHECK_IMAP_ACL() a no-op if + USE_IMAP is not defined; then cleans up a bunch of the #ifdef + litter. - * configure.in: Don't test against nonexistent cache - variable. Spotted by Torsten Veller. +2006-04-03 20:26:14 Brendan Cully (brendan) -2005-08-11 01:44:49 Brendan Cully (brendan) + * imap/command.c: Don't pass a null destination to imap_fix_path + in the default STATUS handler when the mailbox name is implicitly + INBOX. Thanks to Kai Hendry for the test mailbox and Sami Liedes + for the backtrace. Closes debian #351337. - * mutt_sasl.c: Silence some compiler warnings. + * init.h: Set $record default to ~/sent (closes: #2068). -2005-08-09 20:13:03 Brendan Cully (brendan) +2006-03-30 19:50:01 Brendan Cully (brendan) - * doc/Makefile.in, doc/manual.sgml.tail: Replace raw latin1 - characters with entities, and enable latin output for - manual.txt. I'm not sure this is ideal for non-latin (eg - utf8) environments, but hopefully docbook will resolve this - anyway. Closes: #2029. + * doc/manual.xml.head: Tighten up lists/subscribe example, + to close #2198. - * doc/manual.sgml.head: Replace free ~ with ˜. Closes: - #2030. +2006-03-28 18:04:21 Mike Hallock (brendan) - * pgp.c: Move pgp failure check inside the if (invoke pgp) - block. Really Closes: 2032. + * curs_main.c: imap-fetch-mail should check that there is a + Context before dereferencing Context->magic to avoid a segfault + possibility. - * pgp.c: Don't ftell pgp output file if there isn't one. Closes: - #2032. +2006-03-28 01:08:28 Paul Walker (brendan) -2005-08-09 16:24:15 TAKAHASHI Tamotsu (brendan) + * recvattach.c: Sanitize attachment file names (seatbelt for + inattentive recipients). - * crypt-gpgme.c: Improve translatability of crypt-gpgme. Closes: - #2020. +2006-03-24 23:15:37 Paul Walker (brendan) -2005-08-09 16:10:40 Mads Martin Joergensen (brendan) + * INSTALL: Document the need for a docbook-xsl bundle in order + to build the docs. - * copy.c: Remove an unneeded cast, which introduces - type-punning. Modified to use FREE instead of safe_free, since - that seems to be the convention. I personally don't see the - point. +2006-03-15 12:26:00 Brendan Cully (brendan) -2005-08-08 18:59:43 Brendan Cully (brendan) + * imap/message.c: Don't store UIDNEXT unless we know it. - * mutt_socket.c: Pause for a moment when a hostname fails to - resolve. Closes #1942. There are a number of cases where mutt - cascades error messages. It might be nice if there were an error - stack so that low level functions could push_error instead of - displaying it right away, and the higher level ones could eg - mutt_message(_("Failed to write FCC: %s"), pop_error ())... + * imap/message.c: Only synthesize UIDNEXT if we've fetched + uncached messages. Fixes a FETCH 1:0 bug Bruno Postle reported and + helped to debug. - * main.c: Document -d option in mutt -h output. Closes #2027. +2006-03-13 23:21:51 Brendan Cully (brendan) - * init.h: Remove undefined reference to unmailboxes - command. Closes #2028. + * imap/message.c: Courier fails to send UIDNEXT on SELECT + (a violation of RFC 3501 section 6.3.1) - synthesize it if it + is missing. -2005-08-08 06:44:01 Brendan Cully (brendan) + * init.h: Make imap_idle default to false for 1.5.12. - * imap/imap.c: Fix edge case where we might have to wait two - timeouts to check for IMAP mail. +2006-03-03 10:12:27 Thomas Roessler (roessler) - * imap/command.c, imap/imap.c, init.h: Fix bug just introduced in - lsub parsing that could cause mutt to loop indefinitely. Don't - recheck subscriptions at every mailbox change, just the initial - connection. + * hook.c: reply-hook is used in contexts where we don't have + a Context structure available. Hence, it must not require the + full message. - * imap/imap.c: If imap_check_subscribed is set, mailbox or - unmailbox folders in response to subscribe/unsubscribe commands in - the browser. +2006-03-03 09:55:46 Thomas Roessler (roessler) - * imap/browse.c, imap/command.c, imap/imap.c, init.h, mutt.h: New - option: $imap_check_subscribed. If set, mutt will fetch the set of - subscribed mailboxes from the server and add them to the buffy - list. + * query.c: Fix mutt/2189; lack of error checking in the query + code. - * browser.c: Avoid a segfault attempting to browse an invalid IMAP - URL. +2006-02-21 21:52:17 Brendan Cully (brendan) - * imap/imap.c: Extend IMAP host completion to complete over open - connections. + * muttlib.c: Preallocate some buffer space before attempting + vsnprintf in mutt_buffer_printf (Solaris 9 workaround). - * imap/imap.c: Allow IMAP tab-completion to complete over defined - mailboxes, saving a bunch of typing for the hostname part of the - URL. Should probably be extended to complete over open connections - and possibly also folder/account hooks. +2006-02-21 08:10:15 Thomas Roessler (roessler) - * account.c, curs_lib.c, protos.h: Reuse mutt_get_field for - mutt_get_field_unbuffered. + * attach.c: Fix mutt/2186. -2005-08-07 06:20:37 Anders Helmersson (brendan) +2006-02-21 00:29:10 Brendan Cully (brendan) - * pager.c: Certain versions of libc may segfault during regex - processing if given incomplete multibyte characters. Work around - this by manually trimming the display buffer. I modified it - somewhat to only check when the situation is most likely to occur: - fgets has read all the way to the capacity of the buffer. Thanks - also to Tamo for his comments. + * imap/command.c, muttlib.c: Catch mutt_buffer_printf failures. -2005-08-07 04:58:12 Brendan Cully (brendan) +2006-01-26 07:13:06 Ralf Wildenhues (brendan) - * account.c, curs_lib.c, protos.h: Make username prompts - unbuffered like password prompts are (no more folder-hook push - garbage) + * contrib/Makefile.in, doc/Makefile.in: Set datarootdir. -2005-08-06 22:20:55 Brendan Cully (brendan) +2006-01-20 21:21:31 Phil Pennock (brendan) - * imap/imap.c, lib.c, lib.h, mutt.h, mutt_tunnel.c, sendlib.c: - Report non-zero exit status of tunnel command. Closes: #1749. + * imap/message.c: Correct a fairly harmless typo parsing message + \Recent flags. - * imap/imap.c, imap/util.c, init.h, mutt.h, pop_lib.c: Replace - pointless imap_force_ssl option with ssl_force_tls, which requires - any connection (POP or IMAP) to a remote server to be encrypted, - and attempts to negotiate encryption even if the capability isn't - advertised (this last bit is of dubious utility, but essentially - harmless since the connection would otherwise fail - anyway). Closes: #1284. +2006-01-15 21:37:03 Brendan Cully (brendan) - * imap/browse.c: Kill a warning. + * imap/browse.c, imap/command.c, imap/imap.c, imap/imap.h, main.c, + pattern.c: A conservative update of copyright years. Some other + files may need updating too. -2005-08-06 19:06:36 Brendan Cully (brendan) +2006-01-14 01:16:59 Phil Pennock (brendan) - * init.c: Use isalnum instead of isalpha when parsing unbraced - environment variable names, per tamo's suggestion. Closes #2022. + * init.c: Tab-completion for my_ variable names and values. -2005-08-05 02:16:46 Brendan Cully (brendan) +2006-01-13 09:08:11 Thomas Roessler (roessler) - * attach.c, attach.h, browser.c, curs_main.c, mutt.h, mutt_menu.h, - pager.h, protos.h: Move some attachment-related prototypes and - structures into attach.h from the global headers. A small step - towards sane dependency tracking and code cleanliness. - -2005-08-04 01:15:52 Brendan Cully (brendan) + * init.c: More compact code for managing the "my" variables list. - * compose.c: Don't unlink non-mutt files that would have been - unlinked on send if the message is cancelled. - - * account.c: Fix C precedence buglet in getlogin preventing it - from actually calling getuser. +2006-01-12 19:09:28 Phil Pennock (brendan) -2005-08-03 06:51:24 Brendan Cully (brendan) + * init.c: Update MyVars to the next entry when deleting the head + of the list, instead of leaving it pointing to a freed entry. - * mutt_ssl.c: Don't double-free X509 certificates. This patch - looks wrong, but it isn't. - - * Makefile.am, po/Makefile.in.in, po/POTFILES.in: Remove - mutt_ssl_nss.c from POTFILES.in. Also hack the makefiles to build - keymap_alldefs.h in $(top_srcdir), since that's where xgettext - looks. Not super clean I guess - the other alternative is to sed - POTFILES. +2006-01-12 09:36:46 Vincent Lefevre (roessler) - * globals.h, init.c, init.h, mutt.h, mutt_sasl.c, mutt_socket.c, - mutt_ssl.h, mutt_ssl_nss.c, pop_lib.c, configure.in: Put moribund - NSS support out to pasture. + * po/fr.po: update - * compose.c, mutt.h: In compose menu, detach should be able to - unlink files generated by mutt, but not files that existed before. +2006-01-12 06:07:50 Brendan Cully (brendan) -2005-08-02 05:58:18 Brendan Cully (brendan) + * init.c: Teach mutt to expand mutt variables as it does + environment variables. For example, you might put something like + this into a hook: set sendmail="mysmtp -f $from". Allow + user-definable variables starting with my_. Environment variables + take precedence, and expansion does not occur in shell-escape. - * commands.c, pgp.c: More fiddling with PGP results. When - rerunning PGP on a message, clear old security result bits to - avoid confusing messages like 'decrypt failed; PGP signature - successfully verified'. +2006-01-11 06:45:23 Recai Oktas (brendan) - * pgp.c: Forget passphrase on PGP/inline decryption error, and - improve status line messages. + * po/tr.po: A tr.po update. - * configure.in: Make $docdir relative to $prefix, like the other - prefixes. +2006-01-10 21:06:22 Brendan Cully (brendan) - * contrib/Makefile.in, doc/Makefile.in: Be more selective about - what to remove during uninstall. (closes #1625) + * imap/browse.c: Sanity-check folder inferiors response. Brian + Weaver reports that it fixes the extra delimiters bug triggered by + dbmail's incorrect LIST response. - * pgp.c: Also forget passphrase when encrypt fails, if - signing. (closes #1025 again) + * hdrline.c: Don't use uninitialised flags variable when fetching + attachment count. Closes: #2153. - * imap/message.c: Check that the entire message downloaded - successfully on fetch, and don't treat a disappearing cache file - as fatal. (closes #1483) +2006-01-09 19:43:59 Thomas Roessler (roessler) - * compose.c: Don't unlink attachments that you've decided not to - send. (closes #1328) + * imap/imap.c, mutt.h, pattern.c, protos.h, send.c, Makefile.am, + globals.h, group.c, init.c, init.h: Adding pattern group support; + see http://does-not-exist.org/mail-archives/mutt-dev/msg05693.html + for instructions. The ungroup command is not yet implemented, + and documentation is lacking. - * pgp.c: Bump up size of PgpPass to 1024 from 256. Seems crazy, - but it's harmless and it (closes #1207). - - * account.c: Fix password prompt for POP (more authentication ID - fallout). +2006-01-04 17:28:32 Brendan Cully (brendan) - * doc/manual.sgml.head: Document key. - - * pgp.c: Automatically forget PGP passphrase on sign or decrypt - error. (closes #1025). Display "successfully decrypted" message - instead of nothing. Superseded by signature verification. - - * commands.c, pgp.c: Don't report PGP signature could not be - verified unless there really is a signature verification problem - (not some other PGP error). + * imap/browse.c: Zero out IMAP_LIST before each imap_cmd_step in + browser to avoid bogus matches when the untagged response isn't a + LIST response. Phil Pennock diagnosed and proposed a patch for + this bug. - * Makefile.am: Install system muttrc from the build directory, not - the source directory. +2006-01-03 17:35:18 Brendan Cully (brendan) - * mbox.c: Restore Sort immediately after sorting by mailbox order - in mbox_sync_mailbox. (closes #972) + * imap/imap.c: Pipeline CLOSE (it's always followed by a SELECT or + a LOGOUT). - * doc/Makefile.in, doc/mutt.man: Insert compile-time paths to - system resources into mutt.man. (closes #854) + * imap/command.c, imap/imap.c: If there is an * OK + [CAPABILITY... qualifier on connect, parse it and skip the manual + capability check. - * commands.c, protos.h: Report errors occuring in - _mutt_save_message. (closes #847) + * imap/imap.h, imap/imap.c, postpone.c: Pipeline postponed mail + check on mailbox open if appropriate. -2005-08-01 07:35:04 Brendan Cully (brendan) +2005-12-30 17:34:52 Brendan Cully (brendan) - * globals.h, mutt.h, mutt_ssl.c, muttlib.c: Cache SSL certificates - that have been accepted but not saved until mutt exits. (closes - #643). Create mutt_add_list_n for adding non-character data to - lists, have mutt_add_list call it. + * imap/imap.c: Sort mailbox in SORT_ORDER in imap_sync_mailbox so + that sync_helper doesn't end up resorting it 10 times. -2005-08-01 04:57:04 Brendan Cully (brendan) + * imap/imap.c: Only resort headers in imap_make_msg_set if order + != SORT_ORDER. Fix sync_helper to return 1 in case of +FLAGS but + not -FLAGS. - * mx.c: Report error creating FCC when writing to IMAP - server. Addresses #423. +2005-12-26 23:55:19 Nik A. Melchior (brendan) -2005-08-01 01:43:06 Brendan Cully (brendan) + * doc/muttrc.man.head: Fix whitespace around ~X in + muttrc.man.head. - * init.c: complete :set mbox_type=. (closes #1649) +2005-12-23 18:20:02 Brendan Cully (brendan) -2005-07-30 04:40:45 TAKAHASHI Tamotsu (brendan) + * imap/imap_private.h, imap/message.c: Don't evaluate hcache + unless uidnext > 0. This shouldn't happen, but it was reported + to. I probably have to be a lot more careful about the uid + datatypes but I'm too lazy to clean up right now. - * pager.c: The builtin pager tries to wrap a line for ever if: - 0) the line contains a space or a tab character followed by a very - long word, and - 1) M_PAGER_NSKIP flag is passed to it, and - 2) $smart_wrap is set. (default) + * imap/imap.c: Always use NOOP when imap_check_mailbox is called + with force set. Seems to resolve a Cyrus idiosyncracy noted by + Phil Pennock. -2005-07-30 04:13:07 Vincent Lefevre (brendan) + * imap/imap.c, imap/message.c: IMAP message cache fixes: embed + UIDVALIDITY in the cache file name, only delete deleted messages + at sync time. Also use an alias to make the sync code clearer. - * curs_main.c, pager.c: When using colors, the status line of the - index is displayed in a bright color, even when the prefix - "bright" is *not* given in the foreground color. The problem - occurs when I have the following additional line: - color normal brightwhite black - The problem is that BKGDSET's are missing. +2005-12-22 20:14:04 Brendan Cully (brendan) -2005-07-30 03:59:04 TAKAHASHI Tamotsu (brendan) + * imap/command.c: Fix at least Kyle Wheeler's new mail detection + problems: call imap_fix_path on buffy path. - * recvattach.c: Don't refuse to delete attachments just because a - message has been checked for "traditional" PGP encoding. (closes - #2013) + * regex.c: Kyle Wheeler noticed a couple of warnings in the + moribund regex code. One still remains that I'm too lazy to fix + right now. -2005-07-29 18:05:50 TAKAHASHI Tamotsu (brendan) + * imap/message.c: Add for msg_cache_put. - * init.c: "nospam foo" causes a segv if you have not set any - "spam", because of a null pointer dereference. + * globals.h, imap/imap.c, imap/imap_private.h, imap/message.c, + imap/message.h, init.h: Add $imap_cachedir option. If set, mutt + will keep copies of IMAP messages under this directory. -2005-07-29 06:45:14 Brendan Cully (brendan) + * imap/imap.c: Check all connections instead of just the first + when NONEW is set in imap_conn_find. Wait for root delimiter check + to complete before SELECTing since we may need it to form the + mailbox name. - * mutt_ssl_gnutls.c: Tweak a poorly-worded error message in the - gnutls glue, pointed out by Vincent Lefevre. + * imap/command.c: More logging in STATUS parser to track down new + mail detection problems. -2005-07-29 01:51:36 Brendan Cully (brendan) +2005-12-21 21:02:50 Brendan Cully (brendan) - * imap/imap.c: Fix bug added in revision 3.26, where - imap_sync_mailbox failed to check whether it was supposed to - expunge before issuing a CLOSE. - -2005-07-28 20:42:45 ttakah@lapis.plala.or.jp (roessler) + * hcache.c: Check for NULL data in refactored mutt_hcache_fetch. - * crypt-gpgme.c: Fix mutt/2004; S/MIME user interface differences - between GPGME and classic. - -2005-07-28 19:47:40 Brendan Cully (brendan) + * hcache.c: Unbreak QDBM too. - * imap/auth_cram.c, imap/auth_login.c: Use mutt_account_getlogin - instead of getuser for authentication methods that only support an - authentication ID. As a side-effect, don't display a dangling - authentication name pointer in getpass. + * hcache.c, hcache.h: I broke DB4 while refactoring hcache.c. -2005-07-27 15:08:43 Vincent Lefevre (brendan) + * imap/imap.c, imap/imap_private.h, imap/message.c: Cache + UIDVALIDITY/UIDNEXT as header cache metadata, only attempt to + fetch up to UIDNEXT from the header cache. Also a cosmetic + correction: Display the actual first message being fetched (after + hcache) instead of 1. - * crypt-gpgme.c: Correct two typos in GPGME error messages. + * imap/command.c: Don't run pending IMAP commands until the + current queue has drained. Many thanks to Vincent Lefevre for his + patient help debugging. -2005-07-27 05:53:27 Brendan Cully (brendan) + * imap/command.c: Compare full mailbox names when doing IMAP buffy + check, not up to the length of the STATUS response. - * po/tr.po, po/uk.po, po/zh_CN.po, po/zh_TW.po, po/es.po, - po/et.po, po/gl.po, po/lt.po, po/pt_BR.po, po/sk.po: Update - Thomas' address in several out-of-date PO files. (closes #990) +2005-12-20 17:50:47 Brendan Cully (brendan) -2005-07-27 04:29:36 Brendan Cully (brendan) + * hcache.c, hcache.h, imap/imap.c, imap/imap_private.h, + imap/message.c, mh.c, protos.h, Makefile.am: Refactor header cache + a bit to provide (fetch|store)_raw functions. These will let me + keep folder metadata (UIDVALIDITY, NEXT, msg count etc) in the + cache, which will help to sync more quickly. - * mutt_ssl_gnutls.c: Silence some harmless warnings. Also, one day - -pedantic is going to get held up on the causeway. + * imap/imap.c: Remove deleted entries from header cache on CLOSE. -2005-07-27 00:40:15 Brendan Cully (brendan) +2005-12-19 18:13:28 Brendan Cully (brendan) - * imap/command.c: More fiddling with fatal state handling. Not - tested, and probably as wrong as what was already there. + * ChangeLog, ChangeLog.old: ChangeLog.old was just old ChangeLog + entries with different formatting - I think it's time to put it + out to pasture. I've moved all pre-1.4 entries from ChangeLog into + ChangeLog.old now. This should have the nice side-effect of making + the git mirror grow a little more slowly. -2005-07-27 00:32:18 Brendan Cully (brendan) + * imap/imap.c: Catch another possible race when starting IDLE. - * muttlib.c: Rework mutt_save_confirm to support confirmappend - with IMAP mailboxes. I hope I got all cases right. + * imap/imap.c, imap/imap_private.h, imap/message.c: More IMAP + header cache cleanup: remove expunged entries from cache, and + don't bother checking the cache for mail that's arrived since the + mailbox was opened. TODO: cache UIDNEXT, only check the cache for + messages up to cached value. -2005-07-26 23:57:38 Brendan Cully (brendan) + * imap/imap.c: Avoid a possible race when entering the IDLE + command - if new mail notification is received before the + + response, mutt may attempt to send a fetch command before it + realises it's idling. - * imap/imap.c: Adjust imap_access so that it doesn't issue STATUS - on the selected mailbox, and have imap_open_mailbox_append use - imap_access instead of rolling its own. + * imap/imap_private.h, imap/message.c, imap/imap.c: Much faster + IMAP sync code, pipelined and everything. Now batch updates + changed flags, instead of syncing each changed message + individually. -2005-07-26 18:45:01 TAKAHASHI Tamotsu (brendan) + * imap/imap.c: Manually unidle at logout if necessary. Somewhat + unclean - might be good to have an imap_unidle function... - * crypt-gpgme.c, mutt_ssl_gnutls.c, po/POTFILES.in: Partial - application of Tamo's translation patch for gpgme and gnutls. + * imap/imap.c, imap/message.c, imap/message.h: Cache server-side + flags, don't send flag updates if mutt's are the same. This can + happen if a flag is toggled and toggled back, or we receive server + updates, and the cache will make much faster sync possible later. -2005-07-26 16:44:20 Brendan Cully (brendan) + * imap/command.c, imap/imap.c: Pipeline MYRIGHTS, subscribed + mailbox check and root delimiter check. - * imap/imap.c: Don't check for the existence of a mailbox we're - already in when appending. (closes #1842) + * imap/imap.c: Clear name field from status callback before each + IMAP completion attempt. -2005-07-26 16:40:16 Thomas Glanzmann (roessler) + * imap/message.c: Remove some cut-n-paste garbage from IMAP header + cache code. - * init.h: Return $menu_move_off default to status quo ante. + * mx.c: Only mark unread messages as old when closing mailbox. -2005-07-26 16:39:17 Thomas Glanzmann (roessler) + * imap/auth_sasl.c, imap/browse.c, imap/imap.c, + imap/imap_private.h, imap/message.c, imap/util.c, mx.c: Real + support for the Old flag on IMAP. - * init.h: hcache spelling fixes + * imap/imap.c, imap/imap_private.h: Display success message when + subscription command succeeds. -2005-07-26 16:37:28 Tamotsu Takahashi (roessler) + * imap/browse.c, imap/command.c, imap/imap.c, imap/imap_private.h: + Replace imap_parse_list_response with a proper untagged response + handler. - * enter.c: Introduce fall-back from complete-query to complete - for the edit menu, so 'bind editor complete-query' - becomes possible. +2005-12-16 18:49:40 Recai Oktas (brendan) -2005-07-26 06:14:34 "Brent J. Nordquist" (brendan) + * color.c, crypt.c, handler.c, init.c, parse.c, smime.c: Use + ascii_str* instead of mutt_str* in several places where it's + needed. - * doc/manual.sgml.head: Correct a couple of typos (and change - ‐ to -: although the text version of the manual renders - ‐, the web version does not). +2005-12-16 18:18:52 Brendan Cully (brendan) -2005-07-26 05:58:29 TAKAHASHI Tamotsu (brendan) + * imap/command.c, imap/imap.c, imap/imap_private.h, + imap/message.c, imap/util.c: New new mail detection code. Now we + use UIDVALIDITY/UIDNEXT to detect whether a mailbox has been + changed since we last saw it, rather than the more ephemeral + RECENT flag. We also keep a cache of mailboxes we've visited or + called STATUS on, which might eventually make for better + information in the browser and mailbox views. Big changes, + probably not stable. IWFM. - * pattern.c: Interpret an empty limit as a request to cancel the - current limit. (Closes #1854) +2005-12-15 18:59:59 Brendan Cully (brendan) -2005-07-26 05:28:02 Brendan Cully (brendan) + * imap/message.c: Whitespace shuffling. - * mutt_ssl.c: Don't offer to save expired or not-yet-valid - certificates. Closes #1943 as a side-effect. + * imap/command.c, imap/imap.c, imap/imap_private.h, imap/util.c: + Use mutt_buffer_printf in several places instead of a homebrew + version. -2005-07-26 05:04:23 Brendan Cully (brendan) + * configure.in, m4/funcs.m4, muttlib.c, protos.h: Add + mutt_buffer_printf function, with autoconf test for va_copy. - * imap/imap.c, imap/imap_private.h: Rework IMAP CLOSE handling to - avoid expunging messages when exiting without saving changes. - (closes #1899) + * imap/imap.c: IMAP keepalive might have been interacting badly + with $timeout when IDLE was enabled. Use force option for IDLE too. -2005-07-26 03:09:55 Ralf Wildenhues (brendan) +2005-12-14 17:29:57 Brendan Cully (brendan) - * mbyte.c, mutt_socket.c: There are some functions without ANSI - prototypes left in mutt-owned sources. + * imap/auth_sasl.c, imap/command.c, imap/imap_private.h: SASL-IR + support for IMAP. The RTT was has begun. I had forgotten how + strangely convoluted auth_sasl has become though... -2005-07-25 20:07:23 Brendan Cully (brendan) +2005-12-13 23:37:42 Brendan Cully (brendan) - * init.h: Update _MAKEDOC macro so that the documentation includes - all variables. + * mutt_ssl.c, mutt_ssl_gnutls.c: Add conn_poll (using + raw_socket_poll) to SSL socket setup functions. -2005-07-25 15:48:36 Thomas Roessler (roessler) + * buffy.c: Fix recently-broken buffy notification for IMAP. - * copy.c, imap/imap.c, mh.c, mutt.h, muttlib.c, thread.c: Get rid - of IMAP-related special casing all over the thread editing code. + * imap/imap_private.h, imap/util.c, imap/command.c, imap/imap.c, + imap/imap.h, postpone.c: Restore IMAP postponed check in the wake + of the buffy pipelining patch. Fall back to NOOP if IDLE poll + fails. Allow for untagged messages when starting IDLE. Free + idata->cmdbuf in imap_free_idata. -2005-07-25 04:56:38 Brendan Cully (brendan) + * imap/TODO, imap/BUGS: Updated todo/bug list for IMAP - * imap/message.c: Indentation, mostly +2005-12-12 17:24:12 Brendan Cully (brendan) - * imap/message.c: Minor cosmetic cleanup (fewer #ifdef HCACHE blocks) + * imap/command.c, imap/imap.c, init.h, mutt.h: Add $imap_idle + boolean to disable the IDLE extension (may be needed with some + servers like the particular version of dovecot I tried + yesterday). Don't attempt to poll mailboxes with connections that + haven't yet authenticated. Recognize NO responses again (silly + typo, spotted by Charlie Allom) - * muttlib.c: Suppress a printf format warning +2005-12-12 02:24:43 Brendan Cully (brendan) - * muttlib.c: Typo in last commit. + * configure.in, imap/command.c, imap/imap.c, imap/imap_private.h, + mutt_socket.c, mutt_socket.h, mutt_tunnel.c: IMAP IDLE support. - * imap/message.c, muttlib.c, protos.h: Merge full envelope from - message fetch into original sparse envelope, instead of replacing - it. This should be gentler on the various threading hashes and may - (knock on wood) fix the threading segfault. Threading behaviour is - observably better. + * buffy.c: Whoops, don't break buffy for non-IMAP mailboxes! - * imap/util.c: Revert Glanzmann's imap_parse_mailbox patch. + * buffy.c, imap/command.c, imap/imap.c, imap/imap.h, + imap/imap_private.h, imap/util.c: IMAP command batching code, used + to pipeline mailbox poll requests. Up to 10 poll commands will be + sent at a time (tunable in imap_private.h). This is a huge win on + my currently awful wireless link. It takes a knife to a lot of + fundamental IMAP code (mostly for the better), so it may have + destabilised things. Time for some brave (or lazy + non-Changelog-reading) testers to report... next up, IDLE + support. + +2005-12-10 07:06:44 Brendan Cully (brendan) -2005-07-24 16:53:59 Thomas Roessler (roessler) + * imap/browse.c, imap/command.c, imap/imap.c, imap/imap_private.h, + imap/util.c: Set up a command pipeline. Currently everything still + runs a single command from start to finish before moving on, but + this creates the infrastructure to pipeline mailbox polling + calls. Bitter experience at the end of a flaky wireless link + teaches me that this can be useful. - * thread.c: Try to fix threading bug triggered by duplicate - references. + * imap/auth_anon.c, imap/auth_cram.c, imap/auth_gss.c, + imap/auth_sasl.c, imap/browse.c, imap/command.c, imap/imap.c, + imap/imap_private.h, imap/message.c, imap/util.c: Move IMAP + response buffer out of command into IMAP_DATA. Ironically this is + to prepare for pipelined commands. -2005-07-24 16:51:38 Cedric Duval (brendan) +2005-11-24 12:50:27 Thomas Roessler (roessler) - * OPS, copy.c, curs_main.c, doc/manual.sgml.head, functions.h, - imap/imap.c, mh.c, mutt.h, mx.c, pager.c, protos.h, thread.c: Add - thread editing commands. + * curs_main.c, pattern.c: mutt/2142 suggests that the change + from pattern.c,3.14 -> 3.15 causes inconsistency and confusion. + Reverting the change; adding a helpful message to the status line. -2005-07-24 16:12:12 Paul Walker (roessler) +2005-11-22 12:31:58 Thomas Roessler (roessler) - * doc/manual.sgml.head, main.c, protos.h, init.c: This patch - adds an option -D to dump mutt's configuration after all - configuration files have been read. Changes against PW's version: - (1) curses isn't initialized; (2) variables are dumped to stdout, - not to stderr. + * pgp.c: Fix "mixed messages" about the success (or not) of + decrypting PGP messages. -2005-07-24 15:46:26 Thomas Roessler (roessler) + * handler.c: Actually, the previous fix for 2139 had a flaw. - * hash.c, imap/message.c, imap/util.c: This patch includes (1) - a rewrite of hash_delete_hash, and (2) some changes to the IMAP - code that Thomas Glanzmann made during an attempt to squash some - segmentation fault in May. There is no guarantee that this patch - doesn't break things. If it does, please complain to mutt-dev. + * handler.c: Fix mutt/2139; also Debian #340116. - * recvattach.c, smime.c: Fix S/MIME segmentation fault. Bug - reported by Mads Martin Joergensen; part fixed by Brendan Cully. +2005-11-17 18:40:50 Thomas Roessler (roessler) -2005-07-24 08:59:44 Brendan Cully (brendan) + * menu.c: a not entirely sane state of code. - * copy.c: Don't assume messages in MMDF mailboxes have From - separators when copying them. Spotted by William Lovas. Initial - patch by TAKAHASHI Tamotsu. + * menu.c: Another stab at #2019. -2005-07-23 23:35:17 Byrial Jensen (brendan) +2005-11-01 08:42:00 Thomas Roessler (roessler) - * curs_main.c, doc/manual.sgml.head, globals.h, main.c, muttlib.c: - Byrial Jensen and Christoph Berg's current-mailbox shortcut (^). I - like it, and so does Debian. + * menu.c: This should be a better patch for the menu break + dance. (#2019) -2005-07-17 00:43:05 Brendan Cully (brendan) +2005-10-31 11:56:58 Thomas Glanzmann (roessler) - * account.c: Don't dereference null ImapUser in new getlogin - function. + * imap/message.c: Fix 2119. -2005-07-15 07:29:37 Vincent Lefevre (brendan) +2005-10-31 10:51:54 Thomas Roessler (roessler) - * po/fr.po: PO update 20050613. + * mutt_idna.c: Fix the underlying problem behind mutt/2107. -2005-07-06 23:49:08 Thomas Glanzmann (brendan) + * menu.c: Fixing #2019. - * BEWARE: this fixes a little typo. + * flags.c: Fix #2123. -2005-07-06 21:03:00 Brendan Cully (brendan) +2005-10-21 04:35:38 Brendan Cully (brendan) - * hcache.c: Apply Aaron Crane's function pointer bandaid to the - db4 open calls. + * smime.c, attach.c, buffy.c, copy.c, copy.h, crypt-gpgme.c, + crypt.c, edit.c, handler.c, mbox.c, mutt.h, pager.c, parse.c, + pattern.c, pgp.c, pgpmicalg.c, pgppacket.c, pgppubring.c, pop.c, + postpone.c, protos.h, sendlib.c: Full large file support. Keep a + close watch on your mailboxes everyone! -2004-06-28 19:26:54 Brendan Cully (brendan) +2005-10-18 07:04:50 Vincent Lefevre (roessler) - * account.c, account.h, globals.h, init.h, mutt_sasl.c: Add - $imap_login variable to specify which user to authenticate as - ($imap_user controls which user's mail gets accessed). Currently - this can't be specified interactively, since I can't think of - a way to do it that wouldn't annoy users where login == user - (the default value of $imap_login). + * po/fr.po: update -2005-06-24 22:32:38 Sébastien Hinderer (brendan) +2005-10-17 09:14:58 TAKAHASHI Tamotsu (roessler) - * crypt.c: Remove a warning about unused variable 'now' in - crypt_valid_passphrase + * smime.c: Fix S/MIME algorithm choice. -2005-06-22 01:46:49 Sébastien Hinderer (brendan) +2005-10-14 09:30:11 Thomas Roessler (roessler) - * doc/devel-notes.txt: This patch fixes two small typos in - dev notes. + * imap/imap.c: Fix imap/2112. -2005-06-18 04:54:39 Brendan Cully (brendan) +2005-10-10 18:26:31 Brendan Cully (brendan) - * main.c: Update copyright dates according to latest activity in - ChangeLog. + * pgp.c: Make PGP decode failure non-fatal when displaying + messages (as opposed to decode-saving them). I think it would be + nicer to include the original text when decryption fails + though... -2005-06-12 18:28:29 Tamotsu Takahashi (roessler) + * imap/command.c, setenv.c: Accept + as IMAP continuation, not + just + . May close #2106. Feed check_sec candy in setenv.c. - * menu.c: Fix background colors for $arrow_cursor. +2005-10-09 20:53:21 Brendan Cully (brendan) -2005-06-12 18:24:31 Thomas Roessler (roessler) + * configure.in: Now that we always check for ncurses/ncurses.h, + remove /usr special case. - * curs_main.c, init.h, menu.c, mutt.h: Add $braille_friendly. - Behavior originally suggested by Sébastien Hinderer - . + * configure.in, mutt_curses.h: Tweak ncurses autoconflation to + check for ncurses/ncurses.h everywhere, not just in /usr. With + --with-curses=/usr/local, should Close: #2095. -2005-04-10 09:37:51 Johan Svedberg (roessler) + * configure.in, setenv.c: Add Russ Allbery's setenv replacement + function. - * po/sv.po: update + * init.h: Correct doc nit for $meta_key, noted by Mark + Weyer. Closes: #2105. -2005-04-03 00:14:51 Daniel Jacobowitz (brendan) +2005-10-06 06:15:00 Brendan Cully (brendan) - * imap/imap.c, imap/imap_private.h, imap/message.c: Synchronise - message flags before moving messages. + * browser.c: Sort browser entries after every IMAP browsing + operation instead of just when explicitly requested. Closes: + #2089. -2005-03-31 04:55:09 Thomas Glanzmann (brendan) +2005-10-06 05:13:55 Jeff Ito (brendan) - * mh.c: Another hcache cygwin portability fix. + * smime.c: Add AES ciphers to S/MIME encryption options. Closes: + #2103. -2005-03-23 10:51:11 Thomas Glanzmann (roessler) +2005-10-05 19:24:40 David Champion (brendan) - * init.h, mh.c, mutt.h: Maildir header cache. + * doc/manual.xml.head, init.c: Fix 'unattachments'. Closes: #2102. -2005-03-22 19:58:15 Horst Schirmeier (roessler) +2005-10-05 19:20:22 Jeff Ito (brendan) - * Makefile.am: Use install-exec-hook install of - install-exec-local. + * smime.c: S/MIME key selection truncates the last character of + the selected key for no apparent reason. Removed until someone + can justify it. Closes: #2081. -2005-03-22 19:53:49 Ronny Haryanto (roessler) +2005-10-04 19:00:05 Brendan Cully (brendan) - * po/id.po: update + * init.h: Tweak description of pop_checkinterval slightly. Closes: + #2074. -2005-03-22 19:49:31 René Clerc (roessler) + * hcache.c: Bump hcache Id for attachment counting patch. - * po/nl.po: update +2005-10-04 06:05:39 David Champion (brendan) -2005-03-22 19:48:35 Roland Rosenfeld (roessler) + * Muttrc.head.in, doc/manual.xml.head, doc/muttrc.man.head, + globals.h, hdrline.c, init.c, init.h, mime.h, mutt.h, parse.c, + pattern.c, protos.h, recvattach.c: Attachment counting for index + display (patch-1.5.11.dgc.attach.6). Modifications: attach_recurse + and attach_ignore_fundamental stripped, some debugging code + removed, some bones thrown to check_sec.sh. - * po/de.po: update +2005-10-04 05:24:00 Sebastien Hinderer (brendan) -2005-03-22 19:46:59 Paul Walker (roessler) + * pager.c: The following patch has an effect only when the + braille_friendly variable is set. When this is the case, the + cursor is put on the first line of the message body, when viewing + it with the pager. - * init.c, init.h: remove some unused functions. +2005-10-04 04:29:09 Alain Bench (brendan) -2005-03-22 19:43:13 Vsevolod Volkov (roessler) + * curs_main.c: Piping and printing in IMAP folder index with + imap_peek=no marks message read immediately. - * po/ru.po: update +2005-10-03 07:52:00 TAKAHASHI Tamotsu (roessler) -2005-03-22 03:40:54 Thomas Glanzmann (brendan) + * curs_lib.c, send.c: fix a problem that appears with signatures + without newline. - * hcache.c, imap/imap.c, imap/imap_private.h, imap/message.c, - protos.h: Thomas graces us with this patch that resolves a - type-size inconsistency in the UIDVALIDITY parser. +2005-09-30 18:24:17 Brendan Cully (brendan) - Edited for correctness. + * doc/devel-notes.txt: Change manual.sgml to manual.xml (noted + by Alain Bench). -2005-03-17 09:30:06 Pawel Dziekonski (roessler) +2005-09-30 01:42:50 Roland Rosenfeld (brendan) - * po/pl.po: update + * po/de.po: Update. -2005-03-16 07:01:59 Brendan Cully (brendan) +2005-09-29 23:57:07 Vincent Lefevre (brendan) - * doc/Makefile.in: As Ralf Wildenhues noted, the cygwin EXEEXT - patch was incomplete. Note to self: avoid patching on short - sleep. Starting tomorrow. + * po/fr.po: Update. -2005-03-16 02:49:33 Brendan Cully (brendan) +2005-09-29 23:52:16 pi (brendan) - * configure.in, doc/Makefile.in, hcache.c, Makefile.am: Various - cygwin portability fixes + * configure.in, po/eu.po: Basque translation. -2005-03-15 04:40:40 Brendan Cully (brendan) +2005-09-29 23:02:49 Brendan Cully (brendan) - * crypthash.h: Don't define uint32_t anywhere but in - config.h. Spotted by Alain Bench. + * configure.in, copy.c, sendlib.c: Ensure that Content-Length + printf format specifier matches off_t size, to avoid mail-losing + Content-Length: 0 (bug introduced by large file patch a couple + of days ago). Closes: #2096. -2005-03-13 16:35:35 roessler (roessler) +2005-09-27 03:43:24 Johan Svedberg (brendan) - * po/sv.po, po/tr.po, po/uk.po, po/zh_CN.po, po/zh_TW.po, - po/id.po, po/it.po, po/ja.po, po/ko.po, po/lt.po, po/nl.po, - po/pl.po, po/pt_BR.po, po/ru.po, po/sk.po, VERSION, po/bg.po, - po/ca.po, po/cs.po, po/da.po, po/de.po, po/el.po, po/eo.po, - po/es.po, po/et.po, po/fr.po, po/gl.po, po/hu.po, reldate.h: - automatic post-release commit for mutt-1.5.9 + * po/sv.po: Update. -2005-03-13 16:29:09 Morten Bo Johansen (roessler) +2005-09-24 20:03:04 Brendan Cully (brendan) - * po/da.po: update + * edit.c: Inflict more needless pain on translators by splitting + EditorHelp to satisfy -pedantic. -2005-03-05 18:15:20 Christoph Ludwig (roessler) + * mbox.c, mutt.h, configure.in: Use fseeko/ftello when available + while opening mbox/mmdf. Closes: #2084. - * crypt.c: The attached patch fixes a segfault I observed - today: mutt failed to check for a possible null pointer in - mutt_is_application_smime(Body*). +2005-09-24 19:36:35 Alain Bench (brendan) -2005-03-05 07:10:57 brendan (brendan) + * copy.c, mutt.h, parse.c, sendlib.c, thread.c: Cosmetic fixes to + MIME headers. Closes: #2086. - * mutt_sasl.c, mutt_sasl.h, mutt_socket.c, mutt_socket.h, - mutt_ssl.c, mutt_ssl_gnutls.c, mutt_ssl_nss.c, mutt_tunnel.c: - Rename open/close/read/write function pointers to avoid problems - with systems where standard open/close/read/write functions are - implemented with macros. Thanks to Aaron Crane and others for - their input about the problem. +2005-09-24 17:51:17 TAKAHASHI Tamotsu (brendan) -2005-03-01 15:53:25 Vsevolod Volkov (roessler) + * po/ja.po: Update to HEAD. - * po/ru.po: update +2005-09-23 18:38:36 TAKAHASHI Tamotsu (brendan) -2005-03-01 15:52:33 Thomas Glanzmann (roessler) + * configure.in: Quote an error message. - * init.h: This is a spelling fix supplied by Cameron Simpson. +2005-09-22 16:38:08 Takahashi Tamotsu (brendan) -2005-02-28 18:33:45 Mads Martin Joergensen (roessler) + * configure.in, globals.h, hcache.c, init.h: Update QDBM patch to + the current state of the art. Closes: #2003 (again). - * curs_main.c: Fix a crash. +2005-09-22 09:06:13 Thomas Roessler (roessler) -2005-02-28 15:15:23 Christoph Berg (roessler) + * send.c: When composing a reply, there might be degenerate cases + in which a CC header is created, but no To header. In this case, + we now use the auto-generated CC header as the To header. - * init.h, menu.c, mutt.h: I've updated the menu_context patch to - reintroduce the menu_move_off variable that hasn't made it into - 1.5.8. The patch fixes menu_prev_line and menu_next_line which - didn't work with menu_context > 0 and also makes - work even if there are less messages than screen lines (thanks - to René Clerc and Vincent Lefevre for spotting these issues). +2005-09-22 04:05:49 Brendan Cully (brendan) -2005-02-28 14:37:09 Udo Schweigert (roessler) + * init.c: Refactor mutt var completion so it can be used for + inline expansions (eg $from). Actual expansion not committed yet. - * smime.c: As pointed out in a separate thread, here is a patch - which fixes the problem of a failing openssl after interactively - selecting a recipient's key. + * send.c: If ContentType is null, assume text/plain. Stopgap; a + better mechanism would sanity-check MuttVars assignments before + allowing them. Closes: #2080. -2005-02-27 03:18:23 Brendan Cully (brendan) + * imap/util.c, imap/imap.c: Don't allow imap URLs with empty + hosts. Also don't attempt to complete on open connections when + there aren't any (diagnosed by Nico Golde). Closes: #2079. - * imap/message.c: Turn brain back on before committing patches - (that modification I made to APPEND was bogus). + * pattern.c: Use ctx instead of Context when checking whether or + not to do IMAP search. Resolves a possible segfault in color index + ~b operations. I can't remember whether Context vs ctx was + intentional - I doubt it. -2005-02-27 02:44:45 Dan Hopper (brendan) +2005-09-21 14:17:14 Adeodato Simo (brendan) - * imap/message.c: Don't lose N flag when uploading a message to an - IMAP mailbox. (Slightly modified from the original patch to - prevent spurious space characters). + * curs_main.c: Check for sigwinch in index before calling + km_dokey, since for unknown reasons km_dokey seems to eat the + signal in some cases. [Not reproducible in my ncurses environments + - Brendan]. Closes: #1907. -2005-02-21 04:42:34 Alain Bench (roessler) +2005-09-21 13:23:43 Brendan Cully (brendan) - * parse.c, pgp.c, sendlib.c: Bcc should be RFC2047-encoded, too. + * imap/imap.c, pattern.c: Catch empty substring/regexp search + arguments (precludes a segfault from dereferencing a null string + pointer later). -2005-02-19 16:00:24 Thomas Roessler (roessler) +2005-09-21 06:04:37 Thomas Glanzmann (roessler) - * sendlib.c: Fix Debian 295528. + * init.h, mutt.h, configure.in, hcache.c: QDBM support for the + header cache. -2005-02-17 03:33:00 Brendan Cully (brendan) +2005-09-21 04:50:31 Adeodato Simo (brendan) - * OPS, browser.c, doc/manual.sgml.head, functions.h, - imap/browse.c, imap/imap.c, imap/imap.h, imap/imap_private.h: New - function: rename-mailbox (bound to 'r' by default). + * pgp.c: When using GPG agent in classic mode, set GPG_TTY if it + isn't already set instead of bailing out. Closes: #2072. - The lack of a rename-mailbox command for IMAP finally got too annoying. - It's a bit of a cut-and-paste job, but I've put my dreams of cleaning - up the IMAP codebase on hold. Gotta grow up some time. +2005-09-21 03:48:38 Takahashi Tamotsu (brendan) -2005-02-16 09:34:06 ta_panta_rei <7vvtch802@sneakemail.com> (roessler) + * init.c: Ensure that set doesn't change variables from within the + help screen. I think this is a gross approach, and probably + overkill, but it's the fault of the original code design, not + Tamo's patch. Until a better way falls from the sky, this Closes: + #2011. - * po/el.po: update +2005-09-21 02:58:07 Brendan Cully (brendan) -2005-02-16 08:48:41 Ronny Haryanto (roessler) + * curs_main.c: Cancelling from within the pager + will now keep you in the pager rather than kicking you back to the + index. Closes: #2075. - * po/id.po: update +2005-09-20 23:41:21 Vincent Lefevre (brendan) -2005-02-15 19:28:24 Thomas Roessler (roessler) + * muttlib.c: Slight improvement on dgc's warning fix in edge cases. - * doc/Makefile.in: Fix linuxdoc invocation. Thanks to - Tamotsu Takahashi for tracking this down to an idiotic - non-backwards-compatible change to the way groff works. +2005-09-20 06:43:39 David Champion (brendan) -2005-02-15 19:03:51 Ivan Vilata i Balaguer (roessler) + * init.c: Fix a null-pointer-dereference parsing aliases with + -d3+. - * po/ca.po: update + * muttlib.c: Clear a compiler warning. -2005-02-14 08:48:43 Vincent Lefevre (roessler) +2005-09-20 03:56:25 Gero Treuner (brendan) - * po/fr.po: update + * contrib/gpg.rc, doc/manual.xml.tail: Update locations of + gpg-2comp, Gero Treuner. -2005-02-13 17:37:31 Roland Rosenfeld (roessler) +2005-09-19 06:14:27 Brendan Cully (brendan) - * po/de.po: update + * mkchangelog.sh: I just realised what's been happening to the + changelog: I recently got a new version of 'head' that refuses + to accept -1 instead of -n 1, but doesn't actually return + failure. So mkchangelog was feeding nothing to the cvs date + argument, and instead merrily snarfing down the entire changelog + every time. I've put in a simple $date != "" check. Thanks, + textutils! Thanks for ushering in the future! I'd like to shake + your hand. Hard. -2005-02-13 09:53:07 Thomas Roessler (roessler) +2005-09-19 05:12:29 Brendan Cully (brendan) - * Makefile.am: Include crypt-gpgme.h with the distribution. + * doc/manual.xml.head: Remove mention of obsolete + --enable-imap-edit-threads configure option. -2005-02-13 00:25:37 Brendan Cully (brendan) - - * configure.in, m4/gettext.m4, m4/iconv.m4: Use AC_HELP_STRING to - pretty print configure --help screen, with mixed results. - -2005-02-12 21:04:22 Brendan Cully (brendan) - - * Makefile.am, imap/Makefile.am: Require at least automake 1.6 - -2005-02-12 20:56:36 Thomas Roessler (roessler) - - * po/zh_TW.po, po/sk.po, po/sv.po, po/tr.po, po/uk.po, - po/zh_CN.po, po/pt_BR.po, po/ru.po, po/lt.po, po/nl.po, po/pl.po, - po/et.po, po/fr.po, po/gl.po, po/hu.po, po/id.po, po/it.po, - po/ja.po, po/ko.po, po/da.po, po/de.po, po/el.po, po/eo.po, - po/es.po, Makefile.am, VERSION, po/bg.po, po/ca.po, po/cs.po, - reldate.h: automatic post-release commit for mutt-1.5.8 - -2005-02-12 20:46:48 Vincent Lefevre (roessler) +2005-09-18 17:49:33 Brendan Cully (brendan) - * po/fr.po: update + * ChangeLog: Somehow the changelog got mangled (multiple copies + of large parts). -2005-02-12 20:45:36 Vsevolod Volkov (roessler) +2005-09-18 08:22:49 Vsevolod Volkov (roessler) * po/ru.po: update -2005-02-12 20:20:42 Thomas Roessler (roessler) +2005-09-18 02:53:18 brendan (brendan) - * configure.in: Give people more time to profile the inode - sorting code; disabled by default for now. + * doc/Makefile.in: More cleanups, slightly better dependencies. - * globals.h, init.h, menu.c: Christoph Berg's menu_context, - and a version of menu_move_off where that's not optional, - but where mutt will just try to avoid moving off the bottom. - Complain to mutt-dev if you want this to be optional. +2005-09-18 02:35:10 Brendan Cully (brendan) -2005-02-12 19:54:51 TAKAHASHI Tamotsu (brendan) + * doc/Makefile.in: Stupid hack to synchronise on makedoc for + parallel builds. Only works when entered via make all. make + stamp-doc-xml directly can fail in pathological conditions. - * imap/message.c, imap/util.c: Fix debian bug #275060 (editing - on an imap server loses its flags). Remove trailing delimiter - from IMAP folder names. + * doc/Makefile.in: Attempt to work around make -j2 + breakage. Dependencies are still wrong, but I don't have + the brainpower right now to get it right. People talk about + imperative, functional, and logic programming, but no one ever + mentions make programming. -2005-02-12 19:52:28 Thomas Roessler (roessler) - - * charset.c, mbyte.c: Recognize euc-jp-ms. MORIYAMA Masayuki by - way of TAKAHASHI Tamotsu. - -2005-02-12 19:38:14 TAKAHASHI Tamotsu (roessler) - - * init.h, main.c: Trivial documentation fixes (TAKAHASHI Tamotsu, - Brendan Cully, Paul Walker, Derek Martin). - - * editmsg.c: Partially fix debian bug #275060 (editing a message - in a mbox loses its flags). - - * TODO: We have $include_onlyfirst. - -2005-02-12 19:28:26 TAKIZAWA Takashi (roessler) - - * muttlib.c, pager.c: column-length and byte-length are different - -2005-02-12 19:19:25 Derek Martin (roessler) - - * mutt.h, commands.c, curs_main.c, init.h: pgp-auto-decode: When - $pgp_auto_decode is set, then mutt will check for traditional pgp - on certain operations. This is similar (but NOT identical) to the - behavior known from PGP/MIME messages. - -2005-02-12 19:12:40 TAKAHASHI Tamotsu (roessler) - - * alias.c, globals.h, hdrline.c, init.c, init.h: unalternates now - also adds to a list of exceptions; same behavior for unlists, and - unsubscribe. With some changes from tlr. - -2005-02-12 19:52:28 Thomas Roessler (roessler) - - * charset.c, mbyte.c: Recognize euc-jp-ms. MORIYAMA Masayuki by - way of TAKAHASHI Tamotsu. - -2005-02-12 19:38:14 TAKAHASHI Tamotsu (roessler) - - * init.h, main.c: Trivial documentation fixes (TAKAHASHI Tamotsu, Brendan Cully, Paul - Walker, Derek Martin). - - * editmsg.c: Partially fix debian bug #275060 (editing a message - in a mbox loses its flags). - - * TODO: We have $include_onlyfirst. - -2005-02-12 19:28:26 TAKIZAWA Takashi (roessler) - - * muttlib.c, pager.c: column-length and byte-length are different - -2005-02-12 19:19:25 Derek Martin (roessler) - - * mutt.h, commands.c, curs_main.c, init.h: pgp-auto-decode: When - $pgp_auto_decode is set, then mutt will check for traditional pgp - on certain operations. This is similar (but NOT identical) to the - behavior known from PGP/MIME messages. - -2005-02-12 19:12:40 TAKAHASHI Tamotsu (roessler) - - * alias.c, globals.h, hdrline.c, init.c, init.h: unalternates now - also adds to a list of exceptions; same behavior - for unlists, and unsubscribe. With some changes from tlr. - -2005-02-12 19:52:28 Thomas Roessler (roessler) +2005-09-17 20:46:14 Brendan Cully (brendan) - * charset.c, mbyte.c: Recognize euc-jp-ms. MORIYAMA Masayuki - by way of TAKAHASHI Tamotsu. + * po/pt_BR.po, po/ru.po, po/sk.po, po/sv.po, po/tr.po, + po/uk.po, po/zh_CN.po, po/zh_TW.po, po/ga.po, po/gl.po, + po/hu.po, po/id.po, po/it.po, po/ja.po, po/ko.po, po/lt.po, + po/nl.po, po/pl.po, intl/plural.y, intl/ref-add.sin, + intl/ref-del.sin, intl/textdomain.c, po/bg.po, po/ca.po, + po/cs.po, po/da.po, po/de.po, po/el.po, po/eo.po, po/es.po, + po/et.po, po/fr.po, doc/dotlock.man, doc/manual.xml.head, + doc/mutt.man, doc/muttbug.man, doc/muttrc.man.head, + imap/auth.c, imap/auth.h, imap/auth_anon.c, imap/auth_cram.c, + imap/auth_gss.c, imap/auth_login.c, imap/auth_sasl.c, + imap/browse.c, imap/command.c, imap/imap.c, imap/imap.h, + imap/imap_private.h, imap/message.c, imap/message.h, imap/utf7.c, + imap/util.c, intl/COPYING.LIB-2, intl/COPYING.LIB-2.1, + intl/Makefile.in, intl/bindtextdom.c, intl/config.charset, + intl/dcgettext.c, intl/dcigettext.c, intl/dcngettext.c, + intl/dgettext.c, intl/dngettext.c, intl/explodename.c, + intl/finddomain.c, intl/gettext.c, intl/gettext.h, + intl/gettextP.h, intl/hash-string.h, intl/intl-compat.c, + intl/l10nflist.c, intl/libgettext.h, intl/libgnuintl.h, + intl/libintl.glibc, intl/loadinfo.h, intl/loadmsgcat.c, + intl/localcharset.c, intl/locale.alias, intl/localealias.c, + intl/ngettext.c, intl/plural.c, pgpkey.c, pgplib.c, pgplib.h, + pgpmicalg.c, pgppacket.c, pgppacket.h, pgppubring.c, pop.c, + pop.h, pop_auth.c, pop_lib.c, postpone.c, protos.h, query.c, + recvattach.c, recvcmd.c, regex.c, remailer.c, remailer.h, + resize.c, rfc1524.c, rfc1524.h, rfc2047.c, rfc2047.h, rfc2231.c, + rfc2231.h, rfc822.c, rfc822.h, score.c, send.c, sendlib.c, + signal.c, smime.c, smime.h, smime_keys.pl, sort.c, sort.h, + status.c, system.c, thread.c, url.c, browser.h, buffy.c, buffy.h, + charset.c, charset.h, color.c, commands.c, complete.c, compose.c, + config.guess, config.sub, copy.c, copy.h, crypt-gpgme.c, + crypt-gpgme.h, crypt-mod-pgp-classic.c, crypt-mod-pgp-gpgme.c, + crypt-mod-smime-classic.c, crypt-mod-smime-gpgme.c, crypt-mod.c, + crypt-mod.h, crypt.c, cryptglue.c, curs_lib.c, curs_main.c, + date.c, depcomp, dotlock.c, dotlock.h, edit.c, editmsg.c, + enter.c, extlib.c, filter.c, flags.c, from.c, functions.h, + globals.h, gnupgparse.c, handler.c, hash.c, hash.h, hcache.c, + hdrline.c, headers.c, help.c, history.c, history.h, hook.c, + init.c, init.h, keymap.c, keymap.h, lib.c, lib.h, mailbox.h, + main.c, makedoc.c, mapping.h, mbox.c, mbyte.c, menu.c, + mh.c, mime.h, missing, mutt.h, mutt_crypt.h, mutt_curses.h, + mutt_idna.c, mutt_idna.h, mutt_menu.h, mutt_regex.h, mutt_sasl.c, + mutt_sasl.h, mutt_socket.c, mutt_socket.h, mutt_ssl.c, mutt_ssl.h, + mutt_ssl_gnutls.c, mutt_tunnel.c, mutt_tunnel.h, muttbug.sh.in, + muttlib.c, mx.c, mx.h, pager.c, pager.h, parse.c, pattern.c, + pgp.c, pgp.h, pgpinvoke.c, COPYRIGHT, _regex.h, account.c, + account.h, addrbook.c, alias.c, ascii.c, ascii.h, attach.c, + attach.h, base64.c, browser.c: Gah, forgot the zip code when + updating the FSF address... + + * po/zh_CN.po, po/zh_TW.po, po/tr.po, po/uk.po, po/sk.po, + po/sv.po, po/ru.po, po/pt_BR.po, po/nl.po, po/pl.po, po/ko.po, + po/lt.po, po/ja.po, po/id.po, po/it.po, po/ga.po, po/gl.po, + po/hu.po, po/et.po, po/fr.po, po/eo.po, po/es.po, po/de.po, + po/el.po, po/da.po, imap/imap.h, imap/imap_private.h, + imap/message.c, imap/message.h, imap/utf7.c, imap/util.c, + intl/COPYING.LIB-2, intl/Makefile.in, intl/bindtextdom.c, + intl/config.charset, intl/dcgettext.c, intl/dcigettext.c, + intl/dcngettext.c, intl/dgettext.c, intl/dngettext.c, + intl/explodename.c, intl/finddomain.c, intl/gettext.c, + intl/gettext.h, intl/gettextP.h, intl/hash-string.h, + intl/intl-compat.c, intl/l10nflist.c, intl/libgettext.h, + intl/libgnuintl.h, intl/libintl.glibc, intl/loadinfo.h, + intl/loadmsgcat.c, intl/localcharset.c, intl/locale.alias, + intl/localealias.c, intl/ngettext.c, intl/plural.c, intl/plural.y, + intl/ref-add.sin, intl/ref-del.sin, intl/textdomain.c, po/bg.po, + po/ca.po, po/cs.po, doc/dotlock.man, doc/manual.xml.head, + doc/mutt.man, doc/muttbug.man, doc/muttrc.man.head, imap/auth.c, + imap/auth.h, imap/auth_anon.c, imap/auth_cram.c, imap/auth_gss.c, + imap/auth_login.c, imap/auth_sasl.c, imap/browse.c, + imap/command.c, imap/imap.c, rfc2047.h, rfc2231.c, rfc2231.h, + rfc822.c, rfc822.h, score.c, send.c, sendlib.c, signal.c, + smime.c, smime.h, smime_keys.pl, sort.c, sort.h, status.c, + system.c, thread.c, url.c, query.c, recvattach.c, recvcmd.c, + regex.c, remailer.c, remailer.h, resize.c, rfc1524.c, + rfc1524.h, rfc2047.c, pager.h, parse.c, pattern.c, pgp.c, + pgp.h, pgpinvoke.c, pgpkey.c, pgplib.c, pgplib.h, pgpmicalg.c, + pgppacket.c, pgppacket.h, pgppubring.c, pop.c, pop.h, + pop_auth.c, pop_lib.c, postpone.c, protos.h, mbyte.c, menu.c, + mh.c, mime.h, missing, mutt.h, mutt_crypt.h, mutt_curses.h, + mutt_idna.c, mutt_idna.h, mutt_menu.h, mutt_regex.h, mutt_sasl.c, + mutt_sasl.h, mutt_socket.c, mutt_socket.h, mutt_ssl.c, mutt_ssl.h, + mutt_ssl_gnutls.c, mutt_tunnel.c, mutt_tunnel.h, muttbug.sh.in, + muttlib.c, mx.c, mx.h, pager.c, extlib.c, filter.c, flags.c, + from.c, functions.h, globals.h, gnupgparse.c, handler.c, hash.c, + hash.h, hcache.c, hdrline.c, headers.c, help.c, history.c, + history.h, hook.c, init.c, init.h, keymap.c, keymap.h, lib.c, + lib.h, mailbox.h, main.c, makedoc.c, mapping.h, mbox.c, + dotlock.h, edit.c, editmsg.c, enter.c, copy.h, crypt-gpgme.c, + crypt-gpgme.h, crypt-mod-pgp-classic.c, crypt-mod-pgp-gpgme.c, + crypt-mod-smime-classic.c, crypt-mod-smime-gpgme.c, crypt-mod.c, + crypt-mod.h, crypt.c, cryptglue.c, curs_lib.c, curs_main.c, + date.c, depcomp, dotlock.c, COPYRIGHT, GPL, _regex.h, account.c, + account.h, addrbook.c, alias.c, ascii.c, ascii.h, attach.c, + attach.h, base64.c, browser.c, browser.h, buffy.c, buffy.h, + charset.c, charset.h, color.c, commands.c, complete.c, compose.c, + config.guess, config.sub, copy.c: Update FSF address (via sed, + I hope nothing got mangled). Closes: #2071. + +2005-09-17 17:39:18 Alain Bench (brendan) + + * Muttrc.head.in: Clean up some Muttrc macros, and add macro + 'y' to jump to the mailboxes view. Closes: #2069. + +2005-09-17 17:27:54 Brendan Cully (brendan) + + * main.c: Some minor cleanups: tell users to go to bugs.mutt.org + instead of using flea; update copyright year in mutt -v; + reorganise USE opts a little; break long strings so that -pedantic + stops complaining. Not sure that last one is worth the trouble + it causes the po team... -2005-02-12 19:38:14 TAKAHASHI Tamotsu (roessler) +2005-09-17 01:07:54 Vincent Lefevre (brendan) - * doc/manual.sgml.head, doc/manual.sgml.tail, init.h, main.c: - Trivial documentation fixes (TAKAHASHI Tamotsu, Brendan Cully, - Paul Walker, Derek Martin). + * po/fr.po: Update. - * editmsg.c: Partially fix debian bug #275060 (editing a message - in a mbox loses its flags). +2005-09-16 23:09:12 Kevin Scannell (brendan) - * TODO: We have $include_onlyfirst. + * configure.in, po/ga.po: Irish translation. -2005-02-12 19:28:26 TAKIZAWA Takashi (roessler) +2005-09-16 15:20:59 Brendan Cully (brendan) - * muttlib.c, pager.c: column-length and byte-length are different + * build-release, po/Makefile.in.in: Move update-po out of make + dist, into build-release. It seems to me that make dist should do + as little as possible beyond putting the right files in a tarball. -2005-02-12 19:19:25 Derek Martin (roessler) +2005-09-16 13:43:58 Ronny Haryanto (roessler) - * mutt.h, commands.c, curs_main.c, init.h: pgp-auto-decode: When - $pgp_auto_decode is set, then mutt will check for traditional - pgp on certain operations. This is similar (but NOT identical) - to the behavior known from PGP/MIME messages. + * po/id.po: update -2005-02-12 19:12:40 TAKAHASHI Tamotsu (roessler) +2005-09-16 11:02:00 Ivan Vilata i Balaguer +(roessler) - * alias.c, doc/manual.sgml.head, globals.h, hdrline.c, init.c, - init.h: unalternates now also adds to a list of exceptions; - same behavior for unlists, and unsubscribe. With some changes - from tlr. + * po/ca.po: update -2005-02-11 04:12:03 Brendan Cully (brendan) - - * configure.in, mutt_ssl_gnutls.c: autoconf support for gnutls - using a slightly modified version of gnutls' own libgnutls.m4 - -2005-02-11 01:19:15 Brendan Cully (brendan) - - * globals.h, init.h: Only enable ssl_client_cert for openssl - (spotted by Adeodato). - -2005-02-09 09:05:38 Thomas Roessler (roessler) +2005-09-16 10:20:20 TAKAHASHI Tamotsu +(roessler) - * pattern.c: Don't crash in mutt_pattern_exec when h->env is NULL. + * po/ja.po: update -2005-02-08 17:23:50 TAKAHASHI Tamotsu (roessler) +2005-09-16 10:19:46 René Clerc (roessler) - * init.h, mutt.h, mutt_idna.c: Make IDN decoding optional. + * po/nl.po: update -2005-02-05 14:11:36 Thomas Roessler (roessler) +2005-09-16 02:15:45 Brendan Cully (brendan) - * crypthash.h, imap/util.c, lib.h, mbyte.h, mutt_idna.h, - patchlist.sh, remailer.h, rfc822.h: Remove a number of unnecessary - config.h includes, and add some missing ones. May fix some bugs. + * doc/Makefile.in: Add stamp-doc-xml to "all". -2005-02-04 16:54:13 Brendan Cully (brendan) - - * Makefile.am: Add smime_keys to EXTRA_SCRIPTS (for make dist). - -2005-02-04 12:56:28 Tamotsu Takahashi (roessler) - - * Makefile.am: http://bugs.guug.de/db/17/1769.html - This is necessary for FreeBSD. - -2005-02-04 12:56:28 Tamotsu Takahashi (roessler) + * doc/Makefile.in: stamp-doc-man is pointless as far as I can + tell. Removed. - * Makefile.am: http://bugs.guug.de/db/17/1769.html This is - necessary for FreeBSD. + * doc/Makefile.in: Tweak makefile so that the dist tarball + doesn't always try to build docs. -2005-02-03 19:46:53 Thomas Glanzmann (roessler) + * configure.in: VERSION should go into CONFIG_STATUS_DEPENDENCIES, + not CONFIGURE_DEPENDENCIES. Slap ma fro. - * hcache.c: this is a fix for hcache.c infrastructure which is - about wrongly calculate unique id +2005-09-15 23:18:48 Brendan Cully (brendan) -2005-02-03 18:44:27 Thomas Roessler (roessler) + * Makefile.am, build-release: Move changelog target to + update-changelog so that dist won't automatically invoke it, + and have commit and build-release call it. - * pgp.c: Fix PGP clear signature handling. + * build-release: Now that 1.5.11 is out, previous versions won't + be x.y.zi: adjust diff. -2005-02-03 17:01:44 Brendan Cully (brendan) - - * pgpkey.c, pgplib.c, pgpmicalg.c, pgppacket.c, pgppubring.c, - pop.c, pop_auth.c, pop_lib.c, postpone.c, query.c, recvattach.c, - recvcmd.c, regex.c, remailer.c, resize.c, rfc1524.c, rfc2047.c, - rfc2231.c, rfc822.c, score.c, send.c, sendlib.c, sha1.c, signal.c, - smime.c, snprintf.c, sort.c, status.c, system.c, thread.c, url.c, - utf8.c, wcwidth.c, crypt-mod-pgp-classic.c, crypt-mod-pgp-gpgme.c, - crypt-mod-smime-classic.c, crypt-mod-smime-gpgme.c, crypt-mod.c, - crypt.c, cryptglue.c, curs_lib.c, curs_main.c, date.c, dotlock.c, - edit.c, editmsg.c, enter.c, extlib.c, filter.c, flags.c, from.c, - getdomain.c, gnupgparse.c, handler.c, hash.c, hdrline.c, - headers.c, help.c, history.c, hook.c, init.c, keymap.c, lib.c, - main.c, makedoc.c, mbox.c, mbyte.c, md5c.c, menu.c, mh.c, mutt.h, - mutt_idna.c, mutt_sasl.c, mutt_socket.c, mutt_ssl.c, - mutt_ssl_gnutls.c, mutt_ssl_nss.c, mutt_tunnel.c, muttlib.c, mx.c, - pager.c, parse.c, pattern.c, pgp.c, pgpinvoke.c, account.c, - addrbook.c, alias.c, ascii.c, attach.c, base64.c, browser.c, - buffy.c, charset.c, color.c, commands.c, complete.c, compose.c, - copy.c, crypt-gpgme.c: Add config.h to the top of every C file - that could possibly want it. Remove it from mutt.h - -2005-02-01 03:36:39 Brendan Cully (brendan) - - * protos.h: Pull config.h out of protos.h, add to top of every - IMAP C file. This should probably be done to every C file, but the - results need testing in case some files depend on the current - (broken) includes. This should at least fix the off_t 4/8 bytes - bug I introduced yesterday. - -2005-01-31 02:40:14 Brendan Cully (brendan) - - * acconfig.h, configure.in, hcache.c, protos.h: Begin removing - deprecated autoconf 2.13 backward compatibility code. Add - AC_CHECK_TYPES macros for uin32/64 types, use uint64_t instead of - long long in hcache code. - -2005-01-29 19:15:07 Thomas Glanzmann (roessler) - - * hcache.c: - make hcache.c conform to mutt codingstyle - - use Id CVS keyword instead of %K% BitKeeper keyword - -2005-01-29 19:15:07 Thomas Glanzmann (roessler) +2005-09-15 14:24:39 roessler (roessler) - * hcache.c: - make hcache.c conform to mutt codingstyle - use - Id CVS keyword instead of %K% BitKeeper keyword + * po/zh_TW.po, po/ca.po, po/cs.po, po/da.po, po/de.po, po/el.po, + po/eo.po, po/es.po, po/et.po, po/fr.po, po/gl.po, po/hu.po, + po/id.po, po/it.po, po/ja.po, po/ko.po, po/lt.po, po/nl.po, + po/pl.po, po/pt_BR.po, po/ru.po, po/sk.po, po/sv.po, po/tr.po, + po/uk.po, po/zh_CN.po, VERSION, po/bg.po, reldate.h: automatic + post-release commit for mutt-1.5.11 -2005-01-28 16:40:33 Thomas Roessler (roessler) +2005-09-14 14:15:06 TAKAHASHI Tamotsu +(brendan) - * pgp.c: Adeodato points out on IRC that feof() only works - after a read. So, we now check for an unsuccessful fgetc(). + * init.h: Refer to $use_envelope_from rather than old + $envelope_from in description of $envelope_from_address. -2005-01-28 14:50:31 Paul Walker (roessler) +2005-09-14 02:45:44 Brendan Cully (brendan) - * signal.c: Trigger window resizing code when waking up from - suspension. + * globals.h, init.h, sendlib.c: Add new $envelope_from_address + variable for manually specifying the envelope sender. Rename (with + compatibility synonym) $envelope_from to $use_envelope_from. Make + $envelope_from subordinate to $use_e_f, as $from is to + $use_from. From a discussion with TLR. -2005-01-28 14:09:08 René Clerc (roessler) +2005-09-13 20:36:17 Brendan Cully (brendan) - * po/nl.po: update + * doc/Makefile.in: Put chunked HTML manual in top doc directory + instead of HTML subdirectory. Solves a weird $distdir + absolute/relative path nuisance. -2005-01-28 13:17:22 Werner Koch (roessler) +2005-09-12 06:22:21 Brendan Cully (brendan) - * Makefile.am, configure.in, crypt-gpgme.c, crypt-gpgme.h, - crypt-mod-pgp-gpgme.c, crypt-mod-smime-gpgme.c, cryptglue.c, - functions.h: gpgme integration. See documentation for - $crypt_use_gpgme, and http://www.gnupg.org/aegypten2/. + * curs_lib.c, pop.c, pop.h, pop_lib.c: Teach pop driver about + mutt_progress_bar. Allow progress bar to omit total size if zero + (=unknown). -2005-01-28 13:00:36 Adeodato Simó (roessler) +2005-09-10 18:47:17 TAKAHASHI Tamotsu +(brendan) - * mutt_ssl_gnutls.c: The attached mini-patch from David Mosberger - seems to fix a segfault in the ia64 - architecture. Via Debian Bug#285001. + * menu.c: Correct some inconsistencies introduced by + $menu_context. Closes: #2019? -2005-01-28 10:01:30 roessler (roessler) +2005-09-10 06:02:04 Brendan Cully (brendan) - * po/tr.po, po/uk.po, po/zh_CN.po, po/zh_TW.po, po/lt.po, - po/nl.po, po/pl.po, po/pt_BR.po, po/ru.po, po/sk.po, po/sv.po, - po/el.po, po/eo.po, po/es.po, po/et.po, po/fr.po, po/gl.po, - po/hu.po, po/id.po, po/it.po, po/ja.po, po/ko.po, VERSION, - po/bg.po, po/ca.po, po/cs.po, po/da.po, po/de.po, reldate.h: - automatic post-release commit for mutt-1.5.7 + * imap/imap.c, curs_lib.c: A pair of small optimisations to the + progress bar. -2005-01-27 20:52:13 Thomas Roessler (roessler) +2005-09-08 16:37:59 Brendan Cully (brendan) - * main.c: Add USE_INODESORT to main.c's option dump. + * pager.c: Revert bogus change to last message detection in + mutt_pager. -2005-01-27 20:38:02 TAKAHASHI Tamotsu (roessler) + * pager.c: Forget line number when resolving in pager. This + is beginning to get messy - maybe it would be better to only + remember on specific operations like sync. - * commands.c: 0. In compose mode, press Ctrl-t to change - Content-Type. 1. Type "application/octet-stream" for example. - 2. Press Ctrl-t again. 3. Type "text/plain; charset=us-ascii" - 4. You will be asked "Convert to us-ascii upon sending?" - 5. Press y or n. 6. You will see a strange message: - "Content-Type changed to Convert to us-ascii upon sending?." + * mutt_socket.c: Set CLOEXEC on sockets in IPv4 code path like + we do in IPv6. -2005-01-27 20:26:52 Thomas Roessler (roessler) + * pattern.c: Make stringmatch pattern detection stateless. - * pgp.c: Return an error in pgp_decrypt_part when the PGP output - file is empty. + * curs_lib.c: ifdef USE_SOCKET around mutt_progress_bar. -2005-01-27 20:17:46 Thomas Glanzmann (roessler) +2005-09-08 07:09:46 Bernd Ahlers (brendan) - * curs_main.c: this patch doesn't raise an error if you try - to sync an empty mailbox which makes it possible to use such a - macro as this on an empty mailbox: + * po/sk.po, po/sv.po, po/tr.po, po/uk.po, po/zh_CN.po, + po/zh_TW.po, po/it.po, po/ja.po, po/ko.po, po/lt.po, po/nl.po, + po/pl.po, po/pt_BR.po, po/ru.po, po/da.po, po/de.po, po/el.po, + po/eo.po, po/es.po, po/et.po, po/fr.po, po/gl.po, po/hu.po, + po/id.po, po/ca.po, po/cs.po: Correct some S/MIME po entries. - macro index y "?" macro pager y - "?" +2005-09-07 08:01:59 Brendan Cully (brendan) -2005-01-27 19:34:50 David Shaw (roessler) + * curs_lib.c: Ensure progress bar rounds to $net_inc. - * pgp.c: Detect end of PGP armor header when a line is - whitespace-only. + * curs_lib.c, globals.h, imap/imap.c, imap/imap_private.h, + imap/message.c, init.h, mutt_curses.h: Display progress meter + when uploading/fetching IMAP data. Closes: #1772. -2005-01-27 19:18:15 Thomas Roessler (roessler) + * pager.c: Adjust gross hack to return to the same line in the + pager after an index operation so that it doesn't shoot past the + end of the file if there are fewer lines on return (eg when weed + is set). - * smime.c: Void the S/MIME passphrase before prompting - the user to re-enter it. Noted by TAKAHASHI Tamotsu - , but with memset replaced by - smime_void_passphrase(). + * mx.c, pgp.c: Silence some GCC warnings about uninitialized + variables. -2005-01-27 19:00:59 TAKAHASHI Tamotsu (roessler) + * build-release, configure.in, mutt.h: Remove international + vs. U.S. distribution distinction. build-release expects the + previous version to be x.y.zi and should be updated again + for 1.5.12. - * curs_lib.c: Add terminal newline when it lacks after editing - a message. Originally from TAKIZAWA Takashi. +2005-09-06 16:46:44 Brendan Cully (brendan) -2005-01-27 18:58:14 Thomas Roessler (roessler) + * doc/manual.xml.head: More documentation cosmetics (newlines + between Usage: lines). - * Makefile.am: Include mutt_ssl_gnutls.c with the distribution. + * pager.c: Gross hack to return to the same line in the pager + after executing an index function. Closes: #1210. -2005-01-27 18:54:24 Marco d'Itri (roessler) + * doc/manual.xml.head, imap/command.c, imap/imap.c, imap/imap.h, + init.c, mutt.h, pattern.c: Extend pattern language to do simple + string matches as well as regular expressions when the pattern + is invoked with = instead of ~. And, when possible, perform + full body searches on the IMAP server instead of locally, for + an enormous speed boost. - * globals.h, imap/imap.c, imap/util.c, init.c, init.h, main.c, - mutt.h, mutt_sasl.c, mutt_socket.c, mutt_ssl.h, mutt_ssl_gnutls.c, - pop_lib.c: GNUTLS support. Used in Debian since Nov. 2001. + * imap/utf7.c, init.c, main.c, protos.h: Fix a memory leak in + imap_utf7_decode and do a little cleanup on shutdown. Get a + high five from valgrind. -2005-01-27 18:48:41 Bill Nottingham (roessler) + * curs_main.c, main.c: Move SASL and IMAP shutdown hooks into + main where they belong. - * mutt_sasl.c: With SASL, expect the server to prompt for - additional auth data if we have some to send (#129961, upstream - #1845) + * init.c: Release pwent after extracting data from it. - * contrib/sample.muttrc: Changes the sample.muttrc highlight to - catch https URLs as well. + * mutt_sasl.h, curs_main.c, mutt_sasl.c: Release global SASL + state when quitting. - * color.c, main.c: Support for the "default" color in Slang. +2005-09-05 04:22:45 Brendan Cully (brendan) -2005-01-27 18:45:37 Florian Weimer (roessler) + * doc/manual.xml.head: Documentation cosmetics (add some line + breaks). - * mh.c, configure.in: Read files in maildir folders in inode - order; this seems to reduce seek overhead on Linux. Enabled by - default; to disable, run configure with --disable-inodesort. - (By way of Marco d'Itri.) +2005-09-04 20:10:25 Brendan Cully (brendan) -2005-01-27 18:28:42 Marco d'Itri (roessler) + * init.h: Point $hide_top_limited to $hide_limited instead of + $hide_missing. Likewise for $hide_top_missing. Closes: #2039. - * pgp.c: Improved good signature check. + * init.h: Mention $sort_re in $strict_threads + documentation. Closes: #2052. - * contrib/gpg.rc, pgpinvoke.c: Make the default Muttrc work - out the box for people using gnupg-agent. Wrote and applied a - one-line patch to make the %?p? conditional escape work correctly, - patch forwarded upstream. (Closes: #277646) + * doc/manual.xml.head: Add a push example. Closes: #1591. - * pgpewrap.c: Don't segfault when invoked without any arguments. +2005-09-04 19:46:26 Rupert Levene (brendan) - * contrib/gpg.rc, pgp.c: Evaluate gpg's machine-parseable status - messages. + * doc/manual.xml.head: Mention $include when describing how mutt + prepares message replies. Closes: #1471. - * smime_keys.pl: Add some sanity checks to smime_keys.pl. +2005-09-04 19:28:19 Dale Woolridge (brendan) - * contrib/gpg.rc: A gpg command line contains both --verbose - and --no-verbose, remove the first. + * pattern.c, protos.h, parse.c: Unfold message headers before + performing ~h search. Closes: #1865. -2005-01-26 14:33:08 Thomas Roessler (roessler) +2005-09-04 18:01:57 Zardoz@users.sourceforge.net (brendan) - * status.c: And, thinking about it further, this should just be - an empty string, not "(null)". + * keymap.c: Teach keymap.c about KEY_NEXT. Closes: #1588. - * status.c: The last Context->pattern fix was still crap. - Ooooops. (Thanks Ralf.) +2005-09-04 06:57:04 Alain Bench (brendan) -2005-01-26 13:36:44 Thomas Glanzmann (roessler) + * doc/manual.xml.head, doc/manual.xml.tail: Note that + is bound to next-new-then-unread by default, rather than + next-new. Closes: #1637. - * Makefile.am, configure.in, globals.h, hcache.c, imap/imap.c, - imap/imap_private.h, imap/message.c, init.h, main.c, protos.h: - IMAP header cache. + * curs_main.c, pattern.c: Allow empty limits, and limits in + empty mailboxes. Closes: #1853, #1906. -2005-01-26 12:37:38 Ralf Wildenhues (roessler) +2005-09-03 23:22:31 Brendan Cully (brendan) - * addrbook.c, browser.c, commands.c, compose.c, imap/utf7.c: - Make some functions static. + * send.c, attach.c: Note when mutt_edit_attachment fails and + display error instead of prompting to abort an unmodified + file. Closes: #2051. -2005-01-26 12:36:36 Ralf Wildenhues (roessler) +2005-09-03 19:41:53 Alain Bench (brendan) - * imap/command.c, imap/message.c: Fix some printf arguments. + * contrib/gpg.rc: One should let GnuPG charset be automatically + infered from whatever current locale, without hardcoding. -2005-01-26 12:21:46 Thomas Roessler (roessler) +2005-09-03 04:34:25 Brendan Cully (brendan) - * status.c: Really fix it. Thanks to Ralf for noting the - typo in my earlier commit. - - * status.c: A variant of - . - Spotted by Ralf Wildenhues . + * doc/manual.xml.head: Just use EXPR as a place holder for regular + expressions, instead of any of EXPR, USER, ID and SUBJECT. Noted + by Vincent Lefevre. -2005-01-17 02:24:49 Brendan Cully (brendan) +2005-09-02 18:50:34 Brendan Cully (brendan) - * cvslog2changelog.pl: cvs log emits a timezone after the - hour, at least here. Adjust date regexp to handle that case. - -2005-01-15 09:52:44 Adeodato Simó (brendan) + * doc/manual.sgml.head, doc/manual.sgml.tail, doc/manual.xml.head, + doc/manual.xml.tail, doc/Makefile.in: Rename manual.sgml.* + to manual.xml.*. - * po/cs.po: Major translation updates forgotten in mutt-po. +2005-09-02 18:18:19 Alain Bench (brendan) -2005-01-15 08:01:35 Brendan Cully (brendan) + * keymap.c: Allow non-ascii characters in push arguments. Closes: + #2023. - * Makefile.am: Update commit targets to work when - builddir != srcdir. + * doc/manual.sgml.head, doc/muttrc.man.head, mutt.h, pattern.c: + Adjust ~l to match all known lists, add ~u to match only + subscribed lists. Normalise pattern ordering in docs. Closes: + #2050. -2005-01-15 07:36:37 Adeodato Simó (brendan) +2005-09-01 17:07:14 Brendan Cully (brendan) - * init.h: Document the interaction between $reverse_name and - the alternates. Debian #210679. + * configure.in, imap/auth_sasl.c, main.c, mutt_sasl.c, + mutt_sasl.h, pop_auth.c: Remove obsolete Cyrus SASL 1.5 support. - * doc/manual.sgml.head, doc/muttrc.man.head: Include reply-hook - in the reference section of the manual. - Debian 254294. + * doc/chunk.xsl, doc/html.xsl: Docbook support files, dropped + in the initial commit. - * doc/mutt.man: Small typo in the mutt.1 manpage: Qeury -> Query. - Debian #258621. + * doc/manual.sgml.tail, configure.in, doc/Makefile.in, + doc/manual.sgml.head, makedoc.c: Convert documentation from + linuxdoc to docbook format. Let the bug avalanche begin. - * doc/muttrc.man.head: Minor formatting issue in the muttrc.5 - manpage. - Debian #272579. +2005-08-30 21:34:36 Lars Hecking +(brendan) - * po/ca.po, po/sv.po: Minor corrections in these translations, - checked with their authors. + * configure.in: Don't define domain="no" when configured + --without-domain. Closes: #2046. - * po/de.po, po/it.po: Major translation updates forgotten in - mutt-po. +2005-08-24 15:17:43 Brendan Cully (brendan) -2005-01-11 12:15:13 Thomas Roessler (roessler) + * pgp.c: Don't treat PGP inline signature verification errors + as fatal. - * doc/manual.sgml.head, doc/muttrc.man.head: Document send2-hook. +2005-08-22 20:30:11 Brendan Cully (brendan) - * send.c: send2-hook should also be executed after the first - time the message is edited by the user. + * pgp.c: Pause after error message if PGP decode fails, in case + mutt_copy_message overwrites. Real error handling cleanup will + have to wait... -2005-01-09 15:35:51 Thomas Roessler (roessler) + * pgp.c: Don't attempt to manipulate null pgp output file handles. - * doc/muttbug.man, muttbug.sh.in: Replace muttbug and its - documentation by a note that acknowledges the shut down of the - bug tracking system. +2005-08-16 18:10:11 Paul Walker (brendan) -2004-12-21 09:46:24 Thomas Roessler (roessler) + * doc/manual.sgml.head, doc/mutt.man, main.c: -D dumps to stdout, + not stderr. - * pgp.c: Fix Debian #275188. +2005-08-15 08:10:48 Thomas Roessler +(roessler) -2004-12-07 19:50:04 Thomas Roessler (roessler) + * po/id.po: Fix \n mismatch. - * compose.c, hook.c, init.c, init.h, mutt.h, send.c: Add - send2-hook and fix alternates handling. +2005-08-15 08:07:36 Ronny Haryanto (roessler) -2004-11-19 16:16:51 René Clerc (roessler) + * po/id.po: update - * doc/manual.sgml.tail, doc/manual.sgml.head: Document - tag-prefix-cond. +2005-08-15 08:06:40 Vsevolod Volkov (roessler) -2004-11-08 08:43:17 Ralf Wildenhues (roessler) + * po/ru.po: update - * imap/imap_private.h: Having a signed one-bit bitfield is quite - odd -- its value is either 0 or -1. Although the current code - is not broken because it doesn't test equality to 1, IMHO it's - better not to use that. +2005-08-14 21:32:17 TAKAHASHI Tamotsu +(brendan) - * imap/message.c: There's a size_t in imap_append_message not - printed out portably. + * attach.c, send.c: Don't pass an empty filename to the default + text editor when editing non-plain text. Also don't clobber + $content_type when parsing it. Closes: #2038. -2004-11-02 13:30:58 Thomas Roessler (roessler) +2005-08-14 12:28:52 Roland Rosenfeld (roessler) - * copy.h: Fix flag confusion. Noted by Vincent Lefevre. + * po/de.po: update -2004-10-30 21:59:00 Thomas Roessler (roessler) +2005-08-14 02:22:47 Bernd Ahlers (brendan) - * browser.c, buffy.c, check_sec.sh, commands.c, edit.c, - imap/auth_cram.c, imap/auth_gss.c, imap/imap.c, imap/message.c, - lib.c, lib.h, mutt_ssl.c, muttlib.c, recvcmd.c, url.c: - safe_strcat, safe_strncat. Thanks to Ulf H. for noting the - wrong use of strncat in part of the mutt code base. + * cryptglue.c, mutt_sasl.c, smime.c: Fix some S/MIME spelling + inconsistencies. - * smime.c: Fix bad code in smime_get_field_from_db. Problem noted - by Ulf Härnhammar . +2005-08-12 23:06:25 Brendan Cully (brendan) -2004-09-29 11:27:33 Thomas Roessler (roessler) + * mutt_ssl_gnutls.c: Turn off input buffering for gnutls SSL + certificate menu, as we do in the openssl version. - * lib.c: Fix mutt_unlink race condition for systems without - O_NOFOLLOW. Noted by Jarno Huuskonen . + * imap/auth_sasl.c: Override SASL initial response if the server + spoke first in its continuation response. Closes: #2034. -2004-09-07 08:09:39 Matthias Andree (roessler) + * doc/Makefile.in: Degnuify mutt.1 make rule. Imagining a world + in which gnu documentation flagged any extensions to standard + utilities almost makes me cry. - * prepare: Fix parameter passing. +2005-08-12 12:52:11 TAKAHASHI Tamotsu +(roessler) -2004-08-31 15:41:03 Thomas Roessler (roessler) + * po/ja.po: update - * configure.in: Add AC_GNU_SOURCE. +2005-08-12 07:49:37 Vincent Lefevre (roessler) - * recvattach.c: Remove *two* layers of S/MIME from messages - before building the attachment tree. A generic solution would - remove intransparent encodings all the way down the tree. + * po/fr.po: Update. -2004-08-30 20:10:10 Moritz Schulte (roessler) +2005-08-12 03:57:16 Brendan Cully (brendan) - * compose.c: Only print additional information related to PGP - in case the current message is indeed to be encrypted/signed - with PGP. - - (This change is misattributed to Brendan Cully in the CVS.) + * configure.in: Force configure to depend on VERSION. That's + been bugging me for a while. -2004-08-30 20:05:40 Brendan Cully (roessler) +2005-08-11 21:46:26 roessler (roessler) - * globals.h, init.h, mutt_sasl.c, mutt_ssl.c: Here's a patch - to allow mutt to use SSL client certificates to authenticate - itself. To use, set ssl_client_cert to the path to your - certificate file (containing both the certificate and the private - key). It works with the SASL EXTERNAL authentication mechanism, - so you'll need to have SASL enabled as well. + * po/pl.po, po/pt_BR.po, po/ru.po, po/sk.po, po/sv.po, po/tr.po, + po/uk.po, po/zh_CN.po, po/zh_TW.po, po/bg.po, po/ca.po, po/cs.po, + po/da.po, po/de.po, po/el.po, po/eo.po, po/es.po, po/et.po, + po/fr.po, po/gl.po, po/hu.po, po/id.po, po/it.po, po/ja.po, + po/ko.po, po/lt.po, po/nl.po: automatic post-release commit + for mutt-1.5.10 -2004-08-30 20:03:35 Thomas Glanzmann (roessler) +2005-08-11 21:22:41 Thomas Roessler +(roessler) - * init.c: Fix a memory leak in the generic spam detection code. + * Makefile.am, VERSION, reldate.h: Fix Makefile.am. - * muttlib.c, protos.h: This wipes duplicated code, which I - introduced a while ago. +2005-08-11 21:16:38 Brendan Cully (brendan) -2004-08-30 19:47:47 TAKAHASHI Tamotsu (roessler) + * copy.c, crypt-gpgme.c, crypt-gpgme.h, crypt-mod-pgp-classic.c, + crypt-mod-pgp-gpgme.c, crypt-mod-smime-classic.c, + crypt-mod-smime-gpgme.c, crypt-mod.h, crypt.c, cryptglue.c, + handler.c, mutt_crypt.h, pgp.c, pgp.h, protos.h, smime.c, smime.h: + Add error results to mutt_body_handlers, and check them when + doing decode-save. Closes: #1919. - * po/ja.po: update +2005-08-11 21:08:55 Thomas Roessler +(roessler) -2004-08-21 07:35:16 Ivan Vilata i Balaguer (roessler) + * pgp.c: Fix verification of clearsigned PGP messages. + (debugged on IRC, mostly by Brendan) - * po/ca.po: update +2005-08-11 02:15:14 Thomas Glanzmann +(brendan) -2004-08-17 16:06:48 René Clerc (roessler) + * configure.in: Don't test against nonexistent cache + variable. Spotted by Torsten Veller. - * po/nl.po: update +2005-08-11 01:44:49 Brendan Cully (brendan) -2004-08-17 15:56:23 Thomas Roessler (roessler) + * mutt_sasl.c: Silence some compiler warnings. - * configure.in: Check for ssize_t, really. +2005-08-09 20:13:03 Brendan Cully (brendan) - * configure.in: Check for ssize_t. + * doc/Makefile.in, doc/manual.sgml.tail: Replace raw latin1 + characters with entities, and enable latin output for + manual.txt. I'm not sure this is ideal for non-latin (eg + utf8) environments, but hopefully docbook will resolve this + anyway. Closes: #2029. -2004-08-17 15:25:31 Ronny Haryanto (roessler) + * doc/manual.sgml.head: Replace free ~ with ˜. Closes: + #2030. - * po/id.po: Corrected update. + * pgp.c: Move pgp failure check inside the if (invoke pgp) + block. Should really Close: 2032. - * po/id.po: update + * pgp.c: Don't ftell pgp output file if there isn't one. Closes: + #2032. -2004-08-17 15:22:25 Vincent Lefevre (roessler) +2005-08-09 16:24:15 TAKAHASHI Tamotsu +(brendan) - * po/fr.po: update + * crypt-gpgme.c: Improve translatability of crypt-gpgme. Closes: + #2020. -2004-08-17 13:42:01 Johan Svedberg (roessler) +2005-08-09 16:10:40 Mads Martin Joergensen (brendan) - * po/sv.po: update + * copy.c: Remove an unneeded cast, which introduces + type-punning. Modified to use FREE instead of safe_free, since + that seems to be the convention. I personally don't see the point. -2004-08-16 21:37:43 Adeodato Simó (roessler) +2005-08-08 18:59:43 Brendan Cully (brendan) - * headers.c: as of current cvs, setting "PGP: E" (or similar) - when header-editing a message does not work. the OP is set - (ENCRYPT, SIGN, whatever) but APPLICATION_PGP is missing. + * mutt_socket.c: Pause for a moment when a hostname fails to + resolve. Closes #1942. There are a number of cases where mutt + cascades error messages. It might be nice if there were an error + stack so that low level functions could push_error instead of + displaying it right away, and the higher level ones could eg + mutt_message(_("Failed to write FCC: %s"), pop_error ())... -2004-08-16 21:36:38 Brendan Cully (roessler) + * main.c: Document -d option in mutt -h output. Closes #2027. - * imap/imap.c: If STARTTLS fails to complete the SSL handshake, - the error is not propagated and mutt will attempt to log in - anyway, probably causing an infinite block on read. The attached - patch closes the socket in this case, and propagates the error - properly. + * init.h: Remove undefined reference to unmailboxes + command. Closes #2028. - * imap/auth_sasl.c: The attached patch causes mutt to attempt - the next method in imap_authenticators if the previous method - failed, even if the server reported that the method was - available. Previously mutt would give up if any authentication - method failed. + * imap/imap.c: Fix edge case where we might have to wait two + timeouts to check for IMAP mail. -2004-08-16 21:34:22 Moritz Schulte (roessler) + * imap/command.c, imap/imap.c, init.h: Fix bug just introduced + in lsub parsing that could cause mutt to loop indefinitely. + Don't recheck subscriptions at every mailbox change, just the + initial connection. - * compose.c: Only print "Encrypt with" field in case the used - S/MIME modules supports this feature. + * imap/imap.c: If imap_check_subscribed is set, mailbox or + unmailbox folders in response to subscribe/unsubscribe commands + in the browser. -2004-08-16 21:33:35 Pawel Dziekonski (roessler) +2005-08-07 23:52:08 Brendan Cully (brendan) - * po/pl.po: update + * imap/browse.c, imap/command.c, imap/imap.c, init.h, mutt.h: + New option: $imap_check_subscribed. If set, mutt will fetch the + set of subscribed mailboxes from the server and add them to the + buffy list. -2004-08-11 12:31:21 Thomas Glanzmann (roessler) + * browser.c: Avoid a segfault attempting to browse an invalid + IMAP URL. - * imap/imap.c: Fix two IMAP memory leaks. + * imap/imap.c: Extend IMAP host completion to complete over open + connections. Next up: account and folder hooks. - * imap/imap.c, imap/imap.h: Remove imap_close_connection. + * imap/imap.c: Allow IMAP tab-completion to complete over + defined mailboxes, saving a bunch of typing for the hostname + part of the URL. Should probably be extended to complete over + open connections and possibly also folder/account hooks. - * menu.c: Fix a memory leak in mutt_menuDestroy. + * account.c, curs_lib.c, protos.h: Reuse mutt_get_field for + mutt_get_field_unbuffered. -2004-08-08 16:20:37 Thomas Glanzmann (roessler) +2005-08-07 06:20:37 Anders Helmersson + (brendan) - * muttlib.c, protos.h: Fix a memory leak. + * pager.c: Certain versions of libc may segfault during regex + processing if given incomplete multibyte characters. Work around + this by manually trimming the display buffer. I modified it + somewhat to only check when the situation is most likely to occur: + fgets has read all the way to the capacity of the buffer. Thanks + also to Tamo for his comments. -2004-08-08 16:19:15 Thomas Roessler (roessler) +2005-08-07 04:58:12 Brendan Cully (brendan) - * pgp.c, smime.c: Fix the PGP and S/MIME menus. Complaints - and suggestions of many lead to these changes. See mutt-dev - discussions around this time for details. + * account.c, curs_lib.c, protos.h: Make username prompts + unbuffered like password prompts are (no more folder-hook push + garbage) - * Makefile.am, crypthash.h, md5.h, sha1.h: Fix uint32_t - portability problem. Reported by Steve Kennedy. +2005-08-06 22:20:55 Brendan Cully (brendan) -2004-08-07 05:23:33 Johan Svedberg (roessler) + * imap/imap.c, lib.c, lib.h, mutt.h, mutt_tunnel.c, sendlib.c: + Report non-zero exit status of tunnel command. Closes: #1749. - * po/sv.po: update + * imap/imap.c, imap/util.c, init.h, mutt.h, pop_lib.c: Replace + pointless imap_force_ssl option with ssl_force_tls, which + requires any connection (POP or IMAP) to a remote server to + be encrypted, and attempts to negotiate encryption even if the + capability isn't advertised (this last bit is of dubious utility, + but essentially harmless since the connection would otherwise + fail anyway). Closes: #1284. -2004-08-02 08:03:46 Nathan Dushman (roessler) + * imap/browse.c: Kill a warning. - * imap/command.c: Fix the improvement to address #1655. + * init.c: Use isalnum instead of isalpha when parsing unbraced + environment variable names, per tamo's suggestion. Closes #2022. -2004-07-22 01:10:55 Brendan Cully (roessler) +2005-08-05 02:16:46 Brendan Cully (brendan) - * imap/message.c: Quick fix for IMAP breakage. + * attach.c, attach.h, browser.c, curs_main.c, mutt.h, mutt_menu.h, + pager.h, protos.h: Move some attachment-related prototypes and + structures into attach.h from the global headers. A small step + towards sane dependency tracking and code cleanliness. -2004-07-21 22:15:40 Nathan Dushman (roessler) +2005-08-04 01:15:52 brendan (brendan) - * imap/command.c: This is a one-line patch that increases the - speed at which mutt opens IMAP mailboxes, and addresses bug #1655. + * compose.c: Don't unlink non-mutt files that would have been + unlinked on send if the message is cancelled. -2004-07-20 09:00:50 Pawel Dziekonski (roessler) +2005-08-03 15:34:14 Brendan Cully (brendan) - * po/pl.po: update + * account.c: Fix C precedence buglet in getlogin preventing it + from actually calling getuser. -2004-07-20 08:17:21 Thomas Roessler (roessler) + * mutt_ssl.c: Don't double-free X509 certificates. This patch + looks wrong, but it isn't. - * imap/message.c, mutt.h, parse.c, send.c, url.c: Use List-Post - headers when doing list-reply. +2005-08-02 18:15:33 Brendan Cully (brendan) -2004-07-19 21:44:23 TAKAHASHI Tamotsu (roessler) + * Makefile.am, po/Makefile.in.in, po/POTFILES.in: Remove + mutt_ssl_nss.c from POTFILES.in. Also hack the makefiles to build + keymap_alldefs.h in $(top_srcdir), since that's where xgettext + looks. Not super clean I guess - the other alternative is to + sed POTFILES. - * globals.h, imap/message.c, init.h: Fix #1548. (The first - variant, with $imap_headers specifying headers that are downloaded - in addition to the set required for mutt to work properly.) + * globals.h, init.c, init.h, mutt.h, mutt_sasl.c, mutt_socket.c, + mutt_ssl.h, mutt_ssl_nss.c, pop_lib.c, configure.in: Put moribund + NSS support out to pasture. -2004-07-19 21:41:43 David Champion (roessler) + * compose.c, mutt.h: In compose menu, detach should be able to + unlink files generated by mutt, but not files that existed before. - * mbox.c, mh.c, pgp.c, sendlib.c: Fix some compiler warnings. + * commands.c, pgp.c: More fiddling with PGP results. When + rerunning PGP on a message, clear old security result bits to + avoid confusing messages like 'decrypt failed; PGP signature + successfully verified'. -2004-07-19 21:39:28 Adeodato Simó (roessler) + * pgp.c: Forget passphrase on PGP/inline decryption error, + and improve status line messages. - * doc/manual.sgml.head: Fixing a missing newline. + * configure.in: Make $docdir relative to $prefix, like the + other prefixes. -2004-07-19 21:36:46 Thomas Glanzmann (roessler) + * contrib/Makefile.in, doc/Makefile.in: Be more selective about + what to remove during uninstall. (closes #1625) - * Makefile.am: Fix IMAP breakage. + * pgp.c: Also forget passphrase when encrypt fails, if + signing. (closes #1025 again) -2004-07-15 08:08:32 David Champion (roessler) + * imap/message.c: Check that the entire message downloaded + successfully on fetch, and don't treat a disappearing cache file + as fatal. (closes #1483) - * doc/manual.sgml.head, init.c, init.h, mutt.h: v3 of the generic - spam detection patch. + * compose.c: Don't unlink attachments that you've decided not + to send. (closes #1328) -2004-07-14 05:58:30 Moritz Schulte (roessler) + * pgp.c: Bump up size of PgpPass to 1024 from 256. Seems crazy, + but it's harmless and it (closes #1207). - * pgp.c: Do not forget to handle special-case for gpg-agent. + * account.c: Fix password prompt for POP (more authentication + ID fallout). -2004-07-14 05:55:40 Thomas Roessler (roessler) +2005-08-01 22:37:22 Brendan Cully (brendan) - * ChangeLog: Fix an earlier commit message. + * doc/manual.sgml.head: Document key. -2004-07-14 05:45:18 TAKAHASHI Tamotsu (roessler) + * pgp.c: Automatically forget PGP passphrase on sign or decrypt + error. (closes #1025) - * browser.c: Fix Debian#237426. (Experimental.) + * pgp.c: Display "successfully decrypted" message instead of + nothing. Superseded by signature verification. -2004-07-14 05:39:23 Thomas Roessler (roessler) + * commands.c, pgp.c: Don't report PGP signature could not be + verified unless there really is a signature verification problem + (not some other PGP error). - * compose.c: Don't invoke "builtin" as an external editor. Note: - It's not clear to me that this is really the right approach. - Revisit Editor/Visual some time. + * Makefile.am: Install system muttrc from the build directory, + not the source directory. -2004-07-14 05:19:15 Elmar Hoffmann (roessler) + * mbox.c: Restore Sort immediately after sorting by mailbox + order in mbox_sync_mailbox. (closes #972) - * init.h, mutt.h, thread.c: By default Mutt hides the subject - of messages in the thread tree that have the same subject as - their parent or closest previously displayed sibling. This patch - makes this optional, introducing the hide_thread_subject boolean - setting which defaults to the old behaviour. + * doc/Makefile.in, doc/mutt.man: Insert compile-time paths to + system resources into mutt.man. (closes #854) -2004-07-14 05:07:18 Thomas Roessler (roessler) + * commands.c, protos.h: Report errors occuring in + _mutt_save_message. (closes #847) - * mh.c: Some eye-candy during the delayed parsing of maildir - folders. + * globals.h, mutt.h, mutt_ssl.c, muttlib.c: Cache SSL certificates + that have been accepted but not saved until mutt exits. (closes + #643). Create mutt_add_list_n for adding non-character data to + lists, have mutt_add_list call it. -2004-07-14 04:50:19 TAKAHASHI Tamotsu (roessler) + * mx.c: Report error creating FCC when writing to IMAP + server. Addresses #423. - * init.h, sort.h: Hack to fix $sort_browser documentation. + * init.c: complete :set mbox_type=. (closes #1649) - * copy.c, copy.h, handler.c, init.h, mutt.h, send.c: - $include_onlyfirst, again. +2005-07-30 04:40:45 TAKAHASHI Tamotsu +(brendan) -2004-07-14 04:34:07 Thomas Roessler (roessler) + * pager.c: The builtin pager tries to wrap a line for ever if: + 0) the line contains a space or a tab character + followed by a very long word, and 1) M_PAGER_NSKIP flag is + passed to it, and 2) $smart_wrap is set. (default) - * copy.c, copy.h, handler.c, init.h, mutt.h, send.c: Fix a cvs - commit SNAFU: This commit undoes the include_onlyfirst patch, - but leaves the generic spam detection by David Champion in place - (which, erroneously, hadn't been committed separately). +2005-07-30 04:13:07 Vincent Lefevre (brendan) -2004-07-14 04:16:58 ttakah@lapis.plala.or.jp (roessler) + * curs_main.c, pager.c: When using colors, the status line of + the index is displayed in a >bright color, even when the prefix + "bright" is *not* given in the foreground color. The problem + occurs when I have the following additional line: + color normal brightwhite black The problem is that BKGDSET's + are missing. - * commands.c, copy.c, copy.h, doc/manual.sgml.head, - doc/muttrc.man.head, globals.h, handler.c, hdrline.c, init.c, - init.h, mutt.h, muttlib.c, parse.c, pattern.c, protos.h, send.c, - sort.c, sort.h: Introduce $include_onlyfirst. +2005-07-30 03:59:04 TAKAHASHI Tamotsu +(brendan) -2004-07-12 13:35:27 Thomas Roessler (roessler) + * recvattach.c: Don't refuse to delete attachments just because a + message has been checked for "traditional" PGP encoding. (closes + #2013) - * pager.c: The limitations for OP_MAIL and OP_RECALL should - be identical. +2005-07-29 18:05:50 TAKAHASHI Tamotsu +(brendan) -2004-07-12 13:22:24 Thomas Roessler (roessler) + * init.c: "nospam foo" causes a segv if you have not set any + "spam", because of a null pointer dereference. - * init.c, sendlib.c: Add some debugging code, and rewrite the - previously-ununderstandable mutt_remove_duplicates. (All this - done on the search for a problem that ultimately turned out to - be a configuration issue. Still, the changed code could come in - handy some day.) +2005-07-29 06:45:14 Brendan Cully (brendan) -2004-07-11 16:25:00 TAKAHASHI Tamotsu (roessler) + * mutt_ssl_gnutls.c: Tweak a poorly-worded error message in the + gnutls glue, pointed out by Vincent Lefevre. - * pager.c: Fix #1882. + * imap/imap.c: Fix bug added in revision 3.26, where + imap_sync_mailbox failed to check whether it was supposed to + expunge before issuing a CLOSE. -2004-06-27 13:54:51 Thomas Roessler (roessler) +2005-07-28 20:42:45 ttakah@lapis.plala.or.jp (roessler) - * postpone.c: Experimental code for #1910. + * crypt-gpgme.c: Fix mutt/2004; S/MIME user interface differences + between GPGME and classic. -2004-06-26 08:45:29 Thomas Roessler (roessler) +2005-07-28 19:47:40 Brendan Cully (brendan) - * commands.c: Fix #1909. + * imap/auth_cram.c, imap/auth_login.c: Use mutt_account_getlogin + instead of getuser for authentication methods that only support + an authentication ID. As a side-effect, don't display a dangling + authentication name pointer in getpass. -2004-06-23 08:09:43 Thomas Roessler (roessler) +2005-07-27 15:08:43 Vincent Lefevre (brendan) - * pgp.c: Zero out the PGP passphrase before asking for a new one. + * crypt-gpgme.c: Correct two typos in GPGME error messages. -2004-06-17 20:39:20 Thomas Roessler (roessler) +2005-07-27 05:53:27 Brendan Cully (brendan) - * smime.c: Change S/MIME send menu behavior to xor instead of or, - so it behaves the same way as the PGP send menu. + * po/tr.po, po/uk.po, po/zh_CN.po, po/zh_TW.po, po/es.po, + po/et.po, po/gl.po, po/lt.po, po/pt_BR.po, po/sk.po: Update + Thomas' address in several out-of-date PO files. (closes #990) -2004-06-17 20:36:13 Moritz Schulte (roessler) + * mutt_ssl_gnutls.c: Silence some harmless warnings. Also, + one day -pedantic is going to get held up on the causeway. - * Makefile.am, compose.c, configure.in, crypt-mod-pgp-classic.c, - crypt-mod-smime-classic.c, crypt-mod.c, crypt-mod.h, crypt.c, - cryptglue.c, curs_lib.c, init.h, keymap.c, keymap.h, main.c, - mutt.h, mutt_crypt.h, mutt_curses.h, pgp.c, pgp.h, smime.c, - smime.h: This is the sequel to the crypto modularization changes - I did on 2003-01-21. Moritz added another abstraction layer - which cleans up the code and allows the crypto modules to use - their own option menu. Everything should work as it used to - but is now in a really good shape for part III, the Return of - the GnuPG Easy Makers. -wk + * imap/command.c: More fiddling with fatal state handling. Not + tested, and probably as wrong as what was already there. - * crypt-mod-pgp-classic.c, crypt-mod-smime-classic.c, crypt-mod.c, - crypt-mod.h: New files. + * muttlib.c: Rework mutt_save_confirm to support confirmappend + with IMAP mailboxes. I hope I got all cases right. - * smime.c (smime_valid_passphrase, smime_send_menu): New - functions. * smime.h: Removed macro: smime_valid_passphrase. - Declared: smime_valid_passphrase, smime_send_menu. * pgp.c: - Include "mutt_menu.h". (pgp_valid_passphrase, pgp_send_menu): - New functions. * pgp.h: Removed macro: pgp_valid_passphrase. - Declared: pgp_valid_passphrase, pgp_send_menu. * - mutt_curses.h: Declare: mutt_need_hard_redraw. * mutt_crypt.h: - Declare: crypt_pgp_valid_passphrase, crypt_pgp_send_menu, - crypt_smime_valid_passphrase, crypt_smime_send_menu, crypt_init. - Adjust WithCrypto definition since the GPGME backend does not - exclude anymore the other `classic' backends. (KEYFLAG_ISX509): - New symbol. * mutt.h (enum): New symbol: OPTCRYPTUSEGPGME. - (struct body): New member: is_signed_data, warnsig. * main.c - (main): Call crypt_init. * keymap.c (km_get_table): Support for - MENU_KEY_SELECT_PGP and MENU_KEY_SELECT_SMIME. (Menus): Added - entries fuer MENU_KEY_SELECT_PGP and MENU_KEY_SELECT_SMIME. - (km_init): Create bindings for MENU_KEY_SELECT_PGP and - MENU_KEY_SELECT_SMIME. * keymap.h (enum): New enum symbols: - MENU_KEY_SELECT_PGP, MENU_KEY_SELECT_SMIME. * init.h: - New configuration variable: crypt_use_gpgme. * compose.c - (pgp_send_menu, smime_send_menu): Removed functions, they are now - contained in the crypto backend modules. (mutt_compose_menu): - Use crypt_pgp_send_menu and crypt_smime_send_menu instead - pgp_send_menu and smime_send_menu. * cryptglue.c: Slightly - rewritten in order to make use of the module mechanism used to - access crypto backends. * curs_lib.c (mutt_need_hard_redraw): - New function. * crypt.c (crypt_forget_passphrase): Adjust - for new crypto backend interface. (crypt_valid_passphrase): - Stripped, use calls to crypt_pgp_valid_passphrase and - crypt_smime_valid_passphrase. +2005-07-26 23:57:38 Brendan Cully (brendan) -2004-06-02 17:55:34 Alain Bench (roessler) + * imap/imap.c: Adjust imap_access so that it doesn't issue STATUS + on the selected mailbox, and have imap_open_mailbox_append use + imap_access instead of rolling its own. - * parse.c: Fix #1759. +2005-07-26 18:45:01 TAKAHASHI Tamotsu +(brendan) -2004-04-30 06:49:37 Urs Janßen (roessler) + * crypt-gpgme.c, mutt_ssl_gnutls.c, po/POTFILES.in: Partial + application of Tamo's translation patch for gpgme and gnutls. - * doc/Makefile.in, doc/mbox.man, doc/mmdf.man: mmdf(5), new mbox - (5). (These changes have been sitting in my inbox for ages, tlr.) +2005-07-26 16:44:20 Brendan Cully (brendan) -2004-04-13 15:10:38 Brendan Cully (roessler) + * imap/imap.c: Don't check for the existence of a mailbox we're + already in when appending. (closes #1842) - * imap/message.c: Fix #1795 +2005-07-26 16:40:16 Thomas Glanzmann +(roessler) -2004-04-13 08:02:12 David Shaw (roessler) + * init.h: Return $menu_move_off default to status quo ante. - * crypt.c, init.h, mutt.h: Rename pgp_mime_ask to pgp_mime_auto; - change the default; change the error message given if that - variable is set to "no." + * init.h: hcache spelling fixes -2004-04-12 21:43:33 Thomas Roessler (roessler) +2005-07-26 16:37:28 Tamotsu Takahashi +(roessler) - * lib.c, attach.c: Don't open a file for writing that we have - unlinked before. Reported embarassingly long ago by Jarno - Huuskonen . + * enter.c: Introduce fall-back from complete-query to complete + for the edit menu, so 'bind editor complete-query' + becomes possible. -2004-04-12 21:19:31 Dale Woolridge (roessler) +2005-07-26 06:14:34 "Brent J. Nordquist" (brendan) - * po/uk.po, po/zh_CN.po, po/zh_TW.po, po/pt_BR.po, po/ru.po, - po/sk.po, po/sv.po, po/tr.po, po/gl.po, po/hu.po, po/id.po, - po/it.po, po/ja.po, po/ko.po, po/lt.po, po/nl.po, po/pl.po, - po/cs.po, po/da.po, po/de.po, po/el.po, po/eo.po, po/es.po, - po/et.po, po/fr.po, compose.c, crypt.c, init.h, mutt.h, - mutt_crypt.h, po/ca.po, postpone.c, send.c, sendlib.c: See: - http://does-not-exist.org/mail-archives/mutt-dev/msg00843.html + * doc/manual.sgml.head: Correct a couple of typos (and change + ‐ to -: although the text version of the manual renders + ‐, the web version does not). -2004-04-12 20:37:19 Thomas Roessler (roessler) +2005-07-26 05:58:29 TAKAHASHI Tamotsu +(brendan) - * copy.c: Fix #1804. (From vincent@vinc17.org) + * pattern.c: Interpret an empty limit as a request to cancel + the current limit. (Closes #1854) - * commands.c, curs_main.c, mutt.h, mutt_crypt.h, pager.c, - recvattach.c: A belated fix for #1808 (Debian #233106): Make - sure check-traditional-pgp doesn't leave the pager context - unnecessarily. This makes message-hooks like this one safe: +2005-07-26 05:28:02 Brendan Cully (brendan) - message-hook '!(~g|~G) ~b"^-----BEGIN\ PGP\ (SIGNED\ )?MESSAGE"' - \ "exec check-traditional-pgp" + * mutt_ssl.c: Don't offer to save expired or not-yet-valid + certificates. Closes #1943 as a side-effect. -2004-04-12 19:53:29 TAKAHASHI Tamotsu (roessler) + * imap/imap.c, imap/imap_private.h: Rework IMAP CLOSE handling + to avoid expunging messages when exiting without saving + changes. (closes #1899) - * doc/manual.sgml.head, init.h: Various documentation fixes, - #1790. +2005-07-26 03:09:55 Ralf Wildenhues +(brendan) -2004-04-12 19:47:59 Alain Bench (roessler) + * mbyte.c, mutt_socket.c: There are some functions without ANSI + prototypes left in mutt-owned sources. - * doc/mbox.man, doc/muttbug.man: Fix #1831, Debian#237827. +2005-07-25 20:07:23 Brendan Cully (brendan) -2004-04-12 19:42:10 Joël Riou (roessler) + * init.h: Update _MAKEDOC macro so that the documentation includes + all variables. - * globals.h, init.c, init.h: Introduce config_charset. +2005-07-25 15:48:36 Thomas Roessler +(roessler) -2004-04-12 19:37:59 Vsevolod Volkov (roessler) + * copy.c, imap/imap.c, mh.c, mutt.h, muttlib.c, thread.c: Get rid + of IMAP-related special casing all over the thread editing code. - * po/ru.po: update +2005-07-25 04:56:38 brendan (brendan) -2004-04-12 19:37:23 Im Eunjea (roessler) + * imap/message.c: Indentation, mostly - * po/ko.po: update +2005-07-25 04:37:20 Brendan Cully (brendan) -2004-04-12 19:34:45 Holger Weiss (roessler) + * imap/message.c: Minor cosmetic cleanup (fewer #ifdef HCACHE + blocks) - * doc/manual.sgml.head, doc/muttrc.man.head, mutt.h, pattern.c: - Unreferenced messages pattern: ~$ +2005-07-25 04:31:51 brendan (brendan) -2004-04-12 19:20:13 Paul WALKER (roessler) + * muttlib.c: Suppress a printf format warning - * mutt_sasl.c: SASL2 needs errno.h. +2005-07-24 18:33:31 Brendan Cully (brendan) -2004-04-12 19:17:32 Thomas Roessler (roessler) + * muttlib.c: Typo in last commit. - * muttlib.c: Include the user ID with temporary file names. - Suggested by eravin@panix.com in #1833. + * imap/message.c, muttlib.c, protos.h: Merge full envelope from + message fetch into original sparse envelope, instead of replacing + it. This should be gentler on the various threading hashes and may + (knock on wood) fix the threading segfault. Threading behaviour + is observably better. - * doc/Makefile.in: Fix #1708 the brutal way, by installing - multiple copies of the muttbug (pardon, flea) manual page. +2005-07-24 18:18:29 brendan (brendan) -2004-04-12 18:56:18 Neil Brown (roessler) + * imap/util.c: Revert Glanzmann's imap_parse_mailbox patch. - * imap/auth_sasl.c: Fix Debian #206078, #214758; patch submitted - by Artur Czechowski as #1845. +2005-07-24 16:53:59 Thomas Roessler +(roessler) -2004-03-21 16:02:10 Ivan Vilata i Balaguer (roessler) + * thread.c: Try to fix threading bug triggered by duplicate + references. - * po/ca.po: update +2005-07-24 16:51:38 Cedric Duval (brendan) -2004-02-12 08:51:07 Thomas Roessler (roessler) + * OPS, copy.c, curs_main.c, doc/manual.sgml.head, functions.h, + imap/imap.c, mh.c, mutt.h, mx.c, pager.c, protos.h, thread.c: + Add thread editing commands. - * po/uk.po, po/zh_CN.po, po/zh_TW.po, po/sk.po, po/sv.po, - po/tr.po, po/pt_BR.po, po/ru.po, po/nl.po, po/pl.po, po/ja.po, - po/ko.po, po/lt.po, po/id.po, po/it.po, po/gl.po, po/hu.po, - po/es.po, po/et.po, po/fr.po, po/el.po, po/eo.po, po/da.po, - po/de.po, VERSION, po/bg.po, po/ca.po, po/cs.po, reldate.h, - ChangeLog: automatic post-release commit for mutt-1.4.2.1 +2005-07-24 16:12:12 Paul Walker (roessler) - * Makefile.am: (stable) Include regex.c and snprintf.c with - the distribution. + * doc/manual.sgml.head, main.c, protos.h, init.c: This patch + adds an option -D to dump mutt's configuration after all + configuration files have been read. Changes against PW's version: + (1) curses isn't initialized; (2) variables are dumped to stdout, + not to stderr. -2004-02-11 14:03:38 Thomas Roessler (roessler) +2005-07-24 15:46:26 Thomas Roessler +(roessler) - * po/zh_TW.po, po/uk.po, po/zh_CN.po, po/tr.po, po/sv.po, - po/ru.po, po/sk.po, po/pt_BR.po, po/pl.po, po/nl.po, po/ko.po, - po/lt.po, po/ja.po, po/it.po, po/id.po, po/hu.po, po/gl.po, - po/et.po, po/fr.po, po/eo.po, po/es.po, po/el.po, po/de.po, - po/cs.po, po/da.po, po/ca.po, VERSION, po/bg.po, reldate.h, - ChangeLog: automatic post-release commit for mutt-1.4.2 + * hash.c, imap/message.c, imap/util.c: This patch includes (1) + a rewrite of hash_delete_hash, and (2) some changes to the IMAP + code that Thomas Glanzmann made during an attempt to squash some + segmentation fault in May. There is no guarantee that this patch + doesn't break things. If it does, please complain to mutt-dev. - * configure.in, menu.c: Backport an old bug fix, and make sure - configure can be created on recent systems. + * recvattach.c, smime.c: Fix S/MIME segmentation fault. Bug + reported by Mads Martin Joergensen; part fixed by Brendan Cully. -2004-02-11 08:20:25 Mads Martin Joergensen (roessler) +2005-07-24 08:59:44 Brendan Cully (brendan) - * init.c: Fix some warnings. + * copy.c: Don't assume messages in MMDF mailboxes have From + separators when copying them. Spotted by William Lovas. Initial + patch by TAKAHASHI Tamotsu. -2004-02-08 11:41:31 Edmund GRIMLEY EVANS (roessler) +2005-07-23 23:35:17 Byrial Jensen (brendan) - * charset.c: Fix a CP1255/8-related problem that's caused by a - glibc/iconv bug. + * curs_main.c, doc/manual.sgml.head, globals.h, main.c, muttlib.c: + This is the current shortcut patch patch by Byrial Ole Jensen + , updated by Christoph Berg . -2004-02-08 09:38:38 Thomas Roessler (roessler) +2005-07-17 00:43:05 Brendan Cully (brendan) - * muttlib.c: Change the logic in mutt_open_read to only - catch directories -- mutt may legitimately read devices (think - /dev/null) or named pipes. Also delegate error reporting to the - calling function by setting errno. + * account.c: Don't dereference null ImapUser in new getlogin + function. -2004-02-07 21:40:11 TAKAHASHI Tamotsu (roessler) +2005-07-15 07:29:37 Vincent Lefevre (brendan) - * po/ja.po: update + * po/fr.po: PO update 20050613. -2004-02-07 21:38:32 Juan Altmayer Pizzorno (roessler) +2005-07-06 23:49:08 Thomas Glanzmann +(brendan) - * mbox.c: Hi, off_t is a 64-bit number (like on Mac OS X/darwin), - the percentages don't show right while mutt is reading/parsing - a mailbox. Here's a patch (against 1.5.6i) to fix that. + * BEWARE: this fixes a little typo. -2004-02-07 21:36:41 David Yitzchak Cohen (roessler) +2005-07-06 21:03:00 Brendan Cully (brendan) - * init.c, muttlib.c: Looking at the code, the problem is pretty - obvious. A recent patch to init.c (the one that was supposed - to prevent Mutt from silently failing to read nonexistant RC - files, IIRC) changed source_rc() to stat(2) the RC "file" before - trying to mutt_open_read() it. There's only one problem here: - source_rc() has no way of knowing whether or not its "file" - is a file or a command. I'm attaching a patch that fixes the - problem in what I believe is the right way. + * hcache.c: Apply Aaron Crane's function pointer bandaid to the + db4 open calls. -2004-02-05 14:17:25 Thomas Roessler (roessler) +2005-06-28 19:26:54 Brendan Cully (brendan) - * menu.c: Back out the patch for #1697. + * account.c, account.h, globals.h, init.h, mutt_sasl.c: Add + $imap_login variable to specify which user to authenticate as + ($imap_user controls which user's mail gets accessed). Currently + this can't be specified interactively, since I can't think of + a way to do it that wouldn't annoy users where login == user + (the default value of $imap_login). -2004-02-02 18:17:46 Roland Rosenfeld (roessler) +2005-06-24 22:32:38 SĂŠbastien Hinderer + (brendan) - * po/de.po: update + * crypt.c: Remove a warning about unused variable 'now' in + crypt_valid_passphrase -2004-02-02 10:26:14 Pawel Dziekonski (roessler) +2005-06-22 01:46:49 Sébastien Hinderer + (brendan) - * po/pl.po: update + * doc/devel-notes.txt: This patch fixes two small typos in + dev notes. -2004-02-02 10:24:32 Im Eunjea (roessler) +2005-06-18 04:54:39 Brendan Cully (brendan) - * po/ko.po: update + * main.c: Update copyright dates according to latest activity + in ChangeLog. -2004-02-02 10:22:56 Vincent Lefevre (roessler) +2005-06-12 18:28:29 Tamotsu Takahashi +(roessler) - * po/fr.po: update - -2004-02-01 18:26:13 Thomas Roessler (roessler) - - * po/pt_BR.po, po/ru.po, po/sk.po, po/sv.po, po/tr.po, po/uk.po, - po/zh_CN.po, po/zh_TW.po, po/id.po, po/it.po, po/ja.po, po/ko.po, - po/lt.po, po/nl.po, po/pl.po, VERSION, po/bg.po, po/ca.po, - po/cs.po, po/da.po, po/de.po, po/el.po, po/eo.po, po/es.po, - po/et.po, po/fr.po, po/gl.po, po/hu.po, reldate.h: automatic - post-release commit for mutt-1.5.6 + * menu.c: Fix background colors for $arrow_cursor. -2004-02-01 18:00:16 Mike Schiraldi <1074468571@schiraldi.org> (roessler) +2005-06-12 18:24:31 Thomas Roessler +(roessler) - * init.c: As you all know, running "mutt -F foo.rc" will have - mutt read foo.rc as its config file. However, there is a bug -- - if you specify a directory (like accidentally typing "mutt -F - /etc/mutt") mutt will silently ignore the flag and leave you - wondering why it isn't working. + * curs_main.c, init.h, menu.c, mutt.h: Add $braille_friendly. + Behavior originally suggested by Sébastien Hinderer + . - Emil Sit posted a patch for this in March of 2002, but it seems - to have slipped through the cracks. Here's the patch again; - please consider it for inclusion. +2005-04-10 09:37:51 Johan Svedberg (roessler) -2004-02-01 17:50:43 Luke Mewburn (roessler) + * po/sv.po: update - * buffy.c: Put a zero byte into the string, not into the pointer. +2005-04-03 00:14:51 Daniel Jacobowitz (brendan) -2004-02-01 17:48:25 Dan Ohnesorg (roessler) + * imap/imap.c, imap/imap_private.h, imap/message.c: Synchronise + message flags before moving messages. - * po/cs.po: update +2005-03-31 04:55:09 Thomas Glanzmann +(brendan) -2004-02-01 17:45:33 Thomas Roessler (roessler) + * mh.c: Another hcache cygwin portability fix. - * doc/manual.sgml.head: A cross-reference was missing. +2005-03-23 10:51:11 Thomas Glanzmann +(roessler) - * doc/manual.sgml.head: Improve documentation of alterantes. + * init.h, mh.c, mutt.h: Maildir header cache. - * alias.c, doc/manual.sgml.head, doc/muttrc.man.head, globals.h, - hdrline.c, init.c, init.h, mutt.h, mutt_regex.h, muttlib.c, - protos.h: Turn alternates, lists, and subscribe into regular - expression lists. +2005-03-22 19:58:15 Horst Schirmeier (roessler) -2004-01-12 22:56:58 Christoph Ludwig (roessler) + * Makefile.am: Use install-exec-hook install of + install-exec-local. - * smime_keys.pl: Avoid a Perl warning. +2005-03-22 19:53:49 Ronny Haryanto (roessler) -2004-01-12 20:24:09 Matt Kraai (roessler) + * po/id.po: update - * doc/manual.sgml.head: A newline was missing from the - documentation; #1754. (The actual commit message for this - change is garbage; wrong window.) +2005-03-22 19:49:31 René Clerc (roessler) -2004-01-12 19:59:38 Thomas Roessler (roessler) + * po/nl.po: update - * crypt.c: Retainable PGP signatures were broken badly. #1757. +2005-03-22 19:48:35 Roland Rosenfeld (roessler) -2004-01-05 11:55:14 Robert Schiele (roessler) + * po/de.po: update - * mutt_sasl.c: Back out part of the previous SASL/IPv6 patch - due to portability issues. +2005-03-22 19:46:59 Paul Walker (roessler) -2004-01-04 10:55:20 René Clerc (roessler) + * init.c, init.h: remove some unused functions. - * init.h: Fix hide_missing / hide_limited documentation. +2005-03-22 19:43:13 Vsevolod Volkov (roessler) -2004-01-04 10:51:49 Thomas Roessler (roessler) + * po/ru.po: update - * hdrline.c: Permit list patterns that match the domain name of - an address; these patterns begin with '@'. Example: subscribe - @bugs.guug.de matches all messages sent to the bug tracking - system. +2005-03-22 03:40:54 Thomas Glanzmann +(brendan) -2004-01-04 10:30:52 Thomas Roessler (roessler) + * hcache.c, imap/imap.c, imap/imap_private.h, imap/message.c, + protos.h: Thomas graces us with this patch that resolves a + type-size inconsistency in the UIDVALIDITY parser. - * po/ru.po: Argh, I shouldn't replace files by patches. + Edited for correctness. -2004-01-04 10:25:13 Cameron Patrick (roessler) +2005-03-17 09:30:06 Pawel Dziekonski +(roessler) - * menu.c: Fix #1697 (Debian #219594.) + * po/pl.po: update -2004-01-04 10:21:19 Roland Rosenfeld (roessler) +2005-03-16 07:01:59 Brendan Cully (brendan) - * po/de.po: update + * doc/Makefile.in: As Ralf Wildenhues noted, the cygwin EXEEXT + patch was incomplete. Note to self: avoid patching on short + sleep. Starting tomorrow. -2004-01-04 10:19:45 TAKAHASHI Tamotsu (roessler) + * configure.in, doc/Makefile.in, hcache.c, Makefile.am: Various + cygwin portability fixes - * po/ja.po: update +2005-03-15 04:40:40 Brendan Cully (brendan) -2004-01-04 10:08:02 Pawel Dziekonski (roessler) + * crypthash.h: Don't define uint32_t anywhere but in + config.h. Spotted by Alain Bench. - * po/pl.po: update +2005-03-13 16:35:35 roessler (roessler) -2004-01-04 10:03:46 Michael Elkins (roessler) + * po/sv.po, po/tr.po, po/uk.po, po/zh_CN.po, po/zh_TW.po, + po/id.po, po/it.po, po/ja.po, po/ko.po, po/lt.po, po/nl.po, + po/pl.po, po/pt_BR.po, po/ru.po, po/sk.po, VERSION, po/bg.po, + po/ca.po, po/cs.po, po/da.po, po/de.po, po/el.po, po/eo.po, + po/es.po, po/et.po, po/fr.po, po/gl.po, po/hu.po, reldate.h: + automatic post-release commit for mutt-1.5.9 - * send.c: Fix #1488 (Debian#1882526): Honor Reply-To while - generating Mail-Followup-To headers. +2005-03-13 16:29:09 Morten Bo Johansen (roessler) -2004-01-04 09:59:42 Thomas Roessler (roessler) + * po/da.po: update - * init.h: Fix #1738; documentation issue re $from, $use_from. +2005-03-05 18:15:20 Christoph Ludwig + (roessler) -2004-01-04 09:52:55 Michael Elkins (roessler) + * crypt.c: The attached patch fixes a segfault I observed + today: mutt failed to check for a possible null pointer in + mutt_is_application_smime(Body*). - * hook.c, send.c: Fix #1724, cannot use ~h pattern match with - reply-hook. +2005-03-05 07:10:57 brendan (brendan) -2004-01-04 09:49:23 Vsevolod Volkov (roessler) + * mutt_sasl.c, mutt_sasl.h, mutt_socket.c, mutt_socket.h, + mutt_ssl.c, mutt_ssl_gnutls.c, mutt_ssl_nss.c, mutt_tunnel.c: + Rename open/close/read/write function pointers to avoid problems + with systems where standard open/close/read/write functions are + implemented with macros. Thanks to Aaron Crane and others for + their input about the problem. - * pop.h, pop_lib.c: Attached patch provides support of STLS - (STARTTLS) command in POP3 protocol. +2005-03-01 15:53:25 Vsevolod Volkov (roessler) * po/ru.po: update -2004-01-04 09:45:05 Brendan Cully (roessler) +2005-03-01 15:52:33 Thomas Glanzmann +(roessler) - * imap/imap.c: Fix #1703. + * init.h: This is a spelling fix supplied by Cameron Simpson. -2004-01-04 09:42:35 Thomas Roessler (roessler) +2005-02-28 18:33:45 Mads Martin Joergensen (roessler) - * smime.c: Fix a NULL pointer deference noted by Will Fiveash - . + * curs_main.c: Fix a crash. -2003-12-30 13:04:20 Thomas Roessler (roessler) +2005-02-28 15:15:23 Christoph Berg (roessler) - * commands.c, crypt.c, mutt.h, mutt_crypt.h, smime.c: Handle - partially signed messages more reasonably. See #1743. + * init.h, menu.c, mutt.h: I've updated the menu_context patch to + reintroduce the menu_move_off variable that hasn't made it into + 1.5.8. The patch fixes menu_prev_line and menu_next_line which + didn't work with menu_context > 0 and also makes + work even if there are less messages than screen lines (thanks + to René Clerc and Vincent Lefevre for spotting these issues). -2003-12-29 11:44:35 Alain Bench (roessler) +2005-02-28 14:37:09 Udo Schweigert (roessler) - * commands.c: Fix #844. + * smime.c: As pointed out in a separate thread, here is a patch + which fixes the problem of a failing openssl after interactively + selecting a recipient's key. -2003-12-29 11:37:41 Patrick Welche (roessler) +2005-02-27 03:18:23 Brendan Cully (brendan) - * m4/gssapi.m4, mutt_sasl.c: A while ago I posted a similar - patch which is necessary as when mutt tries to connect to an - imap server over ipv6 it stores the address in a sockaddr which - may not be large enough to hold the ipv6 address. + * imap/message.c: Turn brain back on before committing patches + (that modification I made to APPEND was bogus). -2003-12-17 17:42:02 Scott Koranda (roessler) +2005-02-27 02:44:45 Dan Hopper (brendan) - * crypt.c: pkcs7-signature wasn't recognized properly in one - more place. + * imap/message.c: Don't lose N flag when uploading a message to + an IMAP mailbox. (Slightly modified from the original patch to + prevent spurious space characters). -2003-12-17 08:46:50 Michael Elkins (roessler) +2005-02-21 04:42:34 Alain Bench (roessler) - * rfc1524.c: Fix possible core dump in mailcap nametemplate - handling. + * parse.c, pgp.c, sendlib.c: Bcc should be RFC2047-encoded, too. -2003-12-10 00:48:57 Thomas Roessler (roessler) +2005-02-19 16:00:24 Thomas Roessler +(roessler) - * thread.c: Avoid NULL pointer deference in threading code. + * sendlib.c: Fix Debian 295528. -2003-12-03 08:19:11 Alain Bench (roessler) +2005-02-17 03:33:00 Brendan Cully (brendan) - * pager.c: Fix 1716. + * OPS, browser.c, doc/manual.sgml.head, functions.h, + imap/browse.c, imap/imap.c, imap/imap.h, imap/imap_private.h: + New function: rename-mailbox (bound to 'r' by default). -2003-11-15 09:32:30 Velko Hristov (roessler) + The lack of a rename-mailbox command for IMAP finally got too + annoying. It's a bit of a cut-and-paste job, but I've put my + dreams of cleaning up the IMAP codebase on hold. Gotta grow up + some time. - * po/bg.po: updat +2005-02-16 09:34:06 ta_panta_rei <7vvtch802@sneakemail.com> (roessler) -2003-11-12 22:31:51 Edmund GRIMLEY EVANS (roessler) + * po/el.po: update - * po/eo.po: update +2005-02-16 08:48:41 Ronny Haryanto (roessler) -2003-11-12 14:01:03 René Clerc (roessler) + * po/id.po: update - * po/nl.po: update +2005-02-15 19:28:24 Thomas Roessler +(roessler) -2003-11-12 13:49:32 Thomas Roessler (roessler) + * doc/Makefile.in: Fix linuxdoc invocation. Thanks to + Tamotsu Takahashi for tracking this down to an idiotic + non-backwards-compatible change to the way groff works. - * configure.in, mutt_idna.c, mutt_idna.h, mutt_socket.c: Fix - IDN API incompatibility problems. +2005-02-15 19:03:51 Ivan Vilata i Balaguer +(roessler) -2003-11-12 11:47:46 duvall@emufarm.org (roessler) + * po/ca.po: update - * configure.in: Fix 1515, 1693. +2005-02-14 08:48:43 Vincent Lefevre (roessler) -2003-11-12 11:40:27 Thomas Roessler (roessler) + * po/fr.po: update - * mh.c, sort.c: Fix dangling pointer problems in threading code. - Noted and tracked down by q4xk3j002@sneakemail.com who also - provided the initial fix. - - CORRECTION: q4xk3j002 (whoever that is) reported the bug, - but thr problem was tracked down and fixed by YONETANI - Tomokazu +2005-02-13 17:37:31 Roland Rosenfeld (roessler) -2003-11-11 10:19:22 Ronny Haryanto (roessler) + * po/de.po: update - * po/id.po: update +2005-02-13 09:53:07 Thomas Roessler +(roessler) -2003-11-10 18:02:26 Rudy Taraschi (roessler) + * Makefile.am: Include crypt-gpgme.h with the distribution. - * mutt_socket.c: Fix double-free problems related to IDN support. +2005-02-13 00:25:37 Brendan Cully (brendan) -2003-11-10 10:37:10 Vincent Lefevre (roessler) + * configure.in, m4/gettext.m4, m4/iconv.m4: Use AC_HELP_STRING + to pretty print configure --help screen, with mixed results. - * po/fr.po: update +2005-02-12 21:04:22 Brendan Cully (brendan) -2003-11-09 21:41:28 Thomas Roessler (roessler) + * Makefile.am, imap/Makefile.am: Require at least automake 1.6 - * mh.c: Fix #1692. +2005-02-12 20:56:36 roessler (roessler) -2003-11-09 09:38:32 Thomas Roessler (roessler) + * po/zh_TW.po, po/sk.po, po/sv.po, po/tr.po, po/uk.po, + po/zh_CN.po, po/pt_BR.po, po/ru.po, po/lt.po, po/nl.po, po/pl.po, + po/et.po, po/fr.po, po/gl.po, po/hu.po, po/id.po, po/it.po, + po/ja.po, po/ko.po, po/da.po, po/de.po, po/el.po, po/eo.po, + po/es.po, Makefile.am, VERSION, po/bg.po, po/ca.po, po/cs.po, + reldate.h: automatic post-release commit for mutt-1.5.8 - * send.c: Commit the fix for #1509. This must have been lost - earlier this year. +2005-02-12 20:46:48 Vincent Lefevre (roessler) -2003-11-05 20:09:36 Thomas Roessler (roessler) + * po/fr.po: update - * po/ja.po, po/ko.po, po/lt.po, po/nl.po, po/pl.po, po/pt_BR.po, - po/ru.po, po/sk.po, po/sv.po, po/tr.po, po/uk.po, po/zh_CN.po, - po/zh_TW.po, ChangeLog, VERSION, po/bg.po, po/ca.po, po/cs.po, - po/da.po, po/de.po, po/el.po, po/eo.po, po/es.po, po/et.po, - po/fr.po, po/gl.po, po/hu.po, po/id.po, po/it.po: automatic - post-release commit for mutt-1.5.5.1 +2005-02-12 20:45:36 Vsevolod Volkov (roessler) -2003-11-05 12:17:10 Thomas Roessler (roessler) + * po/ru.po: update - * Makefile.am: Include regex.c and snprintf.c with the - distribution. Noted by Lars Hecking. +2005-02-12 20:20:42 Thomas Roessler +(roessler) - * build-release: Ups, we don't upload the CVS any more. + * configure.in: Give people more time to profile the inode + sorting code; disabled by default for now. - * po/pl.po, po/pt_BR.po, po/ru.po, po/sk.po, po/sv.po, po/tr.po, - po/uk.po, po/zh_CN.po, po/zh_TW.po, ChangeLog, VERSION, po/bg.po, - po/ca.po, po/cs.po, po/da.po, po/de.po, po/el.po, po/eo.po, - po/es.po, po/et.po, po/fr.po, po/gl.po, po/hu.po, po/id.po, - po/it.po, po/ja.po, po/ko.po, po/lt.po, po/nl.po, reldate.h: - automatic post-release commit for mutt-1.5.5 + * globals.h, init.h, menu.c: Christoph Berg's menu_context, + and a version of menu_move_off where that's not optional, + but where mutt will just try to avoid moving off the bottom. + Complain to mutt-dev if you want this to be optional. -2003-11-05 09:27:43 Thomas Roessler (roessler) +2005-02-12 19:54:51 TAKAHASHI Tamotsu +(brendan) - * build-release: Use gpg for signing releases. + * imap/message.c, imap/util.c: Fix debian bug #275060 (editing + on an imap server loses its flags). Remove trailing delimiter + from IMAP folder names. -2003-11-03 10:30:58 Thomas Roessler (roessler) +2005-02-12 19:52:28 Thomas Roessler +(roessler) - * attach.c: Fix a logic flaw in attachment saving. + * charset.c, mbyte.c: Recognize euc-jp-ms. MORIYAMA Masayuki + by way of TAKAHASHI Tamotsu. -2003-10-08 19:55:39 Thomas Roessler (roessler) +2005-02-12 19:38:14 TAKAHASHI Tamotsu +(roessler) - * pgpkey.c: KeyTable is pgp_uid_t **, not pgp_key_t *. Fix some - sizeof statements accordingly. Note that pgp_key_t is also a - pointer, though, so this should not have broken things. + * doc/manual.sgml.head, doc/manual.sgml.tail, init.h, main.c: + Trivial documentation fixes (TAKAHASHI Tamotsu, Brendan Cully, + Paul Walker, Derek Martin). -2003-10-06 09:58:35 Thomas Roessler (roessler) + * editmsg.c: Partially fix debian bug #275060 (editing a message + in a mbox loses its flags). - * query.c: Fiy memory corruption. (# 1659) + * TODO: We have $include_onlyfirst. -2003-10-04 22:12:10 Thomas Roessler (roessler) +2005-02-12 19:28:26 TAKIZAWA Takashi (roessler) - * lib.c: mutt_basename() was garbage. + * muttlib.c, pager.c: column-length and byte-length are different -2003-10-04 20:54:37 Thomas Roessler (roessler) +2005-02-12 19:19:25 Derek Martin (roessler) - * doc/manual.sgml.head: Fix some tags. Noted by Todd - . + * mutt.h, commands.c, curs_main.c, init.h: pgp-auto-decode: When + $pgp_auto_decode is set, then mutt will check for traditional + pgp on certain operations. This is similar (but NOT identical) + to the behavior known from PGP/MIME messages. -2003-10-04 20:35:00 Thomas Roessler (roessler) +2005-02-12 19:12:40 TAKAHASHI Tamotsu +(roessler) - * recvattach.c, attach.h, commands.c, compose.c, keymap.h, lib.c, - lib.h, menu.c, mutt.h, mutt_menu.h, muttlib.c, pager.c, protos.h: - This patch fixes various aspects of the attachment-saving user - interface. Changes include: + * alias.c, doc/manual.sgml.head, globals.h, hdrline.c, init.c, + init.h: unalternates now also adds to a list of exceptions; + same behavior for unlists, and unsubscribe. With some changes + from tlr. - - When tagging and saving multiple attachments, you can now use - the same target directory for multiple attachments. +2005-02-11 04:12:03 Brendan Cully (brendan) - - When you can't save an attachment, you get an opportunity to - enter a new file name. + * configure.in, m4/libgnutls.m4, mutt_ssl_gnutls.c: autoconf + support for gnutls using a slightly modified version of gnutls' + own libgnutls.m4 - - The menu cursor will highlight the attachment that you are - currently discussing with mutt. + * globals.h, init.h: Only enable ssl_client_cert for openssl + (spotted by Adeodato). - - Various bug fixes. +2005-02-09 09:05:38 Thomas Roessler +(roessler) - This does, in particular, address #1619 (Debian#208430). + * pattern.c: Don't crash in mutt_pattern_exec when h->env is NULL. - * menu.c: Fix #1656. +2005-02-08 17:23:50 TAKAHASHI Tamotsu +(roessler) -2003-09-29 16:34:32 René Clerc (roessler) + * init.h, mutt.h, mutt_idna.c: Make IDN decoding optional. - * doc/muttrc.man.head: Fix typo. +2005-02-05 14:11:36 Thomas Roessler +(roessler) -2003-09-29 15:05:52 Thomas Roessler (roessler) + * crypthash.h, imap/util.c, lib.h, mbyte.h, mutt_idna.h, + patchlist.sh, remailer.h, rfc822.h: Remove a number of unnecessary + config.h includes, and add some missing ones. May fix some bugs. - * doc/dotlock.man, doc/mutt.man, doc/muttrc.man.head: Fix #1652 - (Debian #213007), noted by Jens Seidel . +2005-02-04 16:54:13 Brendan Cully (brendan) -2003-09-20 06:24:10 Thomas Roessler (roessler) + * Makefile.am: Add smime_keys to EXTRA_SCRIPTS (for make dist). - * muttbug.sh.in: Adapt to new GNU coreutils by not using head (1). +2005-02-04 12:56:28 Tamotsu Takahashi +(roessler) -2003-09-19 13:09:59 René Clerc (roessler) + * Makefile.am: http://bugs.guug.de/db/17/1769.html This is + necessary for FreeBSD. - * po/nl.po: update +2005-02-03 19:46:53 Thomas Glanzmann +(roessler) -2003-09-19 13:05:13 Thomas Roessler (roessler) + * hcache.c: this is a fix for hcache.c infrastructure which is + about wrongly calculate unique id - * imap/utf7.c: Fix remaining (void **) casts. +2005-02-03 18:44:27 Thomas Roessler +(roessler) -2003-09-19 13:03:26 Mads Martin Joergensen (roessler) + * pgp.c: Fix PGP clear signature handling. - * imap/browse.c, imap/command.c, parse.c, pgp.c, pgpkey.c, - pop_lib.c, query.c, recvattach.c, remailer.c, rfc1524.c, - rfc2047.c, rfc2231.c, sendlib.c, smime.c, thread.c, addrbook.c, - browser.c, color.c, compose.c, copy.c, crypt.c, curs_lib.c, - edit.c, enter.c, handler.c, lib.c, lib.h, mh.c, mutt_idna.c, mx.c, - pager.c: As the ones of you who compile with new gcc's probably - have noticed, there's a lot of type-punning in Mutt. With help - from Philipp Thomas, I've fixed all I could find in CVS (please - double-check, one might have slipped through the cracks), I can - make one for 1.4 CVS branch as well if wanted. +2005-02-03 17:01:44 Brendan Cully (brendan) -2003-09-19 12:56:49 Thomas Roessler (roessler) + * imap/auth.c, imap/auth_anon.c, imap/auth_cram.c, + imap/auth_gss.c, imap/auth_login.c, imap/auth_sasl.c, + imap/browse.c, imap/command.c, imap/imap.c, imap/message.c, + imap/utf7.c, pgpkey.c, pgplib.c, pgpmicalg.c, pgppacket.c, + pgppubring.c, pop.c, pop_auth.c, pop_lib.c, postpone.c, + query.c, recvattach.c, recvcmd.c, regex.c, remailer.c, + resize.c, rfc1524.c, rfc2047.c, rfc2231.c, rfc822.c, score.c, + send.c, sendlib.c, sha1.c, signal.c, smime.c, snprintf.c, + sort.c, status.c, system.c, thread.c, url.c, utf8.c, + wcwidth.c, crypt-mod-pgp-classic.c, crypt-mod-pgp-gpgme.c, + crypt-mod-smime-classic.c, crypt-mod-smime-gpgme.c, crypt-mod.c, + crypt.c, cryptglue.c, curs_lib.c, curs_main.c, date.c, + dotlock.c, edit.c, editmsg.c, enter.c, extlib.c, filter.c, + flags.c, from.c, getdomain.c, gnupgparse.c, handler.c, hash.c, + hdrline.c, headers.c, help.c, history.c, hook.c, init.c, keymap.c, + lib.c, main.c, makedoc.c, mbox.c, mbyte.c, md5c.c, menu.c, mh.c, + mutt.h, mutt_idna.c, mutt_sasl.c, mutt_socket.c, mutt_ssl.c, + mutt_ssl_gnutls.c, mutt_ssl_nss.c, mutt_tunnel.c, muttlib.c, + mx.c, pager.c, parse.c, pattern.c, pgp.c, pgpinvoke.c, account.c, + addrbook.c, alias.c, ascii.c, attach.c, base64.c, browser.c, + buffy.c, charset.c, color.c, commands.c, complete.c, compose.c, + copy.c, crypt-gpgme.c: Add config.h to the top of every C file + that could possibly want it. Remove it from mutt.h - * send.c: Change abort_unmodified so it doesn't abort a message - that has an attachment. Catches the "send a file from the - command line, quickly" case. +2005-02-01 03:36:39 Brendan Cully (brendan) -2003-09-11 16:59:54 Brendan Cully (roessler) + * imap/auth.c, imap/auth_anon.c, imap/auth_cram.c, + imap/auth_gss.c, imap/auth_login.c, imap/auth_sasl.c, + imap/browse.c, imap/command.c, imap/imap.c, imap/message.c, + imap/utf7.c, protos.h: Pull config.h out of protos.h, add to + top of every IMAP C file. This should probably be done to every + C file, but the results need testing in case some files depend + on the current (broken) includes. + +2005-01-31 02:40:14 brendan (brendan) + + * acconfig.h, configure.in, hcache.c, imap/imap_private.h, + imap/message.c, m4/types.m4, protos.h: Begin removing deprecated + autoconf 2.13 backward compatibility code. Add AC_CHECK_TYPES + macros for uin32/64 types, use uint64_t instead of long long in + hcache code. + +2005-01-29 19:15:07 Thomas Glanzmann +(roessler) + + * hcache.c: - make hcache.c conform to mutt codingstyle - use $Id$ + CVS keyword instead of %K% BitKeeper keyword - * mutt_sasl.c: This trivial patch closes #1516 (NI_WITHSCOPEID - undefined). Thanks to Mads for the initial patch. +2005-01-28 16:40:33 Thomas Roessler +(roessler) -2003-09-11 07:27:23 Velko Hristov (roessler) + * pgp.c: Adeotato points out that feof() only works after a read. + So, we now check for an unsuccessful fgetc(). - * po/bg.po: Bulgarian translation. (Seems like I screwed up an - earlier commit. -tlr) +2005-01-28 14:50:31 Paul Walker (roessler) -2003-09-10 13:20:49 Jon Miles (roessler) + * signal.c: Trigger window resizing code when waking up from + suspension. - * pop_auth.c: In pop_auth.c:pop_auth_sasl(), if the main loop - received anything back from the server that didnt begin with '+ - ', it was bailing out and skipping the checks to see if there - was a +OK response. +2005-01-28 14:09:08 René Clerc (roessler) -2003-09-07 10:11:49 Im Eunjea (roessler) + * po/nl.po: update - * po/ko.po: update. +2005-01-28 13:17:22 Werner Koch (roessler) -2003-09-04 15:10:09 Thomas Roessler (roessler) + * Makefile.am, configure.in, crypt-gpgme.c, crypt-gpgme.h, + crypt-mod-pgp-gpgme.c, crypt-mod-smime-gpgme.c, cryptglue.c, + functions.h: gpgme integration. See documentation for + $crypt_use_gpgme, and http://www.gnupg.org/aegypten2/. - * init.h: Fix some formatting glitches that lead to error messages - when viewing the muttrc(5) manual page. +2005-01-28 13:00:36 Adeodato Simó (roessler) -2003-09-04 14:59:57 Christoph Ludwig (roessler) + * mutt_ssl_gnutls.c: The attached mini-patch from David Mosberger + seems to fix a segfault in the ia64 + architecture. Via Debian Bug#285001. - * smime.c: Fix verification bug when messages are S/MIME signed - & encrypted. +2005-01-28 10:01:30 roessler (roessler) -2003-09-03 17:22:09 Dan Born (roessler) + * po/tr.po, po/uk.po, po/zh_CN.po, po/zh_TW.po, po/lt.po, + po/nl.po, po/pl.po, po/pt_BR.po, po/ru.po, po/sk.po, po/sv.po, + po/el.po, po/eo.po, po/es.po, po/et.po, po/fr.po, po/gl.po, + po/hu.po, po/id.po, po/it.po, po/ja.po, po/ko.po, VERSION, + po/bg.po, po/ca.po, po/cs.po, po/da.po, po/de.po, reldate.h: + automatic post-release commit for mutt-1.5.7 - * postpone.c: I've attached a patch for bug number 1036, as - reported at http://bugs.guug.de/db/pa/lmutt.html ("segfault - when more than one msg is postponed"). This is a patch against - mutt 1.4.1. +2005-01-27 20:52:13 Thomas Roessler +(roessler) - As it was previously left, no one could reproduce it. The problem - occurs because sorting is disabled when opening the postponed - folder, but the Sort global variable still tells mutt to use - whatever sorting algorithm the $sort config option indicates. - Eventually, the code would get to mutt_messages_in_thread and - try to dereference a NULL thread object, causing the segfault. + * main.c: Add USE_INODESORT to main.c's option dump. -2003-09-03 17:20:56 Pawel Dziekonski (roessler) +2005-01-27 20:38:02 TAKAHASHI Tamotsu +(roessler) - * po/pl.po: update. + * commands.c: 0. In compose mode, press Ctrl-t to change + Content-Type. 1. Type "application/octet-stream" for example. + 2. Press Ctrl-t again. 3. Type "text/plain; charset=us-ascii" + 4. You will be asked "Convert to us-ascii upon sending?" + 5. Press y or n. 6. You will see a strange message: + "Content-Type changed to Convert to us-ascii upon sending?." -2003-09-03 17:15:20 TAKAHASHI Tamotsu (roessler) +2005-01-27 20:26:52 Thomas Roessler +(roessler) - * po/ja.po: New ja.po. + * pgp.c: Return an error in pgp_decrypt_part when the PGP output + file is empty. -2003-09-03 17:12:52 Velko Hristov (roessler) +2005-01-27 20:17:46 Thomas Glanzmann +(roessler) - * configure.in: Bulgarian translation. + * curs_main.c: this patch doesn't raise an error if you try + to sync an empty mailbox which makes it possible to use such a + macro as this on an empty mailbox: -2003-09-03 17:10:37 Brendan Cully (roessler) + macro index y "?" macro pager y + "?" - * mutt_ssl.c: Fix a segmentation fault which occurs - when a certificate is rejected. Bug noted by Rob Latham - . +2005-01-27 19:34:50 David Shaw (roessler) -2003-09-03 17:09:09 Anatoly Vorobey (roessler) + * pgp.c: Detect end of PGP armor header when a line is + whitespace-only. - * curs_main.c: The commands "read-thread" (^R) and - "read-subthread" (Esc-R) do not honor the resolve variable (don't - advance cursor after marking the thread/subthread as read), - which, to me at least, is a nuisance. +2005-01-27 19:18:15 Thomas Roessler +(roessler) -2003-08-11 14:06:08 Brendan Cully (roessler) + * smime.c: Void the S/MIME passphrase before prompting + the user to re-enter it. Noted by TAKAHASHI Tamotsu + , but with memset replaced by + smime_void_passphrase(). - * imap/imap.c: 1595: My guess is this bug is caused by - mlarson@verisign.com's patch to check for UNSEEN rather than - RECENT messages. This means that as long as there are messages - in a mailbox either new or old, mutt will think it has new mail. +2005-01-27 19:00:59 TAKAHASHI Tamotsu +(roessler) - The attached patch reverts that change. Let me know if it solves - the problem. + * curs_lib.c: Add terminal newline when it lacks after editing + a message. Originally from TAKIZAWA Takashi. -2003-08-11 14:05:13 Thomas Roessler (roessler) +2005-01-27 18:58:14 Thomas Roessler +(roessler) - * doc/muttrc.man.head: Fix a formatting bug. + * Makefile.am: Include mutt_ssl_gnutls.c with the distribution. -2003-08-05 13:55:47 Brendan Cully (roessler) +2005-01-27 18:54:24 Marco d'Itri (roessler) - * attach.c, buffy.c, commands.c, copy.c, editmsg.c, init.c, - mbox.c, mx.c, mx.h, sendlib.c: This patch removes the Kendra - format from mutt. (The support was broken anyways.) + * globals.h, imap/imap.c, imap/util.c, init.c, init.h, main.c, + mutt.h, mutt_sasl.c, mutt_socket.c, mutt_ssl.h, mutt_ssl_gnutls.c, + pop_lib.c: GNUTLS support. Used in Debian since Nov. 2001. -2003-08-02 11:01:09 Horvath Szabolcs (roessler) +2005-01-27 18:48:41 Bill Nottingham (roessler) - * po/hu.po: update + * mutt_sasl.c: With SASL, expect the server to prompt for + additional auth data if we have some to send (#129961, upstream + #1845) -2003-07-29 10:11:05 Edmund GRIMLEY EVANS (roessler) + * contrib/sample.muttrc: Changes the sample.muttrc highlight to + catch https URLs as well. - * pager.c: It seems that Solaris has an incorrect implementation - of mbrtowc: when there is an encoding error and mbrtowc returns - (size_t)(-1) no value should be stored in *pwc (the first - argument), as I understand it, but here mbrtowc is storing 8 - when presented with the bytes "\xc8\x4d". + * color.c, main.c: Support for the "default" color in Slang. - However, relying on mbrtowc not to store anything in *pwc when - there is an error is a bit silly; it makes sense to look at - the return value. So, the following patch should be applied if - Pawel can confirm that it fixes the problem. I've tested it and - it worked for me with glibc's mbrtowc. +2005-01-27 18:45:37 Florian Weimer (roessler) -2003-07-24 18:40:50 Vincent Lefevre (roessler) + * mh.c, configure.in: Read files in maildir folders in inode + order; this seems to reduce seek overhead on Linux. Enabled by + default; to disable, run configure with --disable-inodesort. + (By way of Mario d'Itri.) - * alias.c, copy.c, handler.c, imap/command.c, imap/imap.c, - imap/message.c, imap/util.c, init.c, intl/l10nflist.c, - intl/loadmsgcat.c, intl/localealias.c, keymap.c, lib.c, - makedoc.c, muttlib.c, pattern.c, rfc2047.c, rfc2231.c, rfc822.c, - strcasecmp.c, url.c: Some functions/macros like isspace take an - int and require the argument to have the value of an unsigned char - (or EOF). Under Solaris, gcc complains when the argument is a char - (as this is a possible bug, on platforms where char is signed, - like Solaris). The attached patch fixes such problems (well, - perhaps I've changed more than necessary, but this doesn't hurt). +2005-01-27 18:28:42 Marco d'Itri (roessler) -2003-07-22 12:56:38 dshaw@jabberwocky.com (roessler) + * pgp.c: Improved good signature check. - * gnupgparse.c: When encrypting a message to a user that has more - than one subkey, at least one of which is revoked or expired, - mutt treats the entire key as unusable rather than just the - subkey(s) in question. + * contrib/gpg.rc, pgpinvoke.c: Make the default Muttrc work + out the box for people using gnupg-agent. Wrote and applied a + one-line patch to make the %?p? conditional escape work correctly, + patch forwarded upstream. (Closes: #277646) -2003-07-16 11:18:12 Brendan Cully (roessler) + * pgpewrap.c: Don't segfault when invoked without any arguments. - * account.c, account.h, imap/auth_sasl.c, imap/imap.c: I noticed - that my mutt hung when I tried SASL DIGEST-MD5 authentication - (I'm not sure when this started). I believe this patch should - solve that problem in a reliable way. + * contrib/gpg.rc, pgp.c: Evaluate gpg's machine-parseable status + messages. - This patch also attempts to reuse connections even when - authentication fails, instead of just throwing away a perfectly - good socket. + * smime_keys.pl: Add some sanity checks to smime_keys.pl. - * curs_lib.c, enter.c, keymap.c, keymap.h, mutt.h, mutt_curses.h, - mutt_ssl.c: This patch redoes yesterday's unbuffered input - patch. Now it uses a pseudo-option, which means less mess to carry - down the call stack. It also made it much easier to have the SSL - certificate menu be unbuffered, which it is now. So push commands - won't annoy you when entering passwords or accepting certificates. + * contrib/gpg.rc: A gpg command line contains both --verbose + and --no-verbose, remove the first. -2003-07-15 11:41:32 Brendan Cully (roessler) +2005-01-26 14:33:08 Thomas Roessler +(roessler) - * curs_main.c, globals.h, imap/command.c, imap/imap.c, - imap/imap.h, imap/imap_private.h, imap/util.c, mx.c: The attached - patch should keep all opened IMAP connections alive, no matter - what mailbox you are currently in. With the patch that got - committed yesterday, this should close bug 1523. + * status.c: And, thinking about it further, this should just be + an empty string, not "(null)". - (There was a typo in that patch. This one supersedes it.) + * status.c: The last Context->pattern fix was still crap. + Ooooops. (Thanks Ralf.) - * configure.in, .cvsignore: autoconf 2.5 compatibility. +2005-01-26 13:36:44 Thomas Glanzmann +(roessler) -2003-07-14 12:40:03 Hugo Haas (roessler) + * Makefile.am, configure.in, globals.h, hcache.c, imap/imap.c, + imap/imap_private.h, imap/message.c, init.h, main.c, protos.h: + IMAP header cache. - * send.c: Fix #1520. +2005-01-26 12:37:38 Ralf Wildenhues +(roessler) -2003-07-14 12:20:27 Pawel Dziekonski (roessler) + * addrbook.c, browser.c, commands.c, compose.c, imap/utf7.c: + Make some functions static. - * po/pl.po: small fix. + * imap/command.c, imap/message.c: Fix some printf arguments. -2003-07-14 12:19:07 Brendan Cully (roessler) +2005-01-26 12:21:46 Thomas Roessler +(roessler) - * imap/command.c, imap/imap.c: + * status.c: * status.c: A variant of + . + Spotted by Ralf Wildenhues . - On Sunday, 13 July 2003 at 18:09, Brendan Cully wrote: +2005-01-17 02:24:49 Brendan Cully (brendan) - > The attached patch should help when the connection to your - > postponed folder times out and you can't reconnect without - > restarting mutt. I'd like anyone who has that problem to - > try it and let me know how it works. + * cvslog2changelog.pl: cvs log emits a timezone after the hour, + at least here. Adjust date regexp to handle that case. - I dug a little deeper. The attached patch seems to work better. It - complains the first time you try to recall a message, but works - the second. +2005-01-15 17:45:01 Adeodato SimĂł (brendan) - * account.c, curs_lib.c, enter.c, keymap.c, keymap.h, mutt.h, - mutt_curses.h: The attached patch prevents mutt from reading the - push buffer when asking for passwords. This is a proper fix for - bug 1312. I think it's uncontroversial. + * po/cs.po: Major translation updates forgotten in mutt-po. + (I missed cs in the last commit). -2003-07-04 17:15:34 Thomas Roessler (roessler) +2005-01-15 08:01:35 Brendan Cully (brendan) - * imap/auth_sasl.c: Increase a buffer's size. + * Makefile.am: Update commit targets to work when builddir != + srcdir. -2003-07-04 17:07:22 Nicolas Rachinsky (roessler) +2005-01-15 07:43:30 Adeodato SimĂł (brendan) - * OPS, curs_lib.c, curs_main.c, functions.h, menu.c: Introduce - tag-prefix-cond and end-cond. This makes simple conditional - execution of parts of macros possible. + * po/sv.po, po/ca.po, po/de.po, po/it.po: i18n updates. -2003-07-04 17:03:51 Bruno Postle (roessler) + * doc/manual.sgml.head, doc/mutt.man, doc/muttrc.man.head, + init.h: Sundry documentation nits fixed. Debian #210679, #254294, + #258621, #272579 - * curs_main.c, pattern.c: Display an empty index when no messages - match search criteria. +2005-01-11 12:15:13 Thomas Roessler +(roessler) -2003-07-04 16:57:56 Thomas Roessler (roessler) + * doc/manual.sgml.head, doc/muttrc.man.head: Document send2-hook. - * init.h, muttlib.c: Add a ':' flag to % expandos. This will - make sure that any dots are converted into underscores. (_ - is already used for lowercasing the result of an expando.) + * send.c: send2-hook should also be executed after the first + time the message is edited by the user. -2003-06-04 14:01:39 Thomas Roessler (roessler) +2005-01-09 15:35:51 Thomas Roessler +(roessler) - * muttlib.c: Don't colorize empty lines generated with - state_attach_puts(); + * doc/muttbug.man, muttbug.sh.in: Replace muttbug and its + documentation by a note that acknowledges the shut down of the + bug tracking system. -2003-05-29 17:49:00 Thomas Roessler (roessler) +2004-12-21 09:46:24 Thomas Roessler +(roessler) - * po/id.po, po/eo.po: Updates from the respective authors. + * pgp.c: Fix Debian #275188. -2003-05-29 17:48:28 David Shaw (roessler) +2004-12-07 19:50:04 Thomas Roessler +(roessler) - * pgp.c: Fix part of #1564. + * compose.c, hook.c, init.c, init.h, mutt.h, send.c: Add + send2-hook and fix alternates handling. -2003-05-29 17:47:10 Matt Larson (roessler) +2004-11-19 16:16:51 René Clerc (roessler) - * imap/imap.c: Look at UNSEEN, not RECENT in - imap_check_mailbox(). + * doc/manual.sgml.tail, doc/manual.sgml.head: Document + tag-prefix-cond. -2003-05-29 17:47:10 Thomas Roessler (roessler) +2004-11-08 08:43:17 Ralf Wildenhues +(roessler) - * init.c: Fix a segmentation fault which would occur when - pgp_sort_keys is set in a configuration file, but mutt is compiled - without PGP support. + * imap/imap_private.h: Having a signed one-bit bitfield is quite + odd -- its value is either 0 or -1. Although the current code + is not broken because it doesn't test equality to 1, IMHO it's + better not to use that. - * gnupgparse.c: Fix PGP subkey handling when looking at key - capabilities. This should take care of the recent "mutt does - not see all keys" problems. + * imap/message.c: There's a size_t in imap_append_message not + printed out portably. -2003-05-13 13:06:16 Dale Woolridge (roessler) +2004-11-02 13:30:58 Thomas Roessler +(roessler) - * crypt.c: Fix gpg-agent use. + * copy.h: Fix flag confusion. Noted by Vincent Lefevre. -2003-05-13 12:53:20 Thomas Roessler (roessler) +2004-10-30 21:59:00 Thomas Roessler +(roessler) - * doc/manual.sgml.head: Remove useless examples about treating - text/enriched externally. #1549; Debian #190309. + * browser.c, buffy.c, check_sec.sh, commands.c, edit.c, + imap/auth_cram.c, imap/auth_gss.c, imap/imap.c, imap/message.c, + lib.c, lib.h, mutt_ssl.c, muttlib.c, recvcmd.c, url.c: + safe_strcat, safe_strncat. Thanks to Ulf H. for noting the + wrong use of strncat in part of the mutt code base. -2003-05-13 12:50:04 Juan Altmayer Pizzorno (roessler) + * smime.c: Fix bad code in smime_get_field_from_db. Problem noted + by Ulf Härnhammar . - * recvattach.c: view-attachments does not extract the message - within a x-pkcs7-mime if it's only signed, but not encrypted. - Such a message results, for example, from a decrypt-save if the - message was previously encrypted and signed. +2004-09-29 11:27:33 Thomas Roessler +(roessler) -2003-05-13 12:45:35 Thomas Glanzmann (roessler) + * lib.c: Fix mutt_unlink race condition for systems without + O_NOFOLLOW. Noted by Jarno Huuskonen . - * doc/manual.sgml.head: Fix an inconsistency between manual - and code. +2004-09-07 08:09:39 Matthias Andree (roessler) -2003-05-13 12:43:45 David Shaw (roessler) + * prepare: Fix parameter passing. - * gnupgparse.c, pgppubring.c: Currently, mutt uses the OpenPGP key - algorithm to determine the capabilities of the key. For example, - in mutt, a key of type 1 (RSA) can both encrypt & sign. This is - not correct as per OpenPGP, however, where the capabilities of - the key are determined by both the algorithm and key capability - flags that are set on the key. This can lead to user confusion - when their RSA encrypt-only or sign-only key is listed for both - signing and encryption in mutt. +2004-08-31 15:41:03 Thomas Roessler +(roessler) - GnuPG lists these flags in key listings, so it is easy to take - advantage of them. Here is a patch to use the flags, as well - as provide the flags in pgpring. Note that the pgp+pgpring - users won't see any change since the flags there are based on - the key algorithm as they are now, but the GnuPG users will see - an improvement. + * configure.in: Add AC_GNU_SOURCE. -2003-05-12 16:21:26 Thomas Roessler (roessler) + * recvattach.c: Remove *two* layers of S/MIME from messages + before building the attachment tree. A generic solution would + remove intransparent encodings all the way down the tree. - * enter.c: Fix alias completion when the alias is entered as - part of a group. (E.g., The Tea Party: alias1, alias2, alias3;) +2004-08-30 20:10:10 Brendan Cully (roessler) -2003-05-03 20:07:40 Dan Nelson (roessler) + * compose.c: Only print additional information related to PGP + in case the current message is indeed to be encrypted/signed + with PGP. - * mutt.h, muttlib.c: Fix #1558. (mutt_expand_fmt rewrite; - OPT_MAX wasn't maximal.) + * globals.h, init.h, mutt_sasl.c, mutt_ssl.c: Here's a patch + to allow mutt to use SSL client certificates to authenticate + itself. To use, set ssl_client_cert to the path to your + certificate file (containing both the certificate and the private + key). It works with the SASL EXTERNAL authentication mechanism, + so you'll need to have SASL enabled as well. -2003-04-15 13:17:05 René Clerc (roessler) +2004-08-30 20:03:35 Thomas Glanzmann +(roessler) - * compose.c: Fix two more cases in which ctrl-G is interpreted - as M_YES. + * init.c: Fix a memory leak in the generic spam detection code. -2003-04-15 09:52:06 Dale Woolridge (roessler) + * muttlib.c, protos.h: This wipes duplicated code, which I + introduced a while ago. - * compose.c: The "sign (a)s" code strips the pgp application - bit causing drawing issues in redraw_crypt_lines(). Other bits - (well bit = encrypt) are ignored as a result. I've only tested - with pgp, but the same problem exists in the smime code too. - This inline patch (against cvs head revision) fixes the problem. +2004-08-30 19:47:47 TAKAHASHI Tamotsu +(roessler) -2003-04-14 09:09:53 Thomas Roessler (roessler) + * po/ja.po: update - * init.h, mutt.h, send.c: Fix the PGP / S/MIME selection mess - in send.c. This patch adds two new configuration variables, - $crypt_autopgp and $crypt_autsmime. Both are set to "yes" - by default. By turning them off, you can disable the automatic - selection of one or both mechanisms. (Useful when your mutt is - PGP- and S/MIME enabled, but you only use, say S/MIME.) +2004-08-21 07:35:16 Ivan Vilata i Balaguer +(roessler) -2003-04-11 15:15:04 Thomas Roessler (roessler) + * po/ca.po: update - * send.c: Backing out the previous change. It was nonsense. +2004-08-17 16:06:48 René Clerc (roessler) -2003-04-11 11:56:58 Lars Hecking (roessler) + * po/nl.po: update - * config.guess, config.sub, depcomp, install-sh, missing, - mkinstalldirs: updates. +2004-08-17 15:56:23 Thomas Roessler +(roessler) -2003-04-11 11:56:22 Thomas Roessler (roessler) + * configure.in, configure.in: Check for ssize_t. - * send.c: Try to fix a PGP / S/MIME-related problem. Found by - Matt Larson , tracekd down by René Clerc - . +2004-08-17 15:25:31 Ronny Haryanto (roessler) - * thread.c: Fix a segmentation fault. + * po/id.po: Corrected update. -2003-04-09 08:21:59 Zardoz@users.sourceforge.net (roessler) + * po/id.po: update - * recvcmd.c: Fix #1531. (recvcmd.c duplicate of #1528) +2004-08-17 15:22:25 Vincent Lefevre (roessler) -2003-04-08 22:32:56 Thomas Roessler (roessler) + * po/fr.po: update - * lib.c: Avoid a division by zero. +2004-08-17 13:42:01 Johan Svedberg (roessler) - * color.c: Make sure has_colors() is only invoked when OPTNOCURSES - is unset. This fixes a segmentation fault on RH 8.0 which was - observed by Matt Larson . + * po/sv.po: update - * browser.c, enter.c, imap/imap.c, lib.c, mutt_idna.c, mx.c, - sendlib.c, smime.c, thread.c: Try to catch a couple of cases - in which parameters for malloc calls could overflow. Thanks to - Timo Sirainen for the heads-up. +2004-08-16 21:37:43 Adeodato Simó (roessler) -2003-04-08 10:18:15 Thomas Roessler (roessler) + * headers.c: as of current cvs, setting "PGP: E" (or similar) + when header-editing a message does not work. the OP is set + (ENCRYPT, SIGN, whatever) but APPLICATION_PGP is missing. - * po/es.po: Mark a translation as fuzzy in order to fix #1522. +2004-08-16 21:36:38 Brendan Cully (roessler) -2003-04-07 20:08:10 Thomas Roessler (roessler) + * imap/imap.c: If STARTTLS fails to complete the SSL handshake, + the error is not propagated and mutt will attempt to log in + anyway, probably causing an infinite block on read. The attached + patch closes the socket in this case, and propagates the error + properly. - * commands.c: Fix #1528. + * imap/auth_sasl.c: The attached patch causes mutt to attempt + the next method in imap_authenticators if the previous method + failed, even if the server reported that the method was + available. Previously mutt would give up if any authentication + method failed. -2003-04-07 07:57:49 René Clerc (roessler) +2004-08-16 21:34:22 Moritz Schulte (roessler) - * po/nl.po: update + * compose.c: Only print "Encrypt with" field in case the used + S/MIME modules supports this feature. -2003-04-06 11:00:59 Ivan Vilata i Balaguer (roessler) +2004-08-16 21:33:35 Pawel Dziekonski (roessler) - * po/ca.po: update + * po/pl.po: update -2003-04-02 09:05:19 Bjoern Jacke (roessler) +2004-08-11 12:31:21 Thomas Glanzmann +(roessler) - * smime_keys.pl: - add a missing filehandle closure - some - cleanups of unused/bogous code + * imap/imap.c: Fix two IMAP memory leaks. -2003-04-02 08:47:28 Thomas Roessler (roessler) + * imap/imap.c, imap/imap.h: Remove imap_close_connection. - * contrib/Makefile.in, contrib/colors.default, - contrib/colors.linux: sample.muttrc-tlr would try to include - my color configurations, which weren't distrubted. Fix - that. (Bug noted while helping someone else to configure - mutt during a conference.) + * menu.c: Fix a memory leak in mutt_menuDestroy. -2003-04-02 08:43:24 Thomas Roessler (roessler) +2004-08-08 16:21:16 Thomas Glanzmann +(roessler) - * contrib/sample.muttrc: Fix sample.muttrc. (Error noted by - Thomas Glanzmann.) + * ChangeLog, muttlib.c, protos.h: Fix a memory leak. -2003-04-02 08:40:50 Gary Johnson (roessler) +2004-08-08 16:19:15 Thomas Roessler +(roessler) - * curs_main.c: Here is the patch to fix the bug I reported - earlier in this thread, that sometimes when changing folders, - mutt would generate an error message and stop the further - processing of folder-hooks. + * pgp.c, smime.c: Fix the PGP and S/MIME menus. Complaints + and suggestions of many lead to these changes. See mutt-dev + discussions around this time for details. -2003-04-02 08:38:13 Vincent Lefevre (roessler) + * Makefile.am, crypthash.h, md5.h, sha1.h: Fix uint32_t + portability problem. Reported by Steve Kennedy. - * po/fr.po: update +2004-08-07 05:23:33 Johan Svedberg (roessler) -2003-04-02 08:34:49 TAKAHASHI Tamotsu (roessler) + * po/sv.po: update - * po/ja.po: update +2004-08-02 08:03:46 Nathan Dushman (roessler) -2003-04-02 08:31:00 Roland Rosenfeld (roessler) + * imap/command.c: Fix the improvement to address #1655. - * po/de.po: update +2004-07-22 01:10:55 Brendan Cully (roessler) -2003-04-02 08:28:24 David Shaw (roessler) + * imap/message.c: Quick fix for IMAP breakage. - * init.h, mutt.h, pgp.c: Here is the pgp_check_exit patch - updated for 1.5.4. This patch adds the pgp_check_exit option - (enabled by default) that causes mutt to check the exit code - of the PGP subprocess. A non-zero exit code means that the - subprocess failed and mutt will not continue to send the message. +2004-07-21 22:15:40 Nathan Dushman (roessler) - This is needed as in certain cases, PGP or GnuPG can fail to - completely process a document (say, if the gpg.conf file is - mangled, which is how I discovered the problem). Without an - exit code check, mutt will continue anyway and send the half - processed file. + * imap/command.c: This is a one-line patch that increases the + speed at which mutt opens IMAP mailboxes, and addresses bug #1655. -2003-04-02 08:21:09 Vsevolod Volkov (roessler) +2004-07-20 09:00:50 Pawel Dziekonski (roessler) - * po/ru.po: update. + * po/pl.po: update -2003-03-19 22:43:08 Thomas Roessler (roessler) +2004-07-20 08:17:21 Thomas Roessler +(roessler) - * po/pl.po, po/pt_BR.po, po/ru.po, po/sk.po, po/sv.po, po/tr.po, - po/uk.po, po/zh_CN.po, po/zh_TW.po, po/et.po, po/fr.po, po/gl.po, - po/hu.po, po/id.po, po/it.po, po/ja.po, po/ko.po, po/lt.po, - po/nl.po, ChangeLog, Makefile.am, VERSION, po/Makefile.in.in, - po/ca.po, po/cs.po, po/da.po, po/de.po, po/el.po, po/eo.po, - po/es.po, reldate.h: automatic post-release commit for mutt-1.5.4 + * imap/message.c, mutt.h, parse.c, send.c, url.c: Use List-Post + headers when doing list-reply. -2003-03-19 22:18:43 Thomas Roessler (roessler) +2004-07-19 21:44:23 TAKAHASHI Tamotsu +(roessler) - * po/tr.po, po/uk.po, po/zh_CN.po, po/zh_TW.po, po/sk.po, - po/sv.po, po/pl.po, po/pt_BR.po, po/ru.po, po/ja.po, po/ko.po, - po/lt.po, po/nl.po, po/gl.po, po/hu.po, po/id.po, po/it.po, - po/et.po, po/fr.po, po/da.po, po/de.po, po/el.po, po/eo.po, - po/es.po, VERSION, po/bg.po, po/ca.po, po/cs.po, reldate.h, - ChangeLog: automatic post-release commit for mutt-1.4.1 + * globals.h, imap/message.c, init.h: Fix #1548. (The first + variant, with $imap_headers specifying headers that are downloaded + in addition to the set required for mutt to work properly.) - * pgppubring.c: Fix some memory management calls. (Stable branch.) +2004-07-19 21:41:43 David Champion (roessler) -2003-03-19 21:33:30 Edmund GRIMLEY EVANS (roessler) + * mbox.c, mh.c, pgp.c, sendlib.c: Fix some compiler warnings. - * imap/utf7.c: Fix a buffer overflow in utf8_to_utf7. (Stable - branch.) +2004-07-19 21:39:28 Adeodato Simó (roessler) - * imap/utf7.c: Fix a buffer overflow in utf8_to_utf7. + * doc/manual.sgml.head: Fixing a missing newline. -2003-03-18 14:51:52 Andrew W. Nosenko (roessler) +2004-07-19 21:36:46 Thomas Glanzmann +(roessler) - * buffy.c (test_last_status_new): Fix memory leak. Envelope - structure allocated by mutt_read_rfc822_header() was never - deallocated. - - * parse.c (mutt_read_rfc822_header): Comment added about - needing deallocate envelope structure returned by - mutt_read_rfc822_header(). + * Makefile.am: Fix IMAP breakage. - * mutt_idna.c: (mutt_addr_for_display): Fix memory leak. `user' - and `domain' buffers was never deallocated. +2004-07-15 08:08:32 David Champion (roessler) - (mbox_to_udomain): Fix memory leak. `scratch' buffer was not - deallocated when `mbx' doesn't contain '@'. Also rewritten for - allocating memory only when needed and only how many as needed. + * doc/manual.sgml.head, init.c, init.h, mutt.h: v3 of the generic + spam detection patch. -2003-03-12 13:00:03 Thomas Roessler (roessler) +2004-07-14 05:58:30 Moritz Schulte (roessler) - * copy.c, sendlib.c: We need to re-format address headers instead - of just decoding them. + * pgp.c: Do not forget to handle special-case for gpg-agent. -2003-03-07 14:55:53 Brendan Cully (roessler) +2004-07-14 05:55:40 Thomas Roessler +(roessler) - * mutt_sasl.c: The global callbacks set up in sasl_client_init - are not copied by the SASL library, so they can't be allocated - on the stack. This is the case with both versions of the SASL - library, and I frankly don't understand why it hasn't caused - problems before. Since it segfaults reliably on OS X for me now, - I thought a patch would be in order. + * ChangeLog: Fix an earlier commit message. -2003-03-07 08:23:27 Thomas Roessler (roessler) +2004-07-14 05:45:18 TAKAHASHI Tamotsu +(roessler) - * crypt.c, pgp.h: Don't use functions without importing the - corresponding prototype. + * browser.c: Fix Debian#237426. (Experimental.) - * mutt_idna.c: It seems like libidn doesn't like to translate - NULL pointers. +2004-07-14 05:39:23 Thomas Roessler +(roessler) -2003-03-07 07:52:49 Jim Mock (roessler) + * compose.c: Don't invoke "builtin" as an external editor. Note: + It's not clear to me that this is really the right approach. + Revisit Editor/Visual some time. - * globals.h: globals.h is looking for crypt.h instead of - mutt_crypt.h. +2004-07-14 05:19:15 Elmar Hoffmann (roessler) -2003-03-06 21:23:53 Thomas Roessler (roessler) + * init.h, mutt.h, thread.c: By default Mutt hides the subject + of messages in the thread tree that have the same subject as + their parent or closest previously displayed sibling. This patch + makes this optional, introducing the hide_thread_subject boolean + setting which defaults to the old behaviour. - * send.c: Fixing a segmentation fault. Here's how to - reproduce it: Start mutt. Compose a new message, with an - attachment. Turn on PGP signing. Press C-G on the pass - phrase prompt. Turn off PGP signing. Send the message. +2004-07-14 05:07:18 Thomas Roessler +(roessler) -2003-03-05 21:18:24 Andrew W. Nosenko (roessler) + * mh.c: Some eye-candy during the delayed parsing of maildir + folders. - * protos.h, sort.c: Fix a warning. +2004-07-14 04:50:19 TAKAHASHI Tamotsu +(roessler) - * mutt_idna.c: Fix tlr's pre-processor screw-up. + * init.h, sort.h: Hack to fix $sort_browser documentation. -2003-03-04 09:51:07 Thomas Roessler (roessler) + * copy.c, copy.h, handler.c, init.h, mutt.h, send.c: + $include_onlyfirst, again. - * mutt_idna.c, mutt_socket.c: Unset UseSTD3ASCIIRules, and set - AllowUnassigned. (Just reading some standards.) +2004-07-14 04:34:07 Thomas Roessler +(roessler) -2003-03-04 09:31:19 Edmund GRIMLEY EVANS (roessler) + * copy.c, copy.h, handler.c, init.h, mutt.h, send.c: Fix a cvs + commit SNAFU: This commit undoes the include_onlyfirst patch, + but leaves the generic spam detection by David Champion in place + (which, erroneously, hadn't been committed automatically). - * handler.c: Be more friendly about bad multipart/alternative - bodies; #1478. Note that the relevant standards explicitly - *forbid* nested MIME encodings. +2004-07-14 04:16:58 ttakah@lapis.plala.or.jp (roessler) -2003-03-04 09:27:21 Thomas Roessler (roessler) + * commands.c, copy.c, copy.h, doc/manual.sgml.head, + doc/muttrc.man.head, globals.h, handler.c, hdrline.c, init.c, + init.h, mutt.h, muttlib.c, parse.c, pattern.c, protos.h, send.c, + sort.c, sort.h: Introduce $include_onlyfirst. - * copy.c: Fix another stupid error, and decode IDNs in the - CC header. +2004-07-12 13:35:27 Thomas Roessler +(roessler) - * init.h: Fix two typos in one line. Noted by Thomas Glanzmann - and Steve Kennedy. + * pager.c: The limitations for OP_MAIL and OP_RECALL should + be identical. - * addrbook.c, alias.c, send.c: Fixing more IDN bugs. + * init.c, sendlib.c: Add some debugging code, and rewrite the + previously-ununderstandable mutt_remove_duplicates. (All this + done on the search for a problem that ultimately turned out to + be a configuration issue. Still, the changed code could come in + handy some day.) -2003-03-03 14:25:14 Thomas Roessler (roessler) +2004-07-11 16:25:00 TAKAHASHI Tamotsu +(roessler) - * copy.c, sort.c: Fixing some nits. + * pager.c: Fix #1882. - * mutt_socket.c: IDNA support for the socket back-end. +2004-06-27 13:54:51 Thomas Roessler +(roessler) - * Makefile.am, addrbook.c, alias.c, charset.h, commands.c, - compose.c, configure.in, copy.c, edit.c, hdrline.c, headers.c, - init.c, main.c, mutt_idna.c, mutt_idna.h, pgpinvoke.c, - protos.h, query.c, recvcmd.c, rfc822.c, rfc822.h, send.c, - sendlib.c: IDN support for e-mail messages. Things should work - automagically once you have the GNU IDN library available from - ftp://alpha.gnu.org/pub/gnu/libidn/ installed. For IDN's which - can't be losslessly recoded to your local character set, mutt - should automatically fall back to using the ASCII representation. - There's probably a considerable number of bugs in this, and the - code may, at this point, not even compile on machines without - libidn. Will start working on that ASAP. + * postpone.c: Experimental code for #1910. -2003-03-03 08:26:21 Thomas Roessler (roessler) +2004-06-26 08:45:29 Thomas Roessler +(roessler) - * contrib/sample.muttrc, doc/manual.sgml.head, recvcmd.c, - commands.c, init.h, mutt.h: Introduce a new option named - $bounce, and fix some inconsistencies in the messages created - when bouncing. Based on work done by Thomas Glanzmann - . + * commands.c: Fix #1909. -2003-02-25 22:00:38 Thomas Roessler (roessler) +2004-06-23 08:09:43 Thomas Roessler +(roessler) - * commands.c, recvcmd.c: Fix some (too lazy and tired to do all) - of the inconsistencies between message and attachment bouncing. + * pgp.c: Zero out the PGP passphrase before asking for a new one. - * crypt.c: I should test-compile things before committing. - Stupid typo. +2004-06-17 20:39:20 Thomas Roessler +(roessler) -2003-02-25 21:41:32 Michael Elkins (roessler) + * smime.c: Change S/MIME send menu behavior to xor instead of or, + so it behaves the same way as the PGP send menu. - * query.c: Use mutt_strwidth for query response formatting. - (#1477) +2004-06-17 20:36:13 Moritz Schulte (roessler) -2003-02-25 21:37:59 Christian Vogel (roessler) + * Makefile.am, compose.c, configure.in, crypt-mod-pgp-classic.c, + crypt-mod-smime-classic.c, crypt-mod.c, crypt-mod.h, crypt.c, + cryptglue.c, curs_lib.c, init.h, keymap.c, keymap.h, main.c, + mutt.h, mutt_crypt.h, mutt_curses.h, pgp.c, pgp.h, smime.c, + smime.h: This is the sequel to the crypto modularization changes + I did on 2003-01-21. Moritz added another abstraction layer + which cleans up the code and allows the crypto modules to use + their own option menu. Everything should work as it used to + but is now in a really good shape for part III, the Return of + the GnuPG Easy Makers. -wk - * mx.c: Recognize MH folders used by sylpheed. + * crypt-mod-pgp-classic.c, crypt-mod-smime-classic.c, crypt-mod.c, + crypt-mod.h: New files. -2003-02-25 21:35:24 jesus.climent@hispalinux.es (roessler) + * smime.c (smime_valid_passphrase, smime_send_menu): New + functions. * smime.h: Removed macro: smime_valid_passphrase. + Declared: smime_valid_passphrase, smime_send_menu. * pgp.c: + Include "mutt_menu.h". (pgp_valid_passphrase, pgp_send_menu): + New functions. * pgp.h: Removed macro: pgp_valid_passphrase. + Declared: pgp_valid_passphrase, pgp_send_menu. * + mutt_curses.h: Declare: mutt_need_hard_redraw. * mutt_crypt.h: + Declare: crypt_pgp_valid_passphrase, crypt_pgp_send_menu, + crypt_smime_valid_passphrase, crypt_smime_send_menu, crypt_init. + Adjust WithCrypto definition since the GPGME backend does not + exclude anymore the other `classic' backends. (KEYFLAG_ISX509): + New symbol. * mutt.h (enum): New symbol: OPTCRYPTUSEGPGME. + (struct body): New member: is_signed_data, warnsig. * main.c + (main): Call crypt_init. * keymap.c (km_get_table): Support for + MENU_KEY_SELECT_PGP and MENU_KEY_SELECT_SMIME. (Menus): Added + entries fuer MENU_KEY_SELECT_PGP and MENU_KEY_SELECT_SMIME. + (km_init): Create bindings for MENU_KEY_SELECT_PGP and + MENU_KEY_SELECT_SMIME. * keymap.h (enum): New enum symbols: + MENU_KEY_SELECT_PGP, MENU_KEY_SELECT_SMIME. * init.h: + New configuration variable: crypt_use_gpgme. * compose.c + (pgp_send_menu, smime_send_menu): Removed functions, they are now + contained in the crypto backend modules. (mutt_compose_menu): + Use crypt_pgp_send_menu and crypt_smime_send_menu instead + pgp_send_menu and smime_send_menu. * cryptglue.c: Slightly + rewritten in order to make use of the module mechanism used to + access crypto backends. * curs_lib.c (mutt_need_hard_redraw): + New function. * crypt.c (crypt_forget_passphrase): Adjust + for new crypto backend interface. (crypt_valid_passphrase): + Stripped, use calls to crypt_pgp_valid_passphrase and + crypt_smime_valid_passphrase. - * po/es.po: Fix a typo. (#1482) +2004-06-02 17:55:34 Alain Bench (roessler) -2003-02-25 21:33:16 Thomas Roessler (roessler) + * parse.c: Fix #1759. - * doc/manual.sgml.head: Remove some ftp.guug.de URLs from the - manual. (#1485) +2004-04-30 06:49:37 Urs Janßen (roessler) - * crypt.c: Fix #1486; noted by Jeroen Coekaerts - . + * doc/Makefile.in, doc/mbox.man, doc/mmdf.man: mmdf(5), new mbox + (5). (These changes have been sitting in my inbox for ages, tlr.) -2003-02-19 21:33:43 David Shaw (roessler) +2004-04-13 15:10:38 Brendan Cully (roessler) - * pgpmicalg.c: 3156 defined several micalg values (pgp-md5, - pgp-sha1, etc.) Since then, three more hashes have been assigned - numbers in 2440bis. Here is a patch to add values for pgp-sha256, - pgp-sha384, and pgp-sha512 so mutt can properly handle them. + * imap/message.c: Fix #1795 -2003-02-19 21:31:19 Thomas Roessler (roessler) +2004-04-13 08:02:12 David Shaw (roessler) - * parse.c: Fix a memory leak observed by Vineet Kumar - . + * crypt.c, init.h, mutt.h: Rename pgp_mime_ask to pgp_mime_auto; + change the default; change the error message given if that + variable is set to "no." -2003-02-13 09:55:02 David Shaw (roessler) +2004-04-12 21:43:33 Thomas Roessler +(roessler) - * init.h: Here are some updates to the muttrc docs (spell check, - language tweaks, etc). No functional changes - this is just - language stuff. + * lib.c, attach.c: Don't open a file for writing that we have + unlinked before. Reported embarassingly long ago by Jarno + Huuskonen . -2003-02-13 09:50:00 Thomas Roessler (roessler) +2004-04-12 21:19:31 Dale Woolridge +(roessler) - * pgp.c: Fix #1444, Debian #178563. The details of this problem - were tracked down by Steven Barker . + * po/uk.po, po/zh_CN.po, po/zh_TW.po, po/pt_BR.po, po/ru.po, + po/sk.po, po/sv.po, po/tr.po, po/gl.po, po/hu.po, po/id.po, + po/it.po, po/ja.po, po/ko.po, po/lt.po, po/nl.po, po/pl.po, + po/cs.po, po/da.po, po/de.po, po/el.po, po/eo.po, po/es.po, + po/et.po, po/fr.po, compose.c, crypt.c, init.h, mutt.h, + mutt_crypt.h, po/ca.po, postpone.c, send.c, sendlib.c: See: + http://does-not-exist.org/mail-archives/mutt-dev/msg00843.html -2003-01-31 00:15:03 Thomas Roessler (roessler) +2004-04-12 20:37:19 Thomas Roessler +(roessler) - * init.h: Change the default for crypt_replyencrypt back to "yes". - Noted by Thomas Poindessous in Debian bug #178899; also #1448. + * copy.c: Fix #1804. - * pgp.c: Fix #1442 (thanks, Dale); properly initialize some - pointers which could otherwise lead to crashes. + * commands.c, curs_main.c, mutt.h, mutt_crypt.h, pager.c, + recvattach.c: A belated fix for #1808 (Debian #233106): Make + sure check-traditional-pgp doesn't leave the pager context + unnecessarily. This makes message-hooks like this one safe: -2003-01-30 23:54:30 David Shaw (roessler) + message-hook '!(~g|~G) ~b"^-----BEGIN\ PGP\ (SIGNED\ )?MESSAGE"' + \ "exec check-traditional-pgp" - * crypt.c, init.h, mutt.h, mutt_crypt.h, send.c: Introduce - $pgp_auto_traditional. +2004-04-12 19:53:29 TAKAHASHI Tamotsu +(roessler) -2003-01-30 23:48:36 Thomas Roessler (roessler) + * doc/manual.sgml.head, init.h: Various documentation fixes, + #1790. - * flags.c: The IMAP ACL patch broke things. +2004-04-12 19:47:59 Alain Bench (roessler) -2003-01-23 22:05:02 Nathan Dushman (roessler) + * doc/mbox.man, doc/muttbug.man: Fix #1831, Debian#237827. - * pop_auth.c: SASL2 support for popo_auth.c. +2004-04-12 19:42:10 Joël Riou (roessler) - * curs_main.c, flags.c, imap/imap.c, pager.c: The attached - patch provides improved support for IMAP ACLs (on servers that - support them). This means that mutt will now write the Seen - flag in mailboxes that allow it, even if the mailbox doesn't - allow other changes. + * globals.h, init.c, init.h: Introduce config_charset. -2003-01-23 22:01:03 Thomas Roessler (roessler) +2004-04-12 19:37:59 Vsevolod Volkov (roessler) - * handler.c: Automatically use the text/plain handler for text/* - body parts which don't have a handler of their own. + * po/ru.po: update -2003-01-21 18:56:10 Thomas Roessler (roessler) +2004-04-12 19:37:23 Im Eunjea (roessler) - * cryptglue.c: Fix a typo which broke pgp-extract-traditional. + * po/ko.po: update - * mutt_crypt.h: Fix an #ifdef. +2004-04-12 19:34:45 Holger Weiss (roessler) -2003-01-21 12:33:41 Werner Koch (roessler) + * doc/manual.sgml.head, doc/muttrc.man.head, mutt.h, pattern.c: + Unreferenced messages pattern: ~$ - * Makefile.am, acconfig.h, attach.c, commands.c, compose.c, - configure.in, copy.c, copy.h, crypt.c, cryptglue.c, curs_main.c, - functions.h, globals.h, gnupgparse.c, handler.c, hdrline.c, - headers.c, hook.c, init.c, init.h, keymap.c, keymap.h, - main.c, mutt.h, mutt_crypt.h, muttlib.c, mx.c, pager.c, - parse.c, pattern.c, pgp.c, pgp.h, pgpkey.c, pgplib.c, pgplib.h, - pgppubring.c, pop.c, postpone.c, protos.h, recvattach.c, send.c, - sendlib.c, smime.c, smime.h, sort.h: - - - To cleanup the pgp/smime code and prepare for other - backends. - - Support gpg-agent by not asking for a passphrase. +2004-04-12 19:20:13 Paul WALKER (roessler) - This is just a start and probably we need a couple of other things - to do. One drawback is that the help menu does always list all - crypto realted stuff even when configured for no crypto at all. - Same goes for the configure options but I consider thsi a feature: - It allows to use the same .muttrc for different versions of mutt - - at least during development, this is an advantage. This all might - be fixed but requires some changes to the configuration system. + * mutt_sasl.c: SASL2 needs errno.h. - Note, the use of the WithCrypto macro - it enables the compiler - to do dead-code-elimination depending on the configured backend. - This is better readable than all the nested ifdefs. I did some - short tests and it seems to work, althoug mutt's size does not - change largely when compiled w/o crypto. +2004-04-12 19:17:32 Thomas Roessler +(roessler) + + * muttlib.c: Include the user ID with temporary file names. + Suggested by eravin@panix.com in #1833. + + * doc/Makefile.in: Fix #1708 the brutal way, by installing + multiple copies of the muttbug (pardon, flea) manual page. + +2004-04-12 18:56:18 Neil Brown (roessler) + + * imap/auth_sasl.c: Fix Debian #206078, #214758; patch submitted + by Artur Czechowski as #1845. + +2004-03-21 16:02:10 Ivan Vilata i Balaguer +(roessler) + + * po/ca.po: update + +2004-02-12 08:51:07 roessler (roessler) + + * po/uk.po, po/zh_CN.po, po/zh_TW.po, po/sk.po, po/sv.po, + po/tr.po, po/pt_BR.po, po/ru.po, po/nl.po, po/pl.po, po/ja.po, + po/ko.po, po/lt.po, po/id.po, po/it.po, po/gl.po, po/hu.po, + po/es.po, po/et.po, po/fr.po, po/el.po, po/eo.po, po/da.po, + po/de.po, VERSION, po/bg.po, po/ca.po, po/cs.po, reldate.h, + ChangeLog: automatic post-release commit for mutt-1.4.2.1 + +2004-02-12 08:46:17 Thomas Roessler +(roessler) + + * Makefile.am: (stable) Include regex.c and snprintf.c with + the distribution. + +2004-02-11 14:03:38 roessler (roessler) + + * po/zh_TW.po, po/uk.po, po/zh_CN.po, po/tr.po, po/sv.po, + po/ru.po, po/sk.po, po/pt_BR.po, po/pl.po, po/nl.po, po/ko.po, + po/lt.po, po/ja.po, po/it.po, po/id.po, po/hu.po, po/gl.po, + po/et.po, po/fr.po, po/eo.po, po/es.po, po/el.po, po/de.po, + po/cs.po, po/da.po, po/ca.po, VERSION, po/bg.po, reldate.h, + ChangeLog: automatic post-release commit for mutt-1.4.2 + +2004-02-11 10:07:17 Thomas Roessler +(roessler) + + * configure.in, menu.c: Backport an old bug fix, and make sure + configure can be created on recent systems. + +2004-02-11 08:20:25 Mads Martin Joergensen (roessler) + + * init.c: Fix some warnings. + +2004-02-08 11:41:31 Edmund GRIMLEY EVANS (roessler) - cryptglue.c is new as a warpper to all crypto calls; some are - still in crypt.c but they should eventually also be wrapped. - We don't use function pointers to keep a path to use dlopen or - runtime configured backends. crypt.h is also new and replaces - pgp.h and smime.h in most files (except for the backend). + * charset.c: Fix a CP1255/8-related problem that's caused by a + glibc/iconv bug. - (Details are in Werner's changelog entries from January 4 - and January 6 below. Note that the configure update Werner - had done are not in the CVS at this point. -- T.R.) +2004-02-08 09:38:38 Thomas Roessler +(roessler) -2003-01-09 17:27:25 Thomas Roessler (roessler) + * muttlib.c: Change the logic in mutt_open_read to only + catch directories -- mutt may legitimately read devices (think + /dev/null) or named pipes. Also delegate error reporting to the + calling function by setting errno. - * pgppubring.c: Don't make a "hard" transition to the new GnuPG - syntax in pgpring. This change undoes one of David Shaw's - changes which were just committed. +2004-02-07 21:40:11 TAKAHASHI Tamotsu +(roessler) -2003-01-09 17:24:41 David Shaw (roessler) + * po/ja.po: update - * gnupgparse.c, pgppubring.c: The latest GnuPG has new abilities - to work with disabled keys. Part of this change will eventually - involve moving the 'd' that indicates a disabled key to a - different part of the key listing. +2004-02-07 21:38:32 Juan Altmayer Pizzorno +(roessler) - To smooth this transition, as of version 1.2.2, GnuPG will - start giving the 'd' in both places (and will do this for a good - long time). + * mbox.c: Hi, off_t is a 64-bit number (like on Mac OS X/darwin), + the percentages don't show right while mutt is reading/parsing + a mailbox. Here's a patch (against 1.5.6i) to fix that. - Here is a patch so mutt will accept either the old or new syntax. +2004-02-07 21:36:41 David Yitzchak Cohen + (roessler) - * curs_lib.c: A recent change causes all mutt_yesorno prompts - to come out as [yes]/yes or [no]/no. Here's a fix. + * init.c, muttlib.c: Looking at the code, the problem is pretty + obvious. A recent patch to init.c (the one that was supposed + to prevent Mutt from silently failing to read nonexistant RC + files, IIRC) changed source_rc() to stat(2) the RC "file" before + trying to mutt_open_read() it. There's only one problem here: + source_rc() has no way of knowing whether or not its "file" + is a file or a command. I'm attaching a patch that fixes the + problem in what I believe is the right way. -2003-01-06 Werner Koch (Committed 2003-01-21, roessler.) +2004-02-05 14:17:25 Thomas Roessler +(roessler) - * crypt.c (crypt_valid_passphrase): Detect gpg-agent and don't ask - for the passphrase. - * pgp.c (pgp_decrypt_part, pgp_application_pgp_handler) - (pgp_sign_message, pgp_encrypt_message) - (pgp_traditional_encryptsign): Make sure that we never ever send - the passphrase if the gpg-agent has been detected. Likewise. - - * acconfig.h: Removed all remaining stuff as AC_TEMPLATEs to - configure.in. BTW, we should consider to rename configure.in to - configure.ac. + * menu.c: Back out the patch for #1697. -2003-01-05 22:16:02 Thomas Roessler (roessler) +2004-02-02 18:17:46 Roland Rosenfeld (roessler) - * smime_keys.pl: Error checking for the creation of the temporary - directory; also, use file mode 0700. + * po/de.po: update -2003-01-05 22:08:25 Bjoern Jacke (roessler) +2004-02-02 10:26:14 Pawel Dziekonski (roessler) - * smime_keys.pl: Improve temporary file handling. + * po/pl.po: update -2003-01-05 22:02:37 Thomas Roessler (roessler) +2004-02-02 10:24:32 Im Eunjea (roessler) - * commands.c: Another mutt_yesorno() change, in order to correctly - interpret a C-g. + * po/ko.po: update -2003-01-05 22:00:00 Armin Wolfermann (roessler) +2004-02-02 10:22:56 Vincent Lefevre (roessler) - * recvcmd.c, send.c, alias.c, attach.c, commands.c, curs_lib.c, - main.c, muttlib.c, mx.c, pgpkey.c: Fix a number of invocations - of mutt_yesorno(): Always explicitly use the M_YES and M_NO - constants. Fixes a couple of cases in which C-g would be - mis-interpreted. + * po/fr.po: update -2003-01-04 Werner Koch (Committed 2003-01-21, roessler.) +2004-02-01 18:26:13 roessler (roessler) - Replaced the use of HAVE_PGP and HAVE_SMIME by a more readable - and extendable solution. + * po/pt_BR.po, po/ru.po, po/sk.po, po/sv.po, po/tr.po, po/uk.po, + po/zh_CN.po, po/zh_TW.po, po/id.po, po/it.po, po/ja.po, po/ko.po, + po/lt.po, po/nl.po, po/pl.po, VERSION, po/bg.po, po/ca.po, + po/cs.po, po/da.po, po/de.po, po/el.po, po/eo.po, po/es.po, + po/et.po, po/fr.po, po/gl.po, po/hu.po, reldate.h: automatic + post-release commit for mutt-1.5.6 - * pgplib.h: Moved enum pgp_ring and KEYFLAGS_* to - * crypt.h: here. - * smime.c (mutt_is_application_smime): Moved to - * crypt.c (mutt_is_application_smime): here. - * pgp.c (mutt_is_application_pgp): Moved to - * crypt.c (mutt_is_application_pgp): here. - * pgp.c (pgp_is_multipart_encrypted): Removed. Merged code with - * crypt.c (mutt_is_multipart_encrypted): this. - - * mutt.h: Protect against double inclusion. - - * pgplib.h (struct pgp_keyinfo): Remove the typedef to pgp_key_t. - * crypt.h (pgp_key_t): Declare the typedef here. NOTE: This is - now a pointer. Changed all usages accordingly. - - * configure.in: Replace HAVE_PGP and HAVE_SMIME by the new - CRYPT_BACKEND macros. Always include all OPS.*. - (LIBOBJ): Replaced by AC_LIBOBJ as required by newer autoconfs. - * Makefile.am (EXTRA_mutt_SOURCES): Move crypt.c to mutt_SOURCES. - (mutt_SOURCES): Add cryptglue.c - (EXTRA_DIST): Add crypt.h - - * pgp.h, pgplib.h, smime.h: Use the header only when the - approriate backend has been configured. - * pgp.c, pgpkey.c, smime.c: Build only if the approriate - CRYPT_BACKEND_ macro is defined. - * pgp.h, smime.h, global.h: Moved all variable declarations to - global.h because they are now always defined. - - * sort.h: Always define PgpSortKey, although it does not belong to - here. - - * keymap.h: Unconditionally include all PGP and SMIME stuff. - * mutt.h: Ditto. - * protos.h: Ditto. - - * init.h (HAVE_SMIME): Unconditionally include all crypto related - definitions. Mark the doc entries with "(Crypto/PGP/SMIME only)". - - * globals.h: Replace gpg.h and smime.h by crypt.h. - - * functions.h: Always include all crypto commands. - - * copy.h: Unconditionally define the crypto related M_CM_ - - * pgplib.h: Move APPLICATION_PGP and PGP* to crypt.h and include - it. - * smime.h: Move APPLICATION_SMIME and SMIME* to crypt.h and - include it. - * mutt_crypt.h (ENCRYPT,SIGN,GOODSIGN, BADSIGN): Move to crypt.h. - - * crypt.c: Replaced pgp.h and smime.h header by crypt.h. Always - include all functions but shortcut them depending on WITHCRYPTO. - All over the place use WITHCRYPTO instead of ifdefs. Replaced all - direct calls of the backend fucntions by twrapper functions - defined in cryptglue.c - (crypt_get_keys): Removed prototypes. - * pgp.h (pgp_findKeys): New prototype. - * smime.h (smime_findKeys): New prototype. - * cryptglue.c: New. - * crypt.h: New. - * mutt_crypt.h: Moved all crypt_* prototypes to gcrypt.h. - Unconditionally use this file. - - * init.c: Replaced pgp.h and smime.h header by crypt.h. - (parse_set): Use WITHCRYPTO instead of ifdefs. - (mutt_var_value_complete): Ditto. - - * sendlib.c: Replaced pgp.h and smime.h header by crypt.h. - (write_as_text_part): Now one macro using WITHCRYPTO. - (mutt_write_mime_body): Use WITHCRYPTO instead of ifdefs. - (mutt_make_message_attach): Ditto. - (mutt_write_fcc): Ditto. - - * send.c: Replaced pgp.h and smime.h header by crypt.h. - (include_forward): Use WITHCRYPTO and validate passphrases for pgp - and smime. - (include_reply): Ditto. - (generate_body): Use WITHCRYPTO instead of ifdefs. - (ci_send_message): Ditto. - - * recvattach.c: Replaced pgp.h and smime.h header by crypt.h. - (mutt_gen_attach_list): Use WITHCRYPTO instead of ifdefs. - (mutt_attach_display_loop): Ditto - (mutt_view_attachments): Ditto. - - * postpone.c: Replaced pgp.h and smime.h header by crypt.h. - (mutt_get_postponed): Use WITHCRYPTO instead of ifdefs. - (mutt_parse_crypt_hdr): Always include and use WITHCRYPTO instead - of ifdefs. - (mutt_prepare_template): Use WITHCRYPTO instead of ifdefs. - - * pop.c: Removed pgp.h and smime.h. - (pop_fetch_message): Use WITHCRYPTO instead of ifdefs. - - * pattern.c: Replaced pgp.h and smime.h header by crypt.h. - (Flags): Always include the crypto flags. - (msg_search): Use WITHCRYPTO instead of ifdefs. - (mutt_pattern_exec): Ditto. - - * parse.c: Removed pgp.h and smime.h. - (mutt_parse_mime_message): Use WITHCRYPTO instead of ifdefs. - - * pager.c: Replaced pgp.h and smime.h header by crypt.h. - (mutt_pager): Use WITHCRYPTO instead of ifdefs. - - * mx.c: Removed smime.h and pgp.h. - (mx_update_context): Use WITHCRYPTO instead of ifdefs. - - * muttlib.c: Replaced pgp.h and smime.h header by crypt.h. - (mutt_needs_mailcap): Use WITHCRYPTO. Note, that there used to be - an error when PGP was not configured so that TYPEAPPLICATION was - not recognized for SMIME. - (mutt_is_text_part): Use WITHCRYPTO instead of ifdefs. - - * main.c: Include crypt.h. - (show_version): Remove HAVE_PGP and HAVE_SMIME. Add - CRYPT_BACKEND_CLASSIC_PGP, CRYPT_BACKEND_CLASSIC_SMIME. - - * keymap.c: Include crypt.h so that we can test WITHCRYPTO. - (Menus): Always include pgp and smime. - (km_init): Create smime and pgp bindings depending on WITHCRYPTO. - (km_get_table): Return OpPgp depending on WITHCRYPTO. - - * hook.c (mutt_parse_hook): Use WITHCRYPTO instead of ifdefs. - (mutt_crypt_hook): Always include. - - * headers.c: Replaced pgp.h and smime.h header by crypt.h. - (mutt_edit_headers): Use WITHCRYPTO instead of ifdefs - - * hdrline.c: Replaced pgp.h and smime.h header by crypt.h. - (hdr_format_str): Use WITHCRYPTO. - - * handler.c: Replaced pgp.h and smime.h header by crypt.h. - (mutt_can_decode): Use WITHCRYPTO instead of ifdefs. - (mutt_can_decode): Application/smime is now also checked when PGP - support is not configured. - (mutt_body_handler): Use WITHCRYPTO - - * curs_main.c: Replaced pgp.h and smime.h header by crypt.h. - (mutt_index_menu): Shortcut crypto only operations depending on - WITHCRYPTO. - - * copy.c: Replaced pgp.h and smime.h header by crypt.h. - (_mutt_copy_message): - - * compose.c: Replaced pgp.h and smime.h header by crypt.h. - (enum): Always include HDR_CRYPT and HDR_CRYPTINFO. - (redraw_crypt_lines): Always include this fnc but shortcut it - depending on WITHCRYPT. Draw lines depending on the configured - crypto support. - (pgp_send_menu): Always include this one. Call wrapper functions. - (smime_send_menu): Likewise. - (draw_envelope): Use WITHCRYPTO instead of ifdefs. - (mutt_compose_menu): Allow pgp/smime commands only when configured. - - * commands.c: Replaced pgp.h and smime.h header by crypt.h. - (mutt_display_message,pipe_msg, _mutt_pipe_message) - (set_copy_flags, mutt_save_message, mutt_edit_content_type) - (_mutt_check_traditional_pgp): Use pgp wrapper. - - * attach.c (mutt_view_attachment): Removed HAVE_GPG and HAVE_SMIME - and replaced by global variable WITHCRYPTO. Replaced pgp and - smime header by crypt.h.x +2004-02-01 18:00:16 Mike Schiraldi <1074468571@schiraldi.org> +(roessler) -2003-01-03 18:07:36 Thomas Roessler (roessler) + * init.c: As you all know, running "mutt -F foo.rc" will have + mutt read foo.rc as its config file. However, there is a bug -- + if you specify a directory (like accidentally typing "mutt -F + /etc/mutt") mutt will silently ignore the flag and leave you + wondering why it isn't working. - * pgp.c: Detect in-line key material when checking for traditional - PGP messages. + Emil Sit posted a patch for this in March of 2002, but it seems + to have slipped through the cracks. Here's the patch again; + please consider it for inclusion. -2002-12-22 20:04:51 René Clerc (roessler) +2004-02-01 17:50:43 Luke Mewburn (roessler) - * po/nl.po: update + * buffy.c: Put a zero byte into the string, not into the pointer. -2002-12-22 20:01:32 Bjoern Jacke (roessler) +2004-02-01 17:48:25 Dan Ohnesorg (roessler) - * smime_keys.pl: Remove an unnecessary invocation of "cat"; - call openssl with the full path. + * po/cs.po: update -2002-12-22 11:20:00 Vincent Lefevre (roessler) +2004-02-01 17:45:33 Thomas Roessler +(roessler) - * po/fr.po: Another fr.po update for the CVS (taking into account - the change in pgpkey.c:486)... + * doc/manual.sgml.head: A cross-reference was missing. -2002-12-22 11:17:24 Martin Michlmayr (roessler) + * doc/manual.sgml.head: Improve documentation of alterantes. - * hdrline.c, init.h: Add %A to the format strings, which expands - to the reply-to address (if present) or to the author's address - when there's no Reply-To header. + * alias.c, doc/manual.sgml.head, doc/muttrc.man.head, globals.h, + hdrline.c, init.c, init.h, mutt.h, mutt_regex.h, muttlib.c, + protos.h: Turn alternates, lists, and subscribe into regular + expression lists. -2002-12-21 20:32:13 Thomas Roessler (roessler) +2004-01-12 22:56:58 Christoph Ludwig + (roessler) - * curs_main.c: OK, Michael is right: Gotos suck. ;-) + * smime_keys.pl: Avoid a Perl warning. -2002-12-21 13:25:11 Vsevolod Volkov (roessler) +2004-01-12 20:24:09 Matt Kraai (roessler) - * po/ru.po: update + * doc/manual.sgml.head: Thanks. The patch is committed to + the CVS. -2002-12-20 09:37:59 David Shaw (roessler) +2004-01-12 19:59:38 Thomas Roessler +(roessler) - * pgpkey.c: Minor tweak to an error message. + * crypt.c: Retainable PGP signatures were broken badly. #1757. -2002-12-20 09:29:12 Pawel Dziekonski (roessler) +2004-01-05 11:55:14 Robert Schiele +(roessler) - * po/pl.po: update + * mutt_sasl.c: Back out part of the previous SASL/IPv6 patch + due to portability issues. -2002-12-19 11:48:58 Thomas Roessler (roessler) +2004-01-04 11:10:21 Thomas Roessler +(roessler) - * doc/manual.sgml.head, doc/muttrc.man.head: Improve the - documentation of pgp-hook/crypt-hook. + * init.c: Strike that. - * pgpkey.c: Don't bother the user with weak keys when there's - a strong one. Experimental, based on discussions on mutt-dev. + * init.c: Fix a memory management error. Ouch. - * cvslog2changelog.pl: Identify both the author of a change and - the one who committed it to the CVS in the changelog. +2004-01-04 10:55:20 René Clerc (roessler) -2002-12-19 07:42:36 Vincent Lefevre (roessler) + * init.h: Fix hide_missing / hide_limited documentation. - * po/fr.po: update +2004-01-04 10:51:49 Thomas Roessler +(roessler) -2002-12-19 07:37:01 Thomas Roessler (roessler) + * hdrline.c: Permit list patterns that match the domain name of + an address; these patterns begin with '@'. Example: subscribe + @bugs.guug.de matches all messages sent to the bug tracking + system. - * Makefile.am: Michael doesn't have $VISUAL set. + * po/ru.po: Argh, I shouldn't replace files by patches. -2002-12-18 17:29:56 Sahil Tandon +2004-01-04 10:25:13 Cameron Patrick +(roessler) - * init.h: I found a small typo in the manual, specifically - at this[1] URL. The description of the smart_wrap variable reads: - "Controls the display of lines longer then the screen width in the - internal pager." The word _then_ should be _than_ if I'm not - mistaken. + * menu.c: Fix #1697 (Debian #219594.) -2002-12-18 10:26:35 Thomas Roessler +2004-01-04 10:21:19 Roland Rosenfeld (roessler) - * po/ja.po, po/ko.po, po/lt.po, po/nl.po, po/pl.po, po/pt_BR.po, - po/ru.po, po/sk.po, po/sv.po, po/tr.po, po/uk.po, po/zh_CN.po, - po/zh_TW.po, po/ca.po, po/cs.po, po/da.po, po/de.po, po/el.po, - po/eo.po, po/es.po, po/et.po, po/fr.po, po/gl.po, po/hu.po, - po/id.po, po/it.po: make update-po + * po/de.po: update - * mkchangelog.sh: Turn on compression when getting log messages - from the CVS server. (Now that I don't have the server locally, - bandwidth is expensive... ;-) +2004-01-04 10:19:45 TAKAHASHI Tamotsu +(roessler) - * keymap.c: Make the messages from the what-key function - internationalizable. + * po/ja.po: update - * crypt.c, crypt.h, mutt_crypt.h, pgp.c, pgp.h, smime.c, - smime.h: Rename crypt.h to mutt_crypt.h. +2004-01-04 10:08:02 Pawel Dziekonski (roessler) - * Makefile.am: cvs update ChangeLog before trying to update - it locally. + * po/pl.po: update -2002-12-18 07:37:56 Roland Rosenfeld +2004-01-04 10:03:46 Michael Elkins (roessler) - * po/de.po: update + * send.c: Fix #1488 (Debian#1882526): Honor Reply-To while + generating Mail-Followup-To headers. -2002-12-17 13:45:16 Vincent Lefevre +2004-01-04 09:59:42 Thomas Roessler +(roessler) - * po/fr.po: update fr.po + * init.h: Fix #1738; documentation issue re $from, $use_from. -2002-12-17 13:04:29 Thomas Roessler +2004-01-04 09:52:55 Michael Elkins (roessler) - * .cvsignore: Ignore some more files. + * hook.c, send.c: Fix #1724, cannot use ~h pattern match with + reply-hook. - * Makefile.am, mkjtags.c: Remve that jed tags generator. I don't - use it anyway. +2004-01-04 09:49:23 Vsevolod Volkov (roessler) - * cvslog2changelog.pl: Adding Michael's address to the changelog - generator. + * pop.h, pop_lib.c: Attached patch provides support of STLS + (STARTTLS) command in POP3 protocol. - * build-release: Adopting the release-building script to the - new changelog process. + * po/ru.po: update - * po/ru.po, po/sk.po, po/sv.po, po/tr.po, po/uk.po, po/zh_CN.po, - po/zh_TW.po, po/hu.po, po/id.po, po/it.po, po/ja.po, po/ko.po, - po/lt.po, po/nl.po, po/pl.po, po/pt_BR.po, po/es.po, po/et.po, - po/fr.po, po/gl.po, VERSION, build-release, po/ca.po, po/cs.po, - po/da.po, po/de.po, po/el.po, po/eo.po, reldate.h: automatic - post-release commit for mutt-1.5.3 +2004-01-04 09:45:05 Brendan Cully (roessler) - * OPS, curs_main.c, functions.h: Experimental: Introduce - {next,previous}-new-then-unread. These functions behave - like {next,previous}-new as long as new messages are - visible. When no new messages are visible any more, there's - a fall-back to {next,prev}-unread. + * imap/imap.c: Fix #1703. - Memo to self: Impose a weekly quota on the use of goto - statements. +2004-01-04 09:42:35 Thomas Roessler +(roessler) -2002-12-16 20:28:46 Edmund GRIMLEY EVANS + * smime.c: Fix a NULL pointer deference noted by Will Fiveash + . - * handler.c, rfc2047.c, url.c: Fix #1424. +2003-12-30 13:04:20 Thomas Roessler +(roessler) -2002-12-16 17:59:51 Thomas Roessler + * commands.c, crypt.c, mutt.h, mutt_crypt.h, smime.c: Handle + partially signed messages more reasonably. See #1743. - * pgp.c: Experimental short-cut code if the "image" of an address - under a pgp-hook looks like a hexadecimal key id. +2003-12-29 11:44:35 Alain Bench (roessler) -2002-12-13 15:53:36 David Shaw + * commands.c: Fix #844. - * lib.c: Fixing Thomas' screw-up in mutt_concat_path. +2003-12-29 11:37:41 Patrick Welche (roessler) -2002-12-13 11:00:44 René Clerc + * m4/gssapi.m4, mutt_sasl.c: A while ago I posted a similar + patch which is necessary as when mutt tries to connect to an + imap server over ipv6 it stores the address in a sockaddr which + may not be large enough to hold the ipv6 address. - * po/nl.po: update. +2003-12-17 17:42:02 Scott Koranda +(roessler) -2002-12-11 22:47:57 Thomas Roessler + * crypt.c: pkcs7-signature wasn't recognized properly in one + more place. - * muttlib.c, pgp.c, protos.h, send.c: Fix #1417; thanks to - Derek D. Martin for the excellent observation. - (In addition to the fix proper, some tracking of temporary files - is added to mutt's debugging output.) +2003-12-17 08:46:50 Michael Elkins (roessler) -2002-12-11 22:23:42 Thomas Roessler + * rfc1524.c: Fix possible core dump in mailcap nametemplate + handling. - * crypt.c: Call endwin() before calling PGP for traditional - encryption. +2003-12-10 00:48:57 Thomas Roessler +(roessler) -2002-12-11 15:51:57 Vincent Lefevre + * thread.c: Avoid NULL pointer deference in threading code. - * po/fr.po: update. +2003-12-03 08:19:11 Alain Bench (roessler) -2002-12-11 15:20:21 Thomas Roessler + * pager.c: Fix 1716. - * browser.c, complete.c, hook.c, init.c, lib.c, lib.h: Herbert - Martin Dietze notes that - mutt may currently build IMAP URLs like imap://exchange//herbert - for FCCs. The fix in this patch is to include a function named - mutt_concat_path which concatenates path elements, but avoids - the creation of double slashes. (These don't create problems - when you're just accessing the file system, but apparently they - do cause problems with IMAP.) +2003-11-15 09:32:30 Velko Hristov +(roessler) - * imap/auth.c, imap/command.c, imap/imap.c, imap/imap.h, - imap/util.c, date.c, dotlock.c, dotlock.h, edit.c, editmsg.c, - enter.c, extlib.c, flags.c, from.c, functions.h, gnupgparse.c, - handler.c, hash.c, hash.h, headers.c, help.c, history.c, - history.h, keymap.c, keymap.h, lib.c, lib.h, main.c, makedoc.c, - mapping.h, menu.c, mh.c, mime.h, mkjtags.c, mutt_curses.h, - mutt_menu.h, mutt_regex.h, mutt_socket.c, muttlib.c, mx.c, mx.h, - pager.h, parse.c, pattern.c, pgp.c, pgp.h, pgpinvoke.c, pgpkey.c, - pgplib.c, pgplib.h, postpone.c, protos.h, query.c, recvattach.c, - recvcmd.c, remailer.c, remailer.h, resize.c, rfc1524.c, rfc1524.h, - rfc2047.c, rfc2047.h, rfc2231.c, rfc2231.h, rfc822.c, rfc822.h, - score.c, signal.c, snprintf.c, sort.c, sort.h, status.c, - system.c, thread.c, url.c, addrbook.c, alias.c, attach.c, - attach.h, browser.c, browser.h, buffy.c, buffy.h, charset.c, - charset.h, commands.c, complete.c, compose.c, copy.h, crypt.c, - crypt.h, curs_main.c: Fix Mike's and my e-mail addresses in - copyright lines. + * po/bg.po: updat - * muttbug.sh.in: Ask for the user's e-mail address. +2003-11-12 22:31:51 Edmund GRIMLEY EVANS (roessler) - * pager.c: Try to make search-next behave more closely to what - people are used to, again. The behaviour introduced by this - patch will give you the previous search string as the default, - but will search-next when you just press enter without changing - the search string. + * po/eo.po: update -2002-12-10 20:56:52 Thomas Roessler +2003-11-12 14:01:03 René Clerc (roessler) - * imap/command.c, imap/imap.c, imap/message.c, imap/utf7.c, - imap/util.c, score.c, send.c, sendlib.c, smime.c, thread.c, url.c, - addrbook.c, alias.c, attach.c, browser.c, buffy.c, charset.c, - color.c, compose.c, copy.c, crypt.c, curs_main.c, enter.c, - gnupgparse.c, hash.c, history.c, hook.c, init.c, lib.c, main.c, - mbox.c, menu.c, mh.c, mutt_ssl.c, mutt_ssl_nss.c, muttlib.c, - mx.c, pager.c, parse.c, pattern.c, pgp.c, pgpkey.c, pgplib.c, - pgppacket.c, pgppubring.c, pop.c, pop_auth.c, postpone.c, - query.c, recvattach.c, remailer.c, rfc1524.c, rfc2047.c, - rfc2231.c, rfc822.c: Replace safe_free calls by the FREE macro. + * po/nl.po: update + +2003-11-12 13:49:32 Thomas Roessler +(roessler) + + * configure.in, mutt_idna.c, mutt_idna.h, mutt_socket.c: Fix + IDN API incompatibility problems. -2002-12-09 19:06:40 Thomas Roessler +2003-11-12 11:47:46 duvall@emufarm.org (roessler) - * Makefile.am: Minor formatting fix. + * configure.in: Fix 1515, 1693. - * cvslog2changelog.pl: Change the ChangeLog format as - suggested by Martin Michlmayer. +2003-11-12 11:40:27 Thomas Roessler +(roessler) - * send.c: Try to fix another obscure error in S/MIME - auto-signing upon reply. + * mh.c, sort.c: Fix dangling pointer problems in threading code. + Noted and tracked down by q4xk3j002@sneakemail.com who also + provided the initial fix. - * rfc822.c: Experimental patch to fix #1318. +2003-11-11 10:19:22 Ronny Haryanto (roessler) -2002/12/09 18:09:49 David Jardine + * po/id.po: update - * init.h: Documentation fix concerning %L in index_format. - #1313. +2003-11-10 18:02:26 Rudy Taraschi (roessler) -2002/12/09 18:05:54 David Shaw + * mutt_socket.c: Fix double-free problems related to IDN support. - * mh.c, parse.c: Reduce the meaning of the mark_old option - so it only controls whether new messages are marked as old - when leaving the mailbox. +2003-11-10 10:37:10 Vincent Lefevre (roessler) -2002/12/09 17:54:25 Jesus Climent + * po/fr.po: update - * po/es.po: Fix a typo. (#1392) +2003-11-09 21:41:28 Thomas Roessler +(roessler) -2002/12/09 17:52:50 Anders Helmersson + * mh.c: Fix #1692. - * addrbook.c, curs_lib.c, protos.h, query.c: Fix #1390. - Based on a patch submitted earlier by Edmund Grimley Evans. + * send.c: Commit the fix for #1509. This must have been lost + earlier this year. -2002/12/09 17:44:54 Thomas Roessler +2003-11-05 20:09:36 roessler (roessler) - * PATCHES: Ups. + * po/ja.po, po/ko.po, po/lt.po, po/nl.po, po/pl.po, po/pt_BR.po, + po/ru.po, po/sk.po, po/sv.po, po/tr.po, po/uk.po, po/zh_CN.po, + po/zh_TW.po, ChangeLog, VERSION, po/bg.po, po/ca.po, po/cs.po, + po/da.po, po/de.po, po/el.po, po/eo.po, po/es.po, po/et.po, + po/fr.po, po/gl.po, po/hu.po, po/id.po, po/it.po: automatic + post-release commit for mutt-1.5.5.1 -2002/12/09 17:44:28 Michael Elkins +2003-11-05 12:17:10 Thomas Roessler +(roessler) - * OPS, PATCHES, curs_main.c, functions.h, keymap.c, keymap.h, - menu.c: This patch adds two features to mutt: + * Makefile.am: Include regex.c and snprintf.c with the + distribution. Noted by Lars Hecking. - - you can now specify the octal code of a key in a bind or - macro function, using the syntax . Eg, bind index - <541> show-version This allows you to bind to a function - key for which Mutt doesn't have a friendly name associated - with it. - - - adds a what-key function which allows you to press a key - and have mutt show you the decimal/octal value. (not - bound to anything by default) + * build-release: Ups, we don't upload the CVS any more. -2002/12/09 16:07:24 Toomas Soome +2003-11-05 09:51:10 roessler (roessler) - * po/et.po: update. + * po/pl.po, po/pt_BR.po, po/ru.po, po/sk.po, po/sv.po, po/tr.po, + po/uk.po, po/zh_CN.po, po/zh_TW.po, ChangeLog, VERSION, po/bg.po, + po/ca.po, po/cs.po, po/da.po, po/de.po, po/el.po, po/eo.po, + po/es.po, po/et.po, po/fr.po, po/gl.po, po/hu.po, po/id.po, + po/it.po, po/ja.po, po/ko.po, po/lt.po, po/nl.po, reldate.h: + automatic post-release commit for mutt-1.5.5 -2002/12/09 13:30:02 Thomas Roessler +2003-11-05 09:27:43 Thomas Roessler +(roessler) - * po/pt_BR.po, po/ru.po, po/sk.po, po/sv.po, po/tr.po, - po/uk.po, po/zh_CN.po, po/zh_TW.po, po/gl.po, po/hu.po, - po/id.po, po/it.po, po/ja.po, po/ko.po, po/lt.po, po/nl.po, - po/pl.po, po/eo.po, po/es.po, po/et.po, po/fr.po, po/ca.po, - po/cs.po, po/da.po, po/de.po, po/el.po, compose.c: Try to - fix a localization issue identified by Pawel Dzienkonski - (#1410). Side effect: All translations will need an update - of the S/MIME key translations. + * build-release: Use gpg for signing releases. -2002/12/09 11:20:14 Pawel Dziekonski +2003-11-03 10:30:58 Thomas Roessler +(roessler) - * po/pl.po: update. + * attach.c: Fix a logic flaw in attachment saving. -2002/12/08 23:14:43 ph04169@cc.uoi.gr +2003-10-08 19:55:39 Thomas Roessler +(roessler) - * po/el.po: update. + * pgpkey.c: KeyTable is pgp_uid_t **, not pgp_key_t *. Fix some + sizeof statements accordingly. Note that pgp_key_t is also a + pointer, though, so this should not have broken things. -2002/12/08 16:11:35 TAKAHASHI Tamotsu +2003-10-06 09:58:35 Thomas Roessler +(roessler) - * po/ja.po: update. + * query.c: Fiy memory corruption. (# 1659) -2002/12/08 15:10:59 Roland Rosenfeld +2003-10-04 22:12:10 Thomas Roessler +(roessler) - * po/de.po: Update. + * lib.c: mutt_basename() was garbage. -2002/12/07 19:19:34 Thomas Roessler + * doc/manual.sgml.head: Fix some tags. Noted by Todd + . - * Makefile.am: yet another one. + * recvattach.c, attach.h, commands.c, compose.c, keymap.h, lib.c, + lib.h, menu.c, mutt.h, mutt_menu.h, muttlib.c, pager.c, protos.h: + This patch fixes various aspects of the attachment-saving user + interface. Changes include: - * Makefile.am: Another changelog-related change. + * When tagging and saving multiple attachments, you can now use + the same target directory for multiple attachments. - * ChangeLog, Makefile.am, cvslog2changelog.pl: Automatically - update ChangeLog as part of the commit process. + * When you can't save an attachment, you get an opportunity to + enter a new file name. - * doc/Makefile.in, ChangeLog, ChangeLog.old, Makefile.am, - cvslog2changelog.pl, mkchangelog.sh: Change the style of - ChangeLog: Now, the actual patch submitter's name is - extracted from the commit message and used for the change - log. For the moment, the date format doesn't match the one - in the old changelog. If you want to fix this, submit a - patch to cvslog2changelog.pl. ;-) + * The menu cursor will highlight the attachment that you are + currently discussing with mutt. -2002/12/07 08:55:59 Vincent Lefevre + * Various bug fixes. - * po/fr.po: update + This does, in particular, address #1619 (Debian#208430). -2002/12/07 08:55:23 Paul Walker + * menu.c: Fix #1656. - * pgppubring.c: Fix a compilation warning. +2003-09-29 16:34:32 René Clerc (roessler) -2002/12/07 08:53:21 Thomas Roessler + * doc/muttrc.man.head: Fix typo. - * mh.c, mutt.h, muttlib.c: Gracefully handle unknown maildir flags. +2003-09-29 15:05:52 Thomas Roessler +(roessler) -2002/12/06 11:30:08 Thomas Roessler + * doc/dotlock.man, doc/mutt.man, doc/muttrc.man.head: Fix #1652 + (Debian #213007), noted by Jens Seidel . - * Makefile.am: Run check_sec.sh before committing. +2003-09-20 06:24:10 Thomas Roessler +(roessler) -2002/12/06 11:28:30 Brendan Cully + * muttbug.sh.in: Adapt to new GNU coreutils by not using head (1). - * m4/gettext.m4, m4/iconv.m4, build-release, configure.in: autoconf cleanup. +2003-09-19 13:09:59 René Clerc (roessler) -2002/12/06 11:14:13 Thomas Roessler + * po/nl.po: update - * po/zh_CN.po, po/zh_TW.po, po/uk.po, po/ru.po, po/sk.po, po/sv.po, po/tr.po, po/lt.po, po/nl.po, po/pl.po, po/pt_BR.po, po/gl.po, po/hu.po, po/id.po, po/it.po, po/ja.po, po/ko.po, po/el.po, po/eo.po, po/es.po, po/et.po, po/fr.po, po/da.po, po/de.po, VERSION, po/ca.po, po/cs.po, reldate.h, ChangeLog: automatic post-release commit for mutt-1.5.2 +2003-09-19 13:05:13 Thomas Roessler +(roessler) - * curs_lib.c, pgppubring.c: Fixing a number of traditional malloc calls which have made their - way into the code. + * imap/utf7.c: Fix remaining (void **) casts. - * build-release: Don't post announcements automatically for the moment. +2003-09-19 13:03:26 Mads Martin Joergensen (roessler) -2002/12/05 22:30:02 Michael Elkins + * imap/browse.c, imap/command.c, parse.c, pgp.c, pgpkey.c, + pop_lib.c, query.c, recvattach.c, remailer.c, rfc1524.c, + rfc2047.c, rfc2231.c, sendlib.c, smime.c, thread.c, addrbook.c, + browser.c, color.c, compose.c, copy.c, crypt.c, curs_lib.c, + edit.c, enter.c, handler.c, lib.c, lib.h, mh.c, mutt_idna.c, mx.c, + pager.c: As the ones of you who compile with new gcc's probably + have noticed, there's a lot of type-punning in Mutt. With help + from Philipp Thomas, I've fixed all I could find in CVS (please + double-check, one might have slipped through the cracks), I can + make one for 1.4 CVS branch as well if wanted. - * doc/manual.sgml.head: Fix #1398. +2003-09-19 12:56:49 Thomas Roessler +(roessler) -2002/11/25 14:16:47 Lars Hecking + * send.c: Change abort_unmodified so it doesn't abort a message + that has an attachment. Catches the "send a file from the + command line, quickly" case. - * sendlib.c, ChangeLog, INSTALL, charset.h, configure.in: The noiconv patch. +2003-09-11 16:59:54 Brendan Cully (roessler) -2002/11/14 08:12:30 Michael Elkins + * mutt_sasl.c: This trivial patch closes #1516 (NI_WITHSCOPEID + undefined). Thanks to Mads for the initial patch. - * curs_lib.c: Fix #1388. +2003-09-11 07:27:23 Velko Hristov +(roessler) -2002/11/13 10:10:52 Thomas Roessler + * po/bg.po: Bulgarian translation. (Seems like I screwed up an + earlier commit. -tlr) - * main.c: A description of -A was lacking from the help string. +2003-09-10 13:20:49 Jon Miles (roessler) - * doc/manual.sgml.head, doc/mutt.man, main.c, protos.h: Add a new command line option -A which is used to expand aliases. + * pop_auth.c: In pop_auth.c:pop_auth_sasl(), if the main loop + received anything back from the server that didnt begin with '+ + ', it was bailing out and skipping the checks to see if there + was a +OK response. - * keymap.c: Add a safeguard #ifdef for the KEY_BTAB entry. Suggested by Thomas - Dickey. +2003-09-07 10:11:49 Im Eunjea (roessler) -2002/11/12 09:20:30 Michael Elkins + * po/ko.po: update. - * keymap.c: Tell mutt about the back-tab key (shift tab). +2003-09-04 15:10:09 Thomas Roessler +(roessler) -2002/11/12 09:20:09 Thomas Roessler + * init.h: Fix some formatting glitches that lead to error messages + when viewing the muttrc(5) manual page. - * Makefile.am: ups. +2003-09-04 14:59:57 Christoph Ludwig + (roessler) - * Makefile.am: Add "make pclean" in order to clean up PATCHES. + * smime.c: Fix verification bug when messages are S/MIME signed + & encrypted. -2002/11/12 08:55:57 TAKAHASHI Tamotsu +2003-09-03 17:22:09 Dan Born (roessler) - * po/ja.po: update + * postpone.c: I've attached a patch for bug number 1036, as + reported at http://bugs.guug.de/db/pa/lmutt.html ("segfault + when more than one msg is postponed"). This is a patch against + mutt 1.4.1. -2002/11/12 08:41:18 Thomas Roessler + As it was previously left, no one could reproduce it. The problem + occurs because sorting is disabled when opening the postponed + folder, but the Sort global variable still tells mutt to use + whatever sorting algorithm the $sort config option indicates. + Eventually, the code would get to mutt_messages_in_thread and + try to dereference a NULL thread object, causing the segfault. - * README: Add an explicit note that CVS doesn't work from ftp.mutt.org any more. +2003-09-03 17:20:56 Pawel Dziekonski (roessler) -2002/11/12 08:35:34 "Yasuhiro Matsumoto" + * po/pl.po: update. - * mbyte.c: cp932 should be treated like shift_jis. +2003-09-03 17:15:20 TAKAHASHI Tamotsu +(roessler) -2002/11/12 08:20:11 Nathan Dushman + * po/ja.po: New ja.po. - * imap/auth_gss.c, imap/auth_sasl.c, configure.in, main.c, mutt_sasl.c, mutt_sasl.h: Hi - this is a patch against mutt-1.4 to use version 2 of the Cyrus - SASL library; all changes are ifdef'd so as not to break SASLv1 - support. This includes a patch to configure.in to allow the choice - between v1 and v2, but someone with a better understanding of - autoconf should double-check it. +2003-09-03 17:12:52 Velko Hristov +(roessler) -2002/11/12 08:00:51 Michael Elkins + * configure.in: Bulgarian translation. - * handler.c: Actually commit patch-1.5.1.me.long_qp.2. +2003-09-03 17:10:37 Brendan Cully (roessler) - * mailbox.h, mh.c, mx.c: The maildir_time patch. + * mutt_ssl.c: Fix a segmentation fault which occurs + when a certificate is rejected. Bug noted by Rob Latham + . -2002/11/11 21:17:25 Thomas Roessler +2003-09-03 17:09:09 Anatoly Vorobey (roessler) - * muttbug.sh.in: You shall not use CVS to distribute test versions. + * curs_main.c: The commands "read-thread" (^R) and + "read-subthread" (Esc-R) do not honor the resolve variable (don't + advance cursor after marking the thread/subthread as read), + which, to me at least, is a nuisance. - * muttbug.sh.in: more fixes. +2003-08-11 14:06:08 Brendan Cully (roessler) - * muttbug.sh.in: Add some rpm-related intelligence to flea. + * imap/imap.c: 1595: My guess is this bug is caused by + mlarson@verisign.com's patch to check for UNSEEN rather than + RECENT messages. This means that as long as there are messages + in a mailbox either new or old, mutt will think it has new mail. - * muttbug.sh.in: Fix flea's interaction with bug(1) on Debian systems. + The attached patch reverts that change. Let me know if it solves + the problem. - * PATCHES: Clean up the patch list. +2003-08-11 14:05:13 Thomas Roessler +(roessler) -2002/11/11 20:32:30 Michael Elkins + * doc/muttrc.man.head: Fix a formatting bug. - * PATCHES, hdrline.c: Fix #485: Make %z work like %Z inside of %{} in $index_format. +2003-08-05 13:55:47 Brendan Cully (roessler) - * PATCHES, copy.c: Fix #1379 - update the total mailbox size when an attachment is - deleted. + * attach.c, buffy.c, commands.c, copy.c, editmsg.c, init.c, + mbox.c, mx.c, mx.h, sendlib.c: This patch removes the Kendra + format from mutt. (The support was broken anyways.) - * PATCHES, curs_main.c, menu.c, pager.c: Fix #1310; redraw problems. +2003-08-02 11:01:09 Horvath Szabolcs +(roessler) - * doc/manual.sgml.head, init.h: Fix #1306. + * po/hu.po: update - * send.c: Fix #1364. +2003-07-29 10:11:05 Edmund GRIMLEY EVANS (roessler) -2002/11/11 19:50:23 Steve Kennedy + * pager.c: It seems that Solaris has an incorrect implementation + of mbrtowc: when there is an encoding error and mbrtowc returns + (size_t)(-1) no value should be stored in *pwc (the first + argument), as I understand it, but here mbrtowc is storing 8 + when presented with the bytes "\xc8\x4d". - * pgp.c: Fix memory leak in the PGP code. + However, relying on mbrtowc not to store anything in *pwc when + there is an error is a bit silly; it makes sense to look at + the return value. So, the following patch should be applied if + Pawel can confirm that it fixes the problem. I've tested it and + it worked for me with glibc's mbrtowc. -2002/11/11 19:46:29 Paul Walker +2003-07-24 18:40:50 Vincent Lefevre (roessler) - * commands.c, protos.h, sendlib.c: Fix #718. + * alias.c, copy.c, handler.c, imap/command.c, imap/imap.c, + imap/message.c, imap/util.c, init.c, intl/l10nflist.c, + intl/loadmsgcat.c, intl/localealias.c, keymap.c, lib.c, + makedoc.c, muttlib.c, pattern.c, rfc2047.c, rfc2231.c, rfc822.c, + strcasecmp.c, url.c: Some functions/macros like isspace take an + int and require the argument to have the value of an unsigned char + (or EOF). Under Solaris, gcc complains when the argument is a char + (as this is a possible bug, on platforms where char is signed, + like Solaris). The attached patch fixes such problems (well, + perhaps I've changed more than necessary, but this doesn't hurt). -2002/11/11 19:38:30 Thomas Roessler +2003-07-22 12:56:38 dshaw@jabberwocky.com (roessler) - * sendlib.c: Fix #1366. + * gnupgparse.c: When encrypting a message to a user that has more + than one subkey, at least one of which is revoked or expired, + mutt treats the entire key as unusable rather than just the + subkey(s) in question. -2002/11/11 19:24:24 Martin Siegert +2003-07-16 11:18:12 Brendan Cully (roessler) - * mx.c: Fix IMAP moving; #1367. + * account.c, account.h, imap/auth_sasl.c, imap/imap.c: I noticed + that my mutt hung when I tried SASL DIGEST-MD5 authentication + (I'm not sure when this started). I believe this patch should + solve that problem in a reliable way. -2002/11/11 19:22:17 rene@clerc.nl + This patch also attempts to reuse connections even when + authentication fails, instead of just throwing away a perfectly + good socket. - * send.c: Another S/MIME ifdef misses and causes compilation problems. + * curs_lib.c, enter.c, keymap.c, keymap.h, mutt.h, mutt_curses.h, + mutt_ssl.c: This patch redoes yesterday's unbuffered input + patch. Now it uses a pseudo-option, which means less mess to carry + down the call stack. It also made it much easier to have the SSL + certificate menu be unbuffered, which it is now. So push commands + won't annoy you when entering passwords or accepting certificates. -2002/11/11 19:21:24 Michael Elkins +2003-07-15 11:41:32 Brendan Cully (roessler) - * init.h: patch-1.5.1-me.status_doc.2 + * curs_main.c, globals.h, imap/command.c, imap/imap.c, + imap/imap.h, imap/imap_private.h, imap/util.c, mx.c: The attached + patch should keep all opened IMAP connections alive, no matter + what mailbox you are currently in. With the patch that got + committed yesterday, this should close bug 1523. -2002/11/11 19:16:11 Thomas Roessler + (There was a typo in that patch. This one supersedes it.) - * alias.c, init.c, protos.h: patch-1.5-tlr.alias-parse.1 - extension of patch-1.5.1-me.aliascheck.1 - - This patch catches the same kind of bad alias names caught by - Michael's patch. There are some extensions: - - 1. Mutt makes sure that it doesn't _suggest_ bad names to the user. - 2. If a name is bad, the user is informed, and may elect to fix the - name. In this case, mutt will automatically suggest a fixed - version. - 3. If the user insists in the bad name, it's written into the - aliases file with proper quoting. - 4. When mutt parses the aliases file, it now uses the normal - tokenizer routines in order to properly handle quoted alias names. + * configure.in, .cvsignore: autoconf 2.5 compatibility. -2002/11/11 18:36:25 Michael Elkins +2003-07-14 12:40:03 Hugo Haas (roessler) - * handler.c: patch-1.5-me.long_qp.2 (#1371) - fix truncation with overly long Q-P - encoded lines. + * send.c: Fix #1520. -2002/10/22 21:24:07 René Clerc +2003-07-14 12:20:27 Pawel Dziekonski (roessler) - * commands.c: Add some missing #ifdefs. + * po/pl.po: small fix. -2002/10/22 21:23:20 Michael Elkins +2003-07-14 12:19:07 Brendan Cully (roessler) - * init.h, recvattach.c: Documentation fix; #1326 + * imap/command.c, imap/imap.c: On Sunday, 13 July 2003 at 18:09, + Brendan Cully wrote: -2002/10/22 21:22:45 René Clerc + > The attached patch should help when the connection to your + postponed > folder times out and you can't reconnect without + restarting mutt. I'd > like anyone who has that problem to try + it and let me know how it > works. - * send.c: Another crypt_reply fix. + I dug a little deeper. The attached patch seems to work better. It + complains the first time you try to recall a message, but works + the second. -2002/10/22 21:20:07 Michael Elkins + * account.c, curs_lib.c, enter.c, keymap.c, keymap.h, mutt.h, + mutt_curses.h: The attached patch prevents mutt from reading the + push buffer when asking for passwords. This is a proper fix for + bug 1312. I think it's uncontroversial. - * contrib/sample.muttrc: #1357 +2003-07-04 17:15:34 Thomas Roessler +(roessler) -2002/10/10 09:50:03 René Clerc + * imap/auth_sasl.c: Increase a buffer's size. - * send.c: Make sure that crypt_reply replies with the same type, despite a - possible S/MIME default. +2003-07-04 17:07:22 Nicolas Rachinsky (roessler) -2002/10/10 09:43:29 Michael Elkins + * OPS, curs_lib.c, curs_main.c, functions.h, menu.c: Introduce + tag-prefix-cond and end-cond. This makes simple conditional + execution of parts of macros possible. - * doc/manual.sgml.head, doc/manual.sgml.head: Document escaping rules for regular expressions (#1351). +2003-07-04 17:03:51 Bruno Postle (roessler) - * pager.c: Fix header coloring, so there is no difference between ncurses and - slang. + * curs_main.c, pattern.c: Display an empty index when no messages + match search criteria. - * init.h: PGP documentation glitch. +2003-07-04 16:57:56 Thomas Roessler +(roessler) -2002/10/10 09:33:33 Paul Walker + * init.h, muttlib.c: Add a ':' flag to % expandos. This will + make sure that any dots are converted into underscores. (_ + is already used for lowercasing the result of an expando.) - * doc/manual.sgml.head: Fix #1340 (documentation) +2003-06-04 14:01:39 Thomas Roessler +(roessler) -2002/10/10 09:33:05 Michael Elkins + * muttlib.c: Don't colorize empty lines generated with + state_attach_puts(); - * pager.c: Jeremy Lin wrote: - > When I search with / and get a match, doing '/\r' doesn't move to the next - > match. This behavior is unlike the less pager, and is rather useless, IMHO. - - Try the attached patch. +2003-05-29 17:48:28 David Shaw (roessler) -2002/09/23 12:08:43 Thomas Roessler + * imap/imap.c, pgp.c, po/eo.po, po/id.po: Fix part of #1564. - * buffy.c: A variant of buffy notification. Note: If you folks don't like - this, we can return to the old version. +2003-05-29 17:47:10 Thomas Roessler +(roessler) -2002/09/09 21:48:19 Rudi Chiarito + * init.c: Fix a segmentation fault which would occur when + pgp_sort_keys is set in a configuration file, but mutt is compiled + without PGP support. - * OPS, browser.c, buffy.c, curs_main.c, functions.h, pager.c, protos.h: Add a buffy-list function, and display more information when new - mail arrives. With some modifications from tlr. + * gnupgparse.c: Fix PGP subkey handling when looking at key + capabilities. This should take care of the recent "mutt does + not see all keys" problems. -2002/09/09 21:19:08 Michael Elkins +2003-05-13 13:06:16 Dale Woolridge +(roessler) - * mh.c: Fix #1321. + * crypt.c: Fix gpg-agent use. - * mh.c: [STABLE] Fix #1321. +2003-05-13 12:53:20 Thomas Roessler +(roessler) -2002/09/09 21:04:03 Tony Leneis + * doc/manual.sgml.head: Remove useless examples about treating + text/enriched externally. #1549; Debian #190309. - * signal.c: Tru64 Unix portability patch. +2003-05-13 12:50:04 Juan Altmayer Pizzorno +(roessler) - * signal.c: [STABLE] Tru64 Unix portability patch. + * recvattach.c: view-attachments does not extract the message + within a x-pkcs7-mime if it's only signed, but not encrypted. + Such a message results, for example, from a decrypt-save if the + message was previously encrypted and signed. -2002/09/09 21:02:05 Vincent Lefevre +2003-05-13 12:45:35 Thomas Glanzmann +(roessler) - * doc/manual.sgml.head: Fixing a typo. + * doc/manual.sgml.head: Fix an inconsistency between manual + and code. -2002/09/09 20:53:46 Thomas Roessler +2003-05-13 12:43:45 David Shaw (roessler) - * postpone.c: Fixing #1300. Noted by David Shaw . + * gnupgparse.c, pgppubring.c: Currently, mutt uses the OpenPGP key + algorithm to determine the capabilities of the key. For example, + in mutt, a key of type 1 (RSA) can both encrypt & sign. This is + not correct as per OpenPGP, however, where the capabilities of + the key are determined by both the algorithm and key capability + flags that are set on the key. This can lead to user confusion + when their RSA encrypt-only or sign-only key is listed for both + signing and encryption in mutt. - * postpone.c: Fix #1299; noted by David Shaw . + GnuPG lists these flags in key listings, so it is easy to take + advantage of them. Here is a patch to use the flags, as well + as provide the flags in pgpring. Note that the pgp+pgpring + users won't see any change since the flags there are based on + the key algorithm as they are now, but the GnuPG users will see + an improvement. -2002/09/09 20:20:20 Michael Elkins +2003-05-12 16:21:26 Thomas Roessler +(roessler) - * init.h, mutt.h, send.c: Introducing $forward_edit. + * enter.c: Fix alias completion when the alias is entered as + part of a group. (E.g., The Tea Party: alias1, alias2, alias3;) - * send.c: #265: - - > Suppose a user wants to fcc to a file (e.g., /a/b/c) but accidentally - > typed a = before the path name. Mutt will fail to find the =/a/b/c - > folder, display the error message and beep, but immediately erase the - > error message; the mail will be sent even though the fcc failed. (The - > same can be accomplished by accidentally mistyping other parts of the - > path name.) On local systems where screen update is quick, the user - > might not notice the error message at all. - > - > The problem with this behaviour is that the user might have no chance - > to read the error message if the screen update is quick enough; as a - > result (s)he might not notice that the fcc failed. - > - > A related thing (probably can't be classified as a problem) is that if - > fcc fails, the user probably don't want to send the mail out because - > if fcc is requested (s)he probably very much want to keep a copy of - > the sent mail. - - Try the following patch. We keep track of whether or not the fcc - failed with a local var `fcc_error' and perform the same behavior as - if the actual send of the message failed (without really sending) - when the FCC fails, thus giving the user a chance to correct the - error. +2003-05-03 20:07:40 Dan Nelson (roessler) - * globals.h, init.h, send.c: Introduce $content_type. There's one change against Michael's - patch, in how the "format=flowed" parameter is used. + * mutt.h, muttlib.c: Fix #1558. (mutt_expand_fmt rewrite; + OPT_MAX wasn't maximal.) -2002/09/09 20:04:45 Vincent Lefevre +2003-04-15 13:17:05 René Clerc (roessler) - * history.c: [STABLE] Fixing history classes. + * compose.c: Fix two more cases in which ctrl-G is interpreted + as M_YES. - * history.c: Fixing history classes. +2003-04-15 09:52:06 Dale Woolridge +(roessler) -2002/09/09 19:56:25 Armin Wolfermann + * compose.c: The "sign (a)s" code strips the pgp application + bit causing drawing issues in redraw_crypt_lines(). Other bits + (well bit = encrypt) are ignored as a result. I've only tested + with pgp, but the same problem exists in the smime code too. + This inline patch (against cvs head revision) fixes the problem. - * mh.c: when doing the second parsing pass on a maildir, mutt doesn't delete - the fake HEADER struct if the file is unreadable. With this fix - unreadable files get silently ignored (like in the MH case). +2003-04-14 09:09:53 Thomas Roessler +(roessler) -2002/09/09 19:55:01 "TAKAHASHI, Tamotsu" + * init.h, mutt.h, send.c: Fix the PGP / S/MIME selection mess + in send.c. This patch adds two new configuration variables, + $crypt_autopgp and $crypt_autsmime. Both are set to "yes" + by default. By turning them off, you can disable the automatic + selection of one or both mechanisms. (Useful when your mutt is + PGP- and S/MIME enabled, but you only use, say S/MIME.) - * po/ja.po: Update. +2003-04-11 15:15:04 Thomas Roessler +(roessler) -2002/09/09 19:53:24 Michael Elkins + * send.c: Backing out the previous change. It was nonsense. - * editmsg.c: Fixing #1149: Truncate files used for editing messages. +2003-04-11 11:56:58 Lars Hecking (roessler) -2002/09/09 19:29:26 Nicolas Rachinsky + * config.guess, config.sub, depcomp, install-sh, missing, + mkinstalldirs: updates. - * doc/manual.sgml.head, doc/muttrc.man.head, buffy.c, buffy.h, init.h: An unmailboxes command. #1311. +2003-04-11 11:56:22 Thomas Roessler +(roessler) -2002/09/09 19:24:54 Michael Elkins + * send.c: Try to fix a PGP / S/MIME-related problem. Found by + Matt Larson , tracekd down by René Clerc + . - * attach.c: Fixing #1330. + * thread.c: Fix a segmentation fault. - * attach.c: [STABLE] Fixing #1330. +2003-04-09 08:21:59 Zardoz@users.sourceforge.net (roessler) -2002/08/09 07:01:11 Thomas Roessler + * recvcmd.c: Fix #1531. (recvcmd.c duplicate of #1528) - * doc/muttrc.man.head: Document unalternative_order in the manual page. +2003-04-08 22:32:56 Thomas Roessler +(roessler) -2002/08/09 06:58:37 Michael Elkins + * lib.c: Avoid a division by zero. - * doc/manual.sgml.head, init.c, init.h: The following patch adds the `unalternative_order' command. It also - allows using "*" more generically in un-commands which use - parse_unlists(). + * color.c: Make sure has_colors() is only invoked when OPTNOCURSES + is unset. This fixes a segmentation fault on RH 8.0 which was + observed by Matt Larson . -2002/08/05 17:25:05 Michael Elkins + * browser.c, enter.c, imap/imap.c, lib.c, mutt_idna.c, mx.c, + sendlib.c, smime.c, thread.c: Try to catch a couple of cases + in which parameters for malloc calls could overflow. Thanks to + Timo Sirainen for the heads-up. - * pgpewrap.c, pgppubring.c, pgpewrap.c, pgppubring.c: Error handling fixes. + * po/es.po: Mark a translation as fuzzy in order to fix #1522. -2002/07/26 08:24:01 Michael Elkins +2003-04-07 20:08:10 Thomas Roessler +(roessler) - * doc/manual.sgml.head: Documentation for reply-hook. Another patch (for the manual page) - would be most welcome. ;-)) + * commands.c: Fix #1528. - * curs_lib.c: The attached patch fixes mutt_yesorno() so that the question will be - truncated enough to always fit in the default answer string. The - size is calculated on the fly so that there is no artificial - truncation. +2003-04-07 07:57:49 René Clerc (roessler) -2002/07/24 09:46:58 TAKIZAWA Takashi + * po/nl.po: update - * mutt.h, mutt.h: The attached patch sets MB_LEN_MAX to 16, which is MB_LEN_MAX value - on glibc-2.2. It works only with --without-wc-funcs switch. It may - be applied to mutt-1.4 and mutt-1.5.1. +2003-04-06 11:00:59 Ivan Vilata i Balaguer +(roessler) -2002/07/24 09:37:41 Lars Hecking + * po/ca.po: update - * configure.in, configure.in: Fix a quoting sloppiness. Noted by Vincent Lefevre. +2003-04-02 09:05:19 Bjoern Jacke (roessler) -2002/07/24 09:33:59 Thomas Roessler + * smime_keys.pl: - add a missing filehandle closure - some + cleanups of unused/bogous code - * browser.c, browser.c: Fixing #1282. An off-by-one error. :-/ +2003-04-02 08:47:28 Thomas Roessler +(roessler) -2002/07/24 09:20:22 Michael Elkins + * contrib/Makefile.in, contrib/colors.default, + contrib/colors.linux: sample.muttrc-tlr would try to include + my color configurations, which weren't distrubted. Fix that. + (Bug noted while helping someone else to configure mutt during + a conference.) - * mutt.h, send.c, hook.c, init.h: reply-hook. Documentation still needed. + * contrib/sample.muttrc: Fix sample.muttrc. -2002/07/24 09:06:06 Vincent Lefevre +2003-04-02 08:40:50 Gary Johnson (roessler) - * po/fr.po: update. + * curs_main.c: Here is the patch to fix the bug I reported + earlier in this thread, that sometimes when changing folders, + mutt would generate an error message and stop the further + processing of folder-hooks. -2002/07/24 08:41:31 Michael Elkins +2003-04-02 08:38:13 Vincent Lefevre (roessler) - * doc/mutt.man, compose.c, editmsg.c, init.c, init.h, attach.c, doc/mutt.man, compose.c, editmsg.c, init.c, init.h, attach.c: Fix $editor and $visual. Based on an earlier patch from Edmund - Grimley Evans. + * po/fr.po: update -2002/07/19 19:23:21 Michael Elkins +2003-04-02 08:34:49 TAKAHASHI Tamotsu +(roessler) - * doc/manual.sgml.head: Another documentation patch. + * po/ja.po: update -2002/07/17 12:48:38 Rocco Rutte +2003-04-02 08:31:00 Roland Rosenfeld (roessler) - * sendlib.c: * Thomas Roessler [02-07-08 10:14:53 +0200] wrote: - > * sendlib.c, 3.12 -> 3.13 - > From: Rocco Rutte - - > Make encode_from a bit more aggressive, by also catching a 'f' in - > the beginning of a line. - - 'Catch' is good but also to encode it is better. It may have - been too late (sorry for that) so I fixed it. I don't know - why the current source only escapes lines that actually - begin with 'from' or 'From' followed by some text. I think - that escaping 'from' or 'From' on a single line should be - done, too. - - Not a big deal, anyways. + * po/de.po: update -2002/07/16 07:28:11 Michael Elkins +2003-04-02 08:28:24 David Shaw (roessler) - * main.c, main.c: Update copyright notices. + * init.h, mutt.h, pgp.c: Here is the pgp_check_exit patch + updated for 1.5.4. This patch adds the pgp_check_exit option + (enabled by default) that causes mutt to check the exit code + of the PGP subprocess. A non-zero exit code means that the + subprocess failed and mutt will not continue to send the message. -2002/07/07 19:33:50 Cedric Duval + This is needed as in certain cases, PGP or GnuPG can fail to + completely process a document (say, if the gpg.conf file is + mangled, which is how I discovered the problem). Without an + exit code check, mutt will continue anyway and send the half + processed file. - * doc/manual.sgml.head, doc/mutt.man, init.h: Documentation fixes. +2003-04-02 08:21:09 Vsevolod Volkov (roessler) -2002/07/07 19:29:05 "TAKAHASHI, Tamotsu" + * po/ru.po: update. - * doc/manual.sgml.head: Dcumentation fixes. +2003-03-19 22:43:08 roessler (roessler) -2002/07/07 19:23:22 Cedric Duval + * po/pl.po, po/pt_BR.po, po/ru.po, po/sk.po, po/sv.po, po/tr.po, + po/uk.po, po/zh_CN.po, po/zh_TW.po, po/et.po, po/fr.po, po/gl.po, + po/hu.po, po/id.po, po/it.po, po/ja.po, po/ko.po, po/lt.po, + po/nl.po, ChangeLog, Makefile.am, VERSION, po/Makefile.in.in, + po/ca.po, po/cs.po, po/da.po, po/de.po, po/el.po, po/eo.po, + po/es.po, reldate.h: automatic post-release commit for mutt-1.5.4 - * doc/manual.sgml.head, doc/mutt.man, init.h: Documentation fixes. + * po/tr.po, po/uk.po, po/zh_CN.po, po/zh_TW.po, po/sk.po, + po/sv.po, po/pl.po, po/pt_BR.po, po/ru.po, po/ja.po, po/ko.po, + po/lt.po, po/nl.po, po/gl.po, po/hu.po, po/id.po, po/it.po, + po/et.po, po/fr.po, po/da.po, po/de.po, po/el.po, po/eo.po, + po/es.po, VERSION, po/bg.po, po/ca.po, po/cs.po, reldate.h, + ChangeLog: automatic post-release commit for mutt-1.4.1 -2002/07/07 19:22:19 Rocco Rutte +2003-03-19 21:56:29 Thomas Roessler +(roessler) - * sendlib.c: Make encode_from a bit more aggressive, by also catching a 'f' in - the beginning of a line. + * pgppubring.c: Fix some memory management calls. (Stable branch.) -2002/07/07 19:13:03 Velko Hristov +2003-03-19 21:33:30 Edmund GRIMLEY EVANS (roessler) - * po/bg.po: Update. + * imap/utf7.c: Fix a buffer overflow in utf8_to_utf7. (Stable + branch.) -2002/07/07 19:11:15 Jeremy Blosser + * imap/utf7.c: Fix a buffer overflow in utf8_to_utf7. - * init.h: Add unauto_view to the stable branch. A one-liner. +2003-03-18 14:51:52 Andrew W. Nosenko (roessler) -2002/06/28 19:52:31 Michael Elkins + * buffy.c, parse.c: - buffy.c (test_last_status_new): Fix memory + leak. Envelope structure allocated by mutt_read_rfc822_header() + was never deallocated. + + - parse.c (mutt_read_rfc822_header): Comment added about + needing deallocate envelope structure returned by + mutt_read_rfc822_header(). - * doc/manual.sgml.head, doc/manual.sgml.head: Documentation fix (#271). + * mutt_idna.c: (mutt_addr_for_display): Fix memory leak. `user' + and `domain' buffers was never deallocated. -2002/06/18 10:03:52 (automatic) + (mbox_to_udomain): Fix memory leak. `scratch' buffer was not + deallocated when `mbx' doesn't contain '@'. Also rewritten for + allocating memory only when needed and only how many as needed. - * po/zh_TW.po, po/tr.po, po/uk.po, po/zh_CN.po, po/sv.po, po/sk.po, po/ru.po, po/pt_BR.po, po/nl.po, po/pl.po, po/ja.po, po/ko.po, po/lt.po, po/it.po, po/gl.po, po/hu.po, po/id.po, po/eo.po, po/es.po, po/et.po, po/fr.po, po/el.po, po/da.po, po/de.po, po/ca.po, po/cs.po: "make update-po" +2003-03-12 13:00:03 Thomas Roessler +(roessler) -2002/06/18 10:02:44 several submitters + * copy.c, sendlib.c: We need to re-format address headers instead + of just decoding them. - * po/ca.po: Adding a BG translation. Update for CA. +2003-03-07 14:55:53 Brendan Cully (roessler) -2002/06/18 10:02:43 Thomas Roessler + * mutt_sasl.c: The global callbacks set up in sasl_client_init + are not copied by the SASL library, so they can't be allocated + on the stack. This is the case with both versions of the SASL + library, and I frankly don't understand why it hasn't caused + problems before. Since it segfaults reliably on OS X for me now, + I thought a patch would be in order. - * po/bg.po: branches: 1.1.2; - file bg.po was initially added on branch mutt-1-4-stable. +2003-03-07 08:23:27 Thomas Roessler +(roessler) -2002/06/18 10:02:43 several submitters + * crypt.c, pgp.h: Don't use functions without importing the + corresponding prototype. - * po/bg.po: Adding a BG translation. Update for CA. + * mutt_idna.c: It seems like libidn doesn't like to translate + NULL pointers. - * configure.in: Adding a BG translation. +2003-03-07 07:52:49 Jim Mock (roessler) -2002/06/18 09:53:12 Michael Elkins + * globals.h: globals.h is looking for crypt.h instead of + mutt_crypt.h. - * init.c, init.c: The string used to store the commmand for a backtic expansion in the - muttrc was not free'd if the command failed for some reason. +2003-03-06 21:23:53 Thomas Roessler +(roessler) -2002/06/18 09:52:13 David Champion + * send.c: Fixing a segmentation fault. Here's how to reproduce + it: Start mutt. Compose a new message, with an attachment. + Turn on PGP signing. Press C-G on the pass phrase prompt. + Turn off PGP signing. Try to send the message. - * m4/gssapi.m4: Okay, two bugs here. One's an oversight of mine in my previous patch, - where I tried to use "[hH]" as Bourne code while m4 had quoting set to - ([, ]) -- this probably makes mutt mis-detect Heimdal after all. - - The other is not mine (i.e., it's in cvs now) and it makes mutt - overstrike $LIBS if Heimdal or MIT Kerberos is detected. This is a - problem for anyone who needs -lnsl -lsocket, in particular. I was - fixing - this by hand during late 1.3.x releases, as I didn't have time to - track - it down.... - - Here's a patch against the current (unpatched) 1.5 cvs copy of - m4/gssapi.m4. It probably should go into both branches. Sorry for the - repeats. +2003-03-05 21:18:24 Andrew W. Nosenko (roessler) -2002/06/06 23:13:54 Michael Elkins + * protos.h, sort.c: Fix a warning. - * color.c: Fix #1230. + * mutt_idna.c: Fix tlr's pre-processor screw-up. -2002/06/06 12:22:05 Will Fiveash +2003-03-04 09:51:07 Thomas Roessler +(roessler) - * init.h, init.h: Fix a couple of compile-time warnings. + * mutt_idna.c, mutt_socket.c: Unset UseSTD3ASCIIRules, and set + AllowUnassigned. (Just reading some standards.) -2002/05/31 16:59:39 Edmund GRIMLEY EVANS +2003-03-04 09:31:19 Edmund GRIMLEY EVANS (roessler) - * charset.c, charset.h, sendlib.c, charset.c, charset.h, sendlib.c: Fix charset-hook. + * handler.c: Be more friendly about bad multipart/alternative + bodies; #1478. Note that the relevant standards explicitly + *forbid* nested MIME encodings. -2002/05/31 16:45:49 Lars Hecking +2003-03-04 09:27:21 Thomas Roessler +(roessler) - * m4/iconv.m4, INSTALL, charset.h, configure.in: The noiconv patch. Should probably have been in 1.4. + * copy.c: Fix another stupid error, and decode IDNs in the + CC header. -2002/05/30 12:15:02 Thomas Roessler + * init.h: Fix two typos in one line. Noted by Thomas Glanzmann + and Steve Kennedy. - * rfc822.c: Properly handle empty addresses (<>) when they show up in mail - headers. The approach taken is to store this address as <@>, and to - check this special case when printing an address. + * addrbook.c, alias.c, send.c: Fixing more IDN bugs. -2002/05/29 09:31:51 Thomas Roessler +2003-03-03 14:25:14 Thomas Roessler +(roessler) - * po/zh_CN.po, po/zh_TW.po, po/uk.po, po/tr.po, po/sk.po, po/sv.po, po/pl.po, po/pt_BR.po, po/ru.po, po/ko.po, po/lt.po, po/nl.po, po/it.po, po/ja.po, po/fr.po, po/gl.po, po/hu.po, po/id.po, po/eo.po, po/es.po, po/et.po, po/da.po, po/de.po, po/el.po, VERSION, po/ca.po, po/cs.po, reldate.h, ChangeLog: automatic post-release commit for mutt-1.4 + * copy.c, sort.c: Fixing some nits. -2002/05/29 09:28:33 Roland Rosenfeld + * mutt_socket.c: IDNA support for the socket back-end. - * po/de.po: update. + * Makefile.am, addrbook.c, alias.c, charset.h, commands.c, + compose.c, configure.in, copy.c, edit.c, hdrline.c, headers.c, + init.c, main.c, mutt_idna.c, mutt_idna.h, pgpinvoke.c, + protos.h, query.c, recvcmd.c, rfc822.c, rfc822.h, send.c, + sendlib.c: IDN support for e-mail messages. Things should work + automagically once you have the GNU IDN library available from + ftp://alpha.gnu.org/pub/gnu/libidn/ installed. For IDN's which + can't be losslessly recoded to your local character set, mutt + should automatically fall back to using the ASCII representation. + There's probably a considerable number of bugs in this, and the + code may, at this point, not even compile on machines without + libidn. Will start working on that ASAP. -2002/05/29 09:27:46 Ronny Haryanto + * contrib/sample.muttrc, doc/manual.sgml.head, recvcmd.c, + commands.c, init.h, mutt.h: Introduce a new option named + $bounce, and fix some inconsistencies in the messages created + when bouncing. Based on work done by Thomas Glanzmann + . - * po/id.po: update +2003-02-25 22:00:38 Thomas Roessler +(roessler) -2002/05/28 09:07:29 Michael Elkins + * commands.c, recvcmd.c: Fix some (too lazy and tired to do all) + of the inconsistencies between message and attachment bouncing. - * mx.h, postpone.c: Fix some warnings noted by Vincent Lefevre. + * crypt.c: I should test-compile things before committing. + Stupid typo. -2002/05/21 07:28:28 Edmund GRIMLEY EVANS +2003-02-25 21:41:32 Michael Elkins (roessler) - * po/eo.po: update + * query.c: Use mutt_strwidth for query response formatting. + (#1477) -2002/05/18 05:39:55 Thomas Roessler +2003-02-25 21:37:59 Christian Vogel (roessler) - * pattern.c: Fix #1175. + * mx.c: Recognize MH folders used by sylpheed. - * pattern.c: Fix #1175. Noticed by Alain Bench. +2003-02-25 21:35:24 jesus.climent@hispalinux.es (roessler) -2002/05/18 05:34:50 Vsevolod Volkov + * po/es.po: Fix a typo. (#1482) - * pop_lib.c, pop_lib.c: Attached patch for mutt 1.3.X/1.4 and 1.5.X removes gcc warning in - pop_lib.c. +2003-02-25 21:33:16 Thomas Roessler +(roessler) -2002/05/16 17:33:19 Pawel Dziekonski + * doc/manual.sgml.head: Remove some ftp.guug.de URLs from the + manual. (#1485) - * po/pl.po: update + * crypt.c: Fix #1486; noted by Jeroen Coekaerts + . -2002/05/16 13:05:14 Im Eunjea +2003-02-19 21:33:43 David Shaw (roessler) - * po/ko.po: update. + * pgpmicalg.c: 3156 defined several micalg values (pgp-md5, + pgp-sha1, etc.) Since then, three more hashes have been assigned + numbers in 2440bis. Here is a patch to add values for pgp-sha256, + pgp-sha384, and pgp-sha512 so mutt can properly handle them. - * po/ko.po: update +2003-02-19 21:31:19 Thomas Roessler +(roessler) -2002/05/16 13:04:23 Ronny Haryanto + * parse.c: Fix a memory leak observed by Vineet Kumar + . - * po/id.po: update. +2003-02-13 09:55:02 David Shaw (roessler) - * compose.c: Triple-DES, not Tripple-DES. + * init.h: Here are some updates to the muttrc docs (spell check, + language tweaks, etc). No functional changes - this is just + language stuff. -2002/05/14 18:56:01 "Andrej N. Gritsenko" +2003-02-13 09:50:00 Thomas Roessler +(roessler) - * po/uk.po: update + * pgp.c: Fix #1444, Debian #178563. The details of this problem + were tracked down by Steven Barker . -2002/05/13 20:18:57 Toomas Soome +2003-01-31 00:15:03 Thomas Roessler +(roessler) - * po/et.po, po/et.po: update + * init.h: Change the default for crypt_replyencrypt back to "yes". + Noted by Thomas Poindessous in Debian bug #178899; also #1448. -2002/05/13 20:18:17 Vsevolod Volkov + * pgp.c: Fix #1442 (thanks, Dale); properly initialize some + pointers which could otherwise lead to crashes. - * po/ru.po, po/uk.po, po/ru.po: update +2003-01-30 23:54:30 David Shaw (roessler) -2002/05/13 20:16:08 Byrial Jensen + * crypt.c, init.h, mutt.h, mutt_crypt.h, send.c: Introduce + $pgp_auto_traditional. - * po/da.po: update +2003-01-30 23:48:36 Thomas Roessler +(roessler) -2002/05/13 20:15:40 Vsevolod Volkov + * flags.c: The IMAP ACL patch broke things. - * po/ru.po: update +2003-01-23 22:05:02 Nathan Dushman (roessler) -2002/05/13 20:15:07 Jörgen Tegnér + * pop_auth.c: SASL2 support for popo_auth.c. - * po/sv.po, po/sv.po: update + * curs_main.c, flags.c, imap/imap.c, pager.c: The attached + patch provides improved support for IMAP ACLs (on servers that + support them). This means that mutt will now write the Seen + flag in mailboxes that allow it, even if the mailbox doesn't + allow other changes. -2002/05/13 20:13:56 Vincent Lefevre +2003-01-23 22:01:03 Thomas Roessler +(roessler) - * po/fr.po: update + * handler.c: Automatically use the text/plain handler for text/* + body parts which don't have a handler of their own. -2002/05/09 09:52:09 Thomas Roessler +2003-01-21 18:56:10 Thomas Roessler +(roessler) - * doc/muttrc.man.head, doc/muttrc.man.head: #1190, from Tim Alexeevsky + * cryptglue.c: Fix a typo which broke pgp-extract-traditional. -2002/05/06 11:27:20 Thomas Roessler + * mutt_crypt.h: Fix an #ifdef. - * doc/manual.sgml.head: Remove -Q which is only present in unstable from the stable - documentation. Thanks to Andreas Kneib - for noting. +2003-01-21 12:33:41 Werner Koch (roessler) -2002/05/02 01:05:27 Thomas Roessler + * Makefile.am, acconfig.h, attach.c, commands.c, compose.c, + configure.in, copy.c, copy.h, crypt.c, cryptglue.c, curs_main.c, + functions.h, globals.h, gnupgparse.c, handler.c, hdrline.c, + headers.c, hook.c, init.c, init.h, keymap.c, keymap.h, + main.c, mutt.h, mutt_crypt.h, muttlib.c, mx.c, pager.c, + parse.c, pattern.c, pgp.c, pgp.h, pgpkey.c, pgplib.c, pgplib.h, + pgppubring.c, pop.c, postpone.c, protos.h, recvattach.c, send.c, + sendlib.c, smime.c, smime.h, sort.h: - To cleanup the pgp/smime + code and prepare for other backends. - Support gpg-agent by + not asking for a passphrase - autconf cleanups. - * Makefile.am: Include smime.h with EXRA_DIST. + This is just a start and probably we need a couple of other things + to do. One drawback is that the help menu does always list all + crypto realted stuff even when configured for no crypto at all. + Same goes for the configure options but I consider thsi a feature: + It allows to use the same .muttrc for different versions of mutt - + at least during development, this is an advantage. This all might + be fixed but requires some changes to the configuration system. -2002/05/01 23:24:17 Thomas Roessler + Note, the use of the WithCrypto macro - it enables the compiler + to do dead-code-elimination depending on the configured backend. + This is better readable than all the nested ifdefs. I did some + short tests and it seems to work, althoug mutt's size does not + change largely when compiled w/o crypto. - * po/zh_TW.po, po/sk.po, po/sv.po, po/tr.po, po/uk.po, po/zh_CN.po, po/pl.po, po/pt_BR.po, po/ru.po, po/id.po, po/it.po, po/ja.po, po/ko.po, po/lt.po, po/nl.po, po/eo.po, po/es.po, po/et.po, po/fr.po, po/gl.po, po/hu.po, VERSION, po/ca.po, po/cs.po, po/da.po, po/de.po, po/el.po, reldate.h, ChangeLog: automatic post-release commit for mutt-1.5.1 + cryptglue.c is new as a warpper to all crypto calls; some are + still in crypt.c but they should eventually also be wrapped. + We don't use function pointers to keep a path to use dlopen or + runtime configured backends. crypt.h is also new and replaces + pgp.h and smime.h in most files (except for the backend). - * smime.c: Shut up check_sec.sh. No security holes, but some ugly code. - * check_sec.sh: Give all the warnings at once. - * build-release: - This is a development branch. - - Add a -nodiff option to suppress generating a patch. + 2003-01-06 Werner Koch - * po/tr.po, po/uk.po, po/zh_CN.po, po/zh_TW.po, po/sk.po, po/sv.po, po/pl.po, po/pt_BR.po, po/ru.po, po/lt.po, po/nl.po, po/it.po, po/ja.po, po/ko.po, po/et.po, po/fr.po, po/gl.po, po/hu.po, po/id.po, po/da.po, po/de.po, po/el.po, po/eo.po, po/es.po, ChangeLog, VERSION, po/ca.po, po/cs.po, reldate.h: automatic post-release commit for mutt-1.3.99 + * crypt.c (crypt_valid_passphrase): Detect gpg-agent and + don't ask for the passphrase. * pgp.c (pgp_decrypt_part, + pgp_application_pgp_handler) (pgp_sign_message, + pgp_encrypt_message) (pgp_traditional_encryptsign): + Make sure that we never ever send the passphrase if the + gpg-agent has been detected. Likewise. + + * acconfig.h: Removed all remaining stuff as AC_TEMPLATEs + to configure.in. BTW, we should consider to rename + configure.in to configure.ac. + + 2003-01-04 Werner Koch + + Replaced the use of HAVE_PGP and HAVE_SMIME by a more + readable and extendable solution. + + * pgplib.h: Moved enum pgp_ring and KEYFLAGS_* to * + crypt.h: here. * smime.c (mutt_is_application_smime): + Moved to * crypt.c (mutt_is_application_smime): + here. * pgp.c (mutt_is_application_pgp): Moved to + * crypt.c (mutt_is_application_pgp): here. * pgp.c + (pgp_is_multipart_encrypted): Removed. Merged code with * + crypt.c (mutt_is_multipart_encrypted): this. + + * mutt.h: Protect against double inclusion. + + * pgplib.h (struct pgp_keyinfo): Remove the typedef to + pgp_key_t. * crypt.h (pgp_key_t): Declare the typedef + here. NOTE: This is now a pointer. Changed all usages + accordingly. + + * configure.in: Replace HAVE_PGP and HAVE_SMIME by the + new CRYPT_BACKEND macros. Always include all OPS.*. + (LIBOBJ): Replaced by AC_LIBOBJ as required by newer + autoconfs. * Makefile.am (EXTRA_mutt_SOURCES): Move + crypt.c to mutt_SOURCES. (mutt_SOURCES): Add cryptglue.c + (EXTRA_DIST): Add crypt.h + + * pgp.h, pgplib.h, smime.h: Use the header only + when the approriate backend has been configured. * + pgp.c, pgpkey.c, smime.c: Build only if the approriate + CRYPT_BACKEND_ macro is defined. * pgp.h, smime.h, + global.h: Moved all variable declarations to global.h + because they are now always defined. + + * sort.h: Always define PgpSortKey, although it does + not belong to here. + + * keymap.h: Unconditionally include all PGP and SMIME + stuff. * mutt.h: Ditto. * protos.h: Ditto. + + * init.h (HAVE_SMIME): Unconditionally include all + crypto related definitions. Mark the doc entries with + "(Crypto/PGP/SMIME only)". + + * globals.h: Replace gpg.h and smime.h by crypt.h. + + * functions.h: Always include all crypto commands. + + * copy.h: Unconditionally define the crypto related M_CM_ + + * pgplib.h: Move APPLICATION_PGP and PGP* to crypt.h + and include it. * smime.h: Move APPLICATION_SMIME + and SMIME* to crypt.h and include it. * mutt_crypt.h + (ENCRYPT,SIGN,GOODSIGN, BADSIGN): Move to crypt.h. + + * crypt.c: Replaced pgp.h and smime.h header by crypt.h. + Always include all functions but shortcut them depending + on WITHCRYPTO. All over the place use WITHCRYPTO + instead of ifdefs. Replaced all direct calls of the + backend fucntions by twrapper functions defined in + cryptglue.c (crypt_get_keys): Removed prototypes. + * pgp.h (pgp_findKeys): New prototype. * smime.h + (smime_findKeys): New prototype. * cryptglue.c: New. + * crypt.h: New. * mutt_crypt.h: Moved all crypt_* + prototypes to gcrypt.h. Unconditionally use this file. + + * init.c: Replaced pgp.h and smime.h header by crypt.h. + (parse_set): Use WITHCRYPTO instead of ifdefs. + (mutt_var_value_complete): Ditto. + + * sendlib.c: Replaced pgp.h and smime.h header by crypt.h. + (write_as_text_part): Now one macro using WITHCRYPTO. + (mutt_write_mime_body): Use WITHCRYPTO instead of ifdefs. + (mutt_make_message_attach): Ditto. (mutt_write_fcc): + Ditto. + + * send.c: Replaced pgp.h and smime.h header by crypt.h. + (include_forward): Use WITHCRYPTO and validate + passphrases for pgp and smime. (include_reply): Ditto. + (generate_body): Use WITHCRYPTO instead of ifdefs. + (ci_send_message): Ditto. + + * recvattach.c: Replaced pgp.h and smime.h header + by crypt.h. (mutt_gen_attach_list): Use WITHCRYPTO + instead of ifdefs. (mutt_attach_display_loop): Ditto + (mutt_view_attachments): Ditto. + + * postpone.c: Replaced pgp.h and smime.h header by + crypt.h. (mutt_get_postponed): Use WITHCRYPTO instead + of ifdefs. (mutt_parse_crypt_hdr): Always include and use + WITHCRYPTO instead of ifdefs. (mutt_prepare_template): + Use WITHCRYPTO instead of ifdefs. + + * pop.c: Removed pgp.h and smime.h. (pop_fetch_message): + Use WITHCRYPTO instead of ifdefs. + + * pattern.c: Replaced pgp.h and smime.h header by crypt.h. + (Flags): Always include the crypto flags. (msg_search): + Use WITHCRYPTO instead of ifdefs. (mutt_pattern_exec): + Ditto. + + * parse.c: Removed pgp.h and smime.h. + (mutt_parse_mime_message): Use WITHCRYPTO instead + of ifdefs. + + * pager.c: Replaced pgp.h and smime.h header by crypt.h. + (mutt_pager): Use WITHCRYPTO instead of ifdefs. + + * mx.c: Removed smime.h and pgp.h. (mx_update_context): + Use WITHCRYPTO instead of ifdefs. + + * muttlib.c: Replaced pgp.h and smime.h header by crypt.h. + (mutt_needs_mailcap): Use WITHCRYPTO. Note, that there + used to be an error when PGP was not configured so + that TYPEAPPLICATION was not recognized for SMIME. + (mutt_is_text_part): Use WITHCRYPTO instead of ifdefs. + + * main.c: Include crypt.h. (show_version): Remove + HAVE_PGP and HAVE_SMIME. Add CRYPT_BACKEND_CLASSIC_PGP, + CRYPT_BACKEND_CLASSIC_SMIME. + + * keymap.c: Include crypt.h so that we can test + WITHCRYPTO. (Menus): Always include pgp and smime. + (km_init): Create smime and pgp bindings depending + on WITHCRYPTO. (km_get_table): Return OpPgp depending + on WITHCRYPTO. + + * hook.c (mutt_parse_hook): Use WITHCRYPTO instead + of ifdefs. (mutt_crypt_hook): Always include. + + * headers.c: Replaced pgp.h and smime.h header by crypt.h. + (mutt_edit_headers): Use WITHCRYPTO instead of ifdefs + + * hdrline.c: Replaced pgp.h and smime.h header by crypt.h. + (hdr_format_str): Use WITHCRYPTO. + + * handler.c: Replaced pgp.h and smime.h header by crypt.h. + (mutt_can_decode): Use WITHCRYPTO instead of ifdefs. + (mutt_can_decode): Application/smime is now also checked + when PGP support is not configured. (mutt_body_handler): + Use WITHCRYPTO + + * curs_main.c: Replaced pgp.h and smime.h header + by crypt.h. (mutt_index_menu): Shortcut crypto only + operations depending on WITHCRYPTO. + + * copy.c: Replaced pgp.h and smime.h header by crypt.h. + (_mutt_copy_message): + + * compose.c: Replaced pgp.h and smime.h header by crypt.h. + (enum): Always include HDR_CRYPT and HDR_CRYPTINFO. + (redraw_crypt_lines): Always include this fnc but shortcut + it depending on WITHCRYPT. Draw lines depending on + the configured crypto support. (pgp_send_menu): + Always include this one. Call wrapper functions. + (smime_send_menu): Likewise. (draw_envelope): Use + WITHCRYPTO instead of ifdefs. (mutt_compose_menu): + Allow pgp/smime commands only when configured. + + * commands.c: Replaced pgp.h and smime.h header + by crypt.h. (mutt_display_message,pipe_msg, + _mutt_pipe_message) (set_copy_flags, mutt_save_message, + mutt_edit_content_type) (_mutt_check_traditional_pgp): + Use pgp wrapper. + + * attach.c (mutt_view_attachment): Removed HAVE_GPG and + HAVE_SMIME and replaced by global variable WITHCRYPTO. + Replaced pgp and smime header by crypt.h.x - * build-release: s/scp1/scp/ +2003-01-09 17:27:25 Thomas Roessler +(roessler) -2002/04/29 17:12:18 Thomas Roessler + * pgppubring.c: Don't make a "hard" transition to the new GnuPG + syntax in pgpring. This change undoes one of David Shaw's + changes which were just committed. - * lib.c, lib.h, protos.h, lib.c, lib.h, protos.h: Fix #1171. +2003-01-09 17:24:41 David Shaw (roessler) -2002/04/29 12:26:23 Vincent Lefevre + * gnupgparse.c, pgppubring.c: The latest GnuPG has new abilities + to work with disabled keys. Part of this change will eventually + involve moving the 'd' that indicates a disabled key to a + different part of the key listing. - * po/fr.po: update. + To smooth this transition, as of version 1.2.2, GnuPG will + start giving the 'd' in both places (and will do this for a good + long time). -2002/04/29 12:25:38 oota toshiya + Here is a patch so mutt will accept either the old or new syntax. - * po/ja.po, po/ja.po: update. +2003-01-09 17:23:23 dshaw@jabberwocky.com (roessler) -2002/04/29 12:09:21 Byrial Jensen + * curs_lib.c: A recent change causes all mutt_yesorno prompts + to come out as [yes]/yes or [no]/no. Here's a fix. - * imap/util.c: 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/. - - * imap/util.c: 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/. - -2002/04/25 13:30:49 Vsevolod Volkov - - * pop.c, pop_lib.c, pop.c, pop_lib.c: 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" - > 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 - -2002/04/25 13:28:31 Wouter Verheijen - - * doc/manual.sgml.head, doc/manual.sgml.head: 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. - -2002/04/25 13:26:58 Cedric Duval - - * doc/manual.sgml.tail, OPS, init.h, pattern.c: 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. - - * doc/manual.sgml.tail, pattern.c, OPS, init.h: 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. - -2002/04/25 13:24:33 Thomas Roessler - - * recvattach.c: Also fix this for the S/MIME case. - - * recvattach.c: Fiy handling of multiparts which have encrypted sub-parts, at least - for PGP. - - * sendlib.c: Force 7bit encoding for application/pgp-keys. - -2002/04/20 21:38:47 Thomas Roessler - - * m4/codeset.m4, m4/gettext.m4, m4/glibc21.m4, m4/iconv.m4, m4/lcmessage.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4, m4/progtest.m4, intl/ChangeLog, intl/Makefile.in, intl/bindtextdom.c, intl/config.charset, intl/dcigettext.c, intl/eval-plural.h, intl/gettextP.h, intl/gmo.h, intl/hash-string.h, intl/l10nflist.c, intl/libgnuintl.h, intl/loadinfo.h, intl/loadmsgcat.c, intl/localcharset.c, intl/localealias.c, intl/localename.c, intl/os2compat.c, intl/os2compat.h, intl/osdep.c, intl/plural-exp.c, intl/plural-exp.h, intl/plural.c, intl/plural.y, ABOUT-NLS, INSTALL, config.rpath, configure.in: Backing out the latest iconv-related changes from the - mutt-1-4-stable branch. - - * m4/codeset.m4, m4/gettext.m4, m4/glibc21.m4, m4/iconv.m4, m4/lcmessage.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4, m4/progtest.m4: same as above. - - * intl/eval-plural.h, intl/gettextP.h, intl/gmo.h, intl/hash-string.h, intl/l10nflist.c, intl/libgnuintl.h, intl/loadinfo.h, intl/loadmsgcat.c, intl/localcharset.c, intl/localealias.c, intl/localename.c, intl/os2compat.c, intl/os2compat.h, intl/osdep.c, intl/plural-exp.c, intl/plural-exp.h, intl/plural.c, intl/plural.y, intl/ChangeLog, intl/Makefile.in, intl/bindtextdom.c, intl/config.charset, intl/dcigettext.c: Committing the new iconv patches into a separate branch. - - * ABOUT-NLS, INSTALL, config.rpath, configure.in: Committing the new noiconv patches into a separate branch. - - * sendlib.c: Generate the resent-message-id ourselves, and add it in the top of - the header. - -2002/04/20 08:11:13 Wouter Verheijen - - * copy.c, mutt.h, sendlib.c: 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? - -2002/04/20 07:55:20 Thomas Roessler - - * m4/codeset.m4, m4/gettext.m4, m4/glibc21.m4, m4/iconv.m4, m4/lcmessage.m4, m4/progtest.m4: Try to get the noiconv patch to work. - - * configure.in: Try to get the noiconv patch to work with my development environment. - - * INSTALL: Fix a typo. - -2002/04/20 07:26:10 Lars Hecking - - * init.h, rfc2047.c, sendlib.c, INSTALL, charset.c, charset.h, configure.in, gnupgparse.c: patch.1.3.28.lh.noiconv - ======================= - - This is the new version of my noiconv patch. It _requires_ the previous - patch! If applied without, you'll have to resolve a couple of conflicts - manually. - - Notes: - - it's a lot cleaner than the old noiconv patch because no m4 files are - modified - - new configure option --disable-iconv; INSTALL updated accordingly - [I am guessing here, but the background for the --without-iconv option - mentioned in INSTALL was that mutt had a without-iconv option before - gettext included iconv support. When mutt's intl/* files were updated - to a newer gettext, there suddenly were two iconv options, which then - got merged, that is, mutt's was removed. That was probably when - --without-iconv stopped working, but I'm not sure, it may well be that - it never worked since iconv support was introduced.] - - all changes in *.[ch] files should be identical to the old patch - - * intl/localename.c: This one seems to have been missing, too. - -2002/04/20 07:25:40 Thomas Roessler - - * intl/localename.c: branches: 1.1.2; 1.1.4; - file localename.c was initially added on branch mutt-1-4-stable. - -2002/04/20 07:25:15 Lars Hecking - - * config.rpath: Another file from the gettext patch. - -2002/04/20 07:25:15 Thomas Roessler - - * config.rpath: branches: 1.1.2; 1.1.4; - file config.rpath was initially added on branch mutt-1-4-stable. - -2002/04/20 07:24:54 Lars Hecking - - * m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4: Add new m4 files from patch.1.3.28.lh.gettext-0.11.1. - -2002/04/20 07:24:54 Thomas Roessler - - * m4/lib-ld.m4: branches: 1.1.2; 1.1.4; - file lib-ld.m4 was initially added on branch mutt-1-4-stable. - - * m4/lib-link.m4: branches: 1.1.2; 1.1.4; - file lib-link.m4 was initially added on branch mutt-1-4-stable. - - * m4/lib-prefix.m4: branches: 1.1.2; 1.1.4; - file lib-prefix.m4 was initially added on branch mutt-1-4-stable. - -2002/04/20 07:24:22 Lars Hecking - - * m4/codeset.m4, m4/gettext.m4, m4/glibc21.m4, m4/iconv.m4, m4/lcmessage.m4, m4/progtest.m4, intl/ChangeLog, intl/Makefile.in, intl/bindtextdom.c, intl/config.charset, intl/dcigettext.c, intl/eval-plural.h, intl/gettextP.h, intl/gmo.h, intl/hash-string.h, intl/l10nflist.c, intl/libgnuintl.h, intl/loadinfo.h, intl/loadmsgcat.c, intl/localcharset.c, intl/localealias.c, intl/os2compat.c, intl/os2compat.h, intl/osdep.c, intl/plural-exp.c, intl/plural-exp.h, intl/plural.c, intl/plural.y: patch.1.3.28.lh.gettext-0.11.1 - ============================== - - This one updates the gettext stuff in mutt to gettext-0.11.1. I started - doing this in the hope that the new gettext version would simplify the - noiconv patch, but unfortunately, this turned out not to be the case - (the new iconv m4 macros still don't allow for switching iconv support off). - - However, as a few hours of merging and testing were spent, I'd suggest to - adopt it for 1.4. The actual changes to intl/* are part cosmetic, part code - reorganisation. Ok, a bit more, I'm no gettext expert :) - - Notes: - - after applying the patch, you need to chmod 755 config.rpath - - a couple of new files for m4/*, too - - I have broken with the tradition of renaming gettext's AM_* macros - to MUTT_AM_*! I don't think it's necessary anymore to customise these - macros, but you (I really mean "you, tlr" :) want to have a look at - the new gettext.m4. The others should be ok as they are. - - previous gettext updates were also updating po/Makefile.in.in, which - I didn't; someone who has a clue about gettext should check whether - this might be necessary, and also whether any other files in po/ need - updating - - I will provide the same patch for the 1.5 branch at some stage, ideally - after getting some F E E D B A C K for this one. - -2002/04/20 07:23:49 Thomas Roessler - - * intl/eval-plural.h: branches: 1.1.2; 1.1.4; - file eval-plural.h was initially added on branch mutt-1-4-stable. - - * intl/gmo.h: branches: 1.1.2; 1.1.4; - file gmo.h was initially added on branch mutt-1-4-stable. - - * intl/os2compat.c: branches: 1.1.2; 1.1.4; - file os2compat.c was initially added on branch mutt-1-4-stable. - - * intl/os2compat.h: branches: 1.1.2; 1.1.4; - file os2compat.h was initially added on branch mutt-1-4-stable. - - * intl/osdep.c: branches: 1.1.2; 1.1.4; - file osdep.c was initially added on branch mutt-1-4-stable. - - * intl/plural-exp.c: branches: 1.1.2; 1.1.4; - file plural-exp.c was initially added on branch mutt-1-4-stable. - - * intl/plural-exp.h: branches: 1.1.2; 1.1.4; - file plural-exp.h was initially added on branch mutt-1-4-stable. - -2002/04/20 07:23:39 Lars Hecking - - * ABOUT-NLS, charset.c, charset.h, configure.in, gnupgparse.c, init.h, rfc2047.c, sendlib.c: patch.1.3.28.lh.gettext-0.11.1 - ============================== - - This one updates the gettext stuff in mutt to gettext-0.11.1. I started - doing this in the hope that the new gettext version would simplify the - noiconv patch, but unfortunately, this turned out not to be the case - (the new iconv m4 macros still don't allow for switching iconv support off). - - However, as a few hours of merging and testing were spent, I'd suggest to - adopt it for 1.4. The actual changes to intl/* are part cosmetic, part code - reorganisation. Ok, a bit more, I'm no gettext expert :) - - Notes: - - after applying the patch, you need to chmod 755 config.rpath - - a couple of new files for m4/*, too - - I have broken with the tradition of renaming gettext's AM_* macros - to MUTT_AM_*! I don't think it's necessary anymore to customise these - macros, but you (I really mean "you, tlr" :) want to have a look at - the new gettext.m4. The others should be ok as they are. - - previous gettext updates were also updating po/Makefile.in.in, which - I didn't; someone who has a clue about gettext should check whether - this might be necessary, and also whether any other files in po/ need - updating - - I will provide the same patch for the 1.5 branch at some stage, ideally - after getting some F E E D B A C K for this one. +2003-01-05 22:16:02 Thomas Roessler +(roessler) -2002/04/17 17:05:54 Vincent Lefevre + * smime_keys.pl: Error checking for the creation of the temporary + directory; also, use file mode 0700. - * po/fr.po: Update. +2003-01-05 22:08:25 Bjoern Jacke (roessler) -2002/04/17 17:05:04 David Champion + * smime_keys.pl: Improve temporary file handling. - * m4/gssapi.m4: MIT krb5 1.2.4 has krb5-config, so it's no longer sufficient to say - that possession of krb5-config indicates Heimdal. Patch attached. This - assumes that Heimdal's "kreb5-config --vendor" begins with "Heimdal". - I cannot verify that this is correct, so patch might be wrong on this - point. - -2002/04/07 21:19:57 Brendan Cully - - * imap/command.c, imap/imap.c, imap/message.c, imap/command.c, imap/imap.c, imap/message.c: 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. +2003-01-05 22:02:37 Thomas Roessler +(roessler) -2002/04/05 10:42:54 "TAKAHASHI, Tamotsu" + * commands.c: Another mutt_yesorno() change, in order to correctly + interpret a C-g. - * po/ja.po: update. +2003-01-05 22:00:00 Armin Wolfermann (roessler) -2002/04/04 20:49:46 Im Eunjea + * recvcmd.c, send.c, alias.c, attach.c, commands.c, curs_lib.c, + main.c, muttlib.c, mx.c, pgpkey.c: Fix a number of invocations + of mutt_yesorno(): Always explicitly use the M_YES and M_NO + constants. Fixes a couple of cases in which C-g would be + mis-interpreted. - * po/ko.po: Update. +2003-01-03 18:07:36 Thomas Roessler +(roessler) -2002/04/04 06:50:52 "TAKAHASHI, Tamotsu" + * pgp.c: Detect in-line key material when checking for traditional + PGP messages. - * po/ja.po: Update. +2002-12-22 20:04:51 René Clerc (roessler) -2002/04/04 06:50:12 Thomas Roessler + * po/nl.po: update - * pgp.c: Fix a typo noted by Tamotsu Takahashi. +2002-12-22 20:01:32 Bjoern Jacke (roessler) -2002/04/03 15:22:27 Thomas Roessler + * smime_keys.pl: Remove an unnecessary invocation of "cat"; + call openssl with the full path. - * handler.c: Fix printing of format=flowed text parts. +2002-12-22 11:20:00 Vincent Lefevre (roessler) - * commands.c: Fix #1144 in stable. + * po/fr.po: Another fr.po update for the CVS (taking into account + the change in pgpkey.c:486)... - * commands.c: Fix a file descriptor leak in the display filter code. Noted by - Chr. v. Stuckrad. - - fixes: #1144 +2002-12-22 11:17:24 Martin Michlmayr (roessler) -2002/04/02 18:49:37 Lars Hecking + * hdrline.c, init.h: Add %A to the format strings, which expands + to the reply-to address (if present) or to the author's address + when there's no Reply-To header. - * m4/iconv.m4: branches: 1.3.2.1.2; - The noiconv patch. +2002-12-21 20:32:13 Thomas Roessler +(roessler) - * charset.c, charset.h: The noiconv patch. + * ChangeLog: ok, gotos suck. - * configure.in: branches: 2.129.2.3.2; - The noiconv patch. + * curs_main.c: OK, Michael is right: Gotos suck. ;-) - * gnupgparse.c, init.h, rfc2047.c, sendlib.c: The noiconv patch. +2002-12-21 13:25:11 Vsevolod Volkov (roessler) -2002/03/30 08:26:31 Thomas Roessler + * po/ru.po: update - * po/pl.po: update. From Pawel Dzienkonski. +2002-12-20 09:37:59 David Shaw (roessler) - * po/fr.po: Update; From Vincent Lefevre. + * pgpkey.c: Minor tweak to an error message. - * postpone.c, sendlib.c: 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. +2002-12-20 09:29:12 Pawel Dziekonski (roessler) -2002/03/28 13:25:23 Thomas Roessler + * po/pl.po: update - * mx.c, mx.h, mailbox.h, main.c, mbox.c, mh.c: patch-1.3.28-me.emptycheck.1 +2002-12-19 11:48:58 Thomas Roessler +(roessler) -2002/03/27 08:50:42 Thomas Roessler + * doc/manual.sgml.head, doc/muttrc.man.head: Improve the + documentation of pgp-hook/crypt-hook. - * pgp.c: There was some output missing. + * pgpkey.c: Don't bother the user with weak keys when there's + a strong one. Experimental, based on discussions on mutt-dev. - * po/POTFILES.in: update. + * cvslog2changelog.pl: Identify both the author of a change and + the one who committed it to the CVS in the changelog. - * pgp.c: More fixes. Note to self: The code which controls character set - selection for attachments is far too complicated. +2002-12-19 07:42:36 Vincent Lefevre (roessler) - * pgp.c: Don't include temporary file names in the Content-Disposition header. + * po/fr.po: update - * pgp.c: Use text/plain; format=... when we are asked to detect inline PGP - material in in text/plain body parts. +2002-12-19 07:37:01 Thomas Roessler +(roessler) - * pgp.c, sendlib.c: Fix encoder mode for text/plain; action=pgp-*. + * Makefile.am: Michael doesn't have $VISUAL set. - * pgp.c: Fix "noconv" handling for the message body when we generate inline - PGP. +2002-12-18 17:29:56 Sahil Tandon (me) - * charset.c, charset.h, handler.c, muttlib.c, pgp.c: Some hackisch - charset handling for text/plain; x-action=pgp-*. I don't like - this stuff, but it's better than nothing. + * init.h: I found a small typo in the manual, specifically + at this[1] URL. The description of the smart_wrap + variable reads: "Controls the display of lines longer + then the screen width in the internal pager." The word + _then_ should be _than_ if I'm not mistaken. -2002/03/26 22:25:48 Thomas Roessler +2002-12-18 10:26:35 Thomas Roessler +(roessler) - * pgp.c: Change x-action values to "pgp-encrypted", "pgp-signed". + * po/ja.po, po/ko.po, po/lt.po, po/nl.po, po/pl.po, po/pt_BR.po, + po/ru.po, po/sk.po, po/sv.po, po/tr.po, po/uk.po, po/zh_CN.po, + po/zh_TW.po, po/ca.po, po/cs.po, po/da.po, po/de.po, po/el.po, + po/eo.po, po/es.po, po/et.po, po/fr.po, po/gl.po, po/hu.po, + po/id.po, po/it.po: make update-po - * contrib/gpg.rc, commands.c, compose.c, crypt.c, handler.c, - muttlib.c, pgp.c, protos.h, recvattach.c, sendlib.c: More inline - PGP changes. + * mkchangelog.sh: Turn on compression when getting log messages + from the CVS server. (Now that I don't have the server locally, + bandwidth is expensive... ;-) - * pgp.c: 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. + * keymap.c: Make the messages from the what-key function + internationalizable. - * commands.c, crypt.c, handler.c, pgp.c, pgpinvoke.c, sendlib.c: - OK, I'm giving up: pgp_create_traditional now creates text/plain; - x-mutt-action={pgp-encrypt,pgp-sign}. + * crypt.c, crypt.h, mutt_crypt.h, pgp.c, pgp.h, smime.c, smime.h: + Rename crypt.h to mutt_crypt.h. - * pgpinvoke.c: Fix application/pgp signatures. + * Makefile.am: cvs update ChangeLog before trying to update + it locally. - * charset.c, charset.h, gnupgparse.c, handler.c, mbyte.c, - rfc2047.c, sendlib.c, charset.c, charset.h, gnupgparse.c, - handler.c, mbyte.c, rfc2047.c, sendlib.c: Fix iconv warnings; from - Edmund Grimley Evans. +2002-12-18 07:37:56 Roland Rosenfeld (roessler) - * smime.c: 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. + * po/de.po: update -2002/03/25 11:34:40 Thomas Roessler +2002-12-17 13:45:16 Vincent Lefevre (roessler) - * crypt.c: Fix S/MIME signature type. Noted by Dan Ohnesorg . + * po/fr.po: update fr.po - * buffy.c, buffy.c: close 1103; from Brendan Cully +2002-12-17 13:04:29 Thomas Roessler +(roessler) - * doc/manual.sgml.tail, doc/manual.sgml.tail: close 1122; from Brendan Cully + * .cvsignore: Ignore some more files. - * hdrline.c, muttlib.c: Fix #87s; from Brendan Cully. + * Makefile.am, mkjtags.c: Remve that jed tags generator. I don't + use it anyway. - * hdrline.c, muttlib.c: Fix #872, from Brendan Cully. + * cvslog2changelog.pl: Adding Michael's address to the changelog + generator. - * contrib/smime_keys_test.pl, contrib/Makefile.in: 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. + * build-release: Adopting the release-building script to the + new changelog process. -2002/03/20 09:53:42 Thomas Roessler +2002-12-17 10:37:24 roessler (roessler) - * editmsg.c, mailbox.h, mx.c: Rename M_NEW to M_NEWFOLDER. + * po/ru.po, po/sk.po, po/sv.po, po/tr.po, po/uk.po, po/zh_CN.po, + po/zh_TW.po, po/hu.po, po/id.po, po/it.po, po/ja.po, po/ko.po, + po/lt.po, po/nl.po, po/pl.po, po/pt_BR.po, po/es.po, po/et.po, + po/fr.po, po/gl.po, VERSION, build-release, po/ca.po, po/cs.po, + po/da.po, po/de.po, po/el.po, po/eo.po, reldate.h: automatic + post-release commit for mutt-1.5.3 - * editmsg.c, mailbox.h, mx.c: Rename the new M_NEW by M_NEWFOLDER. There was another constant of - the same name. Problem noted by Will Yardley's compiler. +2002-12-17 09:50:26 Thomas Roessler +(roessler) -2002/03/19 09:54:05 Thomas Roessler + * OPS, curs_main.c, functions.h: Experimental: Introduce + {next,previous}-new-then-unread. These functions behave + like {next,previous}-new as long as new messages are visible. + When no new messages are visibuel any more, there's a fall-back + to {next,prev}-unread. - * browser.c: Fix #1115. + Memo to self: Impose a weekly quota on the use of goto statements. - * editmsg.c, mailbox.h, mx.c: Fix a temporary file race problem when using the edit-message - function. Backported from unstable. +2002-12-16 20:28:46 Edmund GRIMLEY EVANS (roessler) - * po/pl.po, po/pl.po: update + * handler.c, rfc2047.c, url.c: Fix #1424. -2002/03/18 18:54:56 Thomas Roessler +2002-12-16 17:59:51 Thomas Roessler +(roessler) - * browser.c: Should fix #1115. BACKPORT! + * pgp.c: Experimental short-cut code if the "image" of an address + under a pgp-hook looks like a hexadecimal key id. -2002/03/15 09:11:05 Thomas Roessler +2002-12-13 15:53:36 David Shaw (roessler) - * po/ja.po: update from oota toshiya. + * lib.c: Fixing Thomas' screw-up in mutt_concat_path. - * po/ja.po: update, from oota toshiya. +2002-12-13 11:00:44 René Clerc (roessler) -2002/03/13 23:43:41 Thomas Roessler + * po/nl.po: update. - * attach.c: Undoing the previous patch. It was junk, and may ruin files. +2002-12-11 22:47:57 Thomas Roessler +(roessler) - * attach.c, editmsg.c, mailbox.h, mx.c: Don't fopen mail folders in append mode where we should safe_fopen() - them in write mode. Debian bug #138200, noted by Colin Philipps - . - - NEEDS BACKPORTING. + * muttlib.c, pgp.c, protos.h, send.c: Fix #1417; thanks to + Derek D. Martin for the excellent observation. + (In addition to the fix proper, some tracking of temporary files + is added to mutt's debugging output.) - * po/uk.po, po/zh_CN.po, po/zh_TW.po, po/sk.po, po/sv.po, po/tr.po, po/pl.po, po/pt_BR.po, po/ru.po, po/id.po, po/it.po, po/ja.po, po/ko.po, po/lt.po, po/nl.po, po/eo.po, po/es.po, po/et.po, po/fr.po, po/gl.po, po/hu.po, po/da.po, po/de.po, po/el.po, po/ChangeLog: automatic post-release commit for mutt-1.3.28 + * crypt.c: Call endwin() before calling PGP for traditional + encryption. - * po/ChangeLog: branches: 1.1.2; - file ChangeLog was initially added on branch mutt-1-4-stable. +2002-12-11 15:51:57 Vincent Lefevre (roessler) - * po/ca.po, po/cs.po, ChangeLog, VERSION, reldate.h: automatic post-release commit for mutt-1.3.28 + * po/fr.po: update. - * doc/smime-notes.txt, smime.c: Assorted patches from Mike Schiraldi. +2002-12-11 15:20:21 Thomas Roessler +(roessler) -2002/03/02 12:11:35 Thomas Roessler + * browser.c, complete.c, hook.c, init.c, lib.c, lib.h: Herbert + Martin Dietze notes that + mutt may currently build IMAP URLs like imap://exchange//herbert + for FCCs. The fix in this patch is to include a function named + mutt_concat_path which concatenates path elements, but avoids + the creation of double slashes. (These don't create problems + when you're just accessing the file system, but apparently thy + do cause problems with IMAP.) - * contrib/smime.rc, compose.c, init.h, mutt.h, sendlib.c, smime.c, smime.h: Introduce smime_default_key. From Oliver Ehli. + * imap/auth.c, imap/command.c, imap/imap.c, imap/imap.h, + imap/util.c, date.c, dotlock.c, dotlock.h, edit.c, editmsg.c, + enter.c, extlib.c, flags.c, from.c, functions.h, gnupgparse.c, + handler.c, hash.c, hash.h, headers.c, help.c, history.c, + history.h, keymap.c, keymap.h, lib.c, lib.h, main.c, makedoc.c, + mapping.h, menu.c, mh.c, mime.h, mkjtags.c, mutt_curses.h, + mutt_menu.h, mutt_regex.h, mutt_socket.c, muttlib.c, mx.c, mx.h, + pager.h, parse.c, pattern.c, pgp.c, pgp.h, pgpinvoke.c, pgpkey.c, + pgplib.c, pgplib.h, postpone.c, protos.h, query.c, recvattach.c, + recvcmd.c, remailer.c, remailer.h, resize.c, rfc1524.c, rfc1524.h, + rfc2047.c, rfc2047.h, rfc2231.c, rfc2231.h, rfc822.c, rfc822.h, + score.c, signal.c, snprintf.c, sort.c, sort.h, status.c, + system.c, thread.c, url.c, addrbook.c, alias.c, attach.c, + attach.h, browser.c, browser.h, buffy.c, buffy.h, charset.c, + charset.h, commands.c, complete.c, compose.c, copy.h, crypt.c, + crypt.h, curs_main.c: Fix Mike's and my e-mail addresses in + copyright lines. - * contrib/smime.rc, smime.c, smime.h, smime_keys.pl, init.h, mutt.h: 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.) + * muttbug.sh.in: Ask for the user's e-mail address. -2002/02/28 23:28:51 Thomas Roessler + * pager.c: Try to make search-next behave more closely to what + people are used to, again. The behaviour introduced by this + patch will give you the previous search string as the default, + but will search-next when you just press enter without changing + the search string. - * sort.c: Turn on incremental threading again. +2002-12-10 20:56:52 Thomas Roessler +(roessler) - * smime_keys.pl: 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.) + * imap/command.c, imap/imap.c, imap/message.c, imap/utf7.c, + imap/util.c, score.c, send.c, sendlib.c, smime.c, thread.c, url.c, + addrbook.c, alias.c, attach.c, browser.c, buffy.c, charset.c, + color.c, compose.c, copy.c, crypt.c, curs_main.c, enter.c, + gnupgparse.c, hash.c, history.c, hook.c, init.c, lib.c, main.c, + mbox.c, menu.c, mh.c, mutt_ssl.c, mutt_ssl_nss.c, muttlib.c, + mx.c, pager.c, parse.c, pattern.c, pgp.c, pgpkey.c, pgplib.c, + pgppacket.c, pgppubring.c, pop.c, pop_auth.c, postpone.c, + query.c, recvattach.c, remailer.c, rfc1524.c, rfc2047.c, + rfc2231.c, rfc822.c: Replace safe_free calls by the FREE macro. - * init.h, mutt.h, thread.c: Threading enhancements from Daniel Eisenbud. +2002-12-09 19:06:40 Thomas Roessler +(roessler) - * curs_main.c, init.c, init.h, mutt.h, thread.c: $narrow_tree; fater redrawing when changing tree options. From - Daniel Eisenbud. + * Makefile.am: Minor formatting fix. - * imap/message.c, mbox.c, mx.c, thread.c: A possible work-around for #939. From Daniel Eisenbud. + * cvslog2changelog.pl: Change the ChangeLog format as suggested + by Martin Michlmayer. - * init.h, mutt.h, thread.c: Threading enhancements from Daniel Eisenbud. + * send.c: Try to fix another obscure error in S/MIME auto-signing + upon reply. -2002/02/26 10:58:56 Thomas Roessler + * rfc822.c: Experimental patch to fix #1318. - * po/ru.po: update +2002-12-09 18:09:49 David Jardine (roessler) - * init.h: Fix a typo. + * init.h: Documentation fix concerning %L in index_format. #1313. - * init.h: Fix a typo. #1069. +2002-12-09 18:05:54 David Shaw (roessler) - * imap/browse.c, imap/message.c, configure.in, mutt_sasl.c, imap/browse.c, imap/message.c, configure.in, mutt_sasl.c: Brendan Cully sent a patch. + * mh.c, parse.c: Reduce the meaning of the mark_old option so + it only controls whether new messages are marked as old when + leaving the mailbox. - * install-sh, install-sh: Fix a typo. From Edmund Grimley Evans. +2002-12-09 17:54:25 Jesus Climent +(roessler) - * po/ru.po: ru.po update. + * po/es.po: Fix a typo. (#1392) - * pop_lib.c, pop_lib.c: CAPA response tags are case-insensitive. Noted by Michael Vore, - patch from Vsevolod Volkov. +2002-12-09 17:52:50 Anders Helmersson +(roessler) -2002/02/18 14:55:31 Thomas Roessler + * addrbook.c, curs_lib.c, protos.h, query.c: Fix #1390. Based on + a patch submitted earlier by Edmund Grimley Evans. - * alias.c, send.c: Fix for #1047. From Michael Elkins. +2002-12-09 17:44:54 roessler (roessler) -2002/02/14 11:22:51 Thomas Roessler + * PATCHES: Ups. - * charset.c, gnupgparse.c, init.h, rfc2047.c: Iconv patch from Lars Hecking. MAY NEED TO BE BACKPORTED. +2002-12-09 17:44:28 Michael Elkins (roessler) -2002/02/13 12:04:52 Thomas Roessler + * OPS, PATCHES, curs_main.c, functions.h, keymap.c, keymap.h, + menu.c: This patch adds two features to mutt: - * smime.c: mutt_any_key() shouldn't be used in curses mode. + - you can now specify the octal code of a key in a bind or + macro function, using the syntax . Eg, bind index <541> + show-version This allows you to bind to a function key for + which Mutt doesn't have a friendly name associated with it. + + - adds a what-key function which allows you to press a key and + have mutt show you the decimal/octal value. (not bound to + anything by default) - * hdrline.c, init.h, parse.c: 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. +2002-12-09 16:07:24 Toomas Soome (roessler) - * hdrline.c, muttlib.c, protos.h: Undo the %l fix. It broke things. + * po/et.po: update. - * menu.c: Fix mutt_pad_string; from Edmund Grimley Evans. (MAY NEED TO BE - BACKPORTED.) +2002-12-09 13:30:02 Thomas Roessler +(roessler) - * main.c: Report libiconv version. + * po/pt_BR.po, po/ru.po, po/sk.po, po/sv.po, po/tr.po, po/uk.po, + po/zh_CN.po, po/zh_TW.po, po/gl.po, po/hu.po, po/id.po, po/it.po, + po/ja.po, po/ko.po, po/lt.po, po/nl.po, po/pl.po, po/eo.po, + po/es.po, po/et.po, po/fr.po, po/ca.po, po/cs.po, po/da.po, + po/de.po, po/el.po, compose.c: Try to fix a localization issue + identified by Pawel Dzienkonski (#1410). Side effect: All + translations will need an update of the S/MIME key translations. -2002/02/12 21:54:41 Thomas Roessler +2002-12-09 11:20:14 Pawel Dziekonski (roessler) - * hdrline.c, muttlib.c, protos.h: Improve %l's behaviour. + * po/pl.po: update. - * extlib.c, main.c, pattern.c, smime_keys.pl: Mike Schiraldi's daily S/MIME patch. +2002-12-08 23:14:43 ph04169@cc.uoi.gr (roessler) -2002/02/11 17:31:53 Thomas Roessler + * po/el.po: update. - * smime.c: This patch gets rid of an ugly static variable in smime.c. (From - Mike Schiraldi.) +2002-12-08 16:11:35 TAKAHASHI Tamotsu +(roessler) - * smime_keys.pl: 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.) + * po/ja.po: update. - * configure.in: Honor current values of $LIBS and $CPPFLAGS. From Thomas Dickey. +2002-12-08 15:10:59 Roland Rosenfeld (roessler) - * configure.in: Honor $LIBS and $CPPFLAGS. From Thomas Dickey. + * po/de.po: Update. - * init.c, init.c: patch-1.3.27.me.initsort.1 +2002-12-07 19:19:34 Thomas Roessler +(roessler) -2002/02/07 21:48:42 Thomas Roessler + * Makefile.am: yet another one. - * smime_keys.pl: Another S/MIME patch from Mike Schiraldi. + * Makefile.am: Another changelog-related change. - * smime_keys.pl: Fix smime_keys. + * ChangeLog, Makefile.am, cvslog2changelog.pl: Automatically + update ChangeLog as part of the commit process. - * smime.c: S/MIME fixes from Mike Schiraldi. + * doc/Makefile.in, ChangeLog, ChangeLog.old, Makefile.am, + cvslog2changelog.pl, mkchangelog.sh: Change the style + of ChangeLog: Now, the actual patch submitter's name is + extracted from the commit message and used for the change log. + For the moment, the date format doesn't match the one in the + old changelog. If you want to fix this, submit a patch to + cvslog2changelog.pl. ;-) - * po/zh_CN.po, po/zh_TW.po, po/sk.po, po/sv.po, po/tr.po, po/uk.po, po/ja.po, po/ko.po, po/lt.po, po/nl.po, po/pl.po, po/pt_BR.po, po/ru.po, po/el.po, po/eo.po, po/es.po, po/et.po, po/fr.po, po/gl.po, po/hu.po, po/id.po, po/it.po, po/POTFILES.in, po/ca.po, po/cs.po, po/da.po, po/de.po, Makefile.am: Make S/MIME messages translatable. +2002-12-07 08:55:59 Vincent Lefevre (roessler) -2002/02/06 19:14:47 Thomas Roessler + * po/fr.po: update - * lib.h: Avoid a warning on some machines. +2002-12-07 08:55:23 Paul Walker (roessler) - * lib.h, smime.c: Make some scanf formats safe. + * pgppubring.c: Fix a compilation warning. -2002/02/05 22:01:06 Thomas Roessler +2002-12-07 08:53:21 Thomas Roessler +(roessler) - * ascii.c: The previous fix was complete nonsense. What a day. :-( + * mh.c, mutt.h, muttlib.c: Gracefully handle unknown maildir + flags. - * ascii.c: The previous fix was complete nonsense. +2002-12-06 11:30:08 Thomas Roessler +(roessler) - * browser.c, lib.c, lib.h: Use strcoll for the file browser. From David Champion. + * Makefile.am: Run check_sec.sh before committing. - * hook.c: Fix crypt-hook. From Dale Woolridge - . +2002-12-06 11:28:30 Brendan Cully (roessler) - * smime_keys.pl: Clean-up from Mike Schiraldi. + * m4/gettext.m4, m4/iconv.m4, build-release, configure.in: + autoconf cleanup. - * imap/browse.c: Fix. +2002-12-06 11:14:13 roessler (roessler) - * imap/browse.c: Fix another IMAP browsing bug. + * po/zh_CN.po, po/zh_TW.po, po/uk.po, po/ru.po, po/sk.po, + po/sv.po, po/tr.po, po/lt.po, po/nl.po, po/pl.po, po/pt_BR.po, + po/gl.po, po/hu.po, po/id.po, po/it.po, po/ja.po, po/ko.po, + po/el.po, po/eo.po, po/es.po, po/et.po, po/fr.po, po/da.po, + po/de.po, VERSION, po/ca.po, po/cs.po, reldate.h, ChangeLog: + automatic post-release commit for mutt-1.5.2 - * po/ru.po, po/fr.po, po/ko.po: update +2002-12-06 10:56:30 Thomas Roessler +(roessler) - * smime.c: Don't put garbage onto the screen when trying to decrypt messages. + * curs_lib.c, pgppubring.c: Fixing a number of traditional malloc + calls which have made their way into the code. - * contrib/smime.rc, init.h, smime.c, smime.h, smime_keys.pl: 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) + * build-release: Don't post announcements automatically for + the moment. - * ascii.c: Fix. +2002-12-05 22:30:02 Michael Elkins (roessler) - * ascii.c: Fix ascii_*cmp functions. Problem noted by Brad Thompson. + * doc/manual.sgml.head: Fix #1398. -2002/02/04 09:59:02 Thomas Roessler +2002-11-25 14:16:47 Lars Hecking (roessler) - * smime.c, crypt.c: Some S/MIME fixes from Oliver Ehli . + * sendlib.c, ChangeLog, INSTALL, charset.h, configure.in: The + noiconv patch. -2002/02/03 09:58:45 Thomas Roessler +2002-11-14 08:12:30 Michael Elkins (roessler) - * doc/manual.sgml.head, doc/muttrc.man.head, init.h: Add unauto_view. From Jeremy Blosser. + * curs_lib.c: Fix #1388. - * Makefile.am, pgplib.h, pgppubring.c: Add a "-f" flag which helps to dump fingerprints. Contributed by - Jason Harris , and not strictly needed for - mutt. +2002-11-13 10:10:52 Thomas Roessler +(roessler) - * pgppubring.c: Correctly calculate fingerprints for type 20 ElGamal keys. Noted by - Jason Harris . + * main.c: A description of -A was lacking from the help string. - * pgppubring.c: Fix calculation of fingerprints (and key IDs) for type 20 ElGamal - keys. Noted by Jason Harris . + * doc/manual.sgml.head, doc/mutt.man, main.c, protos.h: Add a + new command line option -A which is used to expand aliases. -2002/02/02 16:52:27 Thomas Roessler + * keymap.c: Add a safeguard #ifdef for the KEY_BTAB entry. + Suggested by Thomas Dickey. - * po/ca.po: update +2002-11-12 09:20:30 Michael Elkins (roessler) - * po/ca.po: update. + * keymap.c: Tell mutt about the back-tab key (shift tab). - * mh.c: Don't forget deletions when a folder is changed. Ups. +2002-11-12 09:20:09 Thomas Roessler +(roessler) -2002/02/01 17:23:20 Thomas Roessler + * Makefile.am: ups. - * smime_keys.pl: Fix some possible leaks of the private key (encrypted, but - still...). (yow_security_holes.patch from Mike Schiraldi.) + * Makefile.am: Add "make pclean" in order to clean up PATCHES. -2002/01/31 22:05:58 Thomas Roessler +2002-11-12 08:55:57 TAKAHASHI Tamotsu +(roessler) - * doc/smime-notes.txt: Document %C, and other updates. From Mike Schiraldi. + * po/ja.po: update - * smime.c: Remove some unnecessary quotation marks. +2002-11-12 08:41:18 Thomas Roessler +(roessler) - * contrib/smime.rc, init.h, smime.c, smime.h, smime_keys.pl: Use mutt -Q from smime_keys. + * README: Add an explicit note that CVS doesn't work from + ftp.mutt.org any more. - * po/zh_TW.po, po/pt_BR.po, po/ru.po, po/sk.po, po/sv.po, po/tr.po, po/uk.po, po/zh_CN.po, po/it.po, po/ja.po, po/ko.po, po/lt.po, po/nl.po, po/pl.po, po/da.po, po/de.po, po/el.po, po/eo.po, po/es.po, po/et.po, po/fr.po, po/gl.po, po/hu.po, po/id.po, po/ca.po, po/cs.po: update-po +2002-11-12 08:35:34 "Yasuhiro Matsumoto" +(roessler) - * main.c: fix a string. + * mbyte.c: cp932 should be treated like shift_jis. - * doc/mutt.man: Document -Q. +2002-11-12 08:20:11 Nathan Dushman (roessler) - * init.c, main.c, protos.h: Add a -Q option to query configuration variables. This is needed to - avoid a separate mutt configuration parser in smime_keys.pl. + * imap/auth_gss.c, imap/auth_sasl.c, configure.in, main.c, + mutt_sasl.c, mutt_sasl.h: Hi - this is a patch against mutt-1.4 + to use version 2 of the Cyrus SASL library; all changes are + ifdef'd so as not to break SASLv1 support. This includes a patch + to configure.in to allow the choice between v1 and v2, but someone + with a better understanding of autoconf should double-check it. -2002/01/30 22:51:12 Thomas Roessler +2002-11-12 08:00:51 Michael Elkins (roessler) - * send.c, send.c: patch-1.3.27.me.postpone_date.2 + * handler.c: Actually commit patch-1.5.1.me.long_qp.2. - * smime.c: Mike Schiraldi's daily S/MIME patch, as he puts it. + * mailbox.h, mh.c, mx.c: The maildir_time patch. -2002/01/29 21:08:10 Thomas Roessler +2002-11-11 21:17:25 Thomas Roessler +(roessler) - * smime.c: Improved certificate handling. Suggested by Oliver Ehli, - implemented by Mike Schiraldi. + * muttbug.sh.in: You shall not use CVS to distribute test + versions. - * smime.c: Properly handle certain signatures generated by Outlook. From Mike - Schiraldi. + * muttbug.sh.in: more fixes. - * parse.c, parse.c: Fix a segmentation fault in debugging code. From Daniel Eisenbud. + * muttbug.sh.in: Add some rpm-related intelligence to flea. -2002/01/28 23:29:05 Thomas Roessler + * muttbug.sh.in: Fix flea's interaction with bug(1) on Debian + systems. - * crypt.c, init.h, mutt.h: Add a new crypt_timestamp option. The timestamps aren't really - needed any more. + * PATCHES: Clean up the patch list. - * commands.c, menu.c, mutt.h, mutt_curses.h, pattern.c: Add ~V to match successfully verified messages. +2002-11-11 20:32:30 Michael Elkins (roessler) - * contrib/smime.rc: Add a comment. From Mike Schiraldi. + * PATCHES, hdrline.c: Fix #485: Make %z work like %Z inside of + %{} in $index_format. - * init.h, init.h: Fix list-from documentation. From Michael Elkins. + * PATCHES, copy.c: Fix #1379 - update the total mailbox size + when an attachment is deleted. - * doc/smime-notes.txt: Add more information on S/MIME. Adapted from Oliver Ehli's notes by - Mike Schiraldi. + * PATCHES, curs_main.c, menu.c, pager.c: Fix #1310; redraw + problems. - * send.c: Avoid C99 comments. Noted by Vincent Lefevre. + * doc/manual.sgml.head, init.h: Fix #1306. - * po/ja.po, po/sv.po: updates + * send.c: Fix #1364. - * menu.c, menu.c: Wide character fix from TAKIZAWA Takashi. +2002-11-11 19:50:23 Steve Kennedy (roessler) - * Makefile.am, hook.c: S/MIME-related bug fixes from Brendan Cully. + * pgp.c: Fix memory leak in the PGP code. -2002/01/25 00:08:30 Thomas Roessler +2002-11-11 19:46:29 Paul Walker (roessler) - * smime.c: ups + * commands.c, protos.h, sendlib.c: Fix #718. - * commands.c, recvattach.c, smime.c, smime.h: More decryption key detection fixes. +2002-11-11 19:38:30 Thomas Roessler +(roessler) - * commands.c, smime.c: Make some prompts look nicer, and add sensible selection of the - decryption key. + * sendlib.c: Fix #1366. -2002/01/24 23:53:19 Thomas Roessler +2002-11-11 19:24:24 Martin Siegert (roessler) - * commands.c, crypt.c, smime.c, smime.h: More S/MIME nit-picking. + * mx.c: Fix IMAP moving; #1367. - * mh.c: Fix. +2002-11-11 19:22:17 rene@clerc.nl (roessler) - * mh.c: Still more code clean-up. + * send.c: Another S/MIME ifdef misses and causes compilation + problems. - * doc/smime-notes.txt: Update. +2002-11-11 19:21:24 Michael Elkins (roessler) - * mx.c: little fix. + * init.h: patch-1.5.1-me.status_doc.2 - * mh.c: Ups, don't use the wrong check function... +2002-11-11 19:16:11 Thomas Roessler +(roessler) - * mh.c: Clean up the mh code, too. + * alias.c, init.c, protos.h: patch-1.5-tlr.alias-parse.1 - + extension of patch-1.5.1-me.aliascheck.1 - * mh.c: indentation + This patch catches the same kind of bad alias names caught by + Michael's patch. There are some extensions: - * mh.c, mx.c, mx.h: Maildir efficiency improvements, from Michael Elkins and Thomas - Roessler. + 1. Mutt makes sure that it doesn't _suggest_ bad names to + the user. 2. If a name is bad, the user is informed, and may + elect to fix the + name. In this case, mutt will automatically suggest a fixed + version. + 3. If the user insists in the bad name, it's written into the + aliases file with proper quoting. + 4. When mutt parses the aliases file, it now uses the normal + tokenizer routines in order to properly handle quoted alias + names. - * crypt.c, curs_lib.c, smime.c: S/MIME nits. +2002-11-11 18:36:25 Michael Elkins (roessler) - * reap.pl: We don't need this any more. + * handler.c: patch-1.5-me.long_qp.2 (#1371) - fix truncation + with overly long Q-P encoded lines. - * imap/message.c, doc/Makefile.in, doc/smime-notes.txt, contrib/Makefile.in, contrib/ca-bundle.crt, contrib/smime.rc, Makefile.am, OPS.CRYPT, OPS.PGP, OPS.SMIME, attach.c, commands.c, compose.c, configure.in, copy.c, copy.h, crypt.c, crypt.h, curs_main.c, functions.h, globals.h, handler.c, hdrline.c, headers.c, hook.c, init.c, init.h, keymap.c, keymap.h, main.c, mutt.h, muttlib.c, mx.c, pager.c, parse.c, pattern.c, pgp.c, pgp.h, pgplib.h, pop.c, postpone.c, protos.h, recvattach.c, send.c, sendlib.c, smime.c, smime.h, smime_keys.pl: S/MIME support. From Oliver Ehli and Mike Schiraldi - . +2002-10-22 21:24:07 René Clerc (roessler) - * po/pt_BR.po, po/pt_BR.po: update + * commands.c: Add some missing #ifdefs. - * doc/manual.sgml.head, doc/muttrc.man.head, attach.c, globals.h, init.h, protos.h, rfc1524.c, sendlib.c: Introduce mime_lookup. From Brian Foley and Ulf Erikson. +2002-10-22 21:23:20 Michael Elkins (roessler) - * po/ru.po, po/ru.po: update + * init.h, recvattach.c: Documentation fix; #1326 - * mh.c: Make reading maildirs more efficient. +2002-10-22 21:22:45 René Clerc (roessler) - * VERSION: Pseudo-revision for mutt-1.5. + * send.c: Another crypt_reply fix. - * m4/glibc21.m4, m4/gssapi.m4, m4/iconv.m4, m4/lcmessage.m4, m4/progtest.m4, m4/funcdecl.m4, m4/gettext.m4, m4/codeset.m4, m4/curslib.m4, m4/README, m4/.cvsignore, m4/Makefile.am.in: version bump +2002-10-10 09:50:03 René Clerc (roessler) - * po/sk.po, po/sv.po, po/tr.po, po/uk.po, po/zh_CN.po, po/zh_TW.po, po/pl.po, po/pt_BR.po, po/ru.po, po/id.po, po/it.po, po/ja.po, po/ko.po, po/lt.po, po/nl.po, po/fr.po, po/gl.po, po/hu.po, po/el.po, po/eo.po, po/es.po, po/et.po, po/.cvsignore, po/Makefile.in.in, po/POTFILES.in, po/ca.po, po/cs.po, po/da.po, po/de.po, imap/.cvsignore, imap/BUGS, imap/Makefile.am, imap/README, imap/TODO, imap/auth.c, imap/auth.h, imap/auth_anon.c, imap/auth_cram.c, imap/auth_gss.c, imap/auth_login.c, imap/auth_sasl.c, imap/browse.c, imap/command.c, imap/imap.c, imap/imap.h, imap/imap_private.h, imap/message.c, imap/message.h, imap/utf7.c, imap/util.c: more version bumps. + * send.c: Make sure that crypt_reply replies with the same type, + despite a possible S/MIME default. - * intl/.cvsignore, intl/COPYING.LIB-2, intl/COPYING.LIB-2.1, intl/ChangeLog, intl/Makefile.in, intl/VERSION, intl/bindtextdom.c, intl/cat-compat.c, intl/config.charset, intl/dcgettext.c, intl/dcigettext.c, intl/dcngettext.c, intl/dgettext.c, intl/dngettext.c, intl/explodename.c, intl/finddomain.c, intl/gettext.c, intl/gettext.h, intl/gettextP.h, intl/hash-string.h, intl/intl-compat.c, intl/l10nflist.c, intl/libgettext.h, intl/libgnuintl.h, intl/libintl.glibc, intl/linux-msg.sed, intl/loadinfo.h, intl/loadmsgcat.c, intl/localcharset.c, intl/locale.alias, intl/localealias.c, intl/ngettext.c, intl/plural.c, intl/plural.y, intl/po2tbl.sed.in, intl/ref-add.sin, intl/ref-del.sin, intl/textdomain.c, intl/xopen-msg.sed: more version number updates. +2002-10-10 09:43:29 Michael Elkins (roessler) - * doc/.cvsignore, doc/Makefile.in, doc/PGP-Notes.txt, doc/applying-patches.txt, doc/devel-notes.txt, doc/dotlock.man, doc/instdoc.sh.in, doc/manual.sgml.head, doc/manual.sgml.tail, doc/mbox.man, doc/mutt.man, doc/muttbug.man, doc/muttrc.man.head, doc/muttrc.man.tail, doc/patch-notes.txt: more version number updates + * doc/manual.sgml.head, doc/manual.sgml.head: Document escaping + rules for regular expressions (#1351). - * contrib/iconv/README, contrib/iconv/iconv.aix-3.2.5.rc, contrib/iconv/iconv.aix-4.1.5.rc, contrib/iconv/iconv.aix-4.2.0.rc, contrib/iconv/iconv.aix-4.3.2.rc, contrib/iconv/iconv.freebsd-3.3.rc, contrib/iconv/iconv.glibc-2.1.3.rc, contrib/iconv/iconv.glibc-2.1.90.rc, contrib/iconv/iconv.hpux-10.01.rc, contrib/iconv/iconv.hpux-10.20.rc, contrib/iconv/iconv.hpux-11.00.rc, contrib/iconv/iconv.irix-6.5.rc, contrib/iconv/iconv.osf1-4.0a.rc, contrib/iconv/iconv.osf1-4.0d.rc, contrib/iconv/iconv.solaris-2.4.rc, contrib/iconv/iconv.solaris-2.5.1.rc, contrib/iconv/iconv.solaris-2.6-cjk.rc, contrib/iconv/iconv.solaris-2.6.rc, contrib/iconv/iconv.solaris-2.7.rc, contrib/iconv/make.sh, contrib/.cvsignore, contrib/Makefile.in, contrib/Mush.rc, contrib/Pine.rc, contrib/Tin.rc, contrib/gpg.rc, contrib/language.txt, contrib/language50.txt, contrib/patch.slang-1.2.2.keypad.1, contrib/pgp2.rc, contrib/pgp5.rc, contrib/pgp6.rc, contrib/sample.mailcap, contrib/sample.muttrc, contrib/sample.muttrc-tlr: Bumping more version numbers. + * pager.c: Fix header coloring, so there is no difference between + ncurses and slang. - * snprintf.c, sort.c, sort.h, stamp-h.in, status.c, strcasecmp.c, strdup.c, system.c, thread.c, url.c, url.h, utf8.c, wcwidth.c, pgpkey.c, pgplib.c, pgplib.h, pgpmicalg.c, pgppacket.c, pgppacket.h, pgppubring.c, pop.c, pop.h, pop_auth.c, pop_lib.c, postpone.c, prepare, protos.h, query.c, reap.pl, recvattach.c, recvcmd.c, regex.c, reldate.h, remailer.c, remailer.h, resize.c, rfc1524.c, rfc1524.h, rfc2047.c, rfc2047.h, rfc2231.c, rfc2231.h, rfc822.c, rfc822.h, score.c, send.c, sendlib.c, sha1.c, sha1.h, signal.c, md5.h, md5c.c, menu.c, mh.c, mime.h, mime.types, missing, mkinstalldirs, mkjtags.c, mutt.h, mutt_curses.h, mutt_menu.h, mutt_regex.h, mutt_sasl.c, mutt_sasl.h, mutt_socket.c, mutt_socket.h, mutt_ssl.c, mutt_ssl.h, mutt_ssl_nss.c, mutt_tunnel.c, mutt_tunnel.h, muttbug, muttbug.sh.in, muttlib.c, mx.c, mx.h, pager.c, pager.h, parse.c, patchlist.sh, pattern.c, pgp.c, pgp.h, pgpewrap.c, pgpinvoke.c, editmsg.c, enter.c, extlib.c, filter.c, flags.c, from.c, functions.h, gen_defs, getdomain.c, gettext.c, globals.h, gnupgparse.c, handler.c, hash.c, hash.h, hdrline.c, headers.c, help.c, history.c, history.h, hook.c, init.c, init.h, install-sh, keymap.c, keymap.h, lib.c, lib.h, mailbox.h, main.c, makedoc.c, mapping.h, mbox.c, mbyte.c, mbyte.h, attach.c, attach.h, base64.c, browser.c, browser.h, buffy.c, buffy.h, build-release, charset.c, charset.h, check_sec.sh, color.c, commands.c, complete.c, compose.c, config.guess, config.sub, configure.in, copy.c, copy.h, curs_lib.c, curs_main.c, date.c, depcomp, dotlock.c, dotlock.h, edit.c, GPL, INSTALL, Makefile.am, Muttrc.head.in, NEWS, OPS, OPS.MIX, OPS.PGP, PATCHES, README, README.SECURITY, README.SSL, TODO, VERSION, _regex.h, acconfig.h, account.c, account.h, addrbook.c, alias.c, ascii.c, ascii.h, .cvsignore, ABOUT-NLS, BEWARE, COPYRIGHT, ChangeLog: Bumping version numbers to 3.0, for the new unstable branch. + * init.h: PGP documentation glitch. - * send.c: branches: 2.77.2; - Set default Fcc when resending a message. +2002-10-10 09:33:33 Paul Walker (roessler) - * po/ja.po: branches: 1.33.2; - update + * doc/manual.sgml.head: Fix #1340 (documentation) -2002/01/23 22:37:12 Thomas Roessler +2002-10-10 09:33:05 Michael Elkins (roessler) - * po/da.po: branches: 1.67.2; - updates + * pager.c: Jeremy Lin wrote: > When I search with / and get + a match, doing '/\r' doesn't move to the next > match. This + behavior is unlike the less pager, and is rather useless, IMHO. - * po/el.po: branches: 1.77.2; - updates + Try the attached patch. - * po/et.po: branches: 1.21.2; - updates +2002-09-23 12:08:43 Thomas Roessler +(roessler) - * po/ko.po: branches: 1.72.2; - updates + * buffy.c: A variant of buffy notification. Note: If you folks + don't like this, we can return to the old version. - * po/pl.po: branches: 1.94.2; - updates +2002-09-09 21:48:19 Rudi Chiarito (roessler) - * po/uk.po, po/id.po: branches: 1.84.2; - update + * OPS, browser.c, buffy.c, curs_main.c, functions.h, pager.c, + protos.h: Add a buffy-list function, and display more information + when new mail arrives. With some modifications from tlr. - * charset.c: branches: 2.50.2; - Fix #999. A single missing comma. +2002-09-09 21:19:08 Michael Elkins (roessler) -2002/01/22 12:12:45 Thomas Roessler + * mh.c: Fix #1321. - * po/pt_BR.po: branches: 1.58.2; - automatic post-release commit for mutt-1.3.27 + * mh.c: [STABLE] Fix #1321. - * po/ru.po: branches: 1.129.2; - automatic post-release commit for mutt-1.3.27 +2002-09-09 21:04:03 Tony Leneis (roessler) - * po/sk.po: branches: 1.66.2; - automatic post-release commit for mutt-1.3.27 + * signal.c: Tru64 Unix portability patch. - * po/sv.po: branches: 1.80.2; - automatic post-release commit for mutt-1.3.27 + * signal.c: [STABLE] Tru64 Unix portability patch. - * po/tr.po: branches: 1.25.2; - automatic post-release commit for mutt-1.3.27 +2002-09-09 21:02:05 Vincent Lefevre (roessler) - * po/uk.po: automatic post-release commit for mutt-1.3.27 + * doc/manual.sgml.head: Fixing a typo. - * po/zh_CN.po: branches: 1.14.2; - automatic post-release commit for mutt-1.3.27 +2002-09-09 20:53:46 Thomas Roessler +(roessler) - * po/zh_TW.po: branches: 1.11.2; - automatic post-release commit for mutt-1.3.27 + * postpone.c: Fixing #1300. Noted by David Shaw + . - * po/hu.po: branches: 1.17.2; - automatic post-release commit for mutt-1.3.27 + * postpone.c: Fix #1299; noted by David Shaw + . - * po/id.po: automatic post-release commit for mutt-1.3.27 +2002-09-09 20:20:20 Michael Elkins (roessler) - * po/it.po: branches: 1.103.2; - automatic post-release commit for mutt-1.3.27 + * init.h, mutt.h, send.c: Introducing $forward_edit. - * po/ja.po, po/ko.po: automatic post-release commit for mutt-1.3.27 + * globals.h, init.h, send.c: Introduce $content_type. There's + one change against Michael's patch, in how the "format=flowed" + parameter is used. - * po/lt.po: branches: 1.25.2; - automatic post-release commit for mutt-1.3.27 +2002-09-09 20:04:45 Vincent Lefevre (roessler) - * po/nl.po: branches: 1.74.2; - automatic post-release commit for mutt-1.3.27 + * history.c: [STABLE] Fixing history classes. - * po/pl.po: automatic post-release commit for mutt-1.3.27 + * history.c: Fixing history classes. - * po/ca.po: branches: 1.6.2; - automatic post-release commit for mutt-1.3.27 +2002-09-09 19:56:25 Armin Wolfermann (roessler) - * po/cs.po: branches: 1.75.2; - automatic post-release commit for mutt-1.3.27 + * mh.c: when doing the second parsing pass on a maildir, + mutt doesn't delete the fake HEADER struct if the file is + unreadable. With this fix unreadable files get silently ignored + (like in the MH case). - * po/da.po: automatic post-release commit for mutt-1.3.27 +2002-09-09 19:55:01 "TAKAHASHI, Tamotsu" +(roessler) - * po/de.po: branches: 1.160.2; - automatic post-release commit for mutt-1.3.27 + * po/ja.po: Update. - * po/el.po: automatic post-release commit for mutt-1.3.27 +2002-09-09 19:53:24 Michael Elkins (roessler) - * po/eo.po: branches: 1.80.2; - automatic post-release commit for mutt-1.3.27 + * editmsg.c: Fixing #1149: Truncate files used for editing + messages. - * po/es.po: branches: 1.89.2; - automatic post-release commit for mutt-1.3.27 +2002-09-09 19:29:26 Nicolas Rachinsky +(roessler) - * po/et.po: automatic post-release commit for mutt-1.3.27 + * doc/manual.sgml.head, doc/muttrc.man.head, buffy.c, buffy.h, + init.h: An unmailboxes command. #1311. - * po/fr.po: branches: 1.108.2; - automatic post-release commit for mutt-1.3.27 +2002-09-09 19:24:54 Michael Elkins (roessler) - * po/gl.po: branches: 1.61.2; - automatic post-release commit for mutt-1.3.27 + * attach.c: Fixing #1330. - * ChangeLog: branches: 2.73.2; - automatic post-release commit for mutt-1.3.27 + * attach.c: [STABLE] Fixing #1330. - * VERSION: branches: 2.63.2; - automatic post-release commit for mutt-1.3.27 +2002-08-09 07:01:11 Thomas Roessler +(roessler) - * reldate.h: branches: 2.55.2; - automatic post-release commit for mutt-1.3.27 + * doc/muttrc.man.head: Document unalternative_order in the + manual page. -2002/01/21 17:43:19 Thomas Roessler +2002-08-09 06:58:37 Michael Elkins (roessler) - * po/it.po: update + * doc/manual.sgml.head, init.c, init.h: The following patch + adds the `unalternative_order' command. It also allows using + "*" more generically in un-commands which use parse_unlists(). - * po/sv.po, po/de.po, po/eo.po: updates +2002-08-05 17:25:05 Michael Elkins (roessler) - * mutt_ssl.c: A fix from Ulf Erikson, which he says to fix bug #989. + * pgpewrap.c, pgppubring.c, pgpewrap.c, pgppubring.c: Error + handling fixes. -2002/01/18 11:44:54 Thomas Roessler +2002-07-26 08:24:01 Michael Elkins (roessler) - * po/zh_CN.po, po/zh_TW.po, po/pt_BR.po, po/ru.po, po/sk.po, po/sv.po, po/tr.po, po/uk.po, po/hu.po, po/id.po, po/it.po, po/ja.po, po/ko.po, po/lt.po, po/nl.po, po/pl.po, po/eo.po, po/es.po, po/et.po, po/fr.po, po/gl.po, VERSION, po/ca.po, po/cs.po, po/da.po, po/de.po, po/el.po, reldate.h, ChangeLog: automatic post-release commit for mutt-1.3.26 + * doc/manual.sgml.head: Documentation for reply-hook. Another + patch (for the manual page) would be most welcome. ;-)) -2002/01/17 22:41:45 Thomas Roessler + * curs_lib.c: The attached patch fixes mutt_yesorno() so that the + question will be truncated enough to always fit in the default + answer string. The size is calculated on the fly so that there + is no artificial truncation. - * configure.in: branches: 2.129.2; - Use ncurses.h for configure tests, if present. +2002-07-24 09:46:58 TAKIZAWA Takashi (roessler) -2002/01/16 20:44:49 Thomas Roessler + * mutt.h, mutt.h: The attached patch sets MB_LEN_MAX to 16, + which is MB_LEN_MAX value on glibc-2.2. It works only with + --without-wc-funcs switch. It may be applied to mutt-1.4 and + mutt-1.5.1. - * config.guess, config.sub, missing, mkinstalldirs: Updated auto* files. From Lars Hecking. +2002-07-24 09:37:41 Lars Hecking (roessler) - * curs_main.c: patch-1.3.25-de-new_threads.1 + * configure.in, configure.in: Fix a quoting sloppiness. Noted by + Vincent Lefevre. - * protos.h: branches: 2.86.2; - patch-1.3.25-de-new_threads.1 +2002-07-24 09:33:59 Thomas Roessler +(roessler) - * thread.c: branches: 2.27.2; - patch-1.3.25-de-new_threads.1 + * browser.c, browser.c: Fixing #1282. An off-by-one error. :-/ -2002/01/15 22:08:12 Thomas Roessler +2002-07-24 09:20:22 Michael Elkins (roessler) - * acconfig.h, configure.in: Configure and config.h cleanup. From Lars Hecking. + * mutt.h, send.c, hook.c, init.h: reply-hook. Documentation + still needed. - * handler.c: branches: 2.52.2; - Don't hallucinate a '\n' in the end of quoted-printable encoded - attachments. +2002-07-24 09:06:06 Vincent Lefevre (roessler) * po/fr.po: update. - * flags.c: patch-1.3.25.tlr.maildir_trash.1 - - * mh.c: branches: 2.42.2; - patch-1.3.25.tlr.maildir_trash.1 +2002-07-24 08:41:31 Michael Elkins (roessler) - * mutt.h: branches: 2.111.2; - patch-1.3.25.tlr.maildir_trash.1 - - * mx.c: branches: 2.63.2; - patch-1.3.25.tlr.maildir_trash.1 + * doc/mutt.man, compose.c, editmsg.c, init.c, init.h, attach.c, + doc/mutt.man, compose.c, editmsg.c, init.c, init.h, attach.c: + Fix $editor and $visual. Based on an earlier patch from Edmund + Grimley Evans. - * po/ko.po: update +2002-07-19 19:23:21 Michael Elkins (roessler) - * init.c: branches: 2.60.2; - Avoid reading past the end of ta string when handling \ or ^ - sequences. From Michael Elkins. + * doc/manual.sgml.head: Another documentation patch. - * po/tr.po, po/uk.po, po/zh_CN.po, po/zh_TW.po, po/nl.po, po/pl.po, po/pt_BR.po, po/ru.po, po/sk.po, po/sv.po, po/gl.po, po/hu.po, po/id.po, po/it.po, po/ja.po, po/ko.po, po/lt.po, po/de.po, po/el.po, po/eo.po, po/es.po, po/et.po, po/fr.po, po/ca.po, po/cs.po, po/da.po, pgpkey.c: Shorten some messages. Noted by Jeremy Blosser. #978. +2002-07-17 12:48:38 Rocco Rutte +(roessler) - * pattern.c: branches: 2.23.2; - Fix an off-by-one error. + * sendlib.c: * Thomas Roessler [02-07-08 10:14:53 +0200] + wrote: > * sendlib.c, 3.12 -> 3.13 > From: Rocco Rutte + -2002/01/14 09:03:31 Thomas Roessler + > Make encode_from a bit more aggressive, by also catching a + 'f' in > the beginning of a line. - * imap/imap.c: branches: 1.90.2; - fix another case-sensitive comparison. + 'Catch' is good but also to encode it is better. It may have + been too late (sorry for that) so I fixed it. I don't know why + the current source only escapes lines that actually begin with + 'from' or 'From' followed by some text. I think that escaping + 'from' or 'From' on a single line should be done, too. -2002/01/13 21:19:25 Thomas Roessler + Not a big deal, anyways. - * ascii.h: Fix the ascii_strncmp() macro. +2002-07-16 07:28:11 Michael Elkins (roessler) - * imap/auth_sasl.c: Parse IMAP responses locale- and case- insensitive. From Brendan - Cully. + * main.c, main.c: Update copyright notices. - * imap/browse.c: branches: 1.34.2; - Parse IMAP responses locale- and case- insensitive. From Brendan - Cully. +2002-07-07 19:33:50 Cedric Duval (roessler) - * imap/command.c: branches: 1.35.2; - Parse IMAP responses locale- and case- insensitive. From Brendan - Cully. + * doc/manual.sgml.head, doc/mutt.man, init.h: Documentation fixes. - * imap/imap.c: Parse IMAP responses locale- and case- insensitive. From Brendan - Cully. +2002-07-07 19:29:05 "TAKAHASHI, Tamotsu" +(roessler) - * imap/message.c: branches: 1.60.2; - Parse IMAP responses locale- and case- insensitive. From Brendan - Cully. + * doc/manual.sgml.head: Dcumentation fixes. - * imap/util.c: branches: 1.51.2; - Parse IMAP responses locale- and case- insensitive. From Brendan - Cully. +2002-07-07 19:23:22 Cedric Duval (roessler) - * muttlib.c: branches: 2.52.2; - A different fix for the '\012' issue. Bug tracked down by Johannes - Geiger . + * doc/manual.sgml.head, doc/mutt.man, init.h: Documentation fixes. - * pager.c: A different fix for the '\012' issue. Bug tracked down by Johannes - Geiger . +2002-07-07 19:22:19 Rocco Rutte +(roessler) -2002/01/12 11:42:18 Thomas Roessler + * sendlib.c: Make encode_from a bit more aggressive, by also + catching a 'f' in the beginning of a line. - * NEWS: More on ~=. +2002-07-07 19:13:03 Velko Hristov +(roessler) - * doc/manual.sgml.head: branches: 1.73.2; - Add a ~= pattern. From Frederic Duval. + * po/bg.po: Update. - * doc/muttrc.man.head: branches: 1.16.2; - Add a ~= pattern. From Frederic Duval. +2002-07-07 19:11:15 Jeremy Blosser +(roessler) - * mutt.h, pattern.c: Add a ~= pattern. From Frederic Duval. + * init.h: Add unauto_view to the stable branch. A one-liner. - * doc/manual.sgml.head: Fix a typo, #971. +2002-06-28 19:52:31 Michael Elkins (roessler) -2002/01/09 15:39:28 Thomas Roessler + * doc/manual.sgml.head, doc/manual.sgml.head: Documentation fix + (#271). - * pgp.c: Fix #960. +2002-06-18 10:03:52 (automatic) (roessler) -2002/01/08 13:06:21 Thomas Roessler + * po/zh_TW.po, po/tr.po, po/uk.po, po/zh_CN.po, po/sv.po, + po/sk.po, po/ru.po, po/pt_BR.po, po/nl.po, po/pl.po, po/ja.po, + po/ko.po, po/lt.po, po/it.po, po/gl.po, po/hu.po, po/id.po, + po/eo.po, po/es.po, po/et.po, po/fr.po, po/el.po, po/da.po, + po/de.po, po/ca.po, po/cs.po: "make update-po" - * mx.c: Try to fix #943. +2002-06-18 10:02:44 several submitters (roessler) - * INSTALL: branches: 2.15.2; 2.15.4; - fix libiconv URL. #959. + * po/ca.po: Adding a BG translation. Update for CA. - * NEWS: fix libiconv URL. #959. +2002-06-18 10:02:43 roessler (roessler) -2002/01/07 19:10:51 Thomas Roessler + * po/bg.po: branches: 1.1.2; file bg.po was initially added on + branch mutt-1-4-stable. - * po/ko.po: update +2002-06-18 10:02:43 several submitters (roessler) - * attach.c: branches: 2.29.2; - Fix #951. + * po/bg.po: Adding a BG translation. Update for CA. -2002/01/04 14:30:29 Thomas Roessler + * configure.in: Adding a BG translation. - * rfc822.c: Terminate the correct buffer. Noted by Durval Menezes - . (This bug shouldn't have any security - implications. ;-) +2002-06-18 09:53:12 Michael Elkins (roessler) - * po/et.po, po/fr.po, po/pl.po, po/sv.po: updates. + * init.c, init.c: The string used to store the commmand for a + backtic expansion in the muttrc was not free'd if the command + failed for some reason. + +2002-06-18 09:52:13 David Champion (roessler) + + * m4/gssapi.m4: Okay, two bugs here. One's an oversight of mine + in my previous patch, where I tried to use "[hH]" as Bourne code + while m4 had quoting set to ([, ]) -- this probably makes mutt + mis-detect Heimdal after all. -2002/01/03 20:57:20 Thomas Roessler + The other is not mine (i.e., it's in cvs now) and it makes mutt + overstrike $LIBS if Heimdal or MIT Kerberos is detected. This is + a problem for anyone who needs -lnsl -lsocket, in particular. I + was fixing this by hand during late 1.3.x releases, as I didn't + have time to track it down.... - * mutt_ssl.c, mutt_ssl.h, mutt_ssl_nss.c, globals.h: Move some globals where they belong. From Brendan Cully. + Here's a patch against the current (unpatched) 1.5 cvs copy of + m4/gssapi.m4. It probably should go into both branches. Sorry + for the repeats. -2002/01/02 16:28:46 Thomas Roessler +2002-06-06 23:13:54 Michael Elkins (roessler) - * acconfig.h: Cleanup; from Lars Hecking. + * color.c: Fix #1230. - * mutt_ssl.c: Replace a few strncpy() calls by strfcpy(). +2002-06-06 12:22:05 Will Fiveash (roessler) - * recvcmd.c: Bug fix. Problem noted by Vincent Lefevre's compiler. + * init.h, init.h: Fix a couple of compile-time warnings. - * muttlib.c: Fix the \012 bug. +2002-05-31 16:59:39 Edmund GRIMLEY EVANS (roessler) -2002/01/01 20:18:41 Thomas Roessler + * charset.c, charset.h, sendlib.c, charset.c, charset.h, + sendlib.c: Fix charset-hook. - * po/zh_TW.po, po/pt_BR.po, po/ru.po, po/sk.po, po/sv.po, po/tr.po, po/uk.po, po/zh_CN.po, po/hu.po, po/id.po, po/it.po, po/ja.po, po/ko.po, po/lt.po, po/nl.po, po/pl.po, po/da.po, po/de.po, po/el.po, po/eo.po, po/es.po, po/et.po, po/fr.po, po/gl.po, po/Makefile.in.in, po/ca.po, po/cs.po, reldate.h, ChangeLog, VERSION: automatic post-release commit for mutt-1.3.25 +2002-05-31 16:45:49 Lars Hecking (roessler) - * intl/COPYING.LIB-2, intl/COPYING.LIB-2.1: ups, these were missing from the CVS. + * m4/iconv.m4, INSTALL, charset.h, configure.in: The noiconv + patch. Should probably have been in 1.4. - * po/ca.po: update. +2002-05-30 12:15:02 Thomas Roessler +(roessler) - * po/uk.po, po/zh_TW.Big5.po, po/sk.po, po/sv.po, po/ru.po, po/pl.po, po/pt_BR.po, po/ko.po, po/nl.po, po/it.po, po/gl.po, po/id.po, po/es.po, po/fr.po, po/el.po, po/eo.po, po/de.po, po/cs.po, po/da.po, ChangeLog, VERSION, rfc822.c: post-release commit for mutt-1.2.5.1. + * rfc822.c: Properly handle empty addresses (<>) when they show + up in mail headers. The approach taken is to store this address + as <@>, and to check this special case when printing an address. - * rfc822.c: Fix a security problem. +2002-05-29 09:31:51 roessler (roessler) + * po/zh_CN.po, po/zh_TW.po, po/uk.po, po/tr.po, po/sk.po, + po/sv.po, po/pl.po, po/pt_BR.po, po/ru.po, po/ko.po, po/lt.po, + po/nl.po, po/it.po, po/ja.po, po/fr.po, po/gl.po, po/hu.po, + po/id.po, po/eo.po, po/es.po, po/et.po, po/da.po, po/de.po, + po/el.po, VERSION, po/ca.po, po/cs.po, reldate.h, ChangeLog: + automatic post-release commit for mutt-1.4 Index: mutt/ChangeLog.old diff -u mutt/ChangeLog.old:3.1 mutt/ChangeLog.old:3.2 --- mutt/ChangeLog.old:3.1 Sat Dec 7 15:14:59 2002 +++ mutt/ChangeLog.old Mon Dec 19 19:13:28 2005 @@ -1,12219 +1,12239 @@ -Fri Dec 6 10:56:30 2002 Thomas Roessler +2002-05-29 09:28:33 Roland Rosenfeld (roessler) - * curs_lib.c, pgppubring.c: - From: Thomas Roessler + * po/de.po: update. - Fixing a number of traditional malloc calls which have made their - way into the code. +2002-05-29 09:27:46 Ronny Haryanto (roessler) - * build-release: From: Thomas Roessler + * po/id.po: update - Don't post announcements automatically for the moment. +2002-05-28 09:07:29 Michael Elkins (roessler) -Thu Dec 5 22:30:02 2002 Thomas Roessler + * mx.h, postpone.c: Fix some warnings noted by Vincent Lefevre. - * doc/manual.sgml.head: From: Michael Elkins +2002-05-21 07:28:28 Edmund GRIMLEY EVANS (roessler) - Fix #1398. + * po/eo.po: update -Mon Nov 25 14:16:47 2002 Thomas Roessler +2002-05-18 05:39:55 Thomas Roessler +(roessler) - * sendlib.c, ChangeLog, charset.h, configure.in, INSTALL: - From: Lars Hecking + * pattern.c: Fix #1175. - The noiconv patch. + * pattern.c: Fix #1175. Noticed by Alain Bench. -Thu Nov 14 08:12:30 2002 Thomas Roessler +2002-05-18 05:34:50 Vsevolod Volkov (roessler) - * curs_lib.c: From: Michael Elkins + * pop_lib.c, pop_lib.c: Attached patch for mutt 1.3.X/1.4 and + 1.5.X removes gcc warning in pop_lib.c. - Fix #1388. +2002-05-16 17:33:19 Pawel Dziekonski (roessler) -Wed Nov 13 10:10:52 2002 Thomas Roessler + * po/pl.po: update - * main.c: From: Thomas Roessler +2002-05-16 13:05:14 Im Eunjea (roessler) - A description of -A was lacking from the help string. + * po/ko.po: update. - * doc/manual.sgml.head, doc/mutt.man, main.c, protos.h: - From: Thomas Roessler + * po/ko.po: update - Add a new command line option -A which is used to expand aliases. +2002-05-16 13:04:23 Ronny Haryanto (roessler) - * keymap.c: From: Thomas Roessler + * po/id.po: update. - Add a safeguard #ifdef for the KEY_BTAB entry. Suggested by Thomas - Dickey. + * compose.c: Triple-DES, not Tripple-DES. -Tue Nov 12 09:20:30 2002 Thomas Roessler +2002-05-14 18:56:01 "Andrej N. Gritsenko" (roessler) - * keymap.c: From: Michael Elkins + * po/uk.po: update - Tell mutt about the back-tab key (shift tab). +2002-05-13 20:18:57 Toomas Soome (roessler) - * Makefile.am: From: Thomas Roessler + * po/et.po, po/et.po: update - ups. +2002-05-13 20:18:17 Vsevolod Volkov (roessler) - * Makefile.am: From: Thomas Roessler + * po/ru.po, po/uk.po, po/ru.po: update - Add "make pclean" in order to clean up PATCHES. +2002-05-13 20:16:08 Byrial Jensen (roessler) - * po/ja.po: From: TAKAHASHI Tamotsu + * po/da.po: update - update +2002-05-13 20:15:40 Vsevolod Volkov (roessler) - * README: From: Thomas Roessler + * po/ru.po: update - Add an explicit note that CVS doesn't work from ftp.mutt.org any more. +2002-05-13 20:15:07 Jörgen Tegnér (roessler) - * mbyte.c: From: "Yasuhiro Matsumoto" + * po/sv.po, po/sv.po: update - cp932 should be treated like shift_jis. +2002-05-13 20:13:56 Vincent Lefevre (roessler) - * imap/auth_gss.c, imap/auth_sasl.c, configure.in, main.c, mutt_sasl.c, mutt_sasl.h: - From: Nathan Dushman + * po/fr.po: update - Hi - this is a patch against mutt-1.4 to use version 2 of the Cyrus - SASL library; all changes are ifdef'd so as not to break SASLv1 - support. This includes a patch to configure.in to allow the choice - between v1 and v2, but someone with a better understanding of - autoconf should double-check it. +2002-05-06 11:27:20 Thomas Roessler +(roessler) - * handler.c: From: Michael Elkins + * doc/manual.sgml.head: Remove -Q which is only present in + unstable from the stable documentation. Thanks to Andreas Kneib + for noting. - Actually commit patch-1.5.1.me.long_qp.2. +2002-05-02 01:05:27 Thomas Roessler +(roessler) - * mailbox.h, mh.c, mx.c: From: Michael Elkins + * Makefile.am: Include smime.h with EXRA_DIST. - The maildir_time patch. +2002-05-01 23:24:17 roessler (roessler) -Mon Nov 11 21:17:25 2002 Thomas Roessler + * po/zh_TW.po, po/sk.po, po/sv.po, po/tr.po, po/uk.po, + po/zh_CN.po, po/pl.po, po/pt_BR.po, po/ru.po, po/id.po, po/it.po, + po/ja.po, po/ko.po, po/lt.po, po/nl.po, po/eo.po, po/es.po, + po/et.po, po/fr.po, po/gl.po, po/hu.po, VERSION, po/ca.po, + po/cs.po, po/da.po, po/de.po, po/el.po, reldate.h, ChangeLog: + automatic post-release commit for mutt-1.5.1 - * muttbug.sh.in: From: Thomas Roessler +2002-05-01 23:21:10 Thomas Roessler +(roessler) - You shall not use CVS to distribute test versions. + * smime.c: Shut up check_sec.sh. No security holes, but some + ugly code. - * muttbug.sh.in: From: Thomas Roessler + * check_sec.sh: Give all the warnings at once. - more fixes. + * build-release: - This is a development branch. - Add a -nodiff + option to suppress generating a patch. - * muttbug.sh.in: From: Thomas Roessler +2002-05-01 23:08:53 roessler (roessler) - Add some rpm-related intelligence to flea. + * po/tr.po, po/uk.po, po/zh_CN.po, po/zh_TW.po, po/sk.po, + po/sv.po, po/pl.po, po/pt_BR.po, po/ru.po, po/lt.po, po/nl.po, + po/it.po, po/ja.po, po/ko.po, po/et.po, po/fr.po, po/gl.po, + po/hu.po, po/id.po, po/da.po, po/de.po, po/el.po, po/eo.po, + po/es.po, ChangeLog, VERSION, po/ca.po, po/cs.po, reldate.h: + automatic post-release commit for mutt-1.3.99 - * muttbug.sh.in: From: Thomas Roessler +2002-05-01 23:06:21 Thomas Roessler +(roessler) - Fix flea's interaction with bug(1) on Debian systems. + * build-release: s/scp1/scp/ - * PATCHES: From: Thomas Roessler +2002-04-29 17:12:18 Thomas Roessler +(roessler) - Clean up the patch list. + * lib.c, lib.h, protos.h, lib.c, lib.h, protos.h: Fix #1171. - * hdrline.c, PATCHES: From: Michael Elkins +2002-04-29 12:26:23 Vincent Lefevre (roessler) - Fix #485: Make %z work like %Z inside of %{} in $index_format. + * po/fr.po: update. - * copy.c, PATCHES: From: Michael Elkins +2002-04-29 12:25:38 oota toshiya (roessler) - Fix #1379 - update the total mailbox size when an attachment is - deleted. + * po/ja.po, po/ja.po: update. - * curs_main.c, menu.c, pager.c, PATCHES: - From: Michael Elkins +2002-04-29 12:09:21 Byrial Jensen (roessler) - Fix #1310; redraw problems. + * imap/util.c: 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/. - * doc/manual.sgml.head, init.h: From: Michael Elkins + * imap/util.c: 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/. - Fix #1306. +2002-04-25 13:30:49 Vsevolod Volkov (roessler) - * send.c: From: Michael Elkins + * pop.c, pop_lib.c, pop.c, pop_lib.c: Attached patch fixes + the problem described below. It should be applied to both mutt + 1.3/1.4 and 1.5 branches. - Fix #1364. + > Date: Thu, 11 Apr 2002 16:24:00 -0500 > Subject: mutt 1.3.x + / pop > From: "Ryan O'Hara" > To: + bcully@users.sourceforge.net > User-Agent: Mutt/1.3.27i - * pgp.c: From: Steve Kennedy + > Hi. My apologies if this has nothing to do with you. If it + does not, > maybe you could forward it on to someone. - Fix memory leak in the PGP code. + > 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). - * commands.c, protos.h, sendlib.c: - From: Paul Walker + > This is kinda annoying. Just thought I'd point out this + regression. - Fix #718. + > Thanks. > R - * sendlib.c: From: Thomas Roessler +2002-04-25 13:28:31 Wouter Verheijen (roessler) - Fix #1366. + * doc/manual.sgml.head, doc/manual.sgml.head: Someone in + news:comp.mail.mutt noted that the list of command-line options + in the manual is not up-to-date. - * mx.c: From: Martin Siegert + Included a small patch that includes all options that 'mutt + -h' shows. - Fix IMAP moving; #1367. +2002-04-25 13:26:58 Cedric Duval (roessler) - * send.c: From: rene@clerc.nl + * doc/manual.sgml.tail, OPS, init.h, pattern.c: attached are + fixes for some little mistakes : - Another S/MIME ifdef misses and causes compilation problems. + * 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. - * init.h: From: Michael Elkins + * doc/manual.sgml.tail, pattern.c, OPS, init.h: attached are + fixes for some little mistakes : - patch-1.5.1-me.status_doc.2 + * 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. + +2002-04-25 13:24:33 Thomas Roessler +(roessler) + + * recvattach.c: Also fix this for the S/MIME case. + + * recvattach.c: Fiy handling of multiparts which have encrypted + sub-parts, at least for PGP. + + * sendlib.c: Force 7bit encoding for application/pgp-keys. + +2002-04-20 21:38:47 Thomas Roessler +(roessler) + + * m4/codeset.m4, m4/gettext.m4, m4/glibc21.m4, m4/iconv.m4, + m4/lcmessage.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4, + m4/progtest.m4, intl/ChangeLog, intl/Makefile.in, + intl/bindtextdom.c, intl/config.charset, intl/dcigettext.c, + intl/eval-plural.h, intl/gettextP.h, intl/gmo.h, + intl/hash-string.h, intl/l10nflist.c, intl/libgnuintl.h, + intl/loadinfo.h, intl/loadmsgcat.c, intl/localcharset.c, + intl/localealias.c, intl/localename.c, intl/os2compat.c, + intl/os2compat.h, intl/osdep.c, intl/plural-exp.c, + intl/plural-exp.h, intl/plural.c, intl/plural.y, ABOUT-NLS, + INSTALL, config.rpath, configure.in: Backing out the latest + iconv-related changes from the mutt-1-4-stable branch. + +2002-04-20 21:36:38 roessler (roessler) + + * m4/codeset.m4, m4/gettext.m4, m4/glibc21.m4, m4/iconv.m4, + m4/lcmessage.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4, + m4/progtest.m4: same as above. - * alias.c, init.c, protos.h: - From: Thomas Roessler +2002-04-20 21:36:32 Thomas Roessler +(roessler) - patch-1.5-tlr.alias-parse.1 - extension of patch-1.5.1-me.aliascheck.1 + * intl/eval-plural.h, intl/gettextP.h, intl/gmo.h, + intl/hash-string.h, intl/l10nflist.c, intl/libgnuintl.h, + intl/loadinfo.h, intl/loadmsgcat.c, intl/localcharset.c, + intl/localealias.c, intl/localename.c, intl/os2compat.c, + intl/os2compat.h, intl/osdep.c, intl/plural-exp.c, + intl/plural-exp.h, intl/plural.c, intl/plural.y, intl/ChangeLog, + intl/Makefile.in, intl/bindtextdom.c, intl/config.charset, + intl/dcigettext.c: Committing the new iconv patches into a + separate branch. + + * ABOUT-NLS, INSTALL, config.rpath, configure.in: Committing + the new noiconv patches into a separate branch. + + * sendlib.c: Generate the resent-message-id ourselves, and add + it in the top of the header. + +2002-04-20 08:11:13 Wouter Verheijen (roessler) + + * copy.c, mutt.h, sendlib.c: Bug #571 "mutt should not replicate + ">From " headers while bounding", has a patch attached. Will that + patch get in? - This patch catches the same kind of bad alias names caught by - Michael's patch. There are some extensions: + 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. - 1. Mutt makes sure that it doesn't _suggest_ bad names to the user. - 2. If a name is bad, the user is informed, and may elect to fix the - name. In this case, mutt will automatically suggest a fixed - version. - 3. If the user insists in the bad name, it's written into the - aliases file with proper quoting. - 4. When mutt parses the aliases file, it now uses the normal - tokenizer routines in order to properly handle quoted alias names. + 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. - * handler.c: From: Michael Elkins + 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? - patch-1.5-me.long_qp.2 (#1371) - fix truncation with overly long Q-P - encoded lines. +2002-04-20 07:55:20 roessler (roessler) -Tue Oct 22 21:24:07 2002 Thomas Roessler + * m4/codeset.m4, m4/gettext.m4, m4/glibc21.m4, m4/iconv.m4, + m4/lcmessage.m4, m4/progtest.m4: Try to get the noiconv patch + to work. - * commands.c: From: René Clerc +2002-04-20 07:55:09 Thomas Roessler +(roessler) - Add some missing #ifdefs. + * configure.in: Try to get the noiconv patch to work with my + development environment. - * init.h, recvattach.c: From: Michael Elkins + * INSTALL: Fix a typo. - Documentation fix; #1326 +2002-04-20 07:26:10 Lars Hecking (roessler) - * send.c: From: René Clerc + * init.h, rfc2047.c, sendlib.c, INSTALL, charset.c, charset.h, + configure.in, gnupgparse.c: patch.1.3.28.lh.noiconv + ======================= - Another crypt_reply fix. + This is the new version of my noiconv patch. It _requires_ + the previous patch! If applied without, you'll have to resolve + a couple of conflicts manually. - * contrib/sample.muttrc: From: Michael Elkins + Notes: - it's a lot cleaner than the old noiconv patch because + no m4 files are + modified - new configure option --disable-iconv; INSTALL + updated accordingly + [I am guessing here, but the background for the --without-iconv + option mentioned in INSTALL was that mutt had a without-iconv + option before gettext included iconv support. When mutt's + intl/* files were updated to a newer gettext, there suddenly + were two iconv options, which then got merged, that is, + mutt's was removed. That was probably when --without-iconv + stopped working, but I'm not sure, it may well be that it + never worked since iconv support was introduced.] + - all changes in *.[ch] files should be identical to the + old patch - #1357 + * intl/localename.c: This one seems to have been missing, too. -Thu Oct 10 09:50:03 2002 Thomas Roessler +2002-04-20 07:25:40 roessler (roessler) - * send.c: From: René Clerc + * intl/localename.c: branches: 1.1.2; 1.1.4; file localename.c + was initially added on branch mutt-1-4-stable. - Make sure that crypt_reply replies with the same type, despite a - possible S/MIME default. +2002-04-20 07:25:15 Lars Hecking (roessler) - * doc/manual.sgml.head: From: Michael Elkins + * config.rpath: Another file from the gettext patch. - Document escaping rules for regular expressions (#1351). +2002-04-20 07:25:15 roessler (roessler) - * pager.c: From: Michael Elkins + * config.rpath: branches: 1.1.2; 1.1.4; file config.rpath was + initially added on branch mutt-1-4-stable. - Fix header coloring, so there is no difference between ncurses and - slang. +2002-04-20 07:24:54 Lars Hecking (roessler) - * init.h: From: Michael Elkins + * m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4: Add new m4 + files from patch.1.3.28.lh.gettext-0.11.1. - PGP documentation glitch. +2002-04-20 07:24:54 roessler (roessler) - * doc/manual.sgml.head: From: Paul Walker + * m4/lib-ld.m4: branches: 1.1.2; 1.1.4; file lib-ld.m4 was + initially added on branch mutt-1-4-stable. - Fix #1340 (documentation) + * m4/lib-link.m4: branches: 1.1.2; 1.1.4; file lib-link.m4 + was initially added on branch mutt-1-4-stable. - * pager.c: From: Michael Elkins + * m4/lib-prefix.m4: branches: 1.1.2; 1.1.4; file lib-prefix.m4 + was initially added on branch mutt-1-4-stable. - Jeremy Lin wrote: - > When I search with / and get a match, doing '/\r' doesn't move to the next - > match. This behavior is unlike the less pager, and is rather useless, IMHO. +2002-04-20 07:24:22 Lars Hecking (roessler) - Try the attached patch. + * m4/codeset.m4, m4/gettext.m4, m4/glibc21.m4, m4/iconv.m4, + m4/lcmessage.m4, m4/progtest.m4, intl/ChangeLog, + intl/Makefile.in, intl/bindtextdom.c, intl/config.charset, + intl/dcigettext.c, intl/eval-plural.h, intl/gettextP.h, + intl/gmo.h, intl/hash-string.h, intl/l10nflist.c, + intl/libgnuintl.h, intl/loadinfo.h, intl/loadmsgcat.c, + intl/localcharset.c, intl/localealias.c, intl/os2compat.c, + intl/os2compat.h, intl/osdep.c, intl/plural-exp.c, + intl/plural-exp.h, intl/plural.c, intl/plural.y: + patch.1.3.28.lh.gettext-0.11.1 ============================== -Mon Sep 23 12:08:43 2002 Thomas Roessler + This one updates the gettext stuff in mutt to gettext-0.11.1. I + started doing this in the hope that the new gettext version would + simplify the noiconv patch, but unfortunately, this turned out + not to be the case (the new iconv m4 macros still don't allow + for switching iconv support off). - * buffy.c: From: Thomas Roessler + However, as a few hours of merging and testing were spent, + I'd suggest to adopt it for 1.4. The actual changes to intl/* + are part cosmetic, part code reorganisation. Ok, a bit more, + I'm no gettext expert :) - A variant of buffy notification. Note: If you folks don't like - this, we can return to the old version. + Notes: - after applying the patch, you need to chmod 755 + config.rpath - a couple of new files for m4/*, too - I have + broken with the tradition of renaming gettext's AM_* macros + to MUTT_AM_*! I don't think it's necessary anymore to customise + these macros, but you (I really mean "you, tlr" :) want to + have a look at the new gettext.m4. The others should be ok + as they are. + - previous gettext updates were also updating po/Makefile.in.in, + which I didn't; someone who has a clue about gettext should + check whether this might be necessary, and also whether any + other files in po/ need updating -Mon Sep 9 21:48:19 2002 Thomas Roessler + I will provide the same patch for the 1.5 branch at some stage, + ideally after getting some F E E D B A C K for this one. - * browser.c, buffy.c, curs_main.c, functions.h, OPS, pager.c, protos.h: - From: Rudi Chiarito +2002-04-20 07:23:49 roessler (roessler) - Add a buffy-list function, and display more information when new - mail arrives. With some modifications from tlr. + * intl/eval-plural.h: branches: 1.1.2; 1.1.4; file eval-plural.h + was initially added on branch mutt-1-4-stable. - * mh.c: From: Michael Elkins + * intl/gmo.h: branches: 1.1.2; 1.1.4; file gmo.h was initially + added on branch mutt-1-4-stable. - Fix #1321. + * intl/os2compat.c: branches: 1.1.2; 1.1.4; file os2compat.c + was initially added on branch mutt-1-4-stable. - * mh.c: From: Michael Elkins + * intl/os2compat.h: branches: 1.1.2; 1.1.4; file os2compat.h + was initially added on branch mutt-1-4-stable. - [STABLE] Fix #1321. + * intl/osdep.c: branches: 1.1.2; 1.1.4; file osdep.c was + initially added on branch mutt-1-4-stable. - * signal.c: From: Tony Leneis + * intl/plural-exp.c: branches: 1.1.2; 1.1.4; file plural-exp.c + was initially added on branch mutt-1-4-stable. - Tru64 Unix portability patch. + * intl/plural-exp.h: branches: 1.1.2; 1.1.4; file plural-exp.h + was initially added on branch mutt-1-4-stable. - * signal.c: From: Tony Leneis +2002-04-20 07:23:39 Lars Hecking (roessler) - [STABLE] Tru64 Unix portability patch. + * ABOUT-NLS, charset.c, charset.h, configure.in, gnupgparse.c, + init.h, rfc2047.c, sendlib.c: patch.1.3.28.lh.gettext-0.11.1 + ============================== - * doc/manual.sgml.head: From: Vincent Lefevre + This one updates the gettext stuff in mutt to gettext-0.11.1. I + started doing this in the hope that the new gettext version would + simplify the noiconv patch, but unfortunately, this turned out + not to be the case (the new iconv m4 macros still don't allow + for switching iconv support off). + + However, as a few hours of merging and testing were spent, + I'd suggest to adopt it for 1.4. The actual changes to intl/* + are part cosmetic, part code reorganisation. Ok, a bit more, + I'm no gettext expert :) + + Notes: - after applying the patch, you need to chmod 755 + config.rpath - a couple of new files for m4/*, too - I have + broken with the tradition of renaming gettext's AM_* macros + to MUTT_AM_*! I don't think it's necessary anymore to customise + these macros, but you (I really mean "you, tlr" :) want to + have a look at the new gettext.m4. The others should be ok + as they are. + - previous gettext updates were also updating po/Makefile.in.in, + which I didn't; someone who has a clue about gettext should + check whether this might be necessary, and also whether any + other files in po/ need updating - Fixing a typo. + I will provide the same patch for the 1.5 branch at some stage, + ideally after getting some F E E D B A C K for this one. - * postpone.c: From: Thomas Roessler +2002-04-17 17:05:54 Vincent Lefevre (roessler) - Fixing #1300. Noted by David Shaw . + * po/fr.po: Update. - * postpone.c: From: Thomas Roessler +2002-04-17 17:05:04 David Champion (roessler) - Fix #1299; noted by David Shaw . + * m4/gssapi.m4: MIT krb5 1.2.4 has krb5-config, so it's + no longer sufficient to say that possession of krb5-config + indicates Heimdal. Patch attached. This assumes that Heimdal's + "kreb5-config --vendor" begins with "Heimdal". I cannot verify + that this is correct, so patch might be wrong on this point. + +2002-04-07 21:19:57 Brendan Cully (roessler) + + * imap/command.c, imap/imap.c, imap/message.c, imap/command.c, + imap/imap.c, imap/message.c: 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 - * init.h, mutt.h, send.c: From: Michael Elkins + 939 is most likely unaffected. I discovered these problems while + investigating 939. - Introducing $forward_edit. +2002-04-05 10:42:54 "TAKAHASHI, Tamotsu" +(roessler) - * send.c: From: Michael Elkins + * po/ja.po: update. - #265: +2002-04-04 20:49:46 Im Eunjea (roessler) - > Suppose a user wants to fcc to a file (e.g., /a/b/c) but accidentally - > typed a = before the path name. Mutt will fail to find the =/a/b/c - > folder, display the error message and beep, but immediately erase the - > error message; the mail will be sent even though the fcc failed. (The - > same can be accomplished by accidentally mistyping other parts of the - > path name.) On local systems where screen update is quick, the user - > might not notice the error message at all. - > - > The problem with this behaviour is that the user might have no chance - > to read the error message if the screen update is quick enough; as a - > result (s)he might not notice that the fcc failed. - > - > A related thing (probably can't be classified as a problem) is that if - > fcc fails, the user probably don't want to send the mail out because - > if fcc is requested (s)he probably very much want to keep a copy of - > the sent mail. + * po/ko.po: Update. - Try the following patch. We keep track of whether or not the fcc - failed with a local var `fcc_error' and perform the same behavior as - if the actual send of the message failed (without really sending) - when the FCC fails, thus giving the user a chance to correct the - error. +2002-04-04 06:50:52 "TAKAHASHI, Tamotsu" +(roessler) - * globals.h, init.h, send.c: From: Michael Elkins + * po/ja.po: Update. - Introduce $content_type. There's one change against Michael's - patch, in how the "format=flowed" parameter is used. +2002-04-04 06:50:12 Thomas Roessler +(roessler) - * history.c: From: Vincent Lefevre + * pgp.c: Fix a typo noted by Tamotsu Takahashi. - [STABLE] Fixing history classes. +2002-04-03 15:22:27 Thomas Roessler +(roessler) - * history.c: From: Vincent Lefevre + * handler.c: Fix printing of format=flowed text parts. - Fixing history classes. + * commands.c: Fix #1144 in stable. - * mh.c: From: Armin Wolfermann + * commands.c: Fix a file descriptor leak in the display filter + code. Noted by Chr. v. Stuckrad. - when doing the second parsing pass on a maildir, mutt doesn't delete - the fake HEADER struct if the file is unreadable. With this fix - unreadable files get silently ignored (like in the MH case). + fixes: #1144 - * po/ja.po: From: "TAKAHASHI, Tamotsu" +2002-04-02 18:49:37 Lars Hecking (roessler) - Update. + * m4/iconv.m4: branches: 1.3.2.1.2; The noiconv patch. - * editmsg.c: From: Michael Elkins + * charset.c, charset.h: The noiconv patch. - Fixing #1149: Truncate files used for editing messages. + * configure.in: branches: 2.129.2.3.2; The noiconv patch. - * doc/manual.sgml.head, doc/muttrc.man.head, buffy.c, buffy.h, init.h: - From: Nicolas Rachinsky + * gnupgparse.c, init.h, rfc2047.c, sendlib.c: The noiconv patch. - An unmailboxes command. #1311. +2002-03-30 08:26:31 roessler (roessler) - * attach.c: From: Michael Elkins + * po/pl.po: update. From Pawel Dzienkonski. - Fixing #1330. + * po/fr.po: Update; From Vincent Lefevre. - * attach.c: From: Michael Elkins + * postpone.c, sendlib.c: 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. - [STABLE] Fixing #1330. +2002-03-28 13:25:23 roessler (roessler) -Fri Aug 9 07:01:11 2002 Thomas Roessler + * mx.c, mx.h, mailbox.h, main.c, mbox.c, mh.c: + patch-1.3.28-me.emptycheck.1 - * doc/muttrc.man.head: - From: Thomas Roessler +2002-03-27 08:50:42 roessler (roessler) - Document unalternative_order in the manual page. + * pgp.c: There was some output missing. - * doc/manual.sgml.head, init.c, init.h: - From: Michael Elkins + * po/POTFILES.in: update. - The following patch adds the `unalternative_order' command. It also - allows using "*" more generically in un-commands which use - parse_unlists(). + * pgp.c: More fixes. Note to self: The code which controls + character set selection for attachments is far too complicated. -Mon Aug 5 17:25:05 2002 Thomas Roessler + * pgp.c: Don't include temporary file names in the + Content-Disposition header. - * pgpewrap.c, pgppubring.c: From: Michael Elkins + * pgp.c: Use text/plain; format=... when we are asked to detect + inline PGP material in in text/plain body parts. - Error handling fixes. + * pgp.c, sendlib.c: Fix encoder mode for text/plain; action=pgp-*. -Fri Jul 26 08:24:01 2002 Thomas Roessler + * pgp.c: Fix "noconv" handling for the message body when we + generate inline PGP. - * doc/manual.sgml.head: From: Michael Elkins + * charset.c, charset.h, handler.c, muttlib.c, pgp.c: Some hackisch + charset handling for text/plain; x-action=pgp-*. I don't like + this stuff, but it's better than nothing. - Documentation for reply-hook. Another patch (for the manual page) - would be most welcome. ;-)) +2002-03-26 22:25:48 roessler (roessler) - * curs_lib.c: From: Michael Elkins + * pgp.c: Change x-action values to "pgp-encrypted", "pgp-signed". - The attached patch fixes mutt_yesorno() so that the question will be - truncated enough to always fit in the default answer string. The - size is calculated on the fly so that there is no artificial - truncation. + * contrib/gpg.rc, commands.c, compose.c, crypt.c, handler.c, + muttlib.c, pgp.c, protos.h, recvattach.c, sendlib.c: More inline + PGP changes. + + * pgp.c: 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. -Wed Jul 24 09:46:58 2002 Thomas Roessler + * commands.c, crypt.c, handler.c, pgp.c, pgpinvoke.c, sendlib.c: + OK, I'm giving up: pgp_create_traditional now creates text/plain; + x-mutt-action={pgp-encrypt,pgp-sign}. - * mutt.h: From: TAKIZAWA Takashi + * pgpinvoke.c: Fix application/pgp signatures. - The attached patch sets MB_LEN_MAX to 16, which is MB_LEN_MAX value - on glibc-2.2. It works only with --without-wc-funcs switch. It may - be applied to mutt-1.4 and mutt-1.5.1. + * charset.c, charset.h, gnupgparse.c, handler.c, mbyte.c, + rfc2047.c, sendlib.c, charset.c, charset.h, gnupgparse.c, + handler.c, mbyte.c, rfc2047.c, sendlib.c: Fix iconv warnings; + from Edmund Grimley Evans. - * configure.in: From: Lars Hecking + * smime.c: 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. - Fix a quoting sloppiness. Noted by Vincent Lefevre. +2002-03-25 11:34:40 roessler (roessler) - * browser.c: From: Thomas Roessler + * crypt.c: Fix S/MIME signature type. Noted by Dan Ohnesorg + . - Fixing #1282. An off-by-one error. :-/ + * buffy.c, buffy.c: close 1103; from Brendan Cully - * mutt.h, send.c, hook.c, init.h: From: Michael Elkins + * doc/manual.sgml.tail, doc/manual.sgml.tail: close 1122; from + Brendan Cully - reply-hook. Documentation still needed. + * hdrline.c, muttlib.c: Fix #87s; from Brendan Cully. - * po/fr.po: From: Vincent Lefevre + * hdrline.c, muttlib.c: Fix #872, from Brendan Cully. - update. + * contrib/smime_keys_test.pl, contrib/Makefile.in: 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. - * doc/mutt.man, compose.c, editmsg.c, init.c, init.h, attach.c: - From: Michael Elkins +2002-03-20 09:53:42 roessler (roessler) - Fix $editor and $visual. Based on an earlier patch from Edmund - Grimley Evans. + * editmsg.c, mailbox.h, mx.c: Rename M_NEW to M_NEWFOLDER. -Fri Jul 19 19:23:21 2002 Thomas Roessler + * editmsg.c, mailbox.h, mx.c: Rename the new M_NEW by M_NEWFOLDER. + There was another constant of the same name. Problem noted by + Will Yardley's compiler. - * doc/manual.sgml.head: From: Michael Elkins +2002-03-19 09:54:05 roessler (roessler) - Another documentation patch. + * browser.c: Fix #1115. -Wed Jul 17 12:48:38 2002 Thomas Roessler + * editmsg.c, mailbox.h, mx.c: Fix a temporary file race problem + when using the edit-message function. Backported from unstable. - * sendlib.c: From: Rocco Rutte + * po/pl.po, po/pl.po: update - * Thomas Roessler [02-07-08 10:14:53 +0200] wrote: - > * sendlib.c, 3.12 -> 3.13 - > From: Rocco Rutte +2002-03-18 18:54:56 roessler (roessler) - > Make encode_from a bit more aggressive, by also catching a 'f' in - > the beginning of a line. + * browser.c: Should fix #1115. BACKPORT! - 'Catch' is good but also to encode it is better. It may have - been too late (sorry for that) so I fixed it. I don't know - why the current source only escapes lines that actually - begin with 'from' or 'From' followed by some text. I think - that escaping 'from' or 'From' on a single line should be - done, too. +2002-03-15 09:11:05 roessler (roessler) - Not a big deal, anyways. + * po/ja.po: update from oota toshiya. -Tue Jul 16 07:28:11 2002 Thomas Roessler + * po/ja.po: update, from oota toshiya. - * main.c: From: Michael Elkins +2002-03-13 23:43:41 roessler (roessler) - Update copyright notices. + * attach.c: Undoing the previous patch. It was junk, and may + ruin files. -Sun Jul 7 19:33:50 2002 Thomas Roessler + * attach.c, editmsg.c, mailbox.h, mx.c: Don't fopen mail folders + in append mode where we should safe_fopen() them in write mode. + Debian bug #138200, noted by Colin Philipps . - * doc/manual.sgml.head, doc/mutt.man, init.h: - From: Cedric Duval + NEEDS BACKPORTING. - Documentation fixes. + * po/uk.po, po/zh_CN.po, po/zh_TW.po, po/sk.po, po/sv.po, + po/tr.po, po/pl.po, po/pt_BR.po, po/ru.po, po/id.po, po/it.po, + po/ja.po, po/ko.po, po/lt.po, po/nl.po, po/eo.po, po/es.po, + po/et.po, po/fr.po, po/gl.po, po/hu.po, po/da.po, po/de.po, + po/el.po: automatic post-release commit for mutt-1.3.28 - * doc/manual.sgml.head: - From: "TAKAHASHI, Tamotsu" + * po/ChangeLog: branches: 1.1.2; file ChangeLog was initially + added on branch mutt-1-4-stable. - Dcumentation fixes. + * po/ChangeLog, po/ca.po, po/cs.po, ChangeLog, VERSION, reldate.h: + automatic post-release commit for mutt-1.3.28 - * doc/manual.sgml.head, doc/mutt.man, init.h: - From: Cedric Duval + * doc/smime-notes.txt, smime.c: Assorted patches from Mike + Schiraldi. - Documentation fixes. +2002-03-02 12:11:35 roessler (roessler) - * sendlib.c: From: Rocco Rutte + * contrib/smime.rc, compose.c, init.h, mutt.h, sendlib.c, smime.c, + smime.h: Introduce smime_default_key. From Oliver Ehli. - Make encode_from a bit more aggressive, by also catching a 'f' in - the beginning of a line. + * contrib/smime.rc, smime.c, smime.h, smime_keys.pl, init.h, + mutt.h: 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. - * po/Attic/bg.po: From: Velko Hristov + 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) :) - Update. + 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.... - * init.h: From: Jeremy Blosser + (From Oliver Ehli.) - Add unauto_view to the stable branch. A one-liner. +2002-02-28 23:28:51 roessler (roessler) -Fri Jun 28 19:52:31 2002 Thomas Roessler + * sort.c: Turn on incremental threading again. - * doc/manual.sgml.head: From: Michael Elkins + * smime_keys.pl: 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. - Documentation fix (#271). + (From Mike Schiraldi.) -Tue Jun 18 10:03:52 2002 Thomas Roessler + * init.h, mutt.h, thread.c: Threading enhancements from Daniel + Eisenbud. - * po/zh_TW.po, po/tr.po, po/uk.po, po/zh_CN.po, po/sv.po, po/sk.po, po/ru.po, po/pt_BR.po, po/nl.po, po/pl.po, po/ja.po, po/ko.po, po/lt.po, po/it.po, po/gl.po, po/hu.po, po/id.po, po/eo.po, po/es.po, po/et.po, po/fr.po, po/el.po, po/da.po, po/de.po, po/ca.po, po/cs.po: - From: (automatic) + * curs_main.c, init.c, init.h, mutt.h, thread.c: $narrow_tree; + fater redrawing when changing tree options. From Daniel Eisenbud. - "make update-po" + * imap/message.c, mbox.c, mx.c, thread.c: A possible work-around + for #939. From Daniel Eisenbud. - * po/ca.po: From: several submitters + * init.h, mutt.h, thread.c: Threading enhancements from Daniel + Eisenbud. - Adding a BG translation. Update for CA. +2002-02-26 10:58:56 roessler (roessler) - * po/Attic/bg.po: - file bg.po was initially added on branch mutt-1-4-stable. + * po/ru.po: update - * po/Attic/bg.po: From: several submitters + * init.h: Fix a typo. - Adding a BG translation. Update for CA. + * init.h: Fix a typo. #1069. - * configure.in: From: several submitters + * imap/browse.c, imap/message.c, configure.in, mutt_sasl.c, + imap/browse.c, imap/message.c, configure.in, mutt_sasl.c: + Brendan Cully sent a patch. - Adding a BG translation. + * install-sh, install-sh: Fix a typo. From Edmund Grimley Evans. - * init.c: From: Michael Elkins + * po/ru.po: ru.po update. - The string used to store the commmand for a backtic expansion in the - muttrc was not free'd if the command failed for some reason. + * pop_lib.c, pop_lib.c: CAPA response tags are case-insensitive. + Noted by Michael Vore, patch from Vsevolod Volkov. - * m4/gssapi.m4: From: David Champion +2002-02-18 14:55:31 roessler (roessler) - Okay, two bugs here. One's an oversight of mine in my previous patch, - where I tried to use "[hH]" as Bourne code while m4 had quoting set to - ([, ]) -- this probably makes mutt mis-detect Heimdal after all. + * alias.c, send.c: Fix for #1047. From Michael Elkins. - The other is not mine (i.e., it's in cvs now) and it makes mutt - overstrike $LIBS if Heimdal or MIT Kerberos is detected. This is a - problem for anyone who needs -lnsl -lsocket, in particular. I was - fixing - this by hand during late 1.3.x releases, as I didn't have time to - track - it down.... +2002-02-14 11:22:51 roessler (roessler) - Here's a patch against the current (unpatched) 1.5 cvs copy of - m4/gssapi.m4. It probably should go into both branches. Sorry for the - repeats. + * charset.c, gnupgparse.c, init.h, rfc2047.c: Iconv patch from + Lars Hecking. MAY NEED TO BE BACKPORTED. -Thu Jun 6 23:13:54 2002 Thomas Roessler +2002-02-13 12:04:52 roessler (roessler) - * color.c: From: Michael Elkins + * smime.c: mutt_any_key() shouldn't be used in curses mode. - Fix #1230. + * hdrline.c, init.h, parse.c: 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. - * init.h: From: Will Fiveash + * hdrline.c, muttlib.c, protos.h: Undo the %l fix. It broke + things. - Fix a couple of compile-time warnings. + * menu.c: Fix mutt_pad_string; from Edmund Grimley Evans. + (MAY NEED TO BE BACKPORTED.) -Fri May 31 16:59:39 2002 Thomas Roessler + * main.c: Report libiconv version. - * charset.c, charset.h, sendlib.c: - From: Edmund GRIMLEY EVANS +2002-02-12 21:54:41 roessler (roessler) - Fix charset-hook. + * hdrline.c, muttlib.c, protos.h: Improve %l's behaviour. - * m4/iconv.m4, charset.h, configure.in, INSTALL: - From: Lars Hecking + * extlib.c, main.c, pattern.c, smime_keys.pl: Mike Schiraldi's + daily S/MIME patch. - The noiconv patch. Should probably have been in 1.4. +2002-02-11 17:31:53 roessler (roessler) -Thu May 30 12:15:02 2002 Thomas Roessler + * smime.c: This patch gets rid of an ugly static variable in + smime.c. (From Mike Schiraldi.) - * rfc822.c: From: Thomas Roessler + * smime_keys.pl: 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.) - Properly handle empty addresses (<>) when they show up in mail - headers. The approach taken is to store this address as <@>, and to - check this special case when printing an address. + * configure.in: Honor current values of $LIBS and $CPPFLAGS. + From Thomas Dickey. -Wed May 29 09:31:51 2002 Thomas Roessler + * configure.in: Honor $LIBS and $CPPFLAGS. From Thomas Dickey. - * po/zh_CN.po, po/zh_TW.po, po/uk.po, po/tr.po, po/sk.po, po/sv.po, po/pl.po, po/pt_BR.po, po/ru.po, po/ko.po, po/lt.po, po/nl.po, po/it.po, po/ja.po, po/fr.po, po/gl.po, po/hu.po, po/id.po, po/eo.po, po/es.po, po/et.po, po/da.po, po/de.po, po/el.po, po/ca.po, po/cs.po, reldate.h, VERSION, ChangeLog: - automatic post-release commit for mutt-1.4 + * init.c, init.c: patch-1.3.27.me.initsort.1 - * po/de.po: From: Roland Rosenfeld +2002-02-07 21:48:42 roessler (roessler) - update. + * smime_keys.pl: Another S/MIME patch from Mike Schiraldi. - * po/id.po: From: Ronny Haryanto + * smime_keys.pl: Fix smime_keys. - update + * smime.c: S/MIME fixes from Mike Schiraldi. -Tue May 28 09:07:29 2002 Thomas Roessler + * po/zh_CN.po, po/zh_TW.po, po/sk.po, po/sv.po, po/tr.po, + po/uk.po, po/ja.po, po/ko.po, po/lt.po, po/nl.po, po/pl.po, + po/pt_BR.po, po/ru.po, po/el.po, po/eo.po, po/es.po, po/et.po, + po/fr.po, po/gl.po, po/hu.po, po/id.po, po/it.po, po/POTFILES.in, + po/ca.po, po/cs.po, po/da.po, po/de.po, Makefile.am: Make S/MIME + messages translatable. - * mx.h, postpone.c: From: Michael Elkins +2002-02-06 19:14:47 roessler (roessler) - Fix some warnings noted by Vincent Lefevre. + * lib.h: Avoid a warning on some machines. -Tue May 21 07:28:28 2002 Thomas Roessler + * lib.h, smime.c: Make some scanf formats safe. - * po/eo.po: From: Edmund GRIMLEY EVANS +2002-02-05 22:01:06 roessler (roessler) - update + * ascii.c: The previous fix was complete nonsense. What a + day. :-( -Sat May 18 05:39:55 2002 Thomas Roessler + * ascii.c: The previous fix was complete nonsense. - * pattern.c: From: Thomas Roessler + * browser.c, lib.c, lib.h: Use strcoll for the file browser. + From David Champion. - Fix #1175. + * hook.c: Fix crypt-hook. From Dale Woolridge + . - * pattern.c: From: Thomas Roessler + * smime_keys.pl: Clean-up from Mike Schiraldi. - Fix #1175. Noticed by Alain Bench. + * imap/browse.c: Fix. - * pop_lib.c: From: Vsevolod Volkov + * imap/browse.c: Fix another IMAP browsing bug. - Attached patch for mutt 1.3.X/1.4 and 1.5.X removes gcc warning in - pop_lib.c. + * po/ru.po, po/fr.po, po/ko.po: update -Thu May 16 17:33:19 2002 Thomas Roessler + * smime.c: Don't put garbage onto the screen when trying to + decrypt messages. - * po/pl.po: From: Pawel Dziekonski + * contrib/smime.rc, init.h, smime.c, smime.h, smime_keys.pl: + S/MIME fixes from Oliver Ehli: - update + - smime_keys.pl: - * po/ko.po: From: Im Eunjea + support for multiple email adrresses in cert: will add one + entry to {keys, cetrificates}/.index now (for each mailbox) - update. + 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...) - * po/ko.po: From: Im Eunjea + 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) - update + - smime.c (init.h, ....) - * po/id.po: From: Ronny Haryanto + support for importing certificates issued for multiple + addresses. - update. + introduced smime_fingerprint_cert_command, so finally certs + can get compared ... (so the above works..) - * compose.c: From: Ronny Haryanto + cleaned up some error messages, that would mess up the terminal. - Triple-DES, not Tripple-DES. + fixed typos (init.h) -Tue May 14 18:56:01 2002 Thomas Roessler + * ascii.c: Fix. - * po/uk.po: From: "Andrej N. Gritsenko" + * ascii.c: Fix ascii_*cmp functions. Problem noted by Brad + Thompson. - update +2002-02-04 09:59:02 roessler (roessler) -Mon May 13 20:18:57 2002 Thomas Roessler + * smime.c, crypt.c: Some S/MIME fixes from Oliver Ehli + . - * po/et.po: From: Toomas Soome +2002-02-03 09:58:45 roessler (roessler) - update + * doc/manual.sgml.head, doc/muttrc.man.head, init.h: Add + unauto_view. From Jeremy Blosser. - * po/ru.po, po/uk.po: From: Vsevolod Volkov + * Makefile.am, pgplib.h, pgppubring.c: Add a "-f" flag which + helps to dump fingerprints. Contributed by Jason Harris + , and not strictly needed for mutt. - update + * pgppubring.c: Correctly calculate fingerprints for type 20 + ElGamal keys. Noted by Jason Harris . - * po/da.po: From: Byrial Jensen + * pgppubring.c: Fix calculation of fingerprints (and key + IDs) for type 20 ElGamal keys. Noted by Jason Harris + . - update +2002-02-02 16:52:27 roessler (roessler) - * po/ru.po: From: Vsevolod Volkov + * po/ca.po: update - update + * po/ca.po: update. - * po/sv.po: From: Jörgen Tegnér + * mh.c: Don't forget deletions when a folder is changed. Ups. - update +2002-02-01 17:23:20 roessler (roessler) - * po/fr.po: From: Vincent Lefevre + * smime_keys.pl: Fix some possible leaks of the private key + (encrypted, but still...). (yow_security_holes.patch from + Mike Schiraldi.) - update +2002-01-31 22:05:58 roessler (roessler) -Thu May 9 09:52:09 2002 Thomas Roessler + * doc/smime-notes.txt: Document %C, and other updates. From Mike + Schiraldi. - * doc/muttrc.man.head: - From: Thomas Roessler + * smime.c: Remove some unnecessary quotation marks. - #1190, from Tim Alexeevsky + * contrib/smime.rc, init.h, smime.c, smime.h, smime_keys.pl: + Use mutt -Q from smime_keys. -Mon May 6 11:27:20 2002 Thomas Roessler + * po/zh_TW.po, po/pt_BR.po, po/ru.po, po/sk.po, po/sv.po, + po/tr.po, po/uk.po, po/zh_CN.po, po/it.po, po/ja.po, po/ko.po, + po/lt.po, po/nl.po, po/pl.po, po/da.po, po/de.po, po/el.po, + po/eo.po, po/es.po, po/et.po, po/fr.po, po/gl.po, po/hu.po, + po/id.po, po/ca.po, po/cs.po: update-po - * doc/manual.sgml.head: - From: Thomas Roessler + * main.c: fix a string. - Remove -Q which is only present in unstable from the stable - documentation. Thanks to Andreas Kneib - for noting. + * doc/mutt.man: Document -Q. -Thu May 2 01:05:27 2002 Thomas Roessler + * init.c, main.c, protos.h: Add a -Q option to query configuration + variables. This is needed to avoid a separate mutt configuration + parser in smime_keys.pl. - * Makefile.am: From: Thomas Roessler +2002-01-30 22:51:12 roessler (roessler) - Include smime.h with EXRA_DIST. + * send.c, send.c: patch-1.3.27.me.postpone_date.2 -Wed May 1 23:24:17 2002 Thomas Roessler + * smime.c: Mike Schiraldi's daily S/MIME patch, as he puts it. - * po/zh_TW.po, po/sk.po, po/sv.po, po/tr.po, po/uk.po, po/zh_CN.po, po/pl.po, po/pt_BR.po, po/ru.po, po/id.po, po/it.po, po/ja.po, po/ko.po, po/lt.po, po/nl.po, po/eo.po, po/es.po, po/et.po, po/fr.po, po/gl.po, po/hu.po, po/ca.po, po/cs.po, po/da.po, po/de.po, po/el.po, reldate.h, VERSION, ChangeLog: - automatic post-release commit for mutt-1.5.1 +2002-01-29 21:08:10 roessler (roessler) - * smime.c: From: Thomas Roessler + * smime.c: Improved certificate handling. Suggested by Oliver + Ehli, implemented by Mike Schiraldi. - Shut up check_sec.sh. No security holes, but some ugly code. + * smime.c: Properly handle certain signatures generated by + Outlook. From Mike Schiraldi. - * check_sec.sh: From: Thomas Roessler + * parse.c, parse.c: Fix a segmentation fault in debugging code. + From Daniel Eisenbud. - Give all the warnings at once. +2002-01-28 23:29:05 roessler (roessler) - * build-release: From: Thomas Roessler + * crypt.c, init.h, mutt.h: Add a new crypt_timestamp option. + The timestamps aren't really needed any more. - - This is a development branch. - - Add a -nodiff option to suppress generating a patch. + * commands.c, menu.c, mutt.h, mutt_curses.h, pattern.c: Add ~V + to match successfully verified messages. - * po/tr.po, po/uk.po, po/zh_CN.po, po/zh_TW.po, po/sk.po, po/sv.po, po/pl.po, po/pt_BR.po, po/ru.po, po/lt.po, po/nl.po, po/it.po, po/ja.po, po/ko.po, po/et.po, po/fr.po, po/gl.po, po/hu.po, po/id.po, po/da.po, po/de.po, po/el.po, po/eo.po, po/es.po, ChangeLog, po/ca.po, po/cs.po, reldate.h, VERSION: - automatic post-release commit for mutt-1.3.99 + * contrib/smime.rc: Add a comment. From Mike Schiraldi. - * build-release: From: Thomas Roessler + * init.h, init.h: Fix list-from documentation. From Michael + Elkins. - s/scp1/scp/ + * doc/smime-notes.txt: Add more information on S/MIME. + Adapted from Oliver Ehli's notes by Mike Schiraldi. -Tue May 7 15:42:37 IST 2002 Lars Hecking + * send.c: Avoid C99 comments. Noted by Vincent Lefevre. - * INSTALL: Document new --disable-iconv configure option. + * po/ja.po, po/sv.po: updates - * charset.h: Conditionalise inclusion of iconv.h. Define iconv_t - if not found by configure. Define ICONV_CONST and declare iconv - functions if not found by configure. + * menu.c, menu.c: Wide character fix from TAKIZAWA Takashi. - * configure.in: New --disable-iconv configure option. Warn instead - error if iconv not found. New tests for iconv.h and iconv_t. + * Makefile.am, hook.c: S/MIME-related bug fixes from Brendan + Cully. - * sendlib.c(convert_file_to): Allow compilation without system - iconv and return -1 if no iconv available. +2002-01-25 00:08:30 roessler (roessler) -Wed May 1 23:21:10 2002 Thomas Roessler + * smime.c: ups - * smime.c: From: Thomas Roessler + * commands.c, recvattach.c, smime.c, smime.h: More decryption + key detection fixes. - Shut up check_sec.sh. No security holes, but some ugly code. + * commands.c, smime.c: Make some prompts look nicer, and add + sensible selection of the decryption key. - * check_sec.sh: From: Thomas Roessler +2002-01-24 23:53:19 roessler (roessler) - Give all the warnings at once. + * commands.c, crypt.c, smime.c, smime.h: More S/MIME nit-picking. - * build-release: From: Thomas Roessler + * mh.c: Fix. - - This is a development branch. - - Add a -nodiff option to suppress generating a patch. + * mh.c: Still more code clean-up. - * po/tr.po, po/uk.po, po/zh_CN.po, po/zh_TW.po, po/sk.po, po/sv.po, po/pl.po, po/pt_BR.po, po/ru.po, po/lt.po, po/nl.po, po/it.po, po/ja.po, po/ko.po, po/et.po, po/fr.po, po/gl.po, po/hu.po, po/id.po, po/da.po, po/de.po, po/el.po, po/eo.po, po/es.po, ChangeLog, po/ca.po, po/cs.po, reldate.h, VERSION: - automatic post-release commit for mutt-1.3.99 + * doc/smime-notes.txt: Update. - * build-release: From: Thomas Roessler + * mx.c: little fix. - s/scp1/scp/ + * mh.c: Ups, don't use the wrong check function... -Mon Apr 29 17:12:18 2002 Thomas Roessler + * mh.c: Clean up the mh code, too. - * lib.c, lib.h, protos.h: - From: Thomas Roessler + * mh.c: indentation - Fix #1171. + * mh.c, mx.c, mx.h: Maildir efficiency improvements, from Michael + Elkins and Thomas Roessler. - * po/fr.po: From: Vincent Lefevre + * crypt.c, curs_lib.c, smime.c: S/MIME nits. - update. + * reap.pl: We don't need this any more. - * po/ja.po: From: oota toshiya + * imap/message.c, doc/Makefile.in, doc/smime-notes.txt, + contrib/Makefile.in, contrib/ca-bundle.crt, contrib/smime.rc, + Makefile.am, OPS.CRYPT, OPS.PGP, OPS.SMIME, attach.c, commands.c, + compose.c, configure.in, copy.c, copy.h, crypt.c, crypt.h, + curs_main.c, functions.h, globals.h, handler.c, hdrline.c, + headers.c, hook.c, init.c, init.h, keymap.c, keymap.h, main.c, + mutt.h, muttlib.c, mx.c, pager.c, parse.c, pattern.c, pgp.c, + pgp.h, pgplib.h, pop.c, postpone.c, protos.h, recvattach.c, + send.c, sendlib.c, smime.c, smime.h, smime_keys.pl: S/MIME + support. From Oliver Ehli and Mike Schiraldi + . - update. + * po/pt_BR.po, po/pt_BR.po: update - * imap/util.c: From: Byrial Jensen + * doc/manual.sgml.head, doc/muttrc.man.head, attach.c, globals.h, + init.h, protos.h, rfc1524.c, sendlib.c: Introduce mime_lookup. + From Brian Foley and Ulf Erikson. - 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/. + * po/ru.po, po/ru.po: update - * imap/util.c: From: Byrial Jensen + * mh.c: Make reading maildirs more efficient. - 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/. + * VERSION: Pseudo-revision for mutt-1.5. -Thu Apr 25 13:30:49 2002 Thomas Roessler + * m4/glibc21.m4, m4/gssapi.m4, m4/iconv.m4, m4/lcmessage.m4, + m4/progtest.m4, m4/funcdecl.m4, m4/gettext.m4, m4/codeset.m4, + m4/curslib.m4, m4/README, m4/.cvsignore, m4/Makefile.am.in: + version bump - * pop.c, pop_lib.c: From: Vsevolod Volkov + * po/sk.po, po/sv.po, po/tr.po, po/uk.po, po/zh_CN.po, + po/zh_TW.po, po/pl.po, po/pt_BR.po, po/ru.po, po/id.po, + po/it.po, po/ja.po, po/ko.po, po/lt.po, po/nl.po, po/fr.po, + po/gl.po, po/hu.po, po/el.po, po/eo.po, po/es.po, po/et.po, + po/.cvsignore, po/Makefile.in.in, po/POTFILES.in, po/ca.po, + po/cs.po, po/da.po, po/de.po, imap/.cvsignore, imap/BUGS, + imap/Makefile.am, imap/README, imap/TODO, imap/auth.c, + imap/auth.h, imap/auth_anon.c, imap/auth_cram.c, imap/auth_gss.c, + imap/auth_login.c, imap/auth_sasl.c, imap/browse.c, + imap/command.c, imap/imap.c, imap/imap.h, imap/imap_private.h, + imap/message.c, imap/message.h, imap/utf7.c, imap/util.c: more + version bumps. + + * intl/.cvsignore, intl/COPYING.LIB-2, intl/COPYING.LIB-2.1, + intl/ChangeLog, intl/Makefile.in, intl/VERSION, + intl/bindtextdom.c, intl/cat-compat.c, intl/config.charset, + intl/dcgettext.c, intl/dcigettext.c, intl/dcngettext.c, + intl/dgettext.c, intl/dngettext.c, intl/explodename.c, + intl/finddomain.c, intl/gettext.c, intl/gettext.h, + intl/gettextP.h, intl/hash-string.h, intl/intl-compat.c, + intl/l10nflist.c, intl/libgettext.h, intl/libgnuintl.h, + intl/libintl.glibc, intl/linux-msg.sed, intl/loadinfo.h, + intl/loadmsgcat.c, intl/localcharset.c, intl/locale.alias, + intl/localealias.c, intl/ngettext.c, intl/plural.c, intl/plural.y, + intl/po2tbl.sed.in, intl/ref-add.sin, intl/ref-del.sin, + intl/textdomain.c, intl/xopen-msg.sed: more version number + updates. - Attached patch fixes the problem described below. It should be - applied to both mutt 1.3/1.4 and 1.5 branches. + * doc/.cvsignore, doc/Makefile.in, doc/PGP-Notes.txt, + doc/applying-patches.txt, doc/devel-notes.txt, doc/dotlock.man, + doc/instdoc.sh.in, doc/manual.sgml.head, doc/manual.sgml.tail, + doc/mbox.man, doc/mutt.man, doc/muttbug.man, doc/muttrc.man.head, + doc/muttrc.man.tail, doc/patch-notes.txt: more version number + updates + + * contrib/iconv/README, contrib/iconv/iconv.aix-3.2.5.rc, + contrib/iconv/iconv.aix-4.1.5.rc, + contrib/iconv/iconv.aix-4.2.0.rc, + contrib/iconv/iconv.aix-4.3.2.rc, + contrib/iconv/iconv.freebsd-3.3.rc, + contrib/iconv/iconv.glibc-2.1.3.rc, + contrib/iconv/iconv.glibc-2.1.90.rc, + contrib/iconv/iconv.hpux-10.01.rc, + contrib/iconv/iconv.hpux-10.20.rc, + contrib/iconv/iconv.hpux-11.00.rc, + contrib/iconv/iconv.irix-6.5.rc, contrib/iconv/iconv.osf1-4.0a.rc, + contrib/iconv/iconv.osf1-4.0d.rc, + contrib/iconv/iconv.solaris-2.4.rc, + contrib/iconv/iconv.solaris-2.5.1.rc, + contrib/iconv/iconv.solaris-2.6-cjk.rc, + contrib/iconv/iconv.solaris-2.6.rc, + contrib/iconv/iconv.solaris-2.7.rc, contrib/iconv/make.sh, + contrib/.cvsignore, contrib/Makefile.in, contrib/Mush.rc, + contrib/Pine.rc, contrib/Tin.rc, contrib/gpg.rc, + contrib/language.txt, contrib/language50.txt, + contrib/patch.slang-1.2.2.keypad.1, contrib/pgp2.rc, + contrib/pgp5.rc, contrib/pgp6.rc, contrib/sample.mailcap, + contrib/sample.muttrc, contrib/sample.muttrc-tlr: Bumping more + version numbers. - > Date: Thu, 11 Apr 2002 16:24:00 -0500 - > Subject: mutt 1.3.x / pop - > From: "Ryan O'Hara" - > To: bcully@users.sourceforge.net - > User-Agent: Mutt/1.3.27i + * snprintf.c, sort.c, sort.h, stamp-h.in, status.c, strcasecmp.c, + strdup.c, system.c, thread.c, url.c, url.h, utf8.c, wcwidth.c, + pgpkey.c, pgplib.c, pgplib.h, pgpmicalg.c, pgppacket.c, + pgppacket.h, pgppubring.c, pop.c, pop.h, pop_auth.c, pop_lib.c, + postpone.c, prepare, protos.h, query.c, reap.pl, recvattach.c, + recvcmd.c, regex.c, reldate.h, remailer.c, remailer.h, + resize.c, rfc1524.c, rfc1524.h, rfc2047.c, rfc2047.h, + rfc2231.c, rfc2231.h, rfc822.c, rfc822.h, score.c, send.c, + sendlib.c, sha1.c, sha1.h, signal.c, md5.h, md5c.c, menu.c, + mh.c, mime.h, mime.types, missing, mkinstalldirs, mkjtags.c, + mutt.h, mutt_curses.h, mutt_menu.h, mutt_regex.h, mutt_sasl.c, + mutt_sasl.h, mutt_socket.c, mutt_socket.h, mutt_ssl.c, + mutt_ssl.h, mutt_ssl_nss.c, mutt_tunnel.c, mutt_tunnel.h, + muttbug, muttbug.sh.in, muttlib.c, mx.c, mx.h, pager.c, pager.h, + parse.c, patchlist.sh, pattern.c, pgp.c, pgp.h, pgpewrap.c, + pgpinvoke.c, editmsg.c, enter.c, extlib.c, filter.c, flags.c, + from.c, functions.h, gen_defs, getdomain.c, gettext.c, globals.h, + gnupgparse.c, handler.c, hash.c, hash.h, hdrline.c, headers.c, + help.c, history.c, history.h, hook.c, init.c, init.h, install-sh, + keymap.c, keymap.h, lib.c, lib.h, mailbox.h, main.c, makedoc.c, + mapping.h, mbox.c, mbyte.c, mbyte.h, attach.c, attach.h, base64.c, + browser.c, browser.h, buffy.c, buffy.h, build-release, charset.c, + charset.h, check_sec.sh, color.c, commands.c, complete.c, + compose.c, config.guess, config.sub, configure.in, copy.c, copy.h, + curs_lib.c, curs_main.c, date.c, depcomp, dotlock.c, dotlock.h, + edit.c, GPL, INSTALL, Makefile.am, Muttrc.head.in, NEWS, OPS, + OPS.MIX, OPS.PGP, PATCHES, README, README.SECURITY, README.SSL, + TODO, VERSION, _regex.h, acconfig.h, account.c, account.h, + addrbook.c, alias.c, ascii.c, ascii.h, .cvsignore, ABOUT-NLS, + BEWARE, COPYRIGHT, ChangeLog: Bumping version numbers to 3.0, + for the new unstable branch. - > Hi. My apologies if this has nothing to do with you. If it does not, - > maybe you could forward it on to someone. + * send.c: branches: 2.77.2; Set default Fcc when resending + a message. - > 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). + * po/ja.po: branches: 1.33.2; update - > This is kinda annoying. Just thought I'd point out this regression. +2002-01-23 22:37:12 roessler (roessler) - > Thanks. - > R + * po/da.po: branches: 1.67.2; updates - * doc/manual.sgml.head: From: Wouter Verheijen + * po/el.po: branches: 1.77.2; updates - Someone in news:comp.mail.mutt noted that the list of command-line - options in the manual is not up-to-date. + * po/et.po: branches: 1.21.2; updates - Included a small patch that includes all options that 'mutt -h' shows. + * po/ko.po: branches: 1.72.2; updates - * doc/manual.sgml.tail, init.h, OPS, pattern.c: - From: Cedric Duval + * po/pl.po: branches: 1.94.2; updates - attached are fixes for some little mistakes : + * po/uk.po, po/id.po: branches: 1.84.2; update - * 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. + * charset.c: branches: 2.50.2; Fix #999. A single missing comma. - * doc/manual.sgml.tail, pattern.c, init.h, OPS: - From: Cedric Duval +2002-01-22 12:12:45 roessler (roessler) - attached are fixes for some little mistakes : + * po/pt_BR.po: branches: 1.58.2; automatic post-release commit + for mutt-1.3.27 - * 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. + * po/ru.po: branches: 1.129.2; automatic post-release commit + for mutt-1.3.27 - * recvattach.c: From: Thomas Roessler + * po/sk.po: branches: 1.66.2; automatic post-release commit + for mutt-1.3.27 - Also fix this for the S/MIME case. + * po/sv.po: branches: 1.80.2; automatic post-release commit + for mutt-1.3.27 - * recvattach.c: From: Thomas Roessler + * po/tr.po: branches: 1.25.2; automatic post-release commit + for mutt-1.3.27 - Fiy handling of multiparts which have encrypted sub-parts, at least - for PGP. + * po/uk.po: automatic post-release commit for mutt-1.3.27 - * sendlib.c: From: Thomas Roessler + * po/zh_CN.po: branches: 1.14.2; automatic post-release commit + for mutt-1.3.27 - Force 7bit encoding for application/pgp-keys. + * po/zh_TW.po: branches: 1.11.2; automatic post-release commit + for mutt-1.3.27 -Sat Apr 20 21:38:47 2002 Thomas Roessler + * po/hu.po: branches: 1.17.2; automatic post-release commit + for mutt-1.3.27 - * m4/Attic/lib-ld.m4, m4/Attic/lib-link.m4, m4/Attic/lib-prefix.m4, m4/codeset.m4, m4/gettext.m4, m4/glibc21.m4, m4/iconv.m4, m4/lcmessage.m4, m4/progtest.m4, intl/Attic/eval-plural.h, intl/Attic/gmo.h, intl/Attic/localename.c, intl/Attic/os2compat.c, intl/Attic/os2compat.h, intl/Attic/osdep.c, intl/Attic/plural-exp.c, intl/Attic/plural-exp.h, intl/bindtextdom.c, intl/ChangeLog, intl/config.charset, intl/dcigettext.c, intl/gettextP.h, intl/hash-string.h, intl/l10nflist.c, intl/libgnuintl.h, intl/loadinfo.h, intl/loadmsgcat.c, intl/localcharset.c, intl/localealias.c, intl/Makefile.in, intl/plural.c, intl/plural.y, ABOUT-NLS, Attic/config.rpath, configure.in, INSTALL: - From: Thomas Roessler + * po/id.po: automatic post-release commit for mutt-1.3.27 - Backing out the latest iconv-related changes from the - mutt-1-4-stable branch. + * po/it.po: branches: 1.103.2; automatic post-release commit + for mutt-1.3.27 - * m4/Attic/lib-ld.m4, m4/Attic/lib-link.m4, m4/Attic/lib-prefix.m4, m4/codeset.m4, m4/gettext.m4, m4/glibc21.m4, m4/iconv.m4, m4/lcmessage.m4, m4/progtest.m4: - same as above. + * po/ja.po, po/ko.po: automatic post-release commit for + mutt-1.3.27 - * intl/Attic/eval-plural.h, intl/Attic/gmo.h, intl/Attic/localename.c, intl/Attic/os2compat.c, intl/Attic/os2compat.h, intl/Attic/osdep.c, intl/Attic/plural-exp.c, intl/Attic/plural-exp.h, intl/gettextP.h, intl/hash-string.h, intl/l10nflist.c, intl/libgnuintl.h, intl/loadinfo.h, intl/loadmsgcat.c, intl/localcharset.c, intl/localealias.c, intl/plural.c, intl/plural.y, intl/bindtextdom.c, intl/ChangeLog, intl/config.charset, intl/dcigettext.c, intl/Makefile.in: - From: Thomas Roessler + * po/lt.po: branches: 1.25.2; automatic post-release commit + for mutt-1.3.27 - Committing the new iconv patches into a separate branch. + * po/nl.po: branches: 1.74.2; automatic post-release commit + for mutt-1.3.27 - * ABOUT-NLS, Attic/config.rpath, configure.in, INSTALL: - From: Thomas Roessler + * po/pl.po: automatic post-release commit for mutt-1.3.27 - Committing the new noiconv patches into a separate branch. + * po/ca.po: branches: 1.6.2; automatic post-release commit + for mutt-1.3.27 - * sendlib.c: From: Thomas Roessler + * po/cs.po: branches: 1.75.2; automatic post-release commit + for mutt-1.3.27 - Generate the resent-message-id ourselves, and add it in the top of - the header. + * po/da.po: automatic post-release commit for mutt-1.3.27 - * copy.c, mutt.h, sendlib.c: From: Wouter Verheijen + * po/de.po: branches: 1.160.2; automatic post-release commit + for mutt-1.3.27 - Bug #571 "mutt should not replicate ">From " headers while bounding", - has a patch attached. - Will that patch get in? + * po/el.po: automatic post-release commit for mutt-1.3.27 - 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. + * po/eo.po: branches: 1.80.2; automatic post-release commit + for mutt-1.3.27 - 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. + * po/es.po: branches: 1.89.2; automatic post-release commit + for mutt-1.3.27 - 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? + * po/et.po: automatic post-release commit for mutt-1.3.27 - * m4/codeset.m4, m4/gettext.m4, m4/glibc21.m4, m4/iconv.m4, m4/lcmessage.m4, m4/progtest.m4: - Try to get the noiconv patch to work. + * po/fr.po: branches: 1.108.2; automatic post-release commit + for mutt-1.3.27 - * configure.in: From: Thomas Roessler + * po/gl.po: branches: 1.61.2; automatic post-release commit + for mutt-1.3.27 - Try to get the noiconv patch to work with my development environment. + * ChangeLog: branches: 2.73.2; automatic post-release commit + for mutt-1.3.27 - * INSTALL: From: Thomas Roessler + * VERSION: branches: 2.63.2; automatic post-release commit + for mutt-1.3.27 - Fix a typo. + * reldate.h: branches: 2.55.2; automatic post-release commit + for mutt-1.3.27 - * init.h, rfc2047.c, sendlib.c, charset.c, charset.h, configure.in, gnupgparse.c, INSTALL: - From: Lars Hecking +2002-01-21 17:43:19 roessler (roessler) - patch.1.3.28.lh.noiconv - ======================= + * po/it.po: update - This is the new version of my noiconv patch. It _requires_ the previous - patch! If applied without, you'll have to resolve a couple of conflicts - manually. + * po/sv.po, po/de.po, po/eo.po: updates - Notes: - - it's a lot cleaner than the old noiconv patch because no m4 files are - modified - - new configure option --disable-iconv; INSTALL updated accordingly - [I am guessing here, but the background for the --without-iconv option - mentioned in INSTALL was that mutt had a without-iconv option before - gettext included iconv support. When mutt's intl/* files were updated - to a newer gettext, there suddenly were two iconv options, which then - got merged, that is, mutt's was removed. That was probably when - --without-iconv stopped working, but I'm not sure, it may well be that - it never worked since iconv support was introduced.] - - all changes in *.[ch] files should be identical to the old patch + * mutt_ssl.c: A fix from Ulf Erikson, which he says to fix + bug #989. - * intl/Attic/localename.c: - file localename.c was initially added on branch mutt-1-4-stable. +2002-01-18 11:44:54 roessler (roessler) - * intl/Attic/localename.c: From: Lars Hecking + * po/zh_CN.po, po/zh_TW.po, po/pt_BR.po, po/ru.po, po/sk.po, + po/sv.po, po/tr.po, po/uk.po, po/hu.po, po/id.po, po/it.po, + po/ja.po, po/ko.po, po/lt.po, po/nl.po, po/pl.po, po/eo.po, + po/es.po, po/et.po, po/fr.po, po/gl.po, VERSION, po/ca.po, + po/cs.po, po/da.po, po/de.po, po/el.po, reldate.h, ChangeLog: + automatic post-release commit for mutt-1.3.26 - This one seems to have been missing, too. +2002-01-17 22:41:45 roessler (roessler) - * Attic/config.rpath: - file config.rpath was initially added on branch mutt-1-4-stable. + * configure.in: branches: 2.129.2; Use ncurses.h for configure + tests, if present. - * Attic/config.rpath: From: Lars Hecking +2002-01-16 20:44:49 roessler (roessler) - Another file from the gettext patch. + * config.guess, config.sub, missing, mkinstalldirs: Updated auto* + files. From Lars Hecking. - * m4/Attic/lib-ld.m4: - file lib-ld.m4 was initially added on branch mutt-1-4-stable. + * curs_main.c: patch-1.3.25-de-new_threads.1 - * m4/Attic/lib-link.m4: - file lib-link.m4 was initially added on branch mutt-1-4-stable. + * protos.h: branches: 2.86.2; patch-1.3.25-de-new_threads.1 - * m4/Attic/lib-prefix.m4: - file lib-prefix.m4 was initially added on branch mutt-1-4-stable. + * thread.c: branches: 2.27.2; patch-1.3.25-de-new_threads.1 - * m4/Attic/lib-ld.m4, m4/Attic/lib-link.m4, m4/Attic/lib-prefix.m4: - From: Lars Hecking +2002-01-15 22:08:12 roessler (roessler) - Add new m4 files from patch.1.3.28.lh.gettext-0.11.1. + * acconfig.h, configure.in: Configure and config.h cleanup. + From Lars Hecking. - * m4/codeset.m4, m4/gettext.m4, m4/glibc21.m4, m4/iconv.m4, m4/lcmessage.m4, m4/progtest.m4: - From: Lars Hecking + * handler.c: branches: 2.52.2; Don't hallucinate a '\n' in the + end of quoted-printable encoded attachments. - patch.1.3.28.lh.gettext-0.11.1 - ============================== + * po/fr.po: update. - This one updates the gettext stuff in mutt to gettext-0.11.1. I started - doing this in the hope that the new gettext version would simplify the - noiconv patch, but unfortunately, this turned out not to be the case - (the new iconv m4 macros still don't allow for switching iconv support off). - - However, as a few hours of merging and testing were spent, I'd suggest to - adopt it for 1.4. The actual changes to intl/* are part cosmetic, part code - reorganisation. Ok, a bit more, I'm no gettext expert :) - - Notes: - - after applying the patch, you need to chmod 755 config.rpath - - a couple of new files for m4/*, too - - I have broken with the tradition of renaming gettext's AM_* macros - to MUTT_AM_*! I don't think it's necessary anymore to customise these - macros, but you (I really mean "you, tlr" :) want to have a look at - the new gettext.m4. The others should be ok as they are. - - previous gettext updates were also updating po/Makefile.in.in, which - I didn't; someone who has a clue about gettext should check whether - this might be necessary, and also whether any other files in po/ need - updating - - I will provide the same patch for the 1.5 branch at some stage, ideally - after getting some F E E D B A C K for this one. - - * intl/Attic/eval-plural.h: - file eval-plural.h was initially added on branch mutt-1-4-stable. - - * intl/Attic/gmo.h: - file gmo.h was initially added on branch mutt-1-4-stable. - - * intl/Attic/os2compat.c: - file os2compat.c was initially added on branch mutt-1-4-stable. - - * intl/Attic/os2compat.h: - file os2compat.h was initially added on branch mutt-1-4-stable. - - * intl/Attic/osdep.c: - file osdep.c was initially added on branch mutt-1-4-stable. - - * intl/Attic/plural-exp.c: - file plural-exp.c was initially added on branch mutt-1-4-stable. + * flags.c: patch-1.3.25.tlr.maildir_trash.1 - * intl/Attic/plural-exp.h: - file plural-exp.h was initially added on branch mutt-1-4-stable. + * mh.c: branches: 2.42.2; patch-1.3.25.tlr.maildir_trash.1 - * intl/Attic/eval-plural.h, intl/Attic/gmo.h, intl/Attic/os2compat.c, intl/Attic/os2compat.h, intl/Attic/osdep.c, intl/Attic/plural-exp.c, intl/Attic/plural-exp.h, intl/bindtextdom.c, intl/ChangeLog, intl/config.charset, intl/dcigettext.c, intl/gettextP.h, intl/hash-string.h, intl/l10nflist.c, intl/libgnuintl.h, intl/loadinfo.h, intl/loadmsgcat.c, intl/localcharset.c, intl/localealias.c, intl/Makefile.in, intl/plural.c, intl/plural.y, ABOUT-NLS, charset.c, charset.h, configure.in, gnupgparse.c, init.h, rfc2047.c, sendlib.c: - From: Lars Hecking + * mutt.h: branches: 2.111.2; patch-1.3.25.tlr.maildir_trash.1 - patch.1.3.28.lh.gettext-0.11.1 - ============================== + * mx.c: branches: 2.63.2; patch-1.3.25.tlr.maildir_trash.1 - This one updates the gettext stuff in mutt to gettext-0.11.1. I started - doing this in the hope that the new gettext version would simplify the - noiconv patch, but unfortunately, this turned out not to be the case - (the new iconv m4 macros still don't allow for switching iconv support off). - - However, as a few hours of merging and testing were spent, I'd suggest to - adopt it for 1.4. The actual changes to intl/* are part cosmetic, part code - reorganisation. Ok, a bit more, I'm no gettext expert :) - - Notes: - - after applying the patch, you need to chmod 755 config.rpath - - a couple of new files for m4/*, too - - I have broken with the tradition of renaming gettext's AM_* macros - to MUTT_AM_*! I don't think it's necessary anymore to customise these - macros, but you (I really mean "you, tlr" :) want to have a look at - the new gettext.m4. The others should be ok as they are. - - previous gettext updates were also updating po/Makefile.in.in, which - I didn't; someone who has a clue about gettext should check whether - this might be necessary, and also whether any other files in po/ need - updating - - I will provide the same patch for the 1.5 branch at some stage, ideally - after getting some F E E D B A C K for this one. - -Wed Apr 17 17:05:54 2002 Thomas Roessler - - * po/fr.po: From: Vincent Lefevre - - Update. - - * m4/gssapi.m4: From: David Champion - - MIT krb5 1.2.4 has krb5-config, so it's no longer sufficient to say - that possession of krb5-config indicates Heimdal. Patch attached. This - assumes that Heimdal's "kreb5-config --vendor" begins with "Heimdal". - I cannot verify that this is correct, so patch might be wrong on this - point. - -Sun Apr 7 21:19:57 2002 Thomas Roessler - - * imap/command.c, imap/imap.c, imap/message.c: - From: Brendan Cully - - 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 + * po/ko.po: update - 939 is most likely unaffected. I discovered these problems while - investigating 939. + * init.c: branches: 2.60.2; Avoid reading past the end of ta + string when handling \ or ^ sequences. From Michael Elkins. -Fri Apr 5 10:42:54 2002 Thomas Roessler + * po/tr.po, po/uk.po, po/zh_CN.po, po/zh_TW.po, po/nl.po, + po/pl.po, po/pt_BR.po, po/ru.po, po/sk.po, po/sv.po, po/gl.po, + po/hu.po, po/id.po, po/it.po, po/ja.po, po/ko.po, po/lt.po, + po/de.po, po/el.po, po/eo.po, po/es.po, po/et.po, po/fr.po, + po/ca.po, po/cs.po, po/da.po, pgpkey.c: Shorten some messages. + Noted by Jeremy Blosser. #978. - * po/ja.po: From: "TAKAHASHI, Tamotsu" + * pattern.c: branches: 2.23.2; Fix an off-by-one error. - update. +2002-01-14 09:03:31 roessler (roessler) -Thu Apr 4 20:49:46 2002 Thomas Roessler + * imap/imap.c: branches: 1.90.2; fix another case-sensitive + comparison. - * po/ko.po: From: Im Eunjea +2002-01-13 21:19:25 roessler (roessler) - Update. + * ascii.h: Fix the ascii_strncmp() macro. - * po/ja.po: From: "TAKAHASHI, Tamotsu" + * imap/auth_sasl.c: Parse IMAP responses locale- and case- + insensitive. From Brendan Cully. - Update. + * imap/browse.c: branches: 1.34.2; Parse IMAP responses locale- + and case- insensitive. From Brendan Cully. - * pgp.c: From: Thomas Roessler + * imap/command.c: branches: 1.35.2; Parse IMAP responses locale- + and case- insensitive. From Brendan Cully. - Fix a typo noted by Tamotsu Takahashi. + * imap/imap.c: Parse IMAP responses locale- and case- insensitive. + From Brendan Cully. -Wed Apr 3 15:22:27 2002 Thomas Roessler + * imap/message.c: branches: 1.60.2; Parse IMAP responses locale- + and case- insensitive. From Brendan Cully. - * handler.c: From: Thomas Roessler + * imap/util.c: branches: 1.51.2; Parse IMAP responses locale- + and case- insensitive. From Brendan Cully. - Fix printing of format=flowed text parts. + * muttlib.c: branches: 2.52.2; A different fix for the '\012' + issue. Bug tracked down by Johannes Geiger . - * commands.c: From: Thomas Roessler + * pager.c: A different fix for the '\012' issue. Bug tracked + down by Johannes Geiger . - Fix #1144 in stable. +2002-01-12 11:42:18 roessler (roessler) - * commands.c: From: Thomas Roessler + * NEWS: More on ~=. - Fix a file descriptor leak in the display filter code. Noted by - Chr. v. Stuckrad. + * doc/manual.sgml.head: branches: 1.73.2; Add a ~= pattern. + From Frederic Duval. - fixes: #1144 + * doc/muttrc.man.head: branches: 1.16.2; Add a ~= pattern. + From Frederic Duval. -Tue Apr 2 18:49:37 2002 Thomas Roessler + * mutt.h, pattern.c: Add a ~= pattern. From Frederic Duval. - * m4/iconv.m4: From: Lars Hecking - The noiconv patch. + * doc/manual.sgml.head: Fix a typo, #971. - * charset.c, charset.h, configure.in, gnupgparse.c, init.h, rfc2047.c, sendlib.c: - The noiconv patch. +2002-01-09 15:39:28 roessler (roessler) - From: Lars Hecking + * pgp.c: Fix #960. -Sat Mar 30 08:26:31 2002 Thomas Roessler +2002-01-08 13:06:21 roessler (roessler) - * po/pl.po: update. From Pawel Dzienkonski. + * mx.c: Try to fix #943. - * po/fr.po: Update; From Vincent Lefevre. + * INSTALL: branches: 2.15.2; 2.15.4; fix libiconv URL. #959. - * postpone.c, sendlib.c: - 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. + * NEWS: fix libiconv URL. #959. -Thu Mar 28 13:25:23 2002 Thomas Roessler +2002-01-07 19:10:51 roessler (roessler) - * mx.c, mx.h, mailbox.h, main.c, mbox.c, mh.c: - patch-1.3.28-me.emptycheck.1 + * po/ko.po: update -Wed Mar 27 08:50:42 2002 Thomas Roessler + * attach.c: branches: 2.29.2; Fix #951. - * pgp.c: There was some output missing. +2002-01-04 14:30:29 roessler (roessler) - * po/POTFILES.in: update. + * rfc822.c: Terminate the correct buffer. Noted by Durval + Menezes . (This bug shouldn't have any + security implications. ;-) - * pgp.c: - More fixes. Note to self: The code which controls character set - selection for attachments is far too complicated. - - * pgp.c: - Don't include temporary file names in the Content-Disposition header. - - * pgp.c: - Use text/plain; format=... when we are asked to detect inline PGP - material in in text/plain body parts. + * po/et.po, po/fr.po, po/pl.po, po/sv.po: updates. - * pgp.c, sendlib.c: Fix encoder mode for text/plain; action=pgp-*. +2002-01-03 20:57:20 roessler (roessler) - * pgp.c: - Fix "noconv" handling for the message body when we generate inline - PGP. - - * charset.c, charset.h, handler.c, muttlib.c, pgp.c: - Some hackisch charset handling for text/plain; x-action=pgp-*. I - don't like this stuff, but it's better than nothing. + * mutt_ssl.c, mutt_ssl.h, mutt_ssl_nss.c, globals.h: Move some + globals where they belong. From Brendan Cully. -Tue Mar 26 22:25:48 2002 Thomas Roessler +2002-01-02 16:28:46 roessler (roessler) - * pgp.c: Change x-action values to "pgp-encrypted", "pgp-signed". + * acconfig.h: Cleanup; from Lars Hecking. - * contrib/gpg.rc, commands.c, compose.c, crypt.c, handler.c, muttlib.c, pgp.c, protos.h, recvattach.c, sendlib.c: - More inline PGP changes. + * mutt_ssl.c: Replace a few strncpy() calls by strfcpy(). - * pgp.c: - 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. + * recvcmd.c: Bug fix. Problem noted by Vincent Lefevre's + compiler. - * commands.c, crypt.c, handler.c, pgp.c, pgpinvoke.c, sendlib.c: - OK, I'm giving up: pgp_create_traditional now creates text/plain; - x-mutt-action={pgp-encrypt,pgp-sign}. + * muttlib.c: Fix the \012 bug. - * pgpinvoke.c: Fix application/pgp signatures. +2002-01-01 20:18:41 roessler (roessler) - * charset.c, charset.h, gnupgparse.c, handler.c, mbyte.c, rfc2047.c, sendlib.c: - Fix iconv warnings; from Edmund Grimley Evans. + * po/zh_TW.po, po/pt_BR.po, po/ru.po, po/sk.po, po/sv.po, + po/tr.po, po/uk.po, po/zh_CN.po, po/hu.po, po/id.po, po/it.po, + po/ja.po, po/ko.po, po/lt.po, po/nl.po, po/pl.po, po/da.po, + po/de.po, po/el.po, po/eo.po, po/es.po, po/et.po, po/fr.po, + po/gl.po, po/Makefile.in.in, po/ca.po, po/cs.po, reldate.h, + ChangeLog, VERSION: automatic post-release commit for mutt-1.3.25 - * smime.c: - 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. + * intl/COPYING.LIB-2, intl/COPYING.LIB-2.1: ups, these were + missing from the CVS. -Mon Mar 25 11:34:40 2002 Thomas Roessler + * po/ca.po: update. - * crypt.c: - Fix S/MIME signature type. Noted by Dan Ohnesorg . + * po/uk.po, po/zh_TW.Big5.po, po/sk.po, po/sv.po, po/ru.po, + po/pl.po, po/pt_BR.po, po/ko.po, po/nl.po, po/it.po, po/gl.po, + po/id.po, po/es.po, po/fr.po, po/el.po, po/eo.po, po/de.po, + po/cs.po, po/da.po, ChangeLog, VERSION, rfc822.c: post-release + commit for mutt-1.2.5.1. - * buffy.c: close 1103; from Brendan Cully + * rfc822.c: Fix a security problem. - * doc/manual.sgml.tail: close 1122; from Brendan Cully +2001-12-28 17:19:00 roessler (roessler) - * hdrline.c, muttlib.c: Fix #87s; from Brendan Cully. + * protos.h, recvcmd.c, send.c: Make sure References and + In-Reply-To headers are generated properly when the user replies + to one or more message-type attachments. - * hdrline.c, muttlib.c: Fix #872, from Brendan Cully. +2001-12-26 19:24:46 roessler (roessler) - * contrib/smime_keys_test.pl, contrib/Makefile.in: - 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. + * imap/imap.c: Possible fix for #905. From Daniel Eisenbud. -Wed Mar 20 09:53:42 2002 Thomas Roessler +2001-12-21 00:22:12 roessler (roessler) - * editmsg.c, mailbox.h, mx.c: Rename M_NEW to M_NEWFOLDER. + * pager.c: Fix #929. - * editmsg.c, mailbox.h, mx.c: - Rename the new M_NEW by M_NEWFOLDER. There was another constant of - the same name. Problem noted by Will Yardley's compiler. +2001-12-18 15:13:18 roessler (roessler) -Tue Mar 19 09:54:05 2002 Thomas Roessler + * imap/imap.c, imap/imap.h: Fix from #918. From + . - * browser.c: Fix #1115. + * browser.c: branches: 2.38.2; Fix from #918. From + . - * editmsg.c, mailbox.h, mx.c: - Fix a temporary file race problem when using the edit-message - function. Backported from unstable. + * po/Makefile.in.in: Updating to gettext-0.10.40. - * po/pl.po: update + * m4/gettext.m4: branches: 1.7.2; 1.7.4; Updating to + gettext-0.10.40. -Mon Mar 18 18:54:56 2002 Thomas Roessler + * m4/iconv.m4: branches: 1.3.2; Updating to gettext-0.10.40. - * browser.c: Should fix #1115. BACKPORT! + * m4/lcmessage.m4: branches: 1.3.2; 1.3.4; Updating to + gettext-0.10.40. -Fri Mar 15 09:11:05 2002 Thomas Roessler + * m4/progtest.m4: branches: 1.4.2; 1.4.4; Updating to + gettext-0.10.40. - * po/ja.po: update from oota toshiya. + * ABOUT-NLS: branches: 2.1.2; 2.1.4; Updating to + gettext-0.10.40. - * po/ja.po: update, from oota toshiya. + * intl/ChangeLog, intl/Makefile.in: branches: 1.3.2; 1.3.4; + Updating to gettext-0.10.40. -Wed Mar 13 23:43:41 2002 Thomas Roessler + * intl/VERSION: Updating to gettext-0.10.40. - * attach.c: - Undoing the previous patch. It was junk, and may ruin files. + * intl/bindtextdom.c: branches: 1.5.2; 1.5.4; Updating to + gettext-0.10.40. - * attach.c, editmsg.c, mailbox.h, mx.c: - Don't fopen mail folders in append mode where we should safe_fopen() - them in write mode. Debian bug #138200, noted by Colin Philipps - . + * intl/config.charset: branches: 1.2.2; 1.2.4; Updating to + gettext-0.10.40. - NEEDS BACKPORTING. + * intl/dcgettext.c: Updating to gettext-0.10.40. - * po/uk.po, po/zh_CN.po, po/zh_TW.po, po/sk.po, po/sv.po, po/tr.po, po/pl.po, po/pt_BR.po, po/ru.po, po/id.po, po/it.po, po/ja.po, po/ko.po, po/lt.po, po/nl.po, po/eo.po, po/es.po, po/et.po, po/fr.po, po/gl.po, po/hu.po, po/da.po, po/de.po, po/el.po, po/Attic/ChangeLog, po/ca.po, po/cs.po: - automatic post-release commit for mutt-1.3.28 + * intl/dcigettext.c: branches: 1.2.2; 1.2.4; Updating to + gettext-0.10.40. - * po/Attic/ChangeLog: - file ChangeLog was initially added on branch mutt-1-4-stable. + * intl/dcngettext.c, intl/dgettext.c, intl/dngettext.c, + intl/explodename.c, intl/finddomain.c, intl/gettext.c, + intl/gettext.h: Updating to gettext-0.10.40. - * ChangeLog, reldate.h, VERSION: - automatic post-release commit for mutt-1.3.28 + * intl/gettextP.h, intl/hash-string.h: branches: 1.4.2; 1.4.4; + Updating to gettext-0.10.40. - * doc/smime-notes.txt, smime.c: Assorted patches from Mike Schiraldi. + * intl/intl-compat.c: Updating to gettext-0.10.40. -Sat Mar 2 12:11:35 2002 Thomas Roessler + * intl/l10nflist.c: branches: 1.5.2; 1.5.4; Updating to + gettext-0.10.40. - * contrib/smime.rc, compose.c, init.h, mutt.h, sendlib.c, smime.c, smime.h: - Introduce smime_default_key. From Oliver Ehli. + * intl/libgettext.h: Updating to gettext-0.10.40. - * contrib/smime.rc, smime.c, smime.h, smime_keys.pl, init.h, mutt.h: - 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. + * intl/libgnuintl.h: branches: 1.2.2; 1.2.4; Updating to + gettext-0.10.40. - 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) :) + * intl/loadinfo.h: branches: 1.4.2; 1.4.4; Updating to + gettext-0.10.40. - 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.... + * intl/loadmsgcat.c: branches: 1.5.2; 1.5.4; Updating to + gettext-0.10.40. - (From Oliver Ehli.) + * intl/localcharset.c: branches: 1.2.2; 1.2.4; Updating to + gettext-0.10.40. -Thu Feb 28 23:28:51 2002 Thomas Roessler + * intl/locale.alias: Updating to gettext-0.10.40. - * sort.c: Turn on incremental threading again. + * intl/localealias.c: branches: 1.5.2; 1.5.4; Updating to + gettext-0.10.40. - * smime_keys.pl: - 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. + * intl/ngettext.c: Updating to gettext-0.10.40. - (From Mike Schiraldi.) + * intl/plural.c, intl/plural.y: branches: 1.2.2; 1.2.4; + Updating to gettext-0.10.40. - * init.h, mutt.h, thread.c: - Threading enhancements from Daniel Eisenbud. + * intl/textdomain.c: Updating to gettext-0.10.40. - * curs_main.c, init.c, init.h, mutt.h, thread.c: - $narrow_tree; fater redrawing when changing tree options. From - Daniel Eisenbud. +2001-12-17 10:08:18 roessler (roessler) - * imap/message.c, mbox.c, mx.c, thread.c: - A possible work-around for #939. From Daniel Eisenbud. + * edit.c: Fix a memory allocation bug. #917. - * init.h, mutt.h, thread.c: - Threading enhancements from Daniel Eisenbud. + * thread.c: Another threading update. -Tue Feb 26 10:58:56 2002 Thomas Roessler + * hdrline.c: branches: 2.27.2; Another threading update. - * po/ru.po: update +2001-12-13 12:10:59 roessler (roessler) - * init.h: Fix a typo. + * menu.c: branches: 2.27.2; Threading updates, from Daniel + Eisenbud. - * init.h: Fix a typo. #1069. + * mutt.h, sort.c, thread.c: Threading updates, from Daniel + Eisenbud. - * imap/browse.c, imap/message.c, configure.in, mutt_sasl.c: - Brendan Cully sent a patch. + * pager.c: compile fix. - * install-sh: Fix a typo. From Edmund Grimley Evans. +2001-12-11 23:30:59 roessler (roessler) - * po/ru.po: ru.po update. + * doc/muttrc.man.head: Typo, #911. - * pop_lib.c: - CAPA response tags are case-insensitive. Noted by Michael Vore, - patch from Vsevolod Volkov. + * po/it.po: update -Mon Feb 18 14:55:31 2002 Thomas Roessler + * contrib/gpg.rc: Remove an unnecessary \-quoting. - * alias.c, send.c: Fix for #1047. From Michael Elkins. + * init.c, pager.c: Add a missing else. -Thu Feb 14 11:22:51 2002 Thomas Roessler + * contrib/gpg.rc: Use gettext to determine the good signature + pattern. - * charset.c, gnupgparse.c, init.h, rfc2047.c: - Iconv patch from Lars Hecking. MAY NEED TO BE BACKPORTED. + * init.c: Make "`...`" work as expected. -Wed Feb 13 12:04:52 2002 Thomas Roessler + * po/it.po: update. - * smime.c: mutt_any_key() shouldn't be used in curses mode. +2001-12-10 13:12:41 roessler (roessler) - * hdrline.c, init.h, parse.c: - 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. - - * hdrline.c, muttlib.c, protos.h: Undo the %l fix. It broke things. - - * menu.c: - Fix mutt_pad_string; from Edmund Grimley Evans. (MAY NEED TO BE - BACKPORTED.) + * query.c: Fix #910. - * main.c: Report libiconv version. + * init.h: branches: 2.143.2; Change the default for + $pgp_replyencrypt to "yes". -Tue Feb 12 21:54:41 2002 Thomas Roessler + * po/ja.po, po/pl.po: updates. - * hdrline.c, muttlib.c, protos.h: Improve %l's behaviour. +2001-12-09 09:12:08 roessler (roessler) - * extlib.c, main.c, pattern.c, smime_keys.pl: - Mike Schiraldi's daily S/MIME patch. + * po/ca.po, configure.in: Add a Catalan translation. From Ivan + Vilata i Balaguer . -Mon Feb 11 17:31:53 2002 Thomas Roessler +2001-12-04 10:28:22 roessler (roessler) - * smime.c: - This patch gets rid of an ugly static variable in smime.c. (From - Mike Schiraldi.) + * po/ru.po: update - * smime_keys.pl: - 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.) +2001-12-03 18:36:09 roessler (roessler) - * configure.in: - Honor current values of $LIBS and $CPPFLAGS. From Thomas Dickey. + * po/da.po, po/de.po: update. - * configure.in: Honor $LIBS and $CPPFLAGS. From Thomas Dickey. + * mx.c: Try to detect write() errors by calling fsync() after + fflush(). May fix #895. - * init.c: patch-1.3.27.me.initsort.1 +2001-11-29 09:43:41 roessler (roessler) -Thu Feb 7 21:48:42 2002 Thomas Roessler + * po/zh_TW.po, po/zh_CN.po, po/sk.po, po/sv.po, po/tr.po, + po/uk.po, po/nl.po, po/pl.po, po/pt_BR.po, po/ru.po, po/hu.po, + po/id.po, po/it.po, po/ja.po, po/ko.po, po/lt.po, po/eo.po, + po/es.po, po/et.po, po/fr.po, po/gl.po, ChangeLog, VERSION, + po/cs.po, po/da.po, po/de.po, po/el.po, reldate.h: automatic + post-release commit for mutt-1.3.24 - * smime_keys.pl: Another S/MIME patch from Mike Schiraldi. +2001-11-28 10:30:36 roessler (roessler) - * smime_keys.pl: Fix smime_keys. + * po/id.po: update - * smime.c: S/MIME fixes from Mike Schiraldi. +2001-11-26 19:16:52 roessler (roessler) - * po/zh_CN.po, po/zh_TW.po, po/sk.po, po/sv.po, po/tr.po, po/uk.po, po/ja.po, po/ko.po, po/lt.po, po/nl.po, po/pl.po, po/pt_BR.po, po/ru.po, po/el.po, po/eo.po, po/es.po, po/et.po, po/fr.po, po/gl.po, po/hu.po, po/id.po, po/it.po, po/ca.po, po/cs.po, po/da.po, po/de.po, po/POTFILES.in, Makefile.am: - Make S/MIME messages translatable. + * PATCHES: PATCHES should be _empty_ in the CVS version. Ups. -Wed Feb 6 19:14:47 2002 Thomas Roessler + * PATCHES: patch-1.3.23.2.tt.wcwidth_ja.1. Fix wcwidth_ja(), + from Takizawa Takashi . - * lib.h: Avoid a warning on some machines. + * mbyte.c: branches: 2.18.2; patch-1.3.23.2.tt.wcwidth_ja.1. + Fix wcwidth_ja(), from Takizawa Takashi . - * lib.h, smime.c: Make some scanf formats safe. + * handler.c, muttlib.c: patch-1.3.23.2.bj.state_attach_puts.1, + from Byrial Jensen. This patch is supposed to make one message + more friendly to translators. -Tue Feb 5 22:01:06 2002 Thomas Roessler + * po/et.po, po/ja.po, po/pl.po, po/ru.po, po/da.po, po/de.po: + updates. - * ascii.c: The previous fix was complete nonsense. What a day. :-( +2001-11-21 13:58:42 roessler (roessler) - * ascii.c: The previous fix was complete nonsense. + * handler.c: Use $wrapmargin in the format=flowed handler, too. - * browser.c, lib.c, lib.h: - Use strcoll for the file browser. From David Champion. + * pager.c, globals.h, init.h: Add a $wrapmargin configuration + variable to fine-tune - * hook.c: Fix crypt-hook. From Dale Woolridge - . +2001-11-19 10:41:32 roessler (roessler) - * smime_keys.pl: Clean-up from Mike Schiraldi. + * hash.c: Fix #868, #876. Work-around from Len Lattanzi + . - * imap/browse.c: Fix. + * hdrline.c, protos.h, thread.c: Fix mutt_messages_in_thread(). + From Daniel Eisenbud. (patch-1.3.23.2-de-new_threads.2-3.gz). - * imap/browse.c: Fix another IMAP browsing bug. +2001-11-15 18:53:23 roessler (roessler) - * po/ru.po, po/fr.po, po/ko.po: update + * remailer.c: Should be slightly better than a mixmaster + patch suggested by Stefan Karrmann . + (UNTESTED!) - * smime.c: - Don't put garbage onto the screen when trying to decrypt messages. +2001-11-12 09:53:54 roessler (roessler) - * contrib/smime.rc, init.h, smime.c, smime.h, smime_keys.pl: - S/MIME fixes from Oliver Ehli: + * sort.c, thread.c: patch-1.3.23.2-de-new_threads.2 - - smime_keys.pl: +2001-11-10 08:14:52 roessler (roessler) - support for multiple email adrresses in cert: will add one entry - to {keys, cetrificates}/.index now (for each mailbox) + * po/eo.po, po/fr.po: update - 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...) +2001-11-09 09:28:55 roessler (roessler) - 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) + * mh.c: Add some NONULL's (#863) - - smime.c (init.h, ....) + * Makefile.am: branches: 2.101.2; Distribute patchlist.sh. Ups. - support for importing certificates issued for multiple addresses. +2001-11-08 22:42:45 roessler (roessler) - introduced smime_fingerprint_cert_command, so finally certs can - get compared ... (so the above works..) + * po/uk.po, po/zh_CN.po, po/zh_TW.po, po/sk.po, po/sv.po, + po/tr.po, po/pt_BR.po, po/ru.po, po/nl.po, po/pl.po, po/id.po, + po/it.po, po/ja.po, po/ko.po, po/lt.po, po/gl.po, po/hu.po, + po/et.po, po/fr.po, VERSION, po/cs.po, po/da.po, po/de.po, + po/el.po, po/eo.po, po/es.po, reldate.h, ChangeLog: automatic + post-release commit for mutt-1.3.23.2 - cleaned up some error messages, that would mess up the terminal. + * pager.c, init.h, mutt.h: Add an $allow_ansi option. Suggested + and (mostly) implemented by Mike Schiraldi. - fixed typos (init.h) + * Makefile.am: Don't depend on GNU make. Noted by Bob Bell. - * ascii.c: Fix. + * pgp.c: Fix some messages, so the color marker is actually in + the beginning of a new line. - * ascii.c: Fix ascii_*cmp functions. Problem noted by Brad Thompson. + * globals.h, handler.c, init.c, mutt.h, muttlib.c, pager.c, + pgp.c: somewhat cleaner in-band-signalling between the handlers + and the pager. In particular, it's more difficult now to get + fake PGP and other mutt-generated "[-- " messages colored. -Mon Feb 4 09:59:02 2002 Thomas Roessler + * commands.c: branches: 2.50.2; patch-1.3.23.1-de-new_threads.3-4 - * smime.c, crypt.c: Some S/MIME fixes from Oliver Ehli . + * curs_main.c, init.c, init.h, mutt.h, sort.c, thread.c: + patch-1.3.23.1-de-new_threads.3-4 -Sun Feb 3 09:58:45 2002 Thomas Roessler + * handler.c: 2.47 introduced another bug. I should go to bed now. - * doc/manual.sgml.head, doc/muttrc.man.head, init.h: - Add unauto_view. From Jeremy Blosser. + * handler.c: Replace a ridiculous for loop by a proper + calculation. Ahem. - * Makefile.am, pgplib.h, pgppubring.c: - Add a "-f" flag which helps to dump fingerprints. Contributed by - Jason Harris , and not strictly needed for - mutt. + * handler.c, pager.c: Use a slightly different reset sequence + for the format=flowed hack, and don't send any such sequence + when we aren't in the internal pager. - * pgppubring.c: - Correctly calculate fingerprints for type 20 ElGamal keys. Noted by - Jason Harris . + * pager.c: Trying to fix #738. - * pgppubring.c: - Fix calculation of fingerprints (and key IDs) for type 20 ElGamal - keys. Noted by Jason Harris . +2001-11-07 22:25:09 roessler (roessler) -Sat Feb 2 16:52:27 2002 Thomas Roessler + * handler.c: Fix #860. Noted: The format=flowed code is not + yet utf-8 aware. - * po/ca.po: update + * addrbook.c: Fix #858. - * po/ca.po: update. + * doc/patch-notes.txt, Makefile.am: Implement the patchlist + scheme instead of version number munging. - * mh.c: Don't forget deletions when a folder is changed. Ups. + * main.c: branches: 2.55.2; Implement the patchlist scheme + instead of version number munging. -Fri Feb 1 17:23:20 2002 Thomas Roessler + * muttlib.c, patchlist.sh, protos.h: Implement the patchlist + scheme instead of version number munging. - * smime_keys.pl: - Fix some possible leaks of the private key (encrypted, but - still...). (yow_security_holes.patch from Mike Schiraldi.) + * sendlib.c: branches: 2.94.2; Implement the patchlist scheme + instead of version number munging. -Thu Jan 31 22:05:58 2002 Thomas Roessler + * complete.c: Fix 706, 853. - * doc/smime-notes.txt: - Document %C, and other updates. From Mike Schiraldi. + * commands.c, init.h, mutt.h, thread.c: + patch-1.3.23.1-de-new_threads.2-3 - * smime.c: Remove some unnecessary quotation marks. +2001-11-06 20:38:17 roessler (roessler) - * contrib/smime.rc, init.h, smime.c, smime.h, smime_keys.pl: - Use mutt -Q from smime_keys. + * mutt.h, sort.c, sort.h, thread.c, menu.c: + [patch.1.3.23.1.de.new_threads.2] Daniel Eisenbud's redone + threading code, version two. - * po/zh_TW.po, po/pt_BR.po, po/ru.po, po/sk.po, po/sv.po, po/tr.po, po/uk.po, po/zh_CN.po, po/it.po, po/ja.po, po/ko.po, po/lt.po, po/nl.po, po/pl.po, po/da.po, po/de.po, po/el.po, po/eo.po, po/es.po, po/et.po, po/fr.po, po/gl.po, po/hu.po, po/id.po, po/ca.po, po/cs.po: - update-po + * doc/patch-notes.txt: fix a typo. - * main.c: fix a string. + * PATCHES: uuups, there was a "test" left over. - * doc/mutt.man: Document -Q. + * doc/PGP-Notes.txt: Some part of this documentation was severely + outdated. - * init.c, main.c, protos.h: - Add a -Q option to query configuration variables. This is needed to - avoid a separate mutt configuration parser in smime_keys.pl. + * doc/Makefile.in, doc/patch-notes.txt, Makefile.am, PATCHES, + configure.in, main.c, muttlib.c, protos.h, sendlib.c: Add and + document a new mechanism for displaying patches in running + mutts' output. -Wed Jan 30 22:51:12 2002 Thomas Roessler + * send.c: Indentation fixing while staring at the code affected + by #857. No fix for the crash, though. - * send.c: patch-1.3.27.me.postpone_date.2 + * doc/manual.sgml.head, doc/muttrc.man.head, alias.c, init.c: Fix + an addressbook bug, and introduce "unalias *". From "g.c.w. de + bruijn" . - * smime.c: Mike Schiraldi's daily S/MIME patch, as he puts it. +2001-11-05 21:38:18 roessler (roessler) -Tue Jan 29 21:08:10 2002 Thomas Roessler + * imap/browse.c, imap/imap.c, imap/util.c, mutt_ssl.c, + mutt_ssl_nss.c: Missing gettext calls, noted by Byrial Jensen. - * smime.c: Improved certificate handling. Suggested by Oliver Ehli, - implemented by Mike Schiraldi. + * pop.c: branches: 2.22.2; Missing gettext calls, noted by + Byrial Jensen. - * smime.c: - Properly handle certain signatures generated by Outlook. From Mike - Schiraldi. + * thread.c: Missing gettext calls, noted by Byrial Jensen. - * parse.c: - Fix a segmentation fault in debugging code. From Daniel Eisenbud. + * commands.c: Make the save-copy prompt more translator-friendly. + from Byrial Jensen. -Mon Jan 28 23:29:05 2002 Thomas Roessler + * po/da.po, po/de.po, po/eo.po, po/fr.po, po/ja.po, po/pl.po: + updates - * crypt.c, init.h, mutt.h: - Add a new crypt_timestamp option. The timestamps aren't really - needed any more. + * mh.c: Fix a segmentation fault which occurs when mutt's get-mail + POP mode is used with a maildir spool folder. Noted by Frédéric + L. W. Meunier <0@pervalidus.net>. - * commands.c, menu.c, mutt_curses.h, mutt.h, pattern.c: - Add ~V to match successfully verified messages. + * mutt_socket.c, pop.c: Vsevolod Volkov's fix for #851, and a + related bug. - * contrib/smime.rc: Add a comment. From Mike Schiraldi. + * headers.c, muttlib.c, protos.h, send.c: Byrial Jensen's + mtime hack is needed at more than one place. Noted by Manoj + Kasichainula. - * init.h: Fix list-from documentation. From Michael Elkins. +2001-10-31 09:38:07 roessler (roessler) - * doc/smime-notes.txt: - Add more information on S/MIME. Adapted from Oliver Ehli's notes by - Mike Schiraldi. + * po/tr.po, po/uk.po, po/zh_CN.po, po/zh_TW.po, po/es.po, + po/et.po, po/fr.po, po/gl.po, po/hu.po, po/id.po, po/it.po, + po/ja.po, po/ko.po, po/lt.po, po/nl.po, po/pl.po, po/pt_BR.po, + po/ru.po, po/sk.po, po/sv.po, ChangeLog, VERSION, po/cs.po, + po/da.po, po/de.po, po/el.po, po/eo.po, reldate.h: automatic + post-release commit for mutt-1.3.23.1 - * send.c: Avoid C99 comments. Noted by Vincent Lefevre. + * imap/message.c, commands.c, curs_main.c, flags.c, hdrline.c, + init.h: Advanced threading, v 5.1. From Daniel Eisenbud + . - * po/ja.po, po/sv.po: updates + * mbox.c: branches: 2.22.2; Advanced threading, v 5.1. + From Daniel Eisenbud . - * menu.c: Wide character fix from TAKIZAWA Takashi. + * menu.c, mh.c, mutt.h, mx.c, mx.h: Advanced threading, v 5.1. + From Daniel Eisenbud . - * hook.c, Makefile.am: S/MIME-related bug fixes from Brendan Cully. + * parse.c: branches: 2.39.2; Advanced threading, v 5.1. + From Daniel Eisenbud . -Fri Jan 25 00:08:30 2002 Thomas Roessler + * pop.c, postpone.c, protos.h, sort.c, sort.h, thread.c: + Advanced threading, v 5.1. From Daniel Eisenbud + . - * smime.c: ups + * pgpewrap.c: branches: 2.3.2; Add magic comment so we can use + traditional malloc() in this program. - * commands.c, recvattach.c, smime.c, smime.h: - More decryption key detection fixes. +2001-10-30 22:43:23 roessler (roessler) - * commands.c, smime.c: - Make some prompts look nicer, and add sensible selection of the - decryption key. + * init.h: .mh_sequences fix, from lorenzo@cisco.com. -Thu Jan 24 23:53:19 2002 Thomas Roessler + * mutt_socket.c, mutt_ssl.c: TLS connection reuse. From Brendan + Cully. - * commands.c, crypt.c, smime.c, smime.h: More S/MIME nit-picking. +2001-10-29 23:21:48 roessler (roessler) - * mh.c: Fix. + * pager.c: Fix two places which _may_ look like buffer overflows, + but aren't. - * mh.c: Still more code clean-up. + * url.c: Fix #843. - * doc/smime-notes.txt: Update. + * doc/manual.sgml.head: Make the documentation of toggle-unlink + more precise - someone on comp.mail.mutt got confused by this. - * mx.c: little fix. +2001-10-28 19:46:43 roessler (roessler) - * mh.c: Ups, don't use the wrong check function... + * imap/browse.c, imap/imap.c: Fix 839 - * mh.c: Clean up the mh code, too. + * po/fr.po: update - * mh.c: indentation + * sendlib.c: Another aesthetic message-id change. - * mh.c, mx.c, mx.h: - Maildir efficiency improvements, from Michael Elkins and Thomas - Roessler. + * sendlib.c: GMT's too clumsy. Just take G. - * crypt.c, curs_lib.c, smime.c: S/MIME nits. + * sendlib.c: Use GMT for message-IDs. Note: The addition of + the constant string "GMT" is so intended to avoid the production + of duplicate message-IDs when mutts running in time zones ahead + GMT are updated. - * Attic/reap.pl: We don't need this any more. + * po/ru.po: update. - * imap/message.c, doc/Makefile.in, doc/smime-notes.txt, contrib/ca-bundle.crt, contrib/Makefile.in, contrib/smime.rc, attach.c, commands.c, compose.c, configure.in, copy.c, copy.h, crypt.c, crypt.h, curs_main.c, functions.h, globals.h, handler.c, hdrline.c, headers.c, hook.c, init.c, init.h, keymap.c, keymap.h, main.c, Makefile.am, mutt.h, muttlib.c, mx.c, OPS.CRYPT, OPS.PGP, OPS.SMIME, pager.c, parse.c, pattern.c, pgp.c, pgp.h, pgplib.h, pop.c, postpone.c, protos.h, recvattach.c, send.c, sendlib.c, smime.c, smime.h, smime_keys.pl: - S/MIME support. From Oliver Ehli and Mike Schiraldi - . + * url.c: Another bug related to #837. - * po/pt_BR.po: update + * imap/util.c: Fix a problem related to #837 (the bug isn't + entirely close, though). - * doc/manual.sgml.head, doc/muttrc.man.head, attach.c, globals.h, init.h, protos.h, rfc1524.c, sendlib.c: - Introduce mime_lookup. From Brian Foley and Ulf Erikson. +2001-10-26 23:53:29 roessler (roessler) - * po/ru.po: update + * doc/manual.sgml.head: Point to the openProjects.net IRC channel + instead of dal.net. - * mh.c: Make reading maildirs more efficient. +2001-10-25 07:54:35 roessler (roessler) - * VERSION: Pseudo-revision for mutt-1.5. + * pgp.c: Handle clearsigned messages gracefully even when + pgp_verify_sig is set and pgp_decode_command is unset. - * m4/glibc21.m4, m4/gssapi.m4, m4/iconv.m4, m4/lcmessage.m4, m4/progtest.m4, m4/funcdecl.m4, m4/gettext.m4, m4/codeset.m4, m4/curslib.m4, m4/README, m4/.cvsignore, m4/Makefile.am.in: - version bump +2001-10-24 11:08:22 roessler (roessler) - * po/sk.po, po/sv.po, po/tr.po, po/uk.po, po/zh_CN.po, po/zh_TW.po, po/pl.po, po/pt_BR.po, po/ru.po, po/id.po, po/it.po, po/ja.po, po/ko.po, po/lt.po, po/nl.po, po/fr.po, po/gl.po, po/hu.po, po/el.po, po/eo.po, po/es.po, po/et.po, po/ca.po, po/cs.po, po/.cvsignore, po/da.po, po/de.po, po/Makefile.in.in, po/POTFILES.in, imap/auth_anon.c, imap/auth.c, imap/auth_cram.c, imap/auth_gss.c, imap/auth.h, imap/auth_login.c, imap/auth_sasl.c, imap/browse.c, imap/BUGS, imap/command.c, imap/.cvsignore, imap/imap.c, imap/imap.h, imap/imap_private.h, imap/Makefile.am, imap/message.c, imap/message.h, imap/README, imap/TODO, imap/utf7.c, imap/util.c: - more version bumps. + * complete.c: Suspected fix for #837. - * intl/bindtextdom.c, intl/cat-compat.c, intl/ChangeLog, intl/config.charset, intl/COPYING.LIB-2.1, intl/COPYING.LIB-2, intl/.cvsignore, intl/dcgettext.c, intl/dcigettext.c, intl/dcngettext.c, intl/dgettext.c, intl/dngettext.c, intl/explodename.c, intl/finddomain.c, intl/gettext.c, intl/gettext.h, intl/gettextP.h, intl/hash-string.h, intl/intl-compat.c, intl/l10nflist.c, intl/libgettext.h, intl/libgnuintl.h, intl/libintl.glibc, intl/linux-msg.sed, intl/loadinfo.h, intl/loadmsgcat.c, intl/localcharset.c, intl/locale.alias, intl/localealias.c, intl/Makefile.in, intl/ngettext.c, intl/plural.c, intl/plural.y, intl/po2tbl.sed.in, intl/ref-add.sin, intl/ref-del.sin, intl/textdomain.c, intl/VERSION, intl/xopen-msg.sed: - more version number updates. +2001-10-22 09:28:26 roessler (roessler) - * doc/applying-patches.txt, doc/.cvsignore, doc/devel-notes.txt, doc/dotlock.man, doc/instdoc.sh.in, doc/Makefile.in, doc/manual.sgml.head, doc/manual.sgml.tail, doc/mbox.man, doc/muttbug.man, doc/mutt.man, doc/muttrc.man.head, doc/muttrc.man.tail, doc/patch-notes.txt, doc/PGP-Notes.txt: - more version number updates + * imap/util.c, globals.h, init.h: Make IMAP keepalive + configurable. From Brendan Cully. - * contrib/iconv/iconv.aix-3.2.5.rc, contrib/iconv/iconv.aix-4.1.5.rc, contrib/iconv/iconv.aix-4.2.0.rc, contrib/iconv/iconv.aix-4.3.2.rc, contrib/iconv/iconv.freebsd-3.3.rc, contrib/iconv/iconv.glibc-2.1.3.rc, contrib/iconv/iconv.glibc-2.1.90.rc, contrib/iconv/iconv.hpux-10.01.rc, contrib/iconv/iconv.hpux-10.20.rc, contrib/iconv/iconv.hpux-11.00.rc, contrib/iconv/iconv.irix-6.5.rc, contrib/iconv/iconv.osf1-4.0a.rc, contrib/iconv/iconv.osf1-4.0d.rc, contrib/iconv/iconv.solaris-2.4.rc, contrib/iconv/iconv.solaris-2.5.1.rc, contrib/iconv/iconv.solaris-2.6-cjk.rc, contrib/iconv/iconv.solaris-2.6.rc, contrib/iconv/iconv.solaris-2.7.rc, contrib/iconv/make.sh, contrib/iconv/README, contrib/.cvsignore, contrib/gpg.rc, contrib/language50.txt, contrib/language.txt, contrib/Makefile.in, contrib/Mush.rc, contrib/patch.slang-1.2.2.keypad.1, contrib/pgp2.rc, contrib/pgp5.rc, contrib/pgp6.rc, contrib/Pine.rc, contrib/sample.mailcap, contrib/sample.muttrc, contrib/sample.muttrc-tlr, contrib/Tin.rc: - Bumping more version numbers. +2001-10-17 17:03:19 roessler (roessler) - * snprintf.c, sort.c, sort.h, stamp-h.in, status.c, strcasecmp.c, strdup.c, system.c, thread.c, url.c, url.h, utf8.c, wcwidth.c, Attic/reap.pl, pgpkey.c, pgplib.c, pgplib.h, pgpmicalg.c, pgppacket.c, pgppacket.h, pgppubring.c, pop_auth.c, pop.c, pop.h, pop_lib.c, postpone.c, prepare, protos.h, query.c, recvattach.c, recvcmd.c, regex.c, reldate.h, remailer.c, remailer.h, resize.c, rfc1524.c, rfc1524.h, rfc2047.c, rfc2047.h, rfc2231.c, rfc2231.h, rfc822.c, rfc822.h, score.c, send.c, sendlib.c, sha1.c, sha1.h, signal.c, md5c.c, md5.h, menu.c, mh.c, mime.h, mime.types, missing, mkinstalldirs, mkjtags.c, muttbug, muttbug.sh.in, mutt_curses.h, mutt.h, muttlib.c, mutt_menu.h, mutt_regex.h, mutt_sasl.c, mutt_sasl.h, mutt_socket.c, mutt_socket.h, mutt_ssl.c, mutt_ssl.h, mutt_ssl_nss.c, mutt_tunnel.c, mutt_tunnel.h, mx.c, mx.h, pager.c, pager.h, parse.c, patchlist.sh, pattern.c, pgp.c, pgpewrap.c, pgp.h, pgpinvoke.c, editmsg.c, enter.c, extlib.c, filter.c, flags.c, from.c, functions.h, gen_defs, getdomain.c, gettext.c, globals.h, gnupgparse.c, handler.c, hash.c, hash.h, hdrline.c, headers.c, help.c, history.c, history.h, hook.c, init.c, init.h, install-sh, keymap.c, keymap.h, lib.c, lib.h, mailbox.h, main.c, makedoc.c, mapping.h, mbox.c, mbyte.c, mbyte.h, attach.c, attach.h, base64.c, browser.c, browser.h, buffy.c, buffy.h, build-release, charset.c, charset.h, check_sec.sh, color.c, commands.c, complete.c, compose.c, config.guess, config.sub, configure.in, copy.c, copy.h, curs_lib.c, curs_main.c, date.c, depcomp, dotlock.c, dotlock.h, edit.c, acconfig.h, account.c, account.h, addrbook.c, alias.c, ascii.c, ascii.h, GPL, INSTALL, Makefile.am, Muttrc.head.in, NEWS, OPS, OPS.MIX, OPS.PGP, PATCHES, README, README.SECURITY, README.SSL, _regex.h, TODO, VERSION, ABOUT-NLS, BEWARE, ChangeLog, COPYRIGHT, .cvsignore: - Bumping version numbers to 3.0, for the new unstable branch. + * curs_main.c: Fix #829. - * send.c: Set default Fcc when resending a message. + * sendlib.c: Fix #828: Sendmail is now invoked with stdout and + stderr redirected to /dev/null. Apparently, sendmail 8.12.1 + doesn't like to be invoked with stderr and stdout closed. - * po/ja.po: update + * curs_main.c: Fix CURHDR confusion. Mutt should compile now. + (Sorry for not committing this earlier.) -Wed Jan 23 22:37:12 2002 Thomas Roessler +2001-10-16 14:29:27 roessler (roessler) - * po/da.po, po/el.po, po/et.po, po/ko.po, po/pl.po: updates + * addrbook.c, keymap.c: Address book nit fix from + geerd.debruijn@nl.thalesgroup.com. - * po/uk.po, po/id.po: update + * po/ja.po, po/it.po: update - * charset.c: Fix #999. A single missing comma. +2001-10-15 20:18:32 roessler (roessler) -Tue Jan 22 12:12:45 2002 Thomas Roessler + * rfc2047.c: branches: 2.35.2; Close #821. Fix provided + by Edmund. - * po/pt_BR.po, po/ru.po, po/sk.po, po/sv.po, po/tr.po, po/uk.po, po/zh_CN.po, po/zh_TW.po, po/hu.po, po/id.po, po/it.po, po/ja.po, po/ko.po, po/lt.po, po/nl.po, po/pl.po, po/ca.po, po/cs.po, po/da.po, po/de.po, po/el.po, po/eo.po, po/es.po, po/et.po, po/fr.po, po/gl.po, ChangeLog, reldate.h, VERSION: - automatic post-release commit for mutt-1.3.27 + * curs_main.c: AIX portability patch. Suggested by Jan Chrillesen + . -Mon Jan 21 17:43:19 2002 Thomas Roessler + * doc/manual.sgml.tail: branches: 1.15.2; Fixing a nit, From + David Ellement. - * po/it.po: update +2001-10-12 09:03:26 roessler (roessler) - * po/sv.po, po/de.po, po/eo.po: updates + * po/fr.po: update -Mon Jan 21 17:43:19 2002 Thomas Roessler +2001-10-11 20:08:44 roessler (roessler) - * po/it.po: update + * imap/message.c: Small fix from Edmund GRIMLEY EVANS + . - * po/sv.po, po/de.po, po/eo.po: updates + * compose.c: branches: 2.48.2; Little fix from + sroberts@certicom.com. - * mutt_ssl.c: A fix from Ulf Erikson, which he says to fix bug #989. + * po/eo.po: update -Fri Jan 18 11:44:54 2002 Thomas Roessler + * pgpewrap.c: Add public domain notice. - * po/zh_CN.po, po/zh_TW.po, po/pt_BR.po, po/ru.po, po/sk.po, po/sv.po, po/tr.po, po/uk.po, po/hu.po, po/id.po, po/it.po, po/ja.po, po/ko.po, po/lt.po, po/nl.po, po/pl.po, po/eo.po, po/es.po, po/et.po, po/fr.po, po/gl.po, po/ca.po, po/cs.po, po/da.po, po/de.po, po/el.po, reldate.h, VERSION, ChangeLog: - automatic post-release commit for mutt-1.3.26 + * Makefile.am, configure.in, pgpewrap, pgpewrap.c: Include C + version of pgpewrap, by Wessel Dankers . -Thu Jan 17 22:41:45 2002 Thomas Roessler + * po/da.po: update - * configure.in: Use ncurses.h for configure tests, if present. + * compose.c: Unify "Can't stat" messages. Suggested by Byrial. -Thu Jan 17 22:41:45 2002 Thomas Roessler + * editmsg.c: branches: 2.12.2; Unify "Can't stat" messages. + Suggested by Byrial. - * configure.in: Use ncurses.h for configure tests, if present. + * sendlib.c: Unify "Can't stat" messages. Suggested by Byrial. -Wed Jan 16 20:44:49 2002 Thomas Roessler +2001-10-10 23:37:06 roessler (roessler) - * config.guess, config.sub, missing, mkinstalldirs: - Updated auto* files. From Lars Hecking. + * mh.c: Fix #560. - * curs_main.c, protos.h, thread.c: patch-1.3.25-de-new_threads.1 + * pager.c: Fix minor snafu in Vsevolod's patch about important + flags for POP folders. -Tue Jan 15 22:08:12 2002 Thomas Roessler + * main.c: Mess around with signal handlers. Allegedly, this + helps to get things working with Solaris 8. See #455. - * acconfig.h, configure.in: - Configure and config.h cleanup. From Lars Hecking. + * imap/message.c: Try to fix #302. - * handler.c: - Don't hallucinate a '\n' in the end of quoted-printable encoded - attachments. + * curs_main.c, pager.c: Don't allow setting the "important" + flag when message resides on a POP server. - * po/fr.po: update. + * curs_lib.c: Rename pad_char to m_pad_char - AIX curses + have a macro called pad_char. Noted by Jan Chrillesen + . - * flags.c, mh.c, mutt.h, mx.c: patch-1.3.25.tlr.maildir_trash.1 + * pager.c: Patch from #272 (from acli@mingpaoxpress.com). - * po/ko.po: update + * browser.c: Fix #813. - * init.c: Avoid reading past the end of ta string when handling \ or ^ - sequences. From Michael Elkins. + * mx.c: Another consistency fix for maildir_trash. - * po/tr.po, po/uk.po, po/zh_CN.po, po/zh_TW.po, po/nl.po, po/pl.po, po/pt_BR.po, po/ru.po, po/sk.po, po/sv.po, po/gl.po, po/hu.po, po/id.po, po/it.po, po/ja.po, po/ko.po, po/lt.po, po/de.po, po/el.po, po/eo.po, po/es.po, po/et.po, po/fr.po, po/ca.po, po/cs.po, po/da.po, pgpkey.c: - Shorten some messages. Noted by Jeremy Blosser. #978. + * mh.c, mx.c: Experimental patch to make maildir_trash handling + more consistent. - * pattern.c: Fix an off-by-one error. + * buffy.c: branches: 2.21.2; maildir buffy: Don't consider + "trashed" new messages new. Fixes #412. -Mon Jan 14 09:03:31 2002 Thomas Roessler + * main.c: Include platform information with mutt -v output. - * imap/imap.c: fix another case-sensitive comparison. + * muttbug.sh.in: Include some information about the compiler + and compiler flags used with bug reports. -Sun Jan 13 21:19:25 2002 Thomas Roessler + * po/pl.po: update - * ascii.h: Fix the ascii_strncmp() macro. + * po/fr.po, po/de.po: updates. - * imap/auth_sasl.c, imap/browse.c, imap/command.c, imap/imap.c, imap/message.c, imap/util.c: - Parse IMAP responses locale- and case- insensitive. From Brendan - Cully. +2001-10-09 09:29:55 roessler (roessler) - * muttlib.c, pager.c: - A different fix for the '\012' issue. Bug tracked down by Johannes - Geiger . + * getdomain.c: A different fix for #767. -Sat Jan 12 11:42:18 2002 Thomas Roessler + * po/tr.po, po/uk.po, po/zh_CN.po, po/zh_TW.po, po/ru.po, + po/sk.po, po/sv.po, po/pt_BR.po, po/it.po, po/ja.po, po/ko.po, + po/lt.po, po/nl.po, po/pl.po, po/eo.po, po/es.po, po/et.po, + po/fr.po, po/gl.po, po/hu.po, po/id.po, po/cs.po, po/da.po, + po/de.po, po/el.po, reldate.h, ChangeLog, VERSION: automatic + post-release commit for mutt-1.3.23 - * NEWS: More on ~=. +2001-10-07 06:43:52 roessler (roessler) - * doc/manual.sgml.head, doc/muttrc.man.head, mutt.h, pattern.c: - Add a ~= pattern. From Frederic Duval. + * doc/manual.sgml.head: We do update .mh_sequences files now. - * doc/manual.sgml.head: Fix a typo, #971. +2001-10-06 09:31:44 roessler (roessler) -Wed Jan 9 15:39:28 2002 Thomas Roessler + * doc/manual.sgml.head: Documentation for check-traditional-pgp + and for edit-type when used in read mode. - * pgp.c: Fix #960. +2001-10-02 22:20:03 roessler (roessler) -Tue Jan 8 13:06:21 2002 Thomas Roessler + * enter.c: Fix #801. - * mx.c: Try to fix #943. +2001-10-01 09:58:49 roessler (roessler) - * INSTALL, NEWS: fix libiconv URL. #959. + * mh.c: Create mh_sequences files when they don't exist. + Suggested by TAKIZAWA Takashi . -Mon Jan 7 19:10:51 2002 Thomas Roessler +2001-09-28 08:38:44 roessler (roessler) - * po/ko.po: update + * charset.c: More character set aliases, from Ionel Mugurel + Ciobica . - * attach.c: Fix #951. + * pager.c: Color fix from Brandon Long. Welcome back! -Fri Jan 4 14:30:29 2002 Thomas Roessler +2001-09-26 10:56:52 roessler (roessler) - * rfc822.c: Terminate the correct buffer. Noted by Durval Menezes - . (This bug shouldn't have any security - implications. ;-) + * mh.c: OK, I couldn't resist. ;-) - * po/et.po, po/fr.po, po/pl.po, po/sv.po: updates. + Depending on the user's usage patterns and configuration, there + may be a strong bias in maildir files moving either within the + new or to the cur subfolder. This patch adds hit counters for + each of these directories. Mutt will then look first into the + directory encountered more frequently in the past. This should + help to reduce the cost of chasing messages a bit, and isn't + too costly itself. + + (Another possibility for optimization may be to actually base + the prediction on the configuration and on the message flags + as we know them - in particular, the mark_old and move options + could have some effect here. Thinking about message flags, one + could even replace the simple heuristic currently implemented by + a matrix recording hit counters depending on flags. But then + again, it's all just playing around, since this function will + be invoked only rarely. ;-) + + * attach.c, commands.c, copy.c, copy.h, handler.c, mutt.h, + recvattach.c: Fix inconsistencies between printing and displaying + of message/rfc822 body parts. -Thu Jan 3 20:57:20 2002 Thomas Roessler + * attach.c: Fix attachment printing. - * mutt_ssl.c, mutt_ssl.h, mutt_ssl_nss.c, globals.h: - Move some globals where they belong. From Brendan Cully. + * mh.c, mx.c, mx.h: Search for messages which may have been moving + under our feet in maildir folders. Suggested by Bjoern Jacke. -Wed Jan 2 16:28:46 2002 Thomas Roessler + * contrib/gpg.rc: Remove --comment '' - it breaks pgpewrap and + isn't necessary with more recent gpg versions. - * acconfig.h: Cleanup; from Lars Hecking. +2001-09-21 09:35:18 roessler (roessler) - * mutt_ssl.c: Replace a few strncpy() calls by strfcpy(). + * po/pl.po: update - * recvcmd.c: Bug fix. Problem noted by Vincent Lefevre's compiler. +2001-09-17 10:19:10 roessler (roessler) - * muttlib.c: Fix the \012 bug. + * send.c: fix #737. -Tue Jan 1 20:18:41 2002 Thomas Roessler +2001-09-14 08:19:30 roessler (roessler) - * po/zh_TW.po, po/pt_BR.po, po/ru.po, po/sk.po, po/sv.po, po/tr.po, po/uk.po, po/zh_CN.po, po/hu.po, po/id.po, po/it.po, po/ja.po, po/ko.po, po/lt.po, po/nl.po, po/pl.po, po/da.po, po/de.po, po/el.po, po/eo.po, po/es.po, po/et.po, po/fr.po, po/gl.po, po/ca.po, po/cs.po, po/Makefile.in.in, reldate.h, ChangeLog, VERSION: - automatic post-release commit for mutt-1.3.25 + * po/id.po: update - * intl/COPYING.LIB-2.1, intl/COPYING.LIB-2: - ups, these were missing from the CVS. +2001-09-11 12:24:32 roessler (roessler) - * po/ca.po: update. + * addrbook.c, alias.c, init.c, menu.c, mutt.h, query.c: More + addressbook fixes. - * po/Attic/zh_TW.Big5.po, po/uk.po, po/sk.po, po/sv.po, po/ru.po, po/pl.po, po/pt_BR.po, po/ko.po, po/nl.po, po/it.po, po/gl.po, po/id.po, po/es.po, po/fr.po, po/el.po, po/eo.po, po/de.po, po/cs.po, po/da.po, ChangeLog, rfc822.c, VERSION: - post-release commit for mutt-1.2.5.1. + * addrbook.c, attach.h, browser.c, functions.h, init.c, init.h, + keymap.c, keymap.h, menu.c, mutt.h, mutt_menu.h, recvattach.c: + The addressbook used to crash when someone issued the alias and + unalias commands while on that menu. This patch has a basic fix + for this behaviour, and adds delete and undelete functions to + this menu. While I'm on it, I've also made sure that "apply-tag" + untags everything on all menus. - * rfc822.c: Fix a security problem. + The original crash was noted by Oliver Kauss . -Tue Jan 1 20:07:35 2002 Thomas Roessler +2001-09-08 14:23:05 roessler (roessler) - * intl/COPYING.LIB-2.1, intl/COPYING.LIB-2: - ups, these were missing from the CVS. + * init.c: Thomas Guettler reports + a segfault when you search for "~b \\${". - * po/ca.po: update. + * po/zh_TW.po: update - * po/Attic/zh_TW.Big5.po, po/uk.po, po/sk.po, po/sv.po, po/ru.po, po/pl.po, po/pt_BR.po, po/ko.po, po/nl.po, po/it.po, po/gl.po, po/id.po, po/es.po, po/fr.po, po/el.po, po/eo.po, po/de.po, po/cs.po, po/da.po, ChangeLog, rfc822.c, VERSION: - post-release commit for mutt-1.2.5.1. +2001-09-06 12:10:10 roessler (roessler) - * rfc822.c: Fix a security problem. + * po/pl.po: update -Tue Jan 1 20:05:05 2002 Thomas Roessler + * curs_main.c: Try to fix a boundary condition: Assume that you + are in a limited view which includes the folder's last message. + Display that message. Wait until a new message is added to the + current folder which does NOT match the limit pattern. Press tab. + Mutt would get confused. I think that this patch fixes the + problem (but I'm not entirely sure). + +2001-09-05 12:09:44 roessler (roessler) - * po/ca.po: update. + * sendlib.c: BSD/OS portability fix from Edmund Grimley Evans. + #758. - * po/Attic/zh_TW.Big5.po, po/uk.po, po/sk.po, po/sv.po, po/ru.po, po/pl.po, po/pt_BR.po, po/ko.po, po/nl.po, po/it.po, po/gl.po, po/id.po, po/es.po, po/fr.po, po/el.po, po/eo.po, po/de.po, po/cs.po, po/da.po, ChangeLog, rfc822.c, VERSION: - post-release commit for mutt-1.2.5.1. + * imap/imap.c, init.h: patch-1.3.22.1.remove_warnings.awn.1, + from Andrew W. Nosenko. - * rfc822.c: Fix a security problem. +2001-09-04 19:12:23 roessler (roessler) -Tue Jan 1 20:02:10 2002 Thomas Roessler + * po/da.po: update - * po/Attic/zh_TW.Big5.po, po/uk.po, po/sk.po, po/sv.po, po/ru.po, po/pl.po, po/pt_BR.po, po/ko.po, po/nl.po, po/it.po, po/gl.po, po/id.po, po/es.po, po/fr.po, po/el.po, po/eo.po, po/de.po, po/cs.po, po/da.po, ChangeLog, rfc822.c, VERSION: - post-release commit for mutt-1.2.5.1. + * imap/util.c, mutt_socket.c, muttlib.c, pop.c, url.c, url.h: + patch-bac.canonifypath-4. - * rfc822.c: Fix a security problem. + The attached patch reverts the IMAP canonification patch I + reverted a version ago (sorry for being so wishy-washy). This + time I put in some code to preserve IMAP URL passwords in the + initial pass, so people who like to use those sorts of URLs still + can. That was the only reason I had reverted the patch before. -Fri Dec 28 17:19:00 2001 Thomas Roessler + (From Brendan Cully.) - * protos.h, recvcmd.c, send.c: - Make sure References and In-Reply-To headers are generated properly - when the user replies to one or more message-type attachments. + * po/ja.po, po/ru.po, po/uk.po: updates -Wed Dec 26 19:24:46 2001 Thomas Roessler + * mutt_tunnel.c: patch-bac.tunnelreopen-1 from Brendan Cully. - * imap/imap.c: Possible fix for #905. From Daniel Eisenbud. +2001-09-03 13:59:37 roessler (roessler) -Fri Dec 21 00:22:12 2001 Thomas Roessler + * curs_main.c, thread.c: Don't lose track of the current message + when collapsing and changing sort modes wildly. Noted by + David T-G. - * pager.c: Fix #929. + * NEWS, globals.h, init.h, mh.c: Make MH sequences variable. -Tue Dec 18 15:13:18 2001 Thomas Roessler + * po/de.po: update - * imap/imap.c, imap/imap.h, browser.c: - Fix from #918. From . + * sendlib.c: Don't try to attach non-regular files. #754. - * po/Makefile.in.in, m4/gettext.m4, m4/iconv.m4, m4/lcmessage.m4, m4/progtest.m4, ABOUT-NLS, intl/bindtextdom.c, intl/ChangeLog, intl/config.charset, intl/dcgettext.c, intl/dcigettext.c, intl/dcngettext.c, intl/dgettext.c, intl/dngettext.c, intl/explodename.c, intl/finddomain.c, intl/gettext.c, intl/gettext.h, intl/gettextP.h, intl/hash-string.h, intl/intl-compat.c, intl/l10nflist.c, intl/libgettext.h, intl/libgnuintl.h, intl/loadinfo.h, intl/loadmsgcat.c, intl/localcharset.c, intl/locale.alias, intl/localealias.c, intl/Makefile.in, intl/ngettext.c, intl/plural.c, intl/plural.y, intl/textdomain.c, intl/VERSION: - Updating to gettext-0.10.40. +2001-08-31 09:21:55 roessler (roessler) -Mon Dec 17 10:08:18 2001 Thomas Roessler + * NEWS: Mention mailto URL support. - * edit.c: Fix a memory allocation bug. #917. + * imap/imap.c, imap/util.c, imap/command.c: Fix some memory leaks. + From Pawel Salek, by way of Brendan Cully. - * thread.c, hdrline.c: Another threading update. +2001-08-30 21:30:39 roessler (roessler) -Thu Dec 13 12:10:59 2001 Thomas Roessler + * po/sv.po, po/tr.po, po/uk.po, po/zh_CN.po, po/pt_BR.po, + po/ru.po, po/sk.po, po/lt.po, po/nl.po, po/pl.po, po/it.po, + po/ja.po, po/ko.po, po/gl.po, po/hu.po, po/id.po, po/et.po, + po/fr.po, po/eo.po, po/es.po, po/el.po, po/da.po, po/de.po, + ChangeLog, VERSION, doc/Makefile.in, po/cs.po: automatic + post-release commit for mutt-1.3.22.1 + + * po/uk.po, po/zh_CN.po, po/sk.po, po/sv.po, po/tr.po, + po/pt_BR.po, po/ru.po, po/pl.po, po/lt.po, po/nl.po, po/it.po, + po/ja.po, po/ko.po, po/hu.po, po/id.po, po/gl.po, po/et.po, + po/fr.po, po/eo.po, po/es.po, po/el.po, po/de.po, po/da.po, + ChangeLog, VERSION, po/cs.po, reldate.h: automatic post-release + commit for mutt-1.3.22 - * menu.c, mutt.h, sort.c, thread.c: - Threading updates, from Daniel Eisenbud. + * contrib/sample.muttrc-tlr: update - * pager.c: compile fix. + * build-release: branches: 2.17.2; more preparations for + stabilizing 1.3. -Tue Dec 11 23:30:59 2001 Thomas Roessler + * Makefile.am, README.UPGRADE: README.UPGRADE is quite outdated. - * doc/muttrc.man.head: Typo, #911. + * doc/muttrc.man.head, NEWS: documentation updates. - * po/it.po: update + * doc/mutt.man: branches: 1.16.2; mention ~/.mutt/muttrc - * contrib/gpg.rc: Remove an unnecessary \-quoting. + * curs_main.c: Fix #750 / deb#108628. - * init.c, pager.c: Add a missing else. + * pop_auth.c: patch-20010829.vvv.pop_auth - * contrib/gpg.rc: Use gettext to determine the good signature pattern. +2001-08-28 20:39:04 roessler (roessler) - * init.c: Make "`...`" work as expected. + * handler.c: Don't do character conversion when we call an + external handler for a text type. Assume that the conversion + is done there. - * po/it.po: update. + * po/da.po: update -Mon Dec 10 13:12:41 2001 Thomas Roessler +2001-08-24 08:07:42 roessler (roessler) - * query.c: Fix #910. + * sendlib.c: Don't use the 7bit encoding for non-text MIME types. + This may produce slightly longer messages, but it helps to + avoid corruption with binary attachments which look like text, + but aren't. - * init.h: Change the default for $pgp_replyencrypt to "yes". + * po/de.po: update - * po/ja.po, po/pl.po: updates. + * sendlib.c: More liberally apply MIME encodings to non-text + body parts when there's a ^From_ line. -Sun Dec 9 09:12:08 2001 Thomas Roessler +2001-08-23 19:10:04 roessler (roessler) - * po/ca.po, configure.in: - Add a Catalan translation. From Ivan Vilata i Balaguer - . + * po/eo.po, po/sv.po: update -Tue Dec 4 10:28:22 2001 Thomas Roessler +2001-08-22 14:41:32 roessler (roessler) - * po/ru.po: update + * po/et.po, po/fr.po: update -Mon Dec 3 18:36:09 2001 Thomas Roessler + * pop_auth.c: This should fix the warnings which A. Nosenko found. + (And may introduce new ones about unused variables.) - * po/da.po, po/de.po: update. +2001-08-21 21:54:33 roessler (roessler) - * mx.c: - Try to detect write() errors by calling fsync() after fflush(). May - fix #895. + * po/zh_CN.po, po/sk.po, po/sv.po, po/tr.po, po/uk.po, + po/pt_BR.po, po/ru.po, po/pl.po, po/ja.po, po/ko.po, po/lt.po, + po/nl.po, po/hu.po, po/id.po, po/it.po, po/fr.po, po/gl.po, + po/et.po, po/el.po, po/eo.po, po/es.po, po/da.po, po/de.po, + po/cs.po, reldate.h, VERSION, ChangeLog: automatic post-release + commit for mutt-1.3.21 -Thu Nov 29 09:43:41 2001 Thomas Roessler +2001-08-20 12:11:28 roessler (roessler) - * po/zh_TW.po, po/zh_CN.po, po/sk.po, po/sv.po, po/tr.po, po/uk.po, po/nl.po, po/pl.po, po/pt_BR.po, po/ru.po, po/hu.po, po/id.po, po/it.po, po/ja.po, po/ko.po, po/lt.po, po/eo.po, po/es.po, po/et.po, po/fr.po, po/gl.po, ChangeLog, po/cs.po, po/da.po, po/de.po, po/el.po, reldate.h, VERSION: - automatic post-release commit for mutt-1.3.24 + * mx.c: Check for .mew-cache in MH folders. -Wed Nov 28 10:30:36 2001 Thomas Roessler +2001-08-16 12:42:30 roessler (roessler) - * po/id.po: update + * sendlib.c: Mutt's detection of overly long lines would fail + with text files when the long line is the last one, and is + not finished by a newline character. This can, for instance, + happen when you send out macintosh-generated HTML files. -Wed Nov 28 10:30:36 2001 Thomas Roessler + (And, apparently, we hit some boundary somewhere in the PGP code + with that - I had some truncated attachments today.) - * po/id.po: update +2001-08-13 16:12:08 roessler (roessler) -Mon Nov 26 19:16:52 2001 Thomas Roessler + * pop.c: fix content-length headers. - * PATCHES: PATCHES should be _empty_ in the CVS version. Ups. + * mh.c: Fix treatment of maildir folders. We partially used mh + routines for these, introducing absurdities such as .mh_sequences + files. - * mbyte.c, PATCHES: - patch-1.3.23.2.tt.wcwidth_ja.1. Fix wcwidth_ja(), from Takizawa - Takashi . +2001-08-12 10:15:15 roessler (roessler) - * handler.c, muttlib.c: - patch-1.3.23.2.bj.state_attach_puts.1, from Byrial Jensen. This - patch is supposed to make one message more friendly to translators. + * init.c, init.h: Fix the "strange e-mail header" bug. It was + an uninitialized buffer. Thanks to Brendan Cully for figuring + it out. - * po/et.po, po/ja.po, po/pl.po, po/ru.po, po/da.po, po/de.po: updates. +2001-08-11 17:39:13 roessler (roessler) -Wed Nov 21 13:58:42 2001 Thomas Roessler + * muttlib.c: Undo an earlier change to _mutt_expand_path, which + seems to have caused problems. From Brendan Cully. - * handler.c: Use $wrapmargin in the format=flowed handler, too. + * config.guess, config.sub: Update. Thanks, Brendan! - * pager.c, globals.h, init.h: - Add a $wrapmargin configuration variable to fine-tune +2001-08-09 11:28:09 roessler (roessler) -Mon Nov 19 10:41:32 2001 Thomas Roessler + * po/uk.po, po/ja.po: update - * hash.c: Fix #868, #876. Work-around from Len Lattanzi - . +2001-08-08 19:27:50 roessler (roessler) - * hdrline.c, protos.h, thread.c: - Fix mutt_messages_in_thread(). From Daniel Eisenbud. - (patch-1.3.23.2-de-new_threads.2-3.gz). + * doc/manual.sgml.tail: Adding someone I forgot. -Thu Nov 15 18:53:23 2001 Thomas Roessler +2001-08-07 12:45:51 roessler (roessler) - * remailer.c: - Should be slightly better than a mixmaster patch suggested by Stefan - Karrmann . (UNTESTED!) + * doc/manual.sgml.tail: Update credits. I'm sure I forgot some + people. If you feel you're one of them, please drop me a line! -Mon Nov 12 09:53:54 2001 Thomas Roessler +2001-08-06 17:49:06 roessler (roessler) - * sort.c, thread.c: patch-1.3.23.2-de-new_threads.2 + * curs_lib.c: Here's a fix to allow (n)curses versions to work + with some terminfo entries where (for whatever reason), someone + specified cvvis but not cnorm. From a report/discussion with + Mario Vanoni . (From Thomas Dickey.) -Sat Nov 10 08:14:52 2001 Thomas Roessler + * buffy.c: Another little MH buffy bug. From Len Lattanzi + . - * po/eo.po, po/fr.po: update +2001-08-03 16:55:41 roessler (roessler) -Fri Nov 9 09:28:55 2001 Thomas Roessler + * mh.c: fix an mh_buffy segfault. - * mh.c: Add some NONULL's (#863) + * configure.in: Don't default to "no" when we can't find sendmail. + #713; Brendan Cully. - * Makefile.am: Distribute patchlist.sh. Ups. + * buffy.c, mh.c, mx.h: MH buffy. -Thu Nov 8 22:42:45 2001 Thomas Roessler +2001-08-02 22:59:16 roessler (roessler) - * po/uk.po, po/zh_CN.po, po/zh_TW.po, po/sk.po, po/sv.po, po/tr.po, po/pt_BR.po, po/ru.po, po/nl.po, po/pl.po, po/id.po, po/it.po, po/ja.po, po/ko.po, po/lt.po, po/gl.po, po/hu.po, po/et.po, po/fr.po, po/cs.po, po/da.po, po/de.po, po/el.po, po/eo.po, po/es.po, reldate.h, VERSION, ChangeLog: - automatic post-release commit for mutt-1.3.23.2 + * contrib/gpg.rc: Don't emit a comment armor header at all. - * pager.c, init.h, mutt.h: - Add an $allow_ansi option. Suggested and (mostly) implemented by - Mike Schiraldi. + * mh.c: Update mh_sequences when messages are deleted. Note: + Currently, we only clean up our own sequences, and leave others' + sequences alone. Should possibly be fixed. -Thu Nov 8 17:35:14 2001 Thomas Roessler + * mh.c: Fix #720. - * pager.c, init.h, mutt.h: - Add an $allow_ansi option. Suggested and (mostly) implemented by - Mike Schiraldi. + * imap/browse.c: Namespace fix. From Pawel Slawek (or Peter + Bloomfield?); forwarded by Brendan Cully. - * Makefile.am: Don't depend on GNU make. Noted by Bob Bell. +2001-08-01 22:40:29 roessler (roessler) - * pgp.c: - Fix some messages, so the color marker is actually in the beginning - of a new line. - - * globals.h, handler.c, init.c, mutt.h, muttlib.c, pager.c, pgp.c: - somewhat cleaner in-band-signalling between the handlers and the - pager. In particular, it's more difficult now to get fake PGP and - other mutt-generated "[-- " messages colored. + * po/eo.po: update - * commands.c, curs_main.c, init.c, init.h, mutt.h, sort.c, thread.c: - patch-1.3.23.1-de-new_threads.3-4 + * po/fr.po, po/ru.po, po/de.po: updates. - * handler.c: 2.47 introduced another bug. I should go to bed now. + * gnupgparse.c: branches: 2.22.2; Signed fixes. Noted by + Vincent Lefevre's compiler. - * handler.c: - Replace a ridiculous for loop by a proper calculation. Ahem. + * pgpkey.c: Signed fixes. Noted by Vincent Lefevre's compiler. - * handler.c, pager.c: - Use a slightly different reset sequence for the format=flowed hack, - and don't send any such sequence when we aren't in the internal pager. +2001-07-31 12:28:19 roessler (roessler) - * pager.c: Trying to fix #738. + * mh.c: More MH fixes. -Wed Nov 7 22:25:09 2001 Thomas Roessler + * mh.c: fix a small typo - * handler.c: - Fix #860. Noted: The format=flowed code is not yet utf-8 aware. + * mailbox.h: branches: 2.10.2; Add mh_sequences support. + I hope this works. - * addrbook.c: Fix #858. + * mh.c, mx.c: Add mh_sequences support. I hope this works. - * doc/patch-notes.txt, main.c, Makefile.am, muttlib.c, patchlist.sh, protos.h, sendlib.c: - Implement the patchlist scheme instead of version number munging. +2001-07-29 09:48:04 roessler (roessler) - * complete.c: Fix 706, 853. + * contrib/gpg.rc: Fix the comment header, and generally be + less verbose. - * commands.c, init.h, mutt.h, thread.c: - patch-1.3.23.1-de-new_threads.2-3 +2001-07-26 17:42:48 roessler (roessler) -Tue Nov 6 20:38:17 2001 Thomas Roessler + * imap/util.c: patch-bac.imapnextword-1. From Brendan Cully. - * mutt.h, sort.c, sort.h, thread.c, menu.c: - [patch.1.3.23.1.de.new_threads.2] Daniel Eisenbud's redone - threading code, version two. + * pgpkey.c: Don't confuse validity and trust when it comes to + PGP keys. - * doc/patch-notes.txt: fix a typo. + * thread.c: O(n log (n)) sorting from Jan Kratochvil + . - * PATCHES: uuups, there was a "test" left over. +2001-07-25 19:51:58 roessler (roessler) - * doc/PGP-Notes.txt: - Some part of this documentation was severely outdated. + * po/lt.po, po/nl.po, po/pl.po, po/pt_BR.po, po/ru.po, po/sk.po, + po/sv.po, po/tr.po, po/uk.po, po/zh_CN.po, po/da.po, po/de.po, + po/el.po, po/eo.po, po/es.po, po/et.po, po/fr.po, po/gl.po, + po/hu.po, po/id.po, po/it.po, po/ja.po, po/ko.po, po/cs.po: + update-po after gettext update. - * doc/Makefile.in, doc/patch-notes.txt, configure.in, main.c, Makefile.am, muttlib.c, PATCHES, protos.h, sendlib.c: - Add and document a new mechanism for displaying patches in running - mutts' output. +2001-07-24 21:29:47 roessler (roessler) - * send.c: - Indentation fixing while staring at the code affected by #857. No - fix for the crash, though. + * po/zh_CN.po, po/zh_TW.po, po/sk.po, po/sv.po, po/tr.po, + po/uk.po, po/ru.po, po/pl.po, po/pt_BR.po, po/ja.po, po/ko.po, + po/lt.po, po/nl.po, po/gl.po, po/hu.po, po/id.po, po/it.po, + ChangeLog, VERSION, po/cs.po, po/da.po, po/de.po, po/el.po, + po/eo.po, po/es.po, po/et.po, po/fr.po, reldate.h: automatic + post-release commit for mutt-1.3.20 - * doc/manual.sgml.head, doc/muttrc.man.head, alias.c, init.c: - Fix an addressbook bug, and introduce "unalias *". From "g.c.w. de - bruijn" . + * imap/imap.c: Avoid mail loss with IMAP. From Brendan Cully. -Mon Nov 5 21:38:18 2001 Thomas Roessler + * imap/command.c: patch-bac.capability-20010724.1. From Brendan + Cully. - * imap/browse.c, imap/imap.c, imap/util.c, mutt_ssl.c, mutt_ssl_nss.c, pop.c, thread.c: - Missing gettext calls, noted by Byrial Jensen. + * mbox.c: Add a status message, so "Writing messages" doesn't + stay on screen forever. - * commands.c: - Make the save-copy prompt more translator-friendly. from Byrial - Jensen. +2001-07-24 06:42:06 Brendan Cully (roessler) - * po/da.po, po/de.po, po/eo.po, po/fr.po, po/ja.po, po/pl.po: updates + * imap/imap.c: The attached patch fixes a couple bugs I introduced + recently when working around the buggy but firmly entrenched + UW-IMAP 4.7 server. These resulted in additional overhead + when synchronising mailboxes and occasional problems opening + empty mailboxes. - * mh.c: - Fix a segmentation fault which occurs when mutt's get-mail POP mode - is used with a maildir spool folder. Noted by Frédéric L. W. - Meunier <0@pervalidus.net>. +2001-07-19 14:51:14 roessler (roessler) - * mutt_socket.c, pop.c: - Vsevolod Volkov's fix for #851, and a related bug. + * curs_main.c: Redraw when an alias is created - the user may + have assigned a different realname. - * headers.c, muttlib.c, protos.h, send.c: - Byrial Jensen's mtime hack is needed at more than one place. Noted - by Manoj Kasichainula. + * COPYRIGHT: update -Wed Oct 31 09:38:07 2001 Thomas Roessler +2001-07-11 07:19:45 roessler (roessler) - * po/tr.po, po/uk.po, po/zh_CN.po, po/zh_TW.po, po/es.po, po/et.po, po/fr.po, po/gl.po, po/hu.po, po/id.po, po/it.po, po/ja.po, po/ko.po, po/lt.po, po/nl.po, po/pl.po, po/pt_BR.po, po/ru.po, po/sk.po, po/sv.po, ChangeLog, po/cs.po, po/da.po, po/de.po, po/el.po, po/eo.po, reldate.h, VERSION: - automatic post-release commit for mutt-1.3.23.1 + * INSTALL: Replace mutt-dev@cs.hmc.edu by mutt-dev@mutt.org. + Noted by "Mark E. Mallett" . - * imap/message.c, commands.c, curs_main.c, flags.c, hdrline.c, init.h, mbox.c, menu.c, mh.c, mutt.h, mx.c, mx.h, parse.c, pop.c, postpone.c, protos.h, sort.c, sort.h, thread.c: - Advanced threading, v 5.1. From Daniel Eisenbud - . +2001-07-09 20:54:34 roessler (roessler) - * pgpewrap.c: - Add magic comment so we can use traditional malloc() in this program. + * Makefile.am, acconfig.h, configure.in: locale-related fix from + Lars Hecking. -Wed Oct 31 09:20:40 2001 Thomas Roessler +2001-07-04 07:35:20 roessler (roessler) - * imap/message.c, commands.c, curs_main.c, flags.c, hdrline.c, init.h, mbox.c, menu.c, mh.c, mutt.h, mx.c, mx.h, parse.c, pop.c, postpone.c, protos.h, sort.c, sort.h, thread.c: - Advanced threading, v 5.1. From Daniel Eisenbud - . + * imap/util.c: Fix a nit. From "Andrew W. Nosenko" + - * pgpewrap.c: - Add magic comment so we can use traditional malloc() in this program. +2001-07-03 19:32:12 roessler (roessler) -Tue Oct 30 22:43:23 2001 Thomas Roessler + * m4/iconv.m4, configure.in: Iconv-related cleanup. From Brendan + Cully. - * init.h: .mh_sequences fix, from lorenzo@cisco.com. + * init.c, muttlib.c, protos.h: Unified buffer handling, from + Brendan Cully. - * mutt_socket.c, mutt_ssl.c: TLS connection reuse. From Brendan Cully. + * pgppubring.c: branches: 2.26.2; Don't sign-extend chars. -Mon Oct 29 23:21:48 2001 Thomas Roessler + * pgp.c: Fixing a PGP signature reporting bug; adding debugging + output. - * pager.c: - Fix two places which _may_ look like buffer overflows, but aren't. + * mutt_socket.c: Don't fcntl -1. From Brendan. - * url.c: Fix #843. + * imap/imap.c, imap/imap_private.h, imap/message.c, muttlib.c, + protos.h: Fix #677. From Brendan Cully. - * doc/manual.sgml.head: - Make the documentation of toggle-unlink more precise - someone on - comp.mail.mutt got confused by this. +2001-07-02 20:28:32 roessler (roessler) -Sun Oct 28 19:46:43 2001 Thomas Roessler + * query.c: Fix a minor nit with the external query interface. - * imap/browse.c, imap/imap.c: Fix 839 + * doc/manual.sgml.head: documentation from Brendan Cully. - * po/fr.po: update +2001-06-29 10:06:16 roessler (roessler) - * sendlib.c: Another aesthetic message-id change. + * imap/imap.c, hook.c, init.h, mutt.h, mutt_socket.c, protos.h: + patch-bac-vvvacounthook-20010628.1 + +2001-06-28 20:34:05 roessler (roessler) - * sendlib.c: GMT's too clumsy. Just take G. + * query.c: Query patch from Olivier Chapuis + . - * sendlib.c: - Use GMT for message-IDs. Note: The addition of the constant string - "GMT" is so intended to avoid the production of duplicate - message-IDs when mutts running in time zones ahead GMT are updated. +2001-06-27 16:08:06 roessler (roessler) * po/ru.po: update. - * url.c: Another bug related to #837. + * init.h, mutt.h, mx.c: patch-1.3.19i.rs.keep_flagged - * imap/util.c: - Fix a problem related to #837 (the bug isn't entirely close, though). +2001-06-26 10:26:54 roessler (roessler) -Fri Oct 26 23:53:29 2001 Thomas Roessler + * pgppubring.c: fixes. - * doc/manual.sgml.head: - Point to the openProjects.net IRC channel instead of dal.net. + * pgplib.h, pgppubring.c: Fix handling of revocation certificates. -Thu Oct 25 07:54:35 2001 Thomas Roessler + * pgppubring.c: Also dump revocations. - * pgp.c: - Handle clearsigned messages gracefully even when pgp_verify_sig is - set and pgp_decode_command is unset. + * pgplib.c, pgplib.h, pgppubring.c: Add a very simple + signature-dumping mode to pgpring. (Not needed for mutt.) -Wed Oct 24 11:08:22 2001 Thomas Roessler +2001-06-19 08:39:17 roessler (roessler) - * complete.c: Suspected fix for #837. + * po/ja.po: update -Mon Oct 22 09:28:26 2001 Thomas Roessler + * imap/imap.c, imap/message.c: IMAP error checking for bug #662. + From Brendan Cully. - * imap/util.c, globals.h, init.h: - Make IMAP keepalive configurable. From Brendan Cully. +2001-06-18 17:29:55 roessler (roessler) -Wed Oct 17 17:03:19 2001 Thomas Roessler + * po/zh_CN.GB2312.po, po/zh_CN.po, po/zh_TW.Big5.po, po/zh_TW.po, + configure.in: Renaming the Chinese translations. - * curs_main.c: Fix #829. + * po/eo.po: update - * sendlib.c: - Fix #828: Sendmail is now invoked with stdout and stderr redirected - to /dev/null. Apparently, sendmail 8.12.1 doesn't like to be - invoked with stderr and stdout closed. - - * curs_main.c: - Fix CURHDR confusion. Mutt should compile now. (Sorry for not - committing this earlier.) + * globals.h, init.h, mutt.h, pop.h, pop_auth.c: The attached patch + adds two variables: $pop_authenticators and $pop_auth_try_all. -Tue Oct 16 14:29:27 2001 Thomas Roessler + From Vsevolod Volkov. - * addrbook.c, keymap.c: - Address book nit fix from geerd.debruijn@nl.thalesgroup.com. +2001-06-14 13:29:06 roessler (roessler) - * po/ja.po, po/it.po: update + * po/pl.po: update -Mon Oct 15 20:18:32 2001 Thomas Roessler +2001-06-13 08:29:16 roessler (roessler) - * rfc2047.c: Close #821. Fix provided by Edmund. + * m4/gettext.m4: Avoid more m4 macro collisions. - * curs_main.c: AIX portability patch. Suggested by Jan Chrillesen - . + * m4/glibc21.m4: branches: 1.2.2; 1.2.4; Avoid more m4 macro + collisions. - * doc/manual.sgml.tail: Fixing a nit, From David Ellement. + * imap/auth_sasl.c: An updated version of the previous patch. + From Brendan. -Fri Oct 12 09:03:26 2001 Thomas Roessler + * mutt_sasl.c: branches: 2.10.2; An updated version of the + previous patch. From Brendan. - * po/fr.po: update + * mutt_sasl.h, pop_auth.c: An updated version of the previous + patch. From Brendan. -Thu Oct 11 20:08:44 2001 Thomas Roessler + * pop_auth.c: This patch closes a ridiculous bug where the + SASL library could be used without being initialised. I don't + understand why lots of people weren't having problems, unless + no one who uses SASL uses POP :) - * imap/message.c: - Small fix from Edmund GRIMLEY EVANS . + closes 549 - * compose.c: Little fix from sroberts@certicom.com. + From Brendan Cully. - * po/eo.po: update + * po/cs.po: update - * pgpewrap.c: Add public domain notice. +2001-06-12 12:45:29 roessler (roessler) - * Attic/pgpewrap, configure.in, Makefile.am, pgpewrap.c: - Include C version of pgpewrap, by Wessel Dankers . + * m4/gettext.m4, m4/progtest.m4, configure.in: gettext-related + fixes. Most of this may just be temporary if we decide to get + rid of our own gettext.m4. - * po/da.po: update + * m4/gettext.m4: Fix comments. - * compose.c, editmsg.c, sendlib.c: - Unify "Can't stat" messages. Suggested by Byrial. + * po/tr.po: update -Wed Oct 10 23:37:06 2001 Thomas Roessler +2001-06-11 18:32:05 roessler (roessler) - * mh.c: Fix #560. + * imap/auth.c, imap/imap.c, doc/manual.sgml.head: + patch-bac.flags-20010611.1 - * pager.c: - Fix minor snafu in Vsevolod's patch about important flags for POP - folders. - - * main.c: - Mess around with signal handlers. Allegedly, this helps to get - things working with Solaris 8. See #455. + * po/es.po, po/da.po: update. - * imap/message.c: Try to fix #302. + * doc/manual.sgml.head: Updates from Byrial Jensen. - * curs_main.c, pager.c: - Don't allow setting the "important" flag when message resides on a - POP server. - - * curs_lib.c: - Rename pad_char to m_pad_char - AIX curses have a macro called - pad_char. Noted by Jan Chrillesen . + * keymap.c: command/function cosmetics from Byrial Jensen. - * pager.c: Patch from #272 (from acli@mingpaoxpress.com). + * po/de.po, po/et.po, po/sv.po: update. - * browser.c: Fix #813. + * doc/mutt.man, doc/muttbug.man, init.c, init.h: Use the EMAIL + environment variable as the default for $from. - * mx.c: Another consistency fix for maildir_trash. + * po/eo.po, po/el.po: update. - * mh.c, mx.c: - Experimental patch to make maildir_trash handling more consistent. +2001-06-07 23:15:53 roessler (roessler) - * buffy.c: - maildir buffy: Don't consider "trashed" new messages new. Fixes #412. + * po/fr.po, po/id.po: updates for 1.3.19. - * main.c: Include platform information with mutt -v output. + * po/zh_TW.Big5.po: A fixed version from EGE. - * muttbug.sh.in: - Include some information about the compiler and compiler flags used - with bug reports. + * build-release: Don't try to upload to sigtrap.guug.de any more. - * po/pl.po: update + * po/tr.po, po/uk.po, po/zh_CN.GB2312.po, po/zh_TW.Big5.po, + po/ru.po, po/sk.po, po/sv.po, po/ja.po, po/ko.po, po/lt.po, + po/nl.po, po/pl.po, po/pt_BR.po, po/hu.po, po/id.po, po/it.po, + po/fr.po, po/gl.po, po/es.po, po/et.po, po/el.po, po/eo.po, + po/cs.po, po/da.po, po/de.po, reldate.h, VERSION, ChangeLog: + automatic post-release commit for mutt-1.3.19 - * po/fr.po, po/de.po: updates. + * check_sec.sh: Don't check in intl/ -Tue Oct 9 09:29:55 2001 Thomas Roessler + * m4/codeset.m4: branches: 1.1.2; 1.1.4; More from the gettext + munster patch from E.G.E. - * getdomain.c: A different fix for #767. + * m4/glibc21.m4, m4/iconv.m4: More from the gettext munster + patch from E.G.E. - * po/tr.po, po/uk.po, po/zh_CN.po, po/zh_TW.po, po/ru.po, po/sk.po, po/sv.po, po/pt_BR.po, po/it.po, po/ja.po, po/ko.po, po/lt.po, po/nl.po, po/pl.po, po/eo.po, po/es.po, po/et.po, po/fr.po, po/gl.po, po/hu.po, po/id.po, po/cs.po, po/da.po, po/de.po, po/el.po, reldate.h, ChangeLog, VERSION: - automatic post-release commit for mutt-1.3.23 + * po/zh_TW.Big5.po, m4/gettext.m4, m4/lcmessage.m4, + m4/progtest.m4: Gettext update. (From E.G.E., of course.) -Sun Oct 7 06:43:52 2001 Thomas Roessler + * intl/Makefile.in, intl/VERSION, intl/bindtextdom.c, + intl/cat-compat.c, intl/config.charset, intl/dcgettext.c, + intl/dcigettext.c, intl/dcngettext.c, intl/dgettext.c, + intl/dngettext.c, intl/explodename.c, intl/finddomain.c, + intl/gettext.c, intl/gettext.h, intl/gettextP.h, + intl/hash-string.h, intl/intl-compat.c, intl/l10nflist.c, + intl/libgettext.h, intl/libgnuintl.h, intl/libintl.glibc, + intl/linux-msg.sed, intl/loadinfo.h, intl/loadmsgcat.c, + intl/localcharset.c, intl/locale.alias, intl/localealias.c, + intl/ngettext.c, intl/plural.c, intl/plural.y, intl/po2tbl.sed.in, + intl/ref-add.sin, intl/ref-del.sin, intl/textdomain.c, + intl/xopen-msg.sed, intl/.cvsignore, intl/ChangeLog, Makefile.am, + acconfig.h, configure.in, gettext.c: Gettext update. - * doc/manual.sgml.head: We do update .mh_sequences files now. + * lib.h: branches: 2.11.2; Gettext update. -Sun Oct 7 06:43:52 2001 Thomas Roessler + * mbyte.c: Gettext update. - * doc/manual.sgml.head: We do update .mh_sequences files now. + * po/ru.po: update. -Sat Oct 6 09:31:44 2001 Thomas Roessler + * configure.in: ALL_LINGUAS. I forgot to do this earlier today. - * doc/manual.sgml.head: - Documentation for check-traditional-pgp and for edit-type when used - in read mode. + * NEWS: Documentation update from Brendan Cully. -Tue Oct 2 22:20:03 2001 Thomas Roessler + * po/sv.po, po/tr.po, po/uk.po, po/zh_CN.GB2312.po, + po/zh_TW.Big5.po, po/pt_BR.po, po/ru.po, po/sk.po, po/ko.po, + po/lt.po, po/nl.po, po/pl.po, po/et.po, po/fr.po, po/gl.po, + po/hu.po, po/id.po, po/it.po, po/ja.po, po/cs.po, po/da.po, + po/de.po, po/el.po, po/eo.po, po/es.po: Updating the gl + translation, another update-po run. - * enter.c: Fix #801. + * po/zh_TW.Big5.po: Changed to utf-8 in order to avoid problems + with recent gettext versions. Thanks to EGE! -Mon Oct 1 09:58:49 2001 Thomas Roessler + (BTW, the file name is lying now. Is this a problem?) - * mh.c: Create mh_sequences files when they don't exist. Suggested by - TAKIZAWA Takashi . + * po/tr.po, po/uk.po, po/zh_CN.GB2312.po, po/zh_TW.Big5.po, + po/ru.po, po/sk.po, po/sv.po, po/pt_BR.po, po/pl.po, po/ja.po, + po/ko.po, po/lt.po, po/nl.po, po/eo.po, po/es.po, po/et.po, + po/fr.po, po/gl.po, po/hu.po, po/id.po, po/it.po, po/cs.po, + po/da.po, po/de.po, po/el.po: update-po; adding an Estonian + translation. -Fri Sep 28 08:38:44 2001 Thomas Roessler + * po/it.po: Fix a small bug. - * charset.c: More character set aliases, from Ionel Mugurel Ciobica - . + * imap/message.c: This patch ensures IMAP FLAGS aren't parsed + twice when fetching the full message body. It really only amounts + to a cosmetic error, but may cause spurious "Mailbox externally + modified" messages. - * pager.c: Color fix from Brandon Long. Welcome back! + From Brendan Cully. -Wed Sep 26 10:56:52 2001 Thomas Roessler + * INSTALL, README.SSL, rfc2047.c: Documentation updates and a + little bug fix. From Brendan Cully. - * mh.c: OK, I couldn't resist. ;-) + * init.c: Don't add empty strings to lists. From Thomas Parmelan + . - Depending on the user's usage patterns and configuration, there may - be a strong bias in maildir files moving either within the new or to - the cur subfolder. This patch adds hit counters for each of these - directories. Mutt will then look first into the directory - encountered more frequently in the past. This should help to reduce - the cost of chasing messages a bit, and isn't too costly itself. - - (Another possibility for optimization may be to actually base the - prediction on the configuration and on the message flags as we know - them - in particular, the mark_old and move options could have some - effect here. Thinking about message flags, one could even replace - the simple heuristic currently implemented by a matrix recording hit - counters depending on flags. But then again, it's all just playing - around, since this function will be invoked only rarely. ;-) - - * attach.c, commands.c, copy.c, copy.h, handler.c, mutt.h, recvattach.c: - Fix inconsistencies between printing and displaying of - message/rfc822 body parts. +2001-06-05 15:43:41 roessler (roessler) - * attach.c: Fix attachment printing. + * handler.c: Leave slightly more margin with format=flowed. - * mh.c, mx.c, mx.h: - Search for messages which may have been moving under our feet in - maildir folders. Suggested by Bjoern Jacke. - - * contrib/gpg.rc: - Remove --comment '' - it breaks pgpewrap and isn't necessary with - more recent gpg versions. + * imap/command.c, mutt_socket.c, mutt_ssl.c, mutt_tunnel.c: + patch-bac.sockets-20010605.1 -Fri Sep 21 09:35:18 2001 Thomas Roessler + * imap/auth.c, init.h: Change the delimiter for + imap_authenticators to a colon. - * po/pl.po: update + * imap/auth_gss.c, imap/auth_login.c, imap/auth_sasl.c, + imap/imap.c, imap/auth.c, imap/auth.h, imap/auth_anon.c, + imap/auth_cram.c: The attached patch should be the last feature + I want to get in before 1.4. It creates a new config variable + $imap_authenticators, which is a comma-separated list of + authentication methods for mutt to try to use to authenticate to + an IMAP server. If it is unspecified you get the old behaviour + - any method is tried, the first to succeed or fail ends the + auth loop. -Mon Sep 17 10:19:10 2001 Thomas Roessler + (From Brendan Cully.) - * send.c: fix #737. + * globals.h, init.h: The attached patch should be the last + feature I want to get in before 1.4. It creates a new config + variable $imap_authenticators, which is a comma-separated list of + authentication methods for mutt to try to use to authenticate to + an IMAP server. If it is unspecified you get the old behaviour + - any method is tried, the first to succeed or fail ends the + auth loop. + + * attach.c, commands.c, handler.c: Check mutt_create_filter*'s + return value for errors. This should avoid a bunch of possible + crashes. -Fri Sep 14 08:19:30 2001 Thomas Roessler +2001-06-04 18:29:33 roessler (roessler) - * po/id.po: update + * doc/manual.sgml.head: Score documentation fix. -Tue Sep 11 12:24:32 2001 Thomas Roessler + * po/pl.po: Update. - * addrbook.c, alias.c, init.c, menu.c, mutt.h, query.c: - More addressbook fixes. + * doc/.cvsignore, .cvsignore: Ignore some more generated files. + From Andrew Nosenko. - * addrbook.c, attach.h, browser.c, functions.h, init.c, init.h, keymap.c, keymap.h, menu.c, mutt.h, mutt_menu.h, recvattach.c: - The addressbook used to crash when someone issued the alias and - unalias commands while on that menu. This patch has a basic fix for - this behaviour, and adds delete and undelete functions to this menu. - While I'm on it, I've also made sure that "apply-tag" untags - everything on all menus. + * Makefile.am: -I$(includedir) is moved from INCLUDES variable + to the end of CPPFLAGS. This allow build Mutt with Bruno's + libiconv and --prefix=/usr on glibc-2.1.2 systems. - The original crash was noted by Oliver Kauss . + From "Andrew W. Nosenko" . -Sat Sep 8 14:23:05 2001 Thomas Roessler + * doc/Makefile.in, doc/instdoc.sh.in, contrib/Makefile.in, + INSTALL, Makefile.am, configure.in, init.c, main.c, muttbug.sh.in, + sendlib.c: Clean up the sharedir mess. From Lars Hecking. + +2001-06-01 08:53:23 roessler (roessler) + + * imap/command.c, imap/imap.c, imap/imap_private.h, + imap/message.c, curs_main.c, mailbox.h: More concurrent IMAP + modification handling from Brendan Cully. - * init.c: - Thomas Guettler reports a segfault when - you search for "~b \\${". + * po/fr.po: Update. - * po/zh_TW.po: update +2001-05-31 18:04:24 roessler (roessler) -Thu Sep 6 12:10:10 2001 Thomas Roessler + * mutt_tunnel.c: Tunnel fixes. - * po/pl.po: update + * configure.in: Fix some typos. - * curs_main.c: - Try to fix a boundary condition: Assume that you are in a limited - view which includes the folder's last message. Display that - message. Wait until a new message is added to the current folder - which does NOT match the limit pattern. Press tab. Mutt would get - confused. I think that this patch fixes the problem (but I'm not - entirely sure). + * mutt_curses.h, configure.in: Utf-8 support with ncurses, by + Sven Verdoolaege. Thomas E. Dickey says it looks reasonable, + so I include it. + +2001-05-30 23:00:51 roessler (roessler) + + * imap/command.c, imap/imap.c, Makefile.am, enter.c, + mutt_sasl.c, mutt_sasl.h, mutt_socket.c, mutt_socket.h, + mutt_ssl.c, mutt_ssl_nss.c, mutt_tunnel.c: Socket API clean-up + from Brendan Cully. + + * send.c: If messages have no References header, fall back to + using In-Reply-To when constructing a reply's references header. + This may not be strictly according to the book, but looks like + a reasonable suggestion (which came from Vincent Lefebvre). -Wed Sep 5 12:09:44 2001 Thomas Roessler + * curs_main.c: Check whether any messages are visible. - * sendlib.c: BSD/OS portability fix from Edmund Grimley Evans. #758. +2001-05-29 20:26:23 roessler (roessler) - * imap/imap.c, init.h: - patch-1.3.22.1.remove_warnings.awn.1, from Andrew W. Nosenko. + * m4/gssapi.m4: branches: 1.1.2; GSSAPI fixes, tunnel driver. + From Brendan Cully. -Tue Sep 4 19:12:23 2001 Thomas Roessler + * imap/auth.c, imap/auth_gss.c, imap/auth_sasl.c, imap/imap.c, + Makefile.am, README, configure.in, globals.h, init.h, + mutt_socket.c, mutt_socket.h, mutt_tunnel.c, mutt_tunnel.h: + GSSAPI fixes, tunnel driver. From Brendan Cully. - * po/da.po: update + * configure.in, md5.h, sha1.h: More type-determination fixes + from Lars Hecking. - * imap/util.c, muttlib.c, mutt_socket.c, pop.c, url.c, url.h: - patch-bac.canonifypath-4. +2001-05-28 19:14:47 roessler (roessler) - The attached patch reverts the IMAP canonification patch I reverted - a version ago (sorry for being so wishy-washy). This time I put in - some code to preserve IMAP URL passwords in the initial pass, so - people who like to use those sorts of URLs still can. That was the - only reason I had reverted the patch before. + * imap/util.c: Consult /etc/services for imaps port. From Brendan + Cully. - (From Brendan Cully.) + * imap/Makefile.am, Makefile.am, checktypes.c, configure.in, + md5.h, md5c.c, sha1.c, sha1.h: Improve checking for 32bit + integers. From Brendan Cully and Lars Hecking. - * po/ja.po, po/ru.po, po/uk.po: updates + * muttbug.sh.in: Cosmetics. From Brendan Cully. - * mutt_tunnel.c: patch-bac.tunnelreopen-1 from Brendan Cully. + * imap/command.c, imap/imap.c, imap/imap_private.h: Detect + external modifications of IMAP folders. From Brendan Cully. -Mon Sep 3 13:59:37 2001 Thomas Roessler + * curs_main.c: Fix attaching messages via IMAP. From Brendan + Cully. - * curs_main.c, thread.c: - Don't lose track of the current message when collapsing and changing - sort modes wildly. Noted by David T-G. +2001-05-24 10:18:30 roessler (roessler) - * globals.h, init.h, mh.c, NEWS: Make MH sequences variable. + * po/ja.po: update. - * po/de.po: update + * browser.c: patch-bac.chdir-20010523.2 - * sendlib.c: Don't try to attach non-regular files. #754. +2001-05-23 14:19:16 roessler (roessler) -Fri Aug 31 09:21:55 2001 Thomas Roessler + * browser.c: patch-bac.chdir-20010523.1 - * NEWS: Mention mailto URL support. + * imap/browse.c: patch-bac.createnull-20010522.1 - * imap/imap.c, imap/util.c, imap/command.c: - Fix some memory leaks. From Pawel Salek, by way of Brendan Cully. +2001-05-22 21:45:52 roessler (roessler) -Thu Aug 30 21:30:39 2001 Thomas Roessler + * doc/manual.sgml.head: Documentation nit from Björn Jacke. - * po/sv.po, po/tr.po, po/uk.po, po/zh_CN.po, po/pt_BR.po, po/ru.po, po/sk.po, po/lt.po, po/nl.po, po/pl.po, po/it.po, po/ja.po, po/ko.po, po/gl.po, po/hu.po, po/id.po, po/et.po, po/fr.po, po/eo.po, po/es.po, po/el.po, po/da.po, po/de.po, ChangeLog, doc/Makefile.in, po/cs.po, VERSION: - automatic post-release commit for mutt-1.3.22.1 + * configure.in: Let configure --help look prettier. From Brendan + Cully. - * po/uk.po, po/zh_CN.po, po/sk.po, po/sv.po, po/tr.po, po/pt_BR.po, po/ru.po, po/pl.po, po/lt.po, po/nl.po, po/it.po, po/ja.po, po/ko.po, po/hu.po, po/id.po, po/gl.po, po/et.po, po/fr.po, po/eo.po, po/es.po, po/el.po, po/de.po, po/da.po, ChangeLog, po/cs.po, reldate.h, VERSION: - automatic post-release commit for mutt-1.3.22 + * doc/manual.sgml.head, doc/manual.sgml.tail: Documentation + fixes from Brendan Cully. - * contrib/sample.muttrc-tlr: update + * imap/imap.c: Attachment deletion on IMAP servers, take two. - * build-release: more preparations for stabilizing 1.3. +2001-05-21 08:42:07 roessler (roessler) - * Attic/README.UPGRADE, Makefile.am: README.UPGRADE is quite outdated. + * imap/imap.c, imap/message.c, commands.c, mx.c, protos.h: + Attachment deletion for IMAP folders. By Brendan Cully. - * doc/muttrc.man.head, NEWS: documentation updates. +2001-05-20 22:35:29 roessler (roessler) -Thu Aug 30 21:04:34 2001 Thomas Roessler + * handler.c: Fix character set conversion for non-plain text + types with 8bit content-transfer-encodings. Noted by Björn Jacke. - * po/uk.po, po/zh_CN.po, po/sk.po, po/sv.po, po/tr.po, po/pt_BR.po, po/ru.po, po/pl.po, po/lt.po, po/nl.po, po/it.po, po/ja.po, po/ko.po, po/hu.po, po/id.po, po/gl.po, po/et.po, po/fr.po, po/eo.po, po/es.po, po/el.po, po/de.po, po/da.po, ChangeLog, po/cs.po, reldate.h, VERSION: - automatic post-release commit for mutt-1.3.22 + * imap/message.c: \Seen for FCCs. From Brendan Cully. -Thu Aug 30 21:00:51 2001 Thomas Roessler +2001-05-17 18:37:21 roessler (roessler) - * contrib/sample.muttrc-tlr: update + * pager.c: patch-1.3.18.bj.segfault.1. - * build-release: more preparations for stabilizing 1.3. + * handler.c: Fix multibyte encodings with quoted-printable. + (patch-1.3.18.tt.decode_quoted.1) From TAKIZAWA Takashi + . - * Attic/README.UPGRADE, Makefile.am: README.UPGRADE is quite outdated. +2001-05-15 20:41:55 roessler (roessler) - * doc/muttrc.man.head, NEWS: documentation updates. + * imap/browse.c, imap/util.c, mutt_socket.c: + patch-bac.notes-20010515.1 - * doc/mutt.man: mention ~/.mutt/muttrc + * rfc1524.c: Make tests on an attachment's file name possible. + Patch from Bob Bell . - * curs_main.c: Fix #750 / deb#108628. +2001-05-13 15:43:48 roessler (roessler) - * pop_auth.c: patch-20010829.vvv.pop_auth + * po/de.po: Update. -Tue Aug 28 20:39:04 2001 Thomas Roessler +2001-05-12 05:49:31 roessler (roessler) - * handler.c: - Don't do character conversion when we call an external handler for a - text type. Assume that the conversion is done there. + * handler.c: Undo one of yesterday's aesthetical changes. - * po/da.po: update + * muttlib.c: IMAP path canonification hack from Brendan Cully. -Fri Aug 24 08:07:42 2001 Thomas Roessler + * handler.c: Adding a hack to use format=flowed's quoting + information in the pager, using ANSI color sequences to turn + off quote coloring. - * sendlib.c: - Don't use the 7bit encoding for non-text MIME types. This may - produce slightly longer messages, but it helps to avoid corruption - with binary attachments which look like text, but aren't. +2001-05-11 22:16:17 roessler (roessler) - * po/de.po: update + * handler.c: Don't cut off the final part of ttachments with + overlong lines. - * sendlib.c: - More liberally apply MIME encodings to non-text body parts when - there's a ^From_ line. + * handler.c: Correctly handle extremely long lines. -Thu Aug 23 19:10:04 2001 Thomas Roessler + * handler.c: Improve handling of indented text when wrapping + text/plain; format=flowed. This is, in particular, important + when replying to messages with indented text. I hope this code + does The Right Thing most of the time now. - * po/eo.po, po/sv.po: update + (Further note that we still try to avoid wrapping at places + where the user didn't do so.) -Wed Aug 22 14:41:32 2001 Thomas Roessler + * handler.c: Some more esthetical nits. - * po/et.po, po/fr.po: update + * handler.c: More fixes. - * pop_auth.c: - This should fix the warnings which A. Nosenko found. (And may - introduce new ones about unused variables.) + * recvcmd.c: Fix some nits with respect to text/plain; + format=flowed. -Tue Aug 21 21:54:33 2001 Thomas Roessler + * copy.c, handler.c, init.h, mutt.h, send.c: Add experimental + support for text/plain; format=flowed. - * po/zh_CN.po, po/sk.po, po/sv.po, po/tr.po, po/uk.po, po/pt_BR.po, po/ru.po, po/pl.po, po/ja.po, po/ko.po, po/lt.po, po/nl.po, po/hu.po, po/id.po, po/it.po, po/fr.po, po/gl.po, po/et.po, po/el.po, po/eo.po, po/es.po, po/da.po, po/de.po, po/cs.po, reldate.h, VERSION, ChangeLog: - automatic post-release commit for mutt-1.3.21 + * send.c: Fix #590. -Mon Aug 20 12:11:28 2001 Thomas Roessler + * headers.c: Some code simplifications. - * mx.c: Check for .mew-cache in MH folders. + * headers.c, muttlib.c: Fix a memory leak in mutt_free_envelope(); + avoid dangling pointers in header editing. -Mon Aug 20 12:11:28 2001 Thomas Roessler +2001-05-10 13:15:45 roessler (roessler) - * mx.c: Check for .mew-cache in MH folders. + * po/ja.po: update. -Thu Aug 16 12:42:30 2001 Thomas Roessler + * hdrline.c: Fix %D. From Len Lattanzi + . - * sendlib.c: - Mutt's detection of overly long lines would fail with text files - when the long line is the last one, and is not finished by a newline - character. This can, for instance, happen when you send out - macintosh-generated HTML files. + * headers.c: Fix header editing and references headers. - (And, apparently, we hit some boundary somewhere in the PGP code - with that - I had some truncated attachments today.) + * imap/auth_anon.c, imap/auth_cram.c, imap/auth_gss.c, + imap/auth_login.c, imap/auth_sasl.c, imap/browse.c, + imap/command.c, imap/imap.c, imap/message.c, imap/util.c, + sort.c, copy.c, curs_main.c, globals.h, hook.c, init.h, mbox.c, + menu.c, mutt_socket.c, mutt_ssl.c, muttlib.c, mx.c, pgpkey.c, + pop.c, pop_auth.c: A slightly extended version of Dave Ewart's + sleeptime patch. -Mon Aug 13 16:12:08 2001 Thomas Roessler + * pop_lib.c: branches: 2.4.2; A slightly extended version of + Dave Ewart's sleeptime patch. - * pop.c: fix content-length headers. + * protos.h: A slightly extended version of Dave Ewart's sleeptime + patch. - * mh.c: - Fix treatment of maildir folders. We partially used mh routines for - these, introducing absurdities such as .mh_sequences files. + * po/fr.po, po/id.po, po/sv.po, po/da.po: update. -Sun Aug 12 10:15:15 2001 Thomas Roessler + * po/hu.po, configure.in: Adding the Hungarian translation from + Szabolcs Horvath . - * init.c, init.h: - Fix the "strange e-mail header" bug. It was an uninitialized - buffer. Thanks to Brendan Cully for figuring it out. +2001-05-07 19:21:41 roessler (roessler) -Sat Aug 11 17:39:13 2001 Thomas Roessler + * imap/README, imap/imap.h, imap/util.c, muttlib.c: IMAP path + canonicalization. From Brendan Cully. - * muttlib.c: - Undo an earlier change to _mutt_expand_path, which seems to have - caused problems. From Brendan Cully. +2001-05-02 20:49:46 roessler (roessler) - * config.guess, config.sub: Update. Thanks, Brendan! + * doc/manual.sgml.tail: Document some missing functions. -Thu Aug 9 11:28:09 2001 Thomas Roessler + * po/tr.po, po/uk.po, po/zh_CN.GB2312.po, po/zh_TW.Big5.po, + po/pt_BR.po, po/ru.po, po/sk.po, po/sv.po, po/id.po, po/it.po, + po/ja.po, po/ko.po, po/lt.po, po/nl.po, po/pl.po, po/de.po, + po/el.po, po/eo.po, po/es.po, po/fr.po, po/gl.po, po/cs.po, + po/da.po: make update-po. + +2001-05-01 21:32:50 roessler (roessler) + + * po/zh_CN.GB2312.po, po/zh_TW.Big5.po, po/ru.po, po/sk.po, + po/sv.po, po/tr.po, po/uk.po, po/pl.po, po/pt_BR.po, po/lt.po, + po/nl.po, po/gl.po, po/id.po, po/it.po, po/ja.po, po/ko.po, + po/da.po, po/de.po, po/el.po, po/eo.po, po/es.po, po/fr.po, + po/cs.po, ChangeLog, VERSION, reldate.h: automatic post-release + commit for mutt-1.3.18 - * po/uk.po, po/ja.po: update +2001-04-26 15:52:34 roessler (roessler) -Wed Aug 8 19:27:50 2001 Thomas Roessler + * configure.in: Replace tabs by spaces. - * doc/manual.sgml.tail: Adding someone I forgot. + * BEWARE, Makefile.am: Add a word of warning concerning the + case problems. -Tue Aug 7 12:45:51 2001 Thomas Roessler + * imap/command.c, imap/imap.c, imap/message.c, imap/util.c, + imap/browse.c, parse.c, pattern.c, pgp.c, pgpkey.c, postpone.c, + recvattach.c, remailer.c, rfc1524.c, rfc2047.c, send.c, + sendlib.c, url.c, Makefile.am, account.c, addrbook.c, alias.c: + Add ascii_strcasecmp() and ascii_strncasecmp() functions which + do locale-independent and case-insensitive string comparisons. + Needed for mutt to work in iso-8859-9 environments, where + tolower('I') != 'i'. + + * ascii.c: branches: 2.1.2; Add ascii_strcasecmp() and + ascii_strncasecmp() functions which do locale-independent and + case-insensitive string comparisons. Needed for mutt to work + in iso-8859-9 environments, where tolower('I') != 'i'. + + * ascii.h, attach.c, charset.c, color.c, commands.c, copy.c, + edit.c, handler.c, headers.c, init.c, keymap.c, mutt.h, + mutt_ssl_nss.c, muttlib.c, mx.c: Add ascii_strcasecmp() and + ascii_strncasecmp() functions which do locale-independent and + case-insensitive string comparisons. Needed for mutt to work + in iso-8859-9 environments, where tolower('I') != 'i'. + +2001-04-25 22:08:41 roessler (roessler) + + * globals.h, init.h, mutt.h, parse.c, protos.h, send.c, + sendlib.c, thread.c, url.c: Implement RFC 2822's idea of + the In-Reply-To header. In particular, we have to drop the + $in_reply_to configuration variable. Also, the change in the + specification makes some changes to the threading code reasonable. - * doc/manual.sgml.tail: - Update credits. I'm sure I forgot some people. If you feel you're - one of them, please drop me a line! - -Mon Aug 6 17:49:06 2001 Thomas Roessler - - * curs_lib.c: - Here's a fix to allow (n)curses versions to work with some terminfo - entries where (for whatever reason), someone specified cvvis but not - cnorm. From a report/discussion with Mario Vanoni - . (From Thomas Dickey.) + * parse.c: Use RFC 2822's interpretation of two-digit years. - * buffy.c: Another little MH buffy bug. From Len Lattanzi - . + * charset.c: Kluge around some problems with iso-8859-9 locales. -Fri Aug 3 16:55:41 2001 Thomas Roessler +2001-04-24 11:21:22 roessler (roessler) - * mh.c: fix an mh_buffy segfault. + * commands.c: When the character set is changed, ask whether or + not mutt should convert. - * configure.in: - Don't default to "no" when we can't find sendmail. #713; Brendan - Cully. +2001-04-19 09:39:49 roessler (roessler) - * buffy.c, mh.c, mx.h: MH buffy. + * compose.c: Don't try to select the secret key from the public + key ring. -Thu Aug 2 22:59:16 2001 Thomas Roessler +2001-04-18 15:12:50 roessler (roessler) - * contrib/gpg.rc: Don't emit a comment armor header at all. + * sendlib.c: Fix a segmentation fault. Bug reported by Björn + Jacke and analyzed by Lars Hecking. - * mh.c: - Update mh_sequences when messages are deleted. Note: Currently, we - only clean up our own sequences, and leave others' sequences alone. - Should possibly be fixed. +2001-04-13 23:20:15 roessler (roessler) - * mh.c: Fix #720. + * enter.c: Fix KEY_ENTER. From EGE. - * imap/browse.c: - Namespace fix. From Pawel Slawek (or Peter Bloomfield?); forwarded - by Brendan Cully. + * README, build-release: Introducing trithemius.gnupg.org. -Wed Aug 1 22:40:29 2001 Thomas Roessler +2001-04-11 23:42:59 roessler (roessler) - * po/eo.po: update + * hook.c: Avoid excessive unhooking from within hooks. + Problem noted by Eugene Lee on mutt-users. - * po/fr.po, po/ru.po, po/de.po: updates. + * doc/Makefile.in: Don't rely on GNU make's implicit rules for + shell scripts. Noted by EGE. - * gnupgparse.c, pgpkey.c: - Signed fixes. Noted by Vincent Lefevre's compiler. +2001-04-09 16:10:59 roessler (roessler) -Tue Jul 31 12:28:19 2001 Thomas Roessler + * INSTALL: Fix the documentation of --enable-locale-fix. + From EGE. - * mh.c: More MH fixes. + * enter.c, keymap.c: Entering multibyte characters. From Edmund + Grimley Evans. - * mh.c: fix a small typo + * send.c: Avoid a crash. patch-1.3.17.tlr.pgpflags_fault.1. - * mailbox.h, mh.c, mx.c: Add mh_sequences support. I hope this works. +2001-04-05 23:23:37 roessler (roessler) -Sun Jul 29 09:48:04 2001 Thomas Roessler + * po/it.po: update - * contrib/gpg.rc: - Fix the comment header, and generally be less verbose. + * po/tr.po: update. -Thu Jul 26 17:42:48 2001 Thomas Roessler + * init.h: Fix a minor typo in the documentation. - * imap/util.c: patch-bac.imapnextword-1. From Brendan Cully. +2001-04-04 23:29:29 roessler (roessler) - * pgpkey.c: Don't confuse validity and trust when it comes to PGP keys. + * send.c: Fix pgp_replyencrypt and friends for group-replies to + several tagged messages. Noted by Werner Koch. - * thread.c: O(n log (n)) sorting from Jan Kratochvil . +2001-04-03 19:26:55 roessler (roessler) -Wed Jul 25 19:51:58 2001 Thomas Roessler + * pgpkey.c: More PGP key selection changes: Clean up the key + selection mechanism. I'd appreciate if some of you could review + the logic. - * po/lt.po, po/nl.po, po/pl.po, po/pt_BR.po, po/ru.po, po/sk.po, po/sv.po, po/tr.po, po/uk.po, po/zh_CN.po, po/da.po, po/de.po, po/el.po, po/eo.po, po/es.po, po/et.po, po/fr.po, po/gl.po, po/hu.po, po/id.po, po/it.po, po/ja.po, po/ko.po, po/cs.po: - update-po after gettext update. + * pgpkey.c: Fixes for the previous patch. -Tue Jul 24 21:29:47 2001 Thomas Roessler + * pgpkey.c: Add an error message in case keys can be found, + but none are valid. - * po/zh_CN.po, po/zh_TW.po, po/sk.po, po/sv.po, po/tr.po, po/uk.po, po/ru.po, po/pl.po, po/pt_BR.po, po/ja.po, po/ko.po, po/lt.po, po/nl.po, po/gl.po, po/hu.po, po/id.po, po/it.po, ChangeLog, po/cs.po, po/da.po, po/de.po, po/el.po, po/eo.po, po/es.po, po/et.po, po/fr.po, reldate.h, VERSION: - automatic post-release commit for mutt-1.3.20 + * init.h: Write "mail folder" instead of "folder" in the + description of $postponed. If people believe they understand + it better that way, fine with me. (Debian #89195.) - * imap/imap.c: Avoid mail loss with IMAP. From Brendan Cully. + * doc/manual.sgml.head: Fix a typo. Debian #90400. -Tue Jul 24 21:26:03 2001 Thomas Roessler + * po/sv.po: update. - * imap/imap.c: Avoid mail loss with IMAP. From Brendan Cully. + * url.c: Permit for passwords which contain '@'. From Felix + von Leitner . - * imap/command.c: patch-bac.capability-20010724.1. From Brendan Cully. + * mutt_socket.c: Set the close on exec bit for IMAP sockets. + From Jason Gunthorpe . #536, Debian + #92651. - * mbox.c: - Add a status message, so "Writing messages" doesn't stay on screen - forever. +2001-04-02 13:02:56 roessler (roessler) - * imap/imap.c: - The attached patch fixes a couple bugs I introduced recently when - working around the buggy but firmly entrenched UW-IMAP 4.7 server. - These resulted in additional overhead when synchronising mailboxes - and occasional problems opening empty mailboxes. + * pop.c: Fix a buffer overrun. Noted by Gordon Sadler + ; #530. - From: Brendan Cully + * imap/Makefile.am: Fix dependencies. From Lars Hecking. -Thu Jul 19 14:51:14 2001 Thomas Roessler +2001-03-30 08:53:12 roessler (roessler) - * curs_main.c: - Redraw when an alias is created - the user may have assigned a - different realname. + * imap/Makefile.am: Add a rule for ../types.h. - * COPYRIGHT: update +2001-03-29 11:23:05 roessler (roessler) -Wed Jul 11 07:19:45 2001 Thomas Roessler + * pgp.c: Adding a dprint statement. - * INSTALL: - Replace mutt-dev@cs.hmc.edu by mutt-dev@mutt.org. Noted by "Mark E. - Mallett" . +2001-03-28 14:59:52 roessler (roessler) -Mon Jul 9 20:54:34 2001 Thomas Roessler + * pgp.c, pgp.h: Add some more PGP good signature checks, so we + can detect whether or not an encrypted+signed message is OK. - * acconfig.h, configure.in, Makefile.am: - locale-related fix from Lars Hecking. + * main.c: fix some of the copyright messages. -Wed Jul 4 07:35:20 2001 Thomas Roessler + * gnupgparse.c, pgpkey.c, pgplib.c, pgplib.h, pgppacket.c: Make + mutt compatible with GnuPG's latest features. As requested by + Werner Koch. - * imap/util.c: Fix a nit. From "Andrew W. Nosenko" + * po/tr.po, po/uk.po, po/zh_CN.GB2312.po, po/zh_TW.Big5.po, + po/ru.po, po/sk.po, po/sv.po, po/lt.po, po/nl.po, po/pl.po, + po/pt_BR.po, po/it.po, po/ja.po, po/ko.po, po/es.po, po/fr.po, + po/gl.po, po/id.po, po/eo.po, po/el.po, po/de.po, po/da.po, + VERSION, po/cs.po, reldate.h, ChangeLog: automatic post-release + commit for mutt-1.3.17 -Tue Jul 3 19:32:12 2001 Thomas Roessler + * po/pl.po: update. - * m4/iconv.m4, configure.in: - Iconv-related cleanup. From Brendan Cully. +2001-03-23 12:30:17 roessler (roessler) - * init.c, muttlib.c, protos.h: - Unified buffer handling, from Brendan Cully. + * send.c: handle my_hdr message-id: correctly. - * pgppubring.c: Don't sign-extend chars. +2001-03-20 17:28:55 roessler (roessler) - * pgp.c: Fixing a PGP signature reporting bug; adding debugging output. + * pgp.c: Fix Content-Disposition of PGP/MIME messages. The second + part should get a file name for convenience, not the first one. - * mutt_socket.c: Don't fcntl -1. From Brendan. + * po/ja.po: Update from Oota Toshiya . - * imap/imap.c, imap/imap_private.h, imap/message.c, muttlib.c, protos.h: - Fix #677. From Brendan Cully. + * mbyte.c: Fix a bug in mbrtowc_iconv(). From TAKIZAWA Takashi + . -Mon Jul 2 20:28:32 2001 Thomas Roessler +2001-03-12 11:54:38 roessler (roessler) - * query.c: Fix a minor nit with the external query interface. + * po/ru.po: update from Vsevolod. - * doc/manual.sgml.head: documentation from Brendan Cully. +2001-03-08 16:48:50 roessler (roessler) -Fri Jun 29 10:06:16 2001 Thomas Roessler + * pager.c: Cosmetic change for OP_PAGER_TOP, suggested by Mike + Schiraldi . - * imap/imap.c, hook.c, init.h, mutt.h, mutt_socket.c, protos.h: - patch-bac-vvvacounthook-20010628.1 +2001-03-05 20:52:04 roessler (roessler) -Thu Jun 28 20:34:05 2001 Thomas Roessler + * init.h: Fix use_ipv6. - * query.c: Query patch from Olivier Chapuis . + * po/ja.po: update. -Wed Jun 27 16:08:06 2001 Thomas Roessler +2001-03-04 14:25:07 roessler (roessler) - * po/ru.po: update. + * po/eo.po: update. - * init.h, mutt.h, mx.c: patch-1.3.19i.rs.keep_flagged + * pgppacket.c: Fix the interpretation of new-style packet lengths. + This is a really bad bug. -Tue Jun 26 10:26:54 2001 Thomas Roessler + * init.h, mutt.h, mutt_socket.c: Make it possible to enable ipv6 + at run time. - * pgppubring.c: fixes. +2001-03-03 18:17:23 roessler (roessler) - * pgplib.h, pgppubring.c: Fix handling of revocation certificates. + * mutt_ssl.c: Fix a typo concerning OpenSSL version numbers. - * pgppubring.c: Also dump revocations. +2001-03-01 10:18:04 roessler (roessler) - * pgplib.c, pgplib.h, pgppubring.c: - Add a very simple signature-dumping mode to pgpring. (Not needed - for mutt.) + * po/fr.po: update. -Tue Jun 19 08:39:17 2001 Thomas Roessler + * po/de.po, po/id.po: updates. - * po/ja.po: update + * imap/imap.c: Don't engage STARTTLS when already in SSL mode. - * imap/imap.c, imap/message.c: - IMAP error checking for bug #662. From Brendan Cully. +2001-02-27 16:59:45 roessler (roessler) -Mon Jun 18 17:29:55 2001 Thomas Roessler + * Makefile.am, depcomp, missing: Adding files for users of + automake-cvs. From Lars Hecking. - * po/Attic/zh_CN.GB2312.po, po/Attic/zh_TW.Big5.po, po/zh_CN.po, po/zh_TW.po, configure.in: - Renaming the Chinese translations. + * configure.in: Simplifications from Lars Hecking. - * po/eo.po: update + * doc/Makefile.in: Distribute instdoc.sh.in. - * globals.h, init.h, mutt.h, pop_auth.c, pop.h: - The attached patch adds two variables: $pop_authenticators and - $pop_auth_try_all. + * po/zh_CN.GB2312.po, po/zh_TW.Big5.po, po/ru.po, po/sk.po, + po/sv.po, po/tr.po, po/uk.po, po/ko.po, po/lt.po, po/nl.po, + po/pl.po, po/pt_BR.po, po/id.po, po/it.po, po/ja.po, po/es.po, + po/fr.po, po/gl.po, po/el.po, po/eo.po, po/da.po, po/de.po, + VERSION, contrib/Makefile.in, po/cs.po, reldate.h, ChangeLog: + automatic post-release commit for mutt-1.3.16 - From Vsevolod Volkov. +2001-02-26 16:35:39 roessler (roessler) -Thu Jun 14 13:29:06 2001 Thomas Roessler + * pgp.c: Fix behaviour with multiple signed blocks inside one + application/pgp. - * po/pl.po: update + * pgp.c: Add out-of-band signature status signalling for + application/pgp with clearsig. -Wed Jun 13 08:29:16 2001 Thomas Roessler +2001-02-23 09:13:55 roessler (roessler) - * m4/gettext.m4, m4/glibc21.m4: Avoid more m4 macro collisions. + * imap/imap.c, mutt_ssl.c, po/ru.po: update. - * imap/auth_sasl.c, mutt_sasl.c, mutt_sasl.h, pop_auth.c: - An updated version of the previous patch. From Brendan. + * url.h: Ports are unsigned short, not short. - * pop_auth.c: - This patch closes a ridiculous bug where the SASL library could be - used without being initialised. I don't understand why lots of people - weren't having problems, unless no one who uses SASL uses POP :) + * po/de.po: Update. - closes 549 +2001-02-21 17:02:18 roessler (roessler) - From Brendan Cully. + * po/fr.po: update. - * po/cs.po: update + * po/pl.po, po/sv.po: updates. -Tue Jun 12 12:45:29 2001 Thomas Roessler +2001-02-20 19:05:17 roessler (roessler) - * m4/gettext.m4, m4/progtest.m4, configure.in: - gettext-related fixes. Most of this may just be temporary if we - decide to get rid of our own gettext.m4. + * imap/auth_gss.c, imap/message.c: More IMAP patches from Brendan. - * m4/gettext.m4: Fix comments. + * sendlib.c: lookup_mime_type() could overflow. This is, however, + harmless, because it only works on data from local configuration + files which are either under the control of the user or under + the control of root. - * po/tr.po: update +2001-02-19 18:21:53 roessler (roessler) -Mon Jun 11 18:32:05 2001 Thomas Roessler + * imap/command.c: Improved error handling. - * imap/auth.c, imap/imap.c, doc/manual.sgml.head: - patch-bac.flags-20010611.1 + * po/de.po: There is no such thing as a "Text Anhang" in German. - * po/es.po, po/da.po: update. + * imap/imap.c, imap/imap.h, hook.c, mailbox.h, mx.c: Brendan + Cully's generic access() wrapper which know about IMAP. - * doc/manual.sgml.head: Updates from Byrial Jensen. + * po/el.po: Update. - * keymap.c: command/function cosmetics from Byrial Jensen. +2001-02-16 00:42:57 roessler (roessler) - * po/de.po, po/et.po, po/sv.po: update. + * imap/BUGS, imap/message.c: Bugfix. From B.C. - * doc/muttbug.man, doc/mutt.man, init.c, init.h: - Use the EMAIL environment variable as the default for $from. + * imap/message.c: Fix #378. From Brendan Cully. - * po/eo.po, po/el.po: update. + * imap/imap.c: Support for \HasNoChildren. From Brendan Cully. -Thu Jun 7 23:15:53 2001 Thomas Roessler +2001-02-15 16:37:27 roessler (roessler) - * po/fr.po, po/id.po: updates for 1.3.19. + * imap/browse.c, imap/imap.c, imap/imap.h, imap/util.c, + acconfig.h, configure.in, globals.h, init.h, mutt.h, mutt_sasl.c, + muttlib.c, pop_auth.c, url.c: Brendan Cully's latest STARTTLS + patch. - * po/Attic/zh_TW.Big5.po: A fixed version from EGE. + * po/ja.po, configure.in: Adding ja.po. - * build-release: Don't try to upload to sigtrap.guug.de any more. + * charset.c: Fix iconv-hook. It would segfault with x-unknown + and other problematic cases. - * po/Attic/zh_CN.GB2312.po, po/Attic/zh_TW.Big5.po, po/tr.po, po/uk.po, po/ru.po, po/sk.po, po/sv.po, po/ja.po, po/ko.po, po/lt.po, po/nl.po, po/pl.po, po/pt_BR.po, po/hu.po, po/id.po, po/it.po, po/fr.po, po/gl.po, po/es.po, po/et.po, po/el.po, po/eo.po, po/cs.po, po/da.po, po/de.po, reldate.h, VERSION, ChangeLog: - automatic post-release commit for mutt-1.3.19 + * init.h: Fix the documentation of pgp_verify_sig. It's ask-yes, + not ask. - * check_sec.sh: Don't check in intl/ +2001-02-14 23:58:28 roessler (roessler) - * m4/codeset.m4, m4/glibc21.m4, m4/iconv.m4: - More from the gettext munster patch from E.G.E. + * INSTALL: Add a comment about the sample iconv-hook files. - * po/Attic/zh_TW.Big5.po, m4/gettext.m4, m4/lcmessage.m4, m4/progtest.m4: - Gettext update. (From E.G.E., of course.) + * doc/Makefile.in, doc/instdoc.sh.in, doc/manual.sgml.head, + doc/muttrc.man.head, doc/muttrc.man.tail, + contrib/iconv/README, contrib/iconv/iconv.aix-3.2.5.rc, + contrib/iconv/iconv.aix-4.1.5.rc, + contrib/iconv/iconv.aix-4.2.0.rc, + contrib/iconv/iconv.aix-4.3.2.rc, + contrib/iconv/iconv.freebsd-3.3.rc, + contrib/iconv/iconv.glibc-2.1.3.rc, + contrib/iconv/iconv.glibc-2.1.90.rc, + contrib/iconv/iconv.hpux-10.01.rc, + contrib/iconv/iconv.hpux-10.20.rc, + contrib/iconv/iconv.hpux-11.00.rc, + contrib/iconv/iconv.irix-6.5.rc, contrib/iconv/iconv.osf1-4.0a.rc, + contrib/iconv/iconv.osf1-4.0d.rc, + contrib/iconv/iconv.solaris-2.4.rc, + contrib/iconv/iconv.solaris-2.5.1.rc, + contrib/iconv/iconv.solaris-2.6-cjk.rc, + contrib/iconv/iconv.solaris-2.6.rc, + contrib/iconv/iconv.solaris-2.7.rc, contrib/iconv/make.sh, + contrib/Makefile.in, mutt.h, protos.h, charset.c, configure.in, + hook.c, init.h: iconv-hook. - * intl/bindtextdom.c, intl/cat-compat.c, intl/config.charset, intl/dcgettext.c, intl/dcigettext.c, intl/dcngettext.c, intl/dgettext.c, intl/dngettext.c, intl/explodename.c, intl/finddomain.c, intl/gettext.c, intl/gettext.h, intl/gettextP.h, intl/hash-string.h, intl/intl-compat.c, intl/l10nflist.c, intl/libgettext.h, intl/libgnuintl.h, intl/libintl.glibc, intl/linux-msg.sed, intl/loadinfo.h, intl/loadmsgcat.c, intl/localcharset.c, intl/locale.alias, intl/localealias.c, intl/Makefile.in, intl/ngettext.c, intl/plural.c, intl/plural.y, intl/po2tbl.sed.in, intl/ref-add.sin, intl/ref-del.sin, intl/textdomain.c, intl/VERSION, intl/xopen-msg.sed, intl/ChangeLog, intl/.cvsignore, acconfig.h, configure.in, gettext.c, lib.h, Makefile.am, mbyte.c: - Gettext update. + * imap/auth.c, imap/imap.c, imap/message.c, acconfig.h, + configure.in, mutt_sasl.c, mutt_socket.h, mutt_ssl.c, mutt_ssl.h: + STARTTLS patch from Brendan Cully. - * po/ru.po: update. + * rfc2047.c, sendlib.c: Minor charset fixes. Users can now give + any character set names in - * configure.in: ALL_LINGUAS. I forgot to do this earlier today. +2001-02-13 23:42:29 roessler (roessler) - * NEWS: Documentation update from Brendan Cully. + * charset.c: Some more strange character set aliaes. -Thu Jun 7 20:09:54 2001 Thomas Roessler + * charset.c: Add more possibly-interesting character set names. - * check_sec.sh: Don't check in intl/ + * charset.c: While I'm on it, fix a warning and remove some + weired code by proper use of ctype functions. - * m4/codeset.m4, m4/glibc21.m4, m4/iconv.m4: - More from the gettext munster patch from E.G.E. + * imap/utf7.c: branches: 1.5.2; Change charset-hook's behaviour. - * po/zh_TW.Big5.po, m4/gettext.m4, m4/lcmessage.m4, - m4/progtest.m4: Gettext update. (From E.G.E., of course.) + * charset.c: Change charset-hook's behaviour. - * intl/bindtextdom.c, intl/cat-compat.c, - intl/config.charset, intl/dcgettext.c, intl/dcigettext.c, - intl/dcngettext.c, intl/dgettext.c, intl/dngettext.c, - intl/explodename.c, intl/finddomain.c, intl/gettext.c, - intl/gettext.h, intl/gettextP.h, intl/hash-string.h, - intl/intl-compat.c, intl/l10nflist.c, intl/libgettext.h, - intl/libgnuintl.h, intl/libintl.glibc, intl/linux-msg.sed, - intl/loadinfo.h, intl/loadmsgcat.c, intl/localcharset.c, - intl/locale.alias, intl/localealias.c, intl/Makefile.in, - intl/ngettext.c, intl/plural.c, intl/plural.y, - intl/po2tbl.sed.in, intl/ref-add.sin, intl/ref-del.sin, - intl/textdomain.c, intl/VERSION, intl/xopen-msg.sed, - intl/ChangeLog, intl/.cvsignore, acconfig.h, configure.in, - gettext.c, lib.h, Makefile.am, mbyte.c: Gettext update. + * charset.h: branches: 2.19.2; Change charset-hook's behaviour. - * po/ru.po: update. + * gettext.c, gnupgparse.c, handler.c, rfc2047.c, rfc2231.c, + sendlib.c: Change charset-hook's behaviour. - * configure.in: ALL_LINGUAS. I forgot to do this earlier today. + * po/id.po: update. - * NEWS: Documentation update from Brendan Cully. + * po/de.po: Fix some typos. From Björn Jacke. - * po/sv.po, po/tr.po, po/uk.po, po/zh_CN.GB2312.po, po/zh_TW.Big5.po, po/pt_BR.po, po/ru.po, po/sk.po, po/ko.po, po/lt.po, po/nl.po, po/pl.po, po/et.po, po/fr.po, po/gl.po, po/hu.po, po/id.po, po/it.po, po/ja.po, po/cs.po, po/da.po, po/de.po, po/el.po, po/eo.po, po/es.po: - Updating the gl translation, another update-po run. + * recvattach.c: A little fix for those who don't have PGP + installed. ;-) - * po/zh_TW.Big5.po: - Changed to utf-8 in order to avoid problems with recent gettext - versions. Thanks to EGE! + * OPS.PGP, commands.c, curs_main.c, functions.h, pgp.c, pgp.h, + protos.h, recvattach.c: Add a function check-traditional-pgp + which can be used to handle old-style PGP messages and/or parts + more easily. - (BTW, the file name is lying now. Is this a problem?) + * query.c: Match all fields when searching on the query menu. - * po/tr.po, po/uk.po, po/zh_CN.GB2312.po, po/zh_TW.Big5.po, po/ru.po, po/sk.po, po/sv.po, po/pt_BR.po, po/pl.po, po/ja.po, po/ko.po, po/lt.po, po/nl.po, po/eo.po, po/es.po, po/et.po, po/fr.po, po/gl.po, po/hu.po, po/id.po, po/it.po, po/cs.po, po/da.po, po/de.po, po/el.po: - update-po; adding an Estonian translation. + * attach.c: Fix #470: multipart- and message-type attachments + weren't handled correctly. - * po/it.po: Fix a small bug. +2001-02-12 20:42:40 roessler (roessler) - * imap/message.c: - This patch ensures IMAP FLAGS aren't parsed twice when fetching the - full message body. It really only amounts to a cosmetic error, but - may cause spurious "Mailbox externally modified" messages. + * curs_lib.c: Fix '?' in the file name dialogue. Fixes #468, + #465. - From Brendan Cully. + * po/sv.po, po/tr.po, po/uk.po, po/zh_CN.GB2312.po, + po/zh_TW.Big5.po, po/pl.po, po/pt_BR.po, po/ru.po, po/sk.po, + po/eo.po, po/es.po, po/fr.po, po/gl.po, po/id.po, po/it.po, + po/ko.po, po/lt.po, po/nl.po, VERSION, po/cs.po, po/da.po, + po/de.po, po/el.po, reldate.h, ChangeLog: automatic post-release + commit for mutt-1.3.15 - * INSTALL, README.SSL, rfc2047.c: - Documentation updates and a little bug fix. From Brendan Cully. + * NEWS: Tell users about some of the new features. - * init.c: Don't add empty strings to lists. From Thomas Parmelan - . + * pgppacket.c: Don't free(NULL). -Tue Jun 5 15:43:41 2001 Thomas Roessler + * mutt.h, pgp.c, pgp.h, pgplib.c, pgplib.h, pgpmicalg.c, + pgppacket.c, pgppacket.h, pgppubring.c, postpone.c, protos.h, + send.c, sendlib.c, Makefile.am, compose.c, configure.in, + gnupgparse.c, init.h: Auto-detect the micalg used with PGP/MIME + signatures. - * handler.c: Leave slightly more margin with format=flowed. + * handler.c: Make mutt_decode_* usable without passing a BODY + structure. - * imap/command.c, mutt_socket.c, mutt_ssl.c, mutt_tunnel.c: - patch-bac.sockets-20010605.1 + * imap/auth_anon.c, imap/auth_cram.c, imap/auth_gss.c: Fixes so + mutt at least compiles with Brendan's new SASL patch. - * imap/auth.c, init.h: - Change the delimiter for imap_authenticators to a colon. + * lib.c: branches: 2.30.2; Fix mutt_read_line's behaviour when + encountering an EOF. From Aaron Lehmann . - * imap/auth_gss.c, imap/auth_login.c, imap/auth_sasl.c, imap/imap.c, imap/auth_anon.c, imap/auth.c, imap/auth_cram.c, imap/auth.h: - The attached patch should be the last feature I want to get in - before 1.4. It creates a new config variable $imap_authenticators, - which is a comma-separated list of authentication methods for mutt - to try to use to authenticate to an IMAP server. If it is - unspecified you get the old behaviour - any method is tried, the - first to succeed or fail ends the auth loop. + * pager.c: Avoid an infinite loop in the pager. From Edmund + Grimley Evans. - (From Brendan Cully.) + * imap/auth_login.c, imap/auth_sasl.c, imap/browse.c, + imap/command.c, imap/imap.c, imap/imap_private.h, imap/message.c, + imap/util.c, mutt_sasl.c, mutt_sasl.h, mutt_ssl.c, mutt_ssl.h: + Brendan Cully's SASL patch. - * globals.h, init.h: - The attached patch should be the last feature I want to get in - before 1.4. It creates a new config variable $imap_authenticators, - which is a comma-separated list of authentication methods for mutt - to try to use to authenticate to an IMAP server. If it is - unspecified you get the old behaviour - any method is tried, the - first to succeed or fail ends the auth loop. - - * attach.c, commands.c, handler.c: - Check mutt_create_filter*'s return value for errors. This should - avoid a bunch of possible crashes. +2001-02-08 15:50:51 roessler (roessler) -Mon Jun 4 18:29:33 2001 Thomas Roessler + * attach.c, commands.c, curs_lib.c, muttlib.c, pgp.c, + recvattach.c, remailer.c: Replace various instances of endwin() + by mutt_endwin(). This should help to avoid chaotic screen + output on the "second" screen. - * doc/manual.sgml.head: Score documentation fix. + * po/da.po: update. - * po/pl.po: Update. + * doc/manual.sgml.head: Fix a typo. - * doc/.cvsignore, .cvsignore: - Ignore some more generated files. From Andrew Nosenko. +2001-02-06 22:14:01 roessler (roessler) - * Makefile.am: - -I$(includedir) is moved from INCLUDES variable to the end of - CPPFLAGS. This allow build Mutt with Bruno's libiconv and - --prefix=/usr on glibc-2.1.2 systems. + * doc/manual.sgml.head, doc/muttrc.man.head: Document fuzzy dates. - From "Andrew W. Nosenko" . + * date.c, pattern.c: Fuzzy date matching. From Eike Rathke + . - * doc/instdoc.sh.in, doc/Makefile.in, contrib/Makefile.in, configure.in, init.c, INSTALL, main.c, Makefile.am, muttbug.sh.in, sendlib.c: - Clean up the sharedir mess. From Lars Hecking. +2001-02-02 12:36:19 roessler (roessler) -Fri Jun 1 08:53:23 2001 Thomas Roessler + * pgpinvoke.c: Apply more conservative quoting to some PGP + invocation. - * imap/command.c, imap/imap.c, imap/imap_private.h, imap/message.c, curs_main.c, mailbox.h: - More concurrent IMAP modification handling from Brendan Cully. + * po/sv.po: Update from Jörgen Tegnér. - * po/fr.po: Update. +2001-02-01 17:03:44 roessler (roessler) -Thu May 31 18:04:24 2001 Thomas Roessler + * po/tr.po: update - * mutt_tunnel.c: Tunnel fixes. +2001-01-31 18:31:27 roessler (roessler) - * configure.in: Fix some typos. + * send.c: Don't use group mailboxes with list-reply. E.g., + when you have "ietf" as a list pattern, and a message goes to - * mutt_curses.h, configure.in: - Utf-8 support with ncurses, by Sven Verdoolaege. Thomas E. Dickey - says it looks reasonable, so I include it. - -Wed May 30 23:00:51 2001 Thomas Roessler - - * imap/command.c, imap/imap.c, enter.c, Makefile.am, mutt_sasl.c, mutt_sasl.h, mutt_socket.c, mutt_socket.h, mutt_ssl.c, mutt_ssl_nss.c, mutt_tunnel.c: - Socket API clean-up from Brendan Cully. - - * send.c: If messages have no References header, fall back to using - In-Reply-To when constructing a reply's references header. This may - not be strictly according to the book, but looks like a reasonable - suggestion (which came from Vincent Lefebvre). + IETF-Announce:;, ietf-openpgp@somewhere.org, - * curs_main.c: Check whether any messages are visible. + list-reply will now yield ietf-openpgp and _not_: -Tue May 29 20:26:23 2001 Thomas Roessler + IETF-Announce: ietf-openpgp@... - * m4/gssapi.m4, imap/auth.c, imap/auth_gss.c, imap/auth_sasl.c, imap/imap.c, configure.in, globals.h, init.h, Makefile.am, mutt_socket.c, mutt_socket.h, mutt_tunnel.c, mutt_tunnel.h, README: - GSSAPI fixes, tunnel driver. From Brendan Cully. + * po/pt_BR.po, po/ru.po, po/sk.po, po/sv.po, po/tr.po, + po/uk.po, po/zh_CN.GB2312.po, po/zh_TW.Big5.po, po/fr.po, + po/gl.po, po/id.po, po/it.po, po/ko.po, po/lt.po, po/nl.po, + po/pl.po, po/cs.po, po/da.po, po/de.po, po/el.po, po/eo.po, + po/es.po: Including the turkish translation from Fatih Demir + ; make update-po. - * configure.in, md5.h, sha1.h: - More type-determination fixes from Lars Hecking. + * configure.in: Including the turkish translation from Fatih + Demir . -Mon May 28 19:14:47 2001 Thomas Roessler +2001-01-30 10:24:36 roessler (roessler) - * imap/util.c: - Consult /etc/services for imaps port. From Brendan Cully. + * doc/manual.sgml.head: Stan Ryckman + noted that we are abusing "envelope" where it should be "header". - * imap/Makefile.am, Attic/checktypes.c, configure.in, Makefile.am, md5c.c, md5.h, sha1.c, sha1.h: - Improve checking for 32bit integers. From Brendan Cully and Lars - Hecking. + * thread.c: Fix sort_aux=received. From . - * muttbug.sh.in: Cosmetics. From Brendan Cully. + * pager.c: Eric Fischer sent us this patch as + part of bug#441. I'm not entirely sure that it works, but let's + try it. - * imap/command.c, imap/imap.c, imap/imap_private.h: - Detect external modifications of IMAP folders. From Brendan Cully. + * po/de.po, po/id.po: update - * curs_main.c: Fix attaching messages via IMAP. From Brendan Cully. + * po/fr.po: update. -Thu May 24 10:18:30 2001 Thomas Roessler + * pop_auth.c: Fixing a stupid typo. bug#445, from Larry Rosenman + . - * po/ja.po: update. +2001-01-27 13:50:26 roessler (roessler) - * browser.c: patch-bac.chdir-20010523.2 + * po/zh_CN.GB2312.po, po/zh_TW.Big5.po, po/sk.po, po/sv.po, + po/uk.po, po/pt_BR.po, po/ru.po, po/pl.po, po/ko.po, po/lt.po, + po/nl.po, po/gl.po, po/id.po, po/it.po, po/es.po, po/fr.po, + po/eo.po, po/el.po, po/de.po, po/da.po, po/cs.po, VERSION, + reldate.h, ChangeLog: automatic post-release commit for + mutt-1.3.14 -Wed May 23 14:19:16 2001 Thomas Roessler + * recvattach.c: More improvements to the recvattach collapsing. - * browser.c: patch-bac.chdir-20010523.1 + * mutt.h, pager.c, pager.h, protos.h, recvattach.c: Add collapsing + to the receive-attach menu, and improve digest handling that way. - * imap/browse.c: patch-bac.createnull-20010522.1 + * OPS: branches: 2.22.2; Add collapsing to the receive-attach + menu, and improve digest handling that way. -Tue May 22 21:45:52 2001 Thomas Roessler + * attach.c, attach.h, compose.c, functions.h, init.h: Add + collapsing to the receive-attach menu, and improve digest handling + that way. - * doc/manual.sgml.head: Documentation nit from Björn Jacke. +2001-01-25 12:04:46 roessler (roessler) - * configure.in: - Let configure --help look prettier. From Brendan Cully. + * po/cs.po: Fixes from Björn Jacke . - * doc/manual.sgml.head, doc/manual.sgml.tail: - Documentation fixes from Brendan Cully. + * contrib/pgp6.rc: A nit from Björn Jacke . - * imap/imap.c: Attachment deletion on IMAP servers, take two. +2001-01-22 11:04:56 roessler (roessler) -Mon May 21 08:42:07 2001 Thomas Roessler + * mutt_ssl.c: patch-1.3.13.tk.ssl.connect.1 - * imap/imap.c, imap/message.c, commands.c, mx.c, protos.h: - Attachment deletion for IMAP folders. By Brendan Cully. +2001-01-18 11:27:56 roessler (roessler) -Sun May 20 22:35:29 2001 Thomas Roessler + * complete.c: Completion fix. From Aaron Schrab + . - * handler.c: - Fix character set conversion for non-plain text types with 8bit - content-transfer-encodings. Noted by Björn Jacke. +2001-01-17 08:53:12 roessler (roessler) - * imap/message.c: \Seen for FCCs. From Brendan Cully. + * rfc822.c: This one-line diff should fix the behaviour of the + address parser when encountering loose dots in addresses. -Thu May 17 18:37:21 2001 Thomas Roessler + * imap/auth_sasl.c: Try to catch mysterious failures of the SASL + library instead of hanging. From Brendan Cully. - * pager.c: patch-1.3.18.bj.segfault.1. +2001-01-15 10:40:50 roessler (roessler) - * handler.c: Fix multibyte encodings with quoted-printable. - (patch-1.3.18.tt.decode_quoted.1) - From TAKIZAWA Takashi . + * copy.c: Some debugging helpers. -Tue May 15 20:41:55 2001 Thomas Roessler + * send.c: Use safe_fclose() where a NULL pointer may be passed + to fclose(). - * imap/browse.c, imap/util.c, mutt_socket.c: patch-bac.notes-20010515.1 + * pattern.c: Make ~m usable in $simple_search. From + . - * rfc1524.c: - Make tests on an attachment's file name possible. Patch from Bob - Bell . +2001-01-10 19:36:43 roessler (roessler) -Sun May 13 15:43:48 2001 Thomas Roessler + * recvcmd.c, send.c: Make some messages about mime-forwarding + more comprehensible to normal users. + +2001-01-08 23:09:32 roessler (roessler) + + * imap/auth_sasl.c, imap/utf7.c, imap/util.c, charset.c, + charset.h, check_sec.sh, dotlock.c, enter.c, gnupgparse.c, + keymap.c, lib.c, mutt_sasl.c, parse.c, pgp.c, pgppubring.c, + pop_auth.c, regex.c, rfc2047.c, rfc2231.c, rfc822.c, sendlib.c, + strdup.c: Let check_sec.sh check for use of the unsafe malloc, + realloc, free, and strdup routines. While we are on it, plug + some memory leaks and make some code understandable. + + * intl/cat-compat.c, imap/auth_cram.c, imap/auth_gss.c, + imap/imap.c, imap/imap_private.h, imap/message.c, base64.c, + browser.c, check_sec.sh, commands.c, complete.c, copy.c, + curs_lib.c, edit.c, handler.c, init.c, lib.c, pager.c, pgp.c, + pgpkey.c, pop_lib.c, protos.h, query.c, rfc2231.c, rfc822.c, + send.c, sendlib.c, snprintf.c: Fix and/or check more fishy code. + + * intl/cat-compat.c, imap/auth_cram.c, imap/auth_gss.c, browser.c, + buffy.c, check_sec.sh, curs_main.c, enter.c, init.c, main.c, + makedoc.c, mkjtags.c, mutt_sasl.c, pgp.c, pgpinvoke.c, pgpkey.c, + pop.c, protos.h, regex.c, rfc2231.c, sendlib.c: Going through + possible security problems with a fine comb. If you want to help, + check out the current source, and run check_sec.sh. - * po/de.po: Update. + * attach.c, build-release, check_sec.sh, edit.c, pgpkey.c: + Some automated security checks concerning fopen() calls. -Sat May 12 05:49:31 2001 Thomas Roessler +2001-01-04 05:39:31 roessler (roessler) - * handler.c: Undo one of yesterday's aesthetical changes. + * gettext.c: Don't use debugfile unless DEBUG is #defined. - * muttlib.c: IMAP path canonification hack from Brendan Cully. +2001-01-03 13:39:48 roessler (roessler) - * handler.c: - Adding a hack to use format=flowed's quoting information in the - pager, using ANSI color sequences to turn off quote coloring. + * enter.c, mbyte.c: More wide-char patches from EGE. -Fri May 11 22:16:17 2001 Thomas Roessler + * enter.c: Don't accept '\0' as keyboard input. - * handler.c: - Don't cut off the final part of ttachments with overlong lines. + * imap/auth_sasl.c: Set SASL_IP_{LOCAL,REMOTE} properties - + needed for krb4 support; from yak@MIT.EDU. - * handler.c: Correctly handle extremely long lines. + * enter.c: Try to fix nonprintable character input. - * handler.c: - Improve handling of indented text when wrapping text/plain; - format=flowed. This is, in particular, important when replying to - messages with indented text. I hope this code does The Right Thing - most of the time now. + * enter.c: Extend the editor so it supports unprintable + characters. - (Further note that we still try to avoid wrapping at places where - the user didn't do so.) +2001-01-02 16:34:26 roessler (roessler) - * handler.c: Some more esthetical nits. + * enter.c: Make my_wcstombs more robust. From EGE. - * handler.c: More fixes. + * main.c: Only show mailboxes with -y. From + devenish@arcme.uwa.edu.au. - * recvcmd.c: Fix some nits with respect to text/plain; format=flowed. + * account.h: Fix password input. From Vsevolod Volkov. - * copy.c, handler.c, init.h, mutt.h, send.c: - Add experimental support for text/plain; format=flowed. +2000-12-31 15:30:52 roessler (roessler) - * send.c: Fix #590. + * po/ru.po, pop_lib.c: Missing patches from VVV. - * headers.c: Some code simplifications. + * imap/imap.c, OPS, curs_main.c, functions.h, globals.h: + Experimental patch to add an imap-fetch-mail function. - * headers.c, muttlib.c: - Fix a memory leak in mutt_free_envelope(); avoid dangling pointers - in header editing. + * mutt.h, protos.h, browser.c, curs_lib.c, enter.c, main.c: + Make browser behaviour more consistent with expectations. -Thu May 10 13:15:45 2001 Thomas Roessler + * po/zh_CN.GB2312.po, po/zh_TW.Big5.po, po/sk.po, po/sv.po, + po/uk.po, po/pt_BR.po, po/ru.po, po/lt.po, po/nl.po, po/pl.po, + po/it.po, po/ko.po, po/id.po, po/es.po, po/fr.po, po/gl.po, + po/eo.po, po/da.po, po/de.po, po/el.po, VERSION, po/cs.po, + reldate.h, ChangeLog: automatic post-release commit for + mutt-1.3.13 - * po/ja.po: update. +2000-12-30 10:28:16 roessler (roessler) - * hdrline.c: Fix %D. From Len Lattanzi . + * po/pl.po: update. - * headers.c: Fix header editing and references headers. +2000-12-22 18:03:34 roessler (roessler) - * imap/auth_anon.c, imap/auth_cram.c, imap/auth_gss.c, imap/auth_login.c, imap/auth_sasl.c, imap/browse.c, imap/command.c, imap/imap.c, imap/message.c, imap/util.c, sort.c, copy.c, curs_main.c, globals.h, hook.c, init.h, mbox.c, menu.c, muttlib.c, mutt_socket.c, mutt_ssl.c, mx.c, pgpkey.c, pop_auth.c, pop.c, pop_lib.c, protos.h: - A slightly extended version of Dave Ewart's sleeptime patch. + * configure.in: autoconf consmetics. From L.H. - * po/fr.po, po/id.po, po/sv.po, po/da.po: update. + * enter.c, mutt.h: Some more changes to the enter code. - * po/hu.po, configure.in: - Adding the Hungarian translation from Szabolcs Horvath - . + * enter.c: Fix some ugly bugs in the completion code. + In particular, replace_part() could lead to heap corruption. -Mon May 7 19:21:41 2001 Thomas Roessler + * po/lt.po, configure.in: Lithuanian translation. From Gediminas + Paulauskas . - * imap/imap.h, imap/README, imap/util.c, muttlib.c: - IMAP path canonicalization. From Brendan Cully. +2000-12-21 09:19:41 roessler (roessler) -Wed May 2 20:49:46 2001 Thomas Roessler + * flags.c, init.h, mh.c, mutt.h: patch.me.maildir_trash.1 - * doc/manual.sgml.tail: Document some missing functions. +2000-12-17 19:54:58 roessler (roessler) - * po/tr.po, po/uk.po, po/zh_CN.GB2312.po, po/zh_TW.Big5.po, po/pt_BR.po, po/ru.po, po/sk.po, po/sv.po, po/id.po, po/it.po, po/ja.po, po/ko.po, po/lt.po, po/nl.po, po/pl.po, po/de.po, po/el.po, po/eo.po, po/es.po, po/fr.po, po/gl.po, po/cs.po, po/da.po: - make update-po. + * po/sv.po: update. -Tue May 1 21:32:50 2001 Thomas Roessler +2000-12-14 15:40:30 roessler (roessler) - * po/zh_CN.GB2312.po, po/zh_TW.Big5.po, po/ru.po, po/sk.po, po/sv.po, po/tr.po, po/uk.po, po/pl.po, po/pt_BR.po, po/lt.po, po/nl.po, po/gl.po, po/id.po, po/it.po, po/ja.po, po/ko.po, po/da.po, po/de.po, po/el.po, po/eo.po, po/es.po, po/fr.po, po/cs.po, ChangeLog, reldate.h, VERSION: - automatic post-release commit for mutt-1.3.18 + * doc/manual.sgml.head: Improve hook documentation. From Lars + Hecking. - * pgp.c: #568: Out-of-band reporting for traditional signed+encrypted - messages. + * enter.c: More file name completion fixes. -Tue May 1 21:24:41 2001 Thomas Roessler + * enter.c: Fix "tab-tab" at the change-folder prompt. - * pgp.c: #568: Out-of-band reporting for traditional signed+encrypted - messages. +2000-12-10 21:01:35 roessler (roessler) -Thu Apr 26 15:52:34 2001 Thomas Roessler + * imap/message.c, init.h, mutt.h: Avoid implicit flag updates + with IMAP. From Brendan Cully. - * configure.in: Replace tabs by spaces. + * configure.in, enter.c, mbyte.c, mbyte.h, mutt.h: More enter.c + updates. From E.G.E.. - * BEWARE, Makefile.am: - Add a word of warning concerning the case problems. + * mbyte.h, mutt.h, configure.in, enter.c: More changes to the + utf-8 friendly line editor: Implement some missing functions, + include some more header files. - * imap/command.c, imap/imap.c, imap/message.c, imap/util.c, imap/browse.c, parse.c, pattern.c, pgp.c, pgpkey.c, postpone.c, recvattach.c, remailer.c, rfc1524.c, rfc2047.c, send.c, sendlib.c, url.c, account.c, addrbook.c, alias.c, ascii.c, ascii.h, attach.c, charset.c, color.c, commands.c, copy.c, edit.c, handler.c, headers.c, init.c, keymap.c, Makefile.am, mutt.h, muttlib.c, mutt_ssl_nss.c, mx.c: - Add ascii_strcasecmp() and ascii_strncasecmp() functions which do - locale-independent and case-insensitive string comparisons. Needed - for mutt to work in iso-8859-9 environments, where tolower('I') != - 'i'. - -Wed Apr 25 22:08:41 2001 Thomas Roessler - - * globals.h, init.h, mutt.h, parse.c, protos.h, send.c, sendlib.c, thread.c, url.c: - Implement RFC 2822's idea of the In-Reply-To header. In particular, - we have to drop the $in_reply_to configuration variable. Also, the - change in the specification makes some changes to the threading code - reasonable. +2000-12-08 10:38:30 roessler (roessler) - * parse.c: Use RFC 2822's interpretation of two-digit years. + * curs_lib.c: Remove an unnecessary ENTER_STATE allocation. - * charset.c: Kluge around some problems with iso-8859-9 locales. + * curs_lib.c, enter.c, mutt.h, protos.h: Make _mutt_enter_string() + re-entrant. -Tue Apr 24 11:21:22 2001 Thomas Roessler + * curs_lib.c, edit.c, enter.c, protos.h: Make the line editor + utf-8 friendly. First take from Edmund Grimley Evans. - * commands.c: - When the character set is changed, ask whether or not mutt should - convert. +2000-12-06 20:31:46 roessler (roessler) -Thu Apr 19 09:39:49 2001 Thomas Roessler + * gnupgparse.c: Fix pgp_ignore_subkeys. - * compose.c: - Don't try to select the secret key from the public key ring. + * mutt_curses.h: Make the BEEP macro a bit safer. From EGE. -Wed Apr 18 15:12:50 2001 Thomas Roessler + * imap/imap.c: Fix a memory leak in imap_logout_all. - * sendlib.c: - Fix a segmentation fault. Bug reported by Björn Jacke and analyzed - by Lars Hecking. +2000-12-04 09:00:08 roessler (roessler) -Fri Apr 13 23:20:15 2001 Thomas Roessler + * mbyte.c: A little fix for the -HAVE_WC_FUNCS +LOCALES_HACK case. + From EGE. - * enter.c: Fix KEY_ENTER. From EGE. +2000-12-03 09:34:41 roessler (roessler) - * build-release, README: Introducing trithemius.gnupg.org. + * doc/PGP-Notes.txt: Document the fact that Courier MTA corrupts + PGP/MIME signatures. -Wed Apr 11 23:42:59 2001 Thomas Roessler +2000-12-02 09:16:47 roessler (roessler) - * hook.c: - Avoid excessive unhooking from within hooks. Problem noted by - Eugene Lee on mutt-users. + * po/el.po, po/uk.po: update. - * doc/Makefile.in: - Don't rely on GNU make's implicit rules for shell scripts. Noted by - EGE. +2000-11-28 11:19:57 roessler (roessler) -Mon Apr 9 16:10:59 2001 Thomas Roessler + * po/da.po, po/de.po, po/fr.po, po/id.po: updates - * INSTALL: Fix the documentation of --enable-locale-fix. From EGE. +2000-11-27 13:14:28 roessler (roessler) - * enter.c, keymap.c: - Entering multibyte characters. From Edmund Grimley Evans. + * attach.h, commands.c, compose.c, curs_main.c, protos.h, + recvattach.c: Make sure edit-type works without a segmentation + fault from the receive-attach menu. + + * po/uk.po, po/zh_CN.GB2312.po, po/zh_TW.Big5.po, po/ru.po, + po/sk.po, po/sv.po, po/pl.po, po/pt_BR.po, po/nl.po, po/it.po, + po/ko.po, po/fr.po, po/gl.po, po/id.po, po/eo.po, po/es.po, + po/el.po, po/cs.po, po/da.po, po/de.po, reldate.h, VERSION, + ChangeLog: automatic post-release commit for mutt-1.3.12 - * send.c: Avoid a crash. patch-1.3.17.tlr.pgpflags_fault.1. +2000-11-23 10:30:49 roessler (roessler) -Thu Apr 5 23:23:37 2001 Thomas Roessler + * contrib/sample.muttrc-tlr: Use display_filter to fix some + ugliness people are sending me. - * po/it.po: update + * commands.c: Don't endwin() before invoking the display_filter. - * po/tr.po: update. +2000-11-21 10:32:34 roessler (roessler) - * init.h: Fix a minor typo in the documentation. + * protos.h, main.c, curs_lib.c, globals.h: [stable] Introduce + mutt_curses_message and mutt_nocurses_message. From Olaf Kirch. -Wed Apr 4 23:29:29 2001 Thomas Roessler + * globals.h, main.c, protos.h, curs_lib.c: Introduce + mutt_curses_message/mutt_nocurses_message. From Olaf Kirch. - * send.c: - Fix pgp_replyencrypt and friends for group-replies to several tagged - messages. Noted by Werner Koch. +2000-11-20 13:20:28 roessler (roessler) -Tue Apr 3 19:26:55 2001 Thomas Roessler + * contrib/gpg.rc: Add a missing --textmode switch. - * pgpkey.c: More PGP key selection changes: Clean up the key selection - mechanism. I'd appreciate if some of you could review the logic. +2000-11-19 20:39:49 roessler (roessler) - * pgpkey.c: Fixes for the previous patch. + * NEWS: Mention $print_split. - * pgpkey.c: - Add an error message in case keys can be found, but none are valid. + * contrib/sample.muttrc-tlr: update - * init.h: Write "mail folder" instead of "folder" in the description of - $postponed. If people believe they understand it better that way, - fine with me. (Debian #89195.) + * mutt.h, pgp.c, protos.h, commands.c, init.h: Introduce a + new option named $print_split. While we are on it, unify + the pipe-message and print-message code, and fix the PGP + key-extraction code so it doesn't interact with OPTPIPEDECODE + in strange manners any more. - * doc/manual.sgml.head: Fix a typo. Debian #90400. +2000-11-18 19:50:48 roessler (roessler) - * po/sv.po: update. + * curs_lib.c: Remove an unnecessary include statement. - * url.c: - Permit for passwords which contain '@'. From Felix von Leitner - . - - * mutt_socket.c: - Set the close on exec bit for IMAP sockets. From Jason Gunthorpe - . #536, Debian #92651. - -Mon Apr 2 13:02:56 2001 Thomas Roessler - - * pop.c: - Fix a buffer overrun. Noted by Gordon Sadler ; - #530. +2000-11-17 09:19:41 roessler (roessler) - * imap/Makefile.am: Fix dependencies. From Lars Hecking. + * po/sv.po: Small fix from Jörgen Tegnér . -Fri Mar 30 08:53:12 2001 Thomas Roessler + * imap/auth_gss.c: [stable] GSSAPI patch from Bill Nottingham + . - * imap/Makefile.am: Add a rule for ../types.h. + * doc/manual.sgml.tail, curs_main.c, functions.h: Make folder + synchronization possible from within the pager. From Chris + Cutler . -Thu Mar 29 11:23:05 2001 Thomas Roessler +2000-11-15 20:29:58 roessler (roessler) - * pgp.c: Adding a dprint statement. + * charset.c: Fix langinfo-based character set detection. + From Martin Norbäck . -Wed Mar 28 14:59:52 2001 Thomas Roessler +2000-11-14 16:57:19 roessler (roessler) - * pgp.c, pgp.h: - Add some more PGP good signature checks, so we can detect whether or - not an encrypted+signed message is OK. + * curs_main.c: another possibly problematic case. - * main.c: fix some of the copyright messages. + * curs_main.c: Try fixing a possible segmentation fault. I'm not + entirely sure how I produced it, but it's at least obvious where + it happened. + +2000-11-13 22:19:57 roessler (roessler) + + * gnupgparse.c, init.h, mutt.h: Add the pgp_ignore_subkeys option. + Unset it to get the traditional listing with all the subkeys. + (Experimental, may introduce new bugs.) - * gnupgparse.c, pgpkey.c, pgplib.c, pgplib.h, pgppacket.c: - Make mutt compatible with GnuPG's latest features. As requested by - Werner Koch. + * po/ru.po, po/sv.po: update - * po/tr.po, po/uk.po, po/zh_CN.GB2312.po, po/zh_TW.Big5.po, po/ru.po, po/sk.po, po/sv.po, po/lt.po, po/nl.po, po/pl.po, po/pt_BR.po, po/it.po, po/ja.po, po/ko.po, po/es.po, po/fr.po, po/gl.po, po/id.po, po/eo.po, po/el.po, po/de.po, po/da.po, po/cs.po, reldate.h, VERSION, ChangeLog: - automatic post-release commit for mutt-1.3.17 + * remailer.c: Qualify some more header fields. - * po/pl.po: update. +2000-11-07 10:31:51 roessler (roessler) -Wed Mar 28 12:00:38 2001 Thomas Roessler + * init.h, mutt.h, send.c: Add a sig_on_top option. - * po/pl.po: update. + * po/el.po: update -Fri Mar 23 12:30:17 2001 Thomas Roessler +2000-11-06 11:27:07 roessler (roessler) - * send.c: handle my_hdr message-id: correctly. + * po/zh_TW.Big5.po, po/da.po: update -Tue Mar 20 17:28:55 2001 Thomas Roessler + * configure.in: Make building mutt without iconv support possible. + From EGE. - * pgp.c: Fix Content-Disposition of PGP/MIME messages. The second part - should get a file name for convenience, not the first one. +2000-11-03 10:16:32 roessler (roessler) - * po/ja.po: Update from Oota Toshiya . + * init.h: Change pgp_good_sign's default to 0 instead of UL "". + This should fix the annoying error messages when starting up + mutt on some systems. - * mbyte.c: Fix a bug in mbrtowc_iconv(). From TAKIZAWA Takashi - . + * init.c: Make error reporting more verbose. -Mon Mar 12 11:54:38 2001 Thomas Roessler + * po/de.po, po/fr.po, po/id.po: updates - * po/ru.po: update from Vsevolod. +2000-11-01 13:14:18 roessler (roessler) -Thu Mar 8 16:48:50 2001 Thomas Roessler + * po/zh_CN.GB2312.po, po/zh_TW.Big5.po, po/sk.po, po/sv.po, + po/uk.po, po/id.po, po/it.po, po/ko.po, po/nl.po, po/pl.po, + po/pt_BR.po, po/ru.po, po/cs.po, po/da.po, po/de.po, po/el.po, + po/eo.po, po/es.po, po/fr.po, po/gl.po, ChangeLog, VERSION, + reldate.h: automatic post-release commit for mutt-1.3.11 - * pager.c: - Cosmetic change for OP_PAGER_TOP, suggested by Mike Schiraldi - . +2000-10-27 10:51:01 roessler (roessler) -Mon Mar 5 20:52:04 2001 Thomas Roessler + * enter.c: A nicer version of {capitalize,...}-word functions. - * init.h: Fix use_ipv6. + * doc/manual.sgml.head: Document the recent additions to the + line editor. - * po/ja.po: update. + * OPS, enter.c, functions.h: Add capitalize-word, upcase-word, + downcase-word functions to the editor. Bindings follow the + Emacs conventions (i.e., M-c, M-u, M-d). -Sun Mar 4 14:25:07 2001 Thomas Roessler +2000-10-25 18:56:20 roessler (roessler) - * po/eo.po: update. + * rfc822.c: Fix parsing of route-addrs. - * pgppacket.c: - Fix the interpretation of new-style packet lengths. This is a - really bad bug. +2000-10-24 08:59:21 roessler (roessler) - * init.h, mutt.h, mutt_socket.c: - Make it possible to enable ipv6 at run time. + * doc/manual.sgml.tail: Document edit-type. From Mikko Hänninen. -Sat Mar 3 18:17:23 2001 Thomas Roessler + * po/el.po: update - * mutt_ssl.c: Fix a typo concerning OpenSSL version numbers. +2000-10-23 16:39:10 roessler (roessler) -Thu Mar 1 10:18:04 2001 Thomas Roessler + * doc/manual.sgml.head: Typo. From Daniel Roesen . - * po/fr.po: update. + * doc/manual.sgml.head: Fix documentation of uznknown MIME type + handling. From Brian Salter-Duke - * po/de.po, po/id.po: updates. +2000-10-18 09:01:56 roessler (roessler) - * imap/imap.c: Don't engage STARTTLS when already in SSL mode. + * recvattach.c: Fix tree formatting in the recvattach menu. -Tue Feb 27 16:59:45 2001 Thomas Roessler +2000-10-17 15:10:51 roessler (roessler) - * depcomp, Makefile.am, missing: - Adding files for users of automake-cvs. From Lars Hecking. + * commands.c, curs_lib.c, hdrline.c, menu.c, protos.h: Fix + pager and index display when non-printable space characters + are encountered. From EGE. - * configure.in: Simplifications from Lars Hecking. + * sendlib.c: Teach mutt to attach files of arbitrary type. - * doc/Makefile.in: Distribute instdoc.sh.in. +2000-10-16 17:29:55 roessler (roessler) - * po/zh_CN.GB2312.po, po/zh_TW.Big5.po, po/ru.po, po/sk.po, po/sv.po, po/tr.po, po/uk.po, po/ko.po, po/lt.po, po/nl.po, po/pl.po, po/pt_BR.po, po/id.po, po/it.po, po/ja.po, po/es.po, po/fr.po, po/gl.po, po/el.po, po/eo.po, po/da.po, po/de.po, contrib/Makefile.in, po/cs.po, reldate.h, VERSION, ChangeLog: - automatic post-release commit for mutt-1.3.16 + * curs_lib.c: nl_langinfo({YES,NO}EXPR) may return an _extended_ + regular expression. Close #312. -Mon Feb 26 16:35:39 2001 Thomas Roessler + * po/zh_TW.Big5.po, po/id.po, po/sv.po: update - * pgp.c: - Fix behaviour with multiple signed blocks inside one application/pgp. + * mutt_socket.c: Fix the strange "Can't connect" error messages. + From Brendan Cully. - * pgp.c: - Add out-of-band signature status signalling for application/pgp with - clearsig. +2000-10-12 14:49:58 roessler (roessler) -Mon Feb 26 16:35:39 2001 Thomas Roessler + * po/da.po: update - * pgp.c: - Fix behaviour with multiple signed blocks inside one application/pgp. +2000-10-11 14:17:17 roessler (roessler) - * pgp.c: - Add out-of-band signature status signalling for application/pgp with - clearsig. + * po/de.po: update. -Fri Feb 23 09:13:55 2001 Thomas Roessler + * po/fr.po: update - * imap/imap.c, mutt_ssl.c, po/ru.po: update. + * po/uk.po, po/zh_CN.GB2312.po, po/zh_TW.Big5.po, po/pt_BR.po, + po/ru.po, po/sk.po, po/sv.po, po/nl.po, po/pl.po, po/ko.po, + po/es.po, po/fr.po, po/gl.po, po/id.po, po/it.po, po/cs.po, + po/da.po, po/de.po, po/el.po, po/eo.po, ChangeLog, Makefile.am, + VERSION, reldate.h: automatic post-release commit for mutt-1.3.10 - * url.h: Ports are unsigned short, not short. + * buffy.c: Compilation fix from Emil Sit . - * po/de.po: Update. +2000-10-10 19:22:48 roessler (roessler) -Wed Feb 21 17:02:18 2001 Thomas Roessler + * po/POTFILES.in, doc/manual.sgml.head, globals.h, init.c, + init.h, mailbox.h, mutt.h, muttlib.c, mx.c, mx.h, pop.c, pop.h, + pop_auth.c, pop_lib.c, protos.h, recvattach.c, Makefile.am, + browser.c, buffy.c, commands.c, compose.c, configure.in, + curs_main.c: Vsevolod Volkov's POP mailbox patch. - * po/fr.po: update. + * doc/manual.sgml.head: Mixmaster documentation patch from + Brian Salter-Duke. - * po/pl.po, po/sv.po: updates. +2000-10-09 08:30:35 roessler (roessler) -Tue Feb 20 19:05:17 2001 Thomas Roessler + * main.c: Add an #ifdef for HAVE_GETADDRINFO. - * imap/auth_gss.c, imap/message.c: More IMAP patches from Brendan. + * mutt_socket.c: Use AF_INET6 only when necessary. - * sendlib.c: - lookup_mime_type() could overflow. This is, however, harmless, - because it only works on data from local configuration files which - are either under the control of the user or under the control of - root. +2000-10-07 18:06:24 roessler (roessler) -Mon Feb 19 18:21:53 2001 Thomas Roessler + * curs_lib.c, help.c: Display fixes from EGE. - * imap/command.c: Improved error handling. +2000-10-05 19:12:28 roessler (roessler) - * po/de.po: There is no such thing as a "Text Anhang" in German. + * query.c: Catch some possible NULL pointer deferences. + From chris+usenet@chiappa.net (Chris Chiappa), posted to + comp.mail.mutt. - * imap/imap.c, imap/imap.h, hook.c, mailbox.h, mx.c: - Brendan Cully's generic access() wrapper which know about IMAP. +2000-10-04 18:50:35 roessler (roessler) - * po/el.po: Update. + * mutt_ssl_nss.c: Downgrade Michael Elkins' indentation style + to the version used throughout mutt. ;-) -Fri Feb 16 00:42:57 2001 Thomas Roessler + * Makefile.am, acconfig.h, configure.in, init.c, init.h, + mutt.h, mutt_socket.c, mutt_ssl_nss.c, pop.c: Adding support for + Netscape's (pardon, Mozilla's) SSL implementation. From Michael + Elkins. - * imap/BUGS, imap/message.c: Bugfix. From B.C. + * globals.h, init.h, mutt_socket.c, protos.h: + patch.me.connect_timeout.1 - * imap/message.c: Fix #378. From Brendan Cully. + * signal.c: branches: 2.6.2; patch.me.connect_timeout.1 - * imap/imap.c: Support for \HasNoChildren. From Brendan Cully. +2000-10-03 10:47:20 roessler (roessler) -Thu Feb 15 16:37:27 2001 Thomas Roessler + * NEWS: Document some of the recent user-visible changes. - * imap/browse.c, imap/imap.c, imap/imap.h, imap/util.c, acconfig.h, configure.in, globals.h, init.h, mutt.h, muttlib.c, mutt_sasl.c, pop_auth.c, url.c: - Brendan Cully's latest STARTTLS patch. + * doc/manual.sgml.head: More documentation for the "L" to_char. + Thanks, Byrial! - * po/ja.po, configure.in: Adding ja.po. + * hdrline.c, init.h: Adding a list flag to to_chars, From Andreas + Plesner Jacobsen . Note: If you don't like the new + behaviour, just set $to_chars to the old " +TCF" value. - * charset.c: - Fix iconv-hook. It would segfault with x-unknown and other - problematic cases. + * po/ru.po: update - * init.h: - Fix the documentation of pgp_verify_sig. It's ask-yes, not ask. +2000-10-02 09:11:52 roessler (roessler) -Wed Feb 14 23:58:28 2001 Thomas Roessler + * configure.in, mutt_socket.c: patch-bac.ipv6-1 - * INSTALL: Add a comment about the sample iconv-hook files. + * curs_lib.c: patch-1.3.9.bj.yesno.1 - * doc/instdoc.sh.in, doc/Makefile.in, doc/manual.sgml.head, doc/muttrc.man.head, doc/muttrc.man.tail, contrib/iconv/iconv.aix-3.2.5.rc, contrib/iconv/iconv.aix-4.1.5.rc, contrib/iconv/iconv.aix-4.2.0.rc, contrib/iconv/iconv.aix-4.3.2.rc, contrib/iconv/iconv.freebsd-3.3.rc, contrib/iconv/iconv.glibc-2.1.3.rc, contrib/iconv/iconv.glibc-2.1.90.rc, contrib/iconv/iconv.hpux-10.01.rc, contrib/iconv/iconv.hpux-10.20.rc, contrib/iconv/iconv.hpux-11.00.rc, contrib/iconv/iconv.irix-6.5.rc, contrib/iconv/iconv.osf1-4.0a.rc, contrib/iconv/iconv.osf1-4.0d.rc, contrib/iconv/iconv.solaris-2.4.rc, contrib/iconv/iconv.solaris-2.5.1.rc, contrib/iconv/iconv.solaris-2.6-cjk.rc, contrib/iconv/iconv.solaris-2.6.rc, contrib/iconv/iconv.solaris-2.7.rc, contrib/iconv/make.sh, contrib/iconv/README, contrib/Makefile.in, mutt.h, protos.h, charset.c, configure.in, hook.c, init.h: - iconv-hook. +2000-09-28 06:53:36 roessler (roessler) - * imap/auth.c, imap/imap.c, imap/message.c, acconfig.h, configure.in, mutt_sasl.c, mutt_socket.h, mutt_ssl.c, mutt_ssl.h: - STARTTLS patch from Brendan Cully. + * init.h: Fix a minor typo. From Byrial. - * rfc2047.c, sendlib.c: - Minor charset fixes. Users can now give any character set names in + * INSTALL, charset.c, charset.h, init.c: Document the + --without-wc-funcs switch to configure, and clean up the code + to set the character set from nl_langinfo from EGE. -Tue Feb 13 23:42:29 2001 Thomas Roessler +2000-09-27 14:28:35 roessler (roessler) - * charset.c: Some more strange character set aliaes. + * charset.c: Catch another error condition which may be caused + by a broken nl_langinfo() function. - * charset.c: Add more possibly-interesting character set names. + * COPYRIGHT: We don't need to mention EAY's copyright any more. - * charset.c: - While I'm on it, fix a warning and remove some weired code by proper - use of ctype functions. + * charset.c: Fix #287. - * imap/utf7.c, charset.c, charset.h, gettext.c, gnupgparse.c, handler.c, rfc2047.c, rfc2231.c, sendlib.c: - Change charset-hook's behaviour. +2000-09-26 23:05:46 roessler (roessler) - * po/id.po: update. + * po/eo.po: update - * po/de.po: Fix some typos. From Björn Jacke. + * Makefile.am, checktypes.c, main.c, pgppubring.c, sha.h, sha1.c, + sha1.h, sha1dgst.c, sha_locl.h: Replace the BSD-licensed sha-1 + from SSLeay with a public domain version in order to satisfy + GPL license zelots. - * recvattach.c: - A little fix for those who don't have PGP installed. ;-) +2000-09-25 13:03:09 roessler (roessler) - * commands.c, curs_main.c, functions.h, OPS.PGP, pgp.c, pgp.h, protos.h, recvattach.c: - Add a function check-traditional-pgp which can be used to handle - old-style PGP messages and/or parts more easily. + * po/sv.po: update - * query.c: Match all fields when searching on the query menu. + * send.c: patch-1.3.9.bj.f-up-prompt.1 - * attach.c: - Fix #470: multipart- and message-type attachments weren't handled - correctly. +2000-09-21 09:37:14 roessler (roessler) -Mon Feb 12 20:42:40 2001 Thomas Roessler + * po/sk.po, po/sv.po, po/uk.po, po/zh_CN.GB2312.po, + po/zh_TW.Big5.po, po/ru.po, po/nl.po, po/pl.po, po/pt_BR.po, + po/it.po, po/ko.po, po/es.po, po/fr.po, po/gl.po, po/id.po, + po/el.po, po/eo.po, po/da.po, po/de.po, po/cs.po, ChangeLog, + VERSION, reldate.h: automatic post-release commit for mutt-1.3.9 - * curs_lib.c: Fix '?' in the file name dialogue. Fixes #468, #465. + * rfc2047.c: Make some of the code more readable. From EGE. - * po/sv.po, po/tr.po, po/uk.po, po/zh_CN.GB2312.po, po/zh_TW.Big5.po, po/pl.po, po/pt_BR.po, po/ru.po, po/sk.po, po/eo.po, po/es.po, po/fr.po, po/gl.po, po/id.po, po/it.po, po/ko.po, po/lt.po, po/nl.po, po/cs.po, po/da.po, po/de.po, po/el.po, reldate.h, VERSION, ChangeLog: - automatic post-release commit for mutt-1.3.15 +2000-09-15 09:19:29 roessler (roessler) - * NEWS: Tell users about some of the new features. + * rfc2047.c, rfc2047.h, sendlib.c: Fix some RFC2047 encoding bugs. - * pgppacket.c: Don't free(NULL). +2000-09-13 21:01:31 roessler (roessler) - * mutt.h, pgp.c, pgp.h, pgplib.c, pgplib.h, pgpmicalg.c, pgppacket.c, pgppacket.h, pgppubring.c, postpone.c, protos.h, send.c, sendlib.c, compose.c, configure.in, gnupgparse.c, init.h, Makefile.am: - Auto-detect the micalg used with PGP/MIME signatures. + * rfc2047.c: Undo part of the character set canonicalization. + EGE pointed out it isn't needed. -Mon Feb 12 17:48:25 2001 Thomas Roessler + * rfc2231.c: Replace "unknown" by "unknown-8bit". - * NEWS: Tell users about some of the new features. + * sendlib.c: s/iconv_open/mutt_iconv_open/. Suggested by EGE. - * pgppacket.c: Don't free(NULL). + * charset.c: Add "646" as an alias for us-ascii. SunOS 5.8 + seems to need it. - * mutt.h, pgp.c, pgp.h, pgplib.c, pgplib.h, pgpmicalg.c, - pgppacket.c, pgppacket.h, pgppubring.c, postpone.c, - protos.h, send.c, sendlib.c, compose.c, configure.in, - gnupgparse.c, init.h, Makefile.am: Auto-detect the micalg - used with PGP/MIME signatures. + * browser.c: Let the browser handle non-existent directories + more gracefully. From Byrial Jensen. - * handler.c: - Make mutt_decode_* usable without passing a BODY structure. +2000-09-12 23:18:47 roessler (roessler) - * imap/auth_anon.c, imap/auth_cram.c, imap/auth_gss.c: - Fixes so mutt at least compiles with Brendan's new SASL patch. + * configure.in: Remove some caching. From EGE. - * lib.c: Fix mutt_read_line's behaviour when encountering an - EOF. From Aaron Lehmann . +2000-09-11 10:50:37 roessler (roessler) - * pager.c: Avoid an infinite loop in the pager. From Edmund - Grimley Evans. + * charset.c, copy.c, mbyte.c, rfc2047.c, sendlib.c: Fix some + more character set glitches. - * imap/auth_login.c, imap/auth_sasl.c, imap/browse.c, - imap/command.c, imap/imap.c, imap/imap_private.h, - imap/message.c, imap/util.c, mutt_sasl.c, mutt_sasl.h, - mutt_ssl.c, mutt_ssl.h: Brendan Cully's SASL patch. +2000-09-09 07:30:29 roessler (roessler) -Thu Feb 8 15:50:51 2001 Thomas Roessler + * charset.c: sizeof (dest) == 4. I should have written dlen + instead. Noted by EGE. - * attach.c, commands.c, curs_lib.c, muttlib.c, pgp.c, - recvattach.c, remailer.c: Replace various instances of - endwin() by mutt_endwin(). This should help to avoid - chaotic screen output on the "second" screen. +2000-09-08 21:52:04 roessler (roessler) - * po/da.po: update. + * imap/imap.c: Brendan's version of the last fix. I put it in + since he's most likely the next one to look at or change this. ,-) - * doc/manual.sgml.head: Fix a typo. + * imap/imap.c: Fix a silly little IMAP bug. From Daniel + Jacobowitz . -Tue Feb 6 22:14:01 2001 Thomas Roessler + * charset.c, protos.h, rfc2231.c, sendlib.c: Add a character + set comparison function. - * doc/manual.sgml.head, doc/muttrc.man.head: Document fuzzy - dates. +2000-09-07 21:56:00 roessler (roessler) - * date.c, pattern.c: Fuzzy date matching. From Eike Rathke - . + * charset.c: Add a table of official character set names. + Data taken from www.iana.org. -Fri Feb 2 12:36:19 2001 Thomas Roessler + * rfc2231.c: Detect pure 7bit data and don't encode them. + This helps a bit in situations where mutt believes it has some + really strange us-ascii alias as the character set. - * pgpinvoke.c: Apply more conservative quoting to some PGP - invocation. + * po/es.po, po/es.po, po/el.po: update - * po/sv.po: Update from Jörgen Tegnér. + * curs_lib.c: Make the use of nl_langinfo(YESEXPR/NOEXPR) + more robust. Problem noted by Wolfgang Baumann . -Thu Feb 1 17:03:44 2001 Thomas Roessler +2000-09-06 08:47:13 roessler (roessler) - * po/tr.po: update + * snprintf.c: Fix the MAX fix. from Byrial Jensen. -Wed Jan 31 18:31:27 2001 Thomas Roessler +2000-09-05 22:14:36 roessler (roessler) - * send.c: - Don't use group mailboxes with list-reply. E.g., when you have - "ietf" as a list pattern, and a message goes to + * init.c, muttlib.c, pgppubring.c, protos.h, snprintf.c: Clean + up some warning messages. From Bob Bell. - IETF-Announce:;, ietf-openpgp@somewhere.org, + * hook.c: Fix a segmentation fault in hook parsing. From Bob + Bell. - list-reply will now yield ietf-openpgp and _not_: +2000-09-04 10:49:48 roessler (roessler) - IETF-Announce: ietf-openpgp@... + * imap/browse.c, imap/imap.c, imap/imap.h, imap/imap_private.h, + imap/util.c, account.c, account.h, browser.c, curs_main.c, url.c, + url.h: patch-bac.imapurl-4 - * po/pt_BR.po, po/ru.po, po/sk.po, po/sv.po, po/tr.po, - po/uk.po, po/zh_CN.GB2312.po, po/zh_TW.Big5.po, po/fr.po, - po/gl.po, po/id.po, po/it.po, po/ko.po, po/lt.po, po/nl.po, - po/pl.po, po/cs.po, po/da.po, po/de.po, po/el.po, po/eo.po, - po/es.po: Including the turkish translation from Fatih Demir - ; make update-po. + * po/ru.po, po/da.po, po/da.po: update - * configure.in: Including the turkish translation from Fatih - Demir . + * po/id.po: update. -Tue Jan 30 10:24:36 2001 Thomas Roessler + * recvcmd.c: Fix a segmentation fault when replying to multiple + message/rfc822-type attachments. Noted by David Champion. - * doc/manual.sgml.head: - Stan Ryckman noted that we are abusing - "envelope" where it should be "header". +2000-09-01 08:58:39 roessler (roessler) - * thread.c: Fix sort_aux=received. From . + * init.c: Don't mutt_pretty_mailbox when setting variables, + since this may badly interact with non-default settings. + Suggested by Byrial Jensen. - * pager.c: - Eric Fischer sent us this patch as part of bug#441. - I'm not entirely sure that it works, but let's try it. +2000-08-31 15:14:25 roessler (roessler) - * po/de.po, po/id.po: update + * muttlib.c: patch-1.3.8.bj.pretty_mailbox.1 - * po/fr.po: update. + * doc/manual.sgml.head: patch-1.3.8.bj.manquote.1 - * pop_auth.c: - Fixing a stupid typo. bug#445, from Larry Rosenman . + * imap/command.c, imap/imap.c: patch-bac.command-3 -Sat Jan 27 13:50:26 2001 Thomas Roessler +2000-08-30 21:34:42 roessler (roessler) - * po/zh_CN.GB2312.po, po/zh_TW.Big5.po, po/sk.po, po/sv.po, po/uk.po, po/pt_BR.po, po/ru.po, po/pl.po, po/ko.po, po/lt.po, po/nl.po, po/gl.po, po/id.po, po/it.po, po/es.po, po/fr.po, po/eo.po, po/el.po, po/de.po, po/da.po, po/cs.po, reldate.h, VERSION, ChangeLog: - automatic post-release commit for mutt-1.3.14 + * pager.c: Fix display of backspace sequences. From EGE. - * recvattach.c: More improvements to the recvattach collapsing. + * po/fr.po, po/de.po: update - * mutt.h, pager.c, pager.h, protos.h, recvattach.c, attach.c, attach.h, compose.c, functions.h, init.h, OPS: - Add collapsing to the receive-attach menu, and improve digest - handling that way. + * po/sk.po, po/sv.po, po/uk.po, po/zh_CN.GB2312.po, + po/zh_TW.Big5.po, po/id.po, po/it.po, po/ko.po, po/nl.po, + po/pl.po, po/pt_BR.po, po/ru.po, po/cs.po, po/da.po, po/de.po, + po/el.po, po/eo.po, po/es.po, po/fr.po, po/gl.po, ChangeLog, + VERSION: automatic post-release commit for mutt-1.3.8 -Sat Jan 27 13:41:11 2001 Thomas Roessler + * VERSION: ups - * recvattach.c: More improvements to the recvattach collapsing. + * po/POTFILES.in, imap/Makefile.am, imap/imap_ssl.c, + imap/imap_ssl.h, imap/md5.h, imap/md5c.c, imap/util.c, ChangeLog, + Makefile.am, VERSION, configure.in, curs_main.c, init.c, md5.h, + md5c.c, mutt_socket.c, mutt_ssl.c, mutt_ssl.h, reldate.h: SSL + unification patch from Vsevolod. - * mutt.h, pager.c, pager.h, protos.h, recvattach.c, attach.c, attach.h, compose.c, functions.h, init.h, OPS: - Add collapsing to the receive-attach menu, and improve digest - handling that way. + * imap/command.c, imap/imap.c, imap/message.c, imap/message.h: + patch-bac.expunge-2 -Thu Jan 25 12:04:46 2001 Thomas Roessler + * muttlib.c: Fix mutt_prety_mailbox. From Vsevolod. - * po/cs.po: Fixes from Björn Jacke . +2000-08-29 11:36:25 roessler (roessler) - * contrib/pgp6.rc: A nit from Björn Jacke . + * curs_lib.c: The next version of Byrial Jensen's yesorno patch, + this time without a memory leak. -Mon Jan 22 11:04:56 2001 Thomas Roessler + * acconfig.h, configure.in, curs_lib.c, main.c: Use locale for + yes/no expressions. - * mutt_ssl.c: patch-1.3.13.tk.ssl.connect.1 +2000-08-28 13:14:55 roessler (roessler) -Thu Jan 18 11:27:56 2001 Thomas Roessler + * rfc2231.c: Little fix from EGE. - * complete.c: - Completion fix. From Aaron Schrab . + * po/ru.po: Update from Vsevolod. -Wed Jan 17 08:53:12 2001 Thomas Roessler +2000-08-28 09:40:28 EGE (roessler) - * rfc822.c: - This one-line diff should fix the behaviour of the address parser - when encountering loose dots in addresses. + * complete.c: Fix a buffer overrun in complete.c. - * imap/auth_sasl.c: - Try to catch mysterious failures of the SASL library instead of - hanging. From Brendan Cully. +2000-08-28 09:39:36 Brendan Cully (roessler) -Mon Jan 15 10:40:50 2001 Thomas Roessler + * imap/auth_sasl.c, imap/command.c, imap/imap_private.h, + muttlib.c: The attached small patch adjusts mutt_pretty_mailbox + to handle URLs. - * copy.c: Some debugging helpers. +2000-08-28 09:38:42 Edmund GRIMLEY EVANS (roessler) - * send.c: - Use safe_fclose() where a NULL pointer may be passed to fclose(). + * browser.c, curs_lib.c, hdrline.c, protos.h, recvattach.c: This + patch moves hdr_format_s from hdrline.c to curs_lib.c and renames + it to mutt_format_s. The function is then used in various places + in browser.c and recvattach.c where previously there was "%%%ss". - * pattern.c: - Make ~m usable in $simple_search. From . +2000-08-28 09:37:44 roessler (roessler) -Wed Jan 10 19:36:43 2001 Thomas Roessler + * rfc2047.c, rfc2047.h, rfc2231.c, rfc2231.h, sendlib.c: Do + character set selection for RFC2231 encodings. From EGE, but + with choose_charset renamed to mutt_choose_charset. - * recvcmd.c, send.c: - Make some messages about mime-forwarding more comprehensible to - normal users. +2000-08-28 09:32:58 edmundo@rano.org (EGE) (roessler) -Mon Jan 8 23:09:32 2001 Thomas Roessler + * mbyte.c, protos.h, utf8.c, wcwidth.c: This is the patch TAKIZAWA + Takashi and I came up with in the end. - * imap/auth_sasl.c, imap/utf7.c, imap/util.c, charset.c, charset.h, check_sec.sh, dotlock.c, enter.c, gnupgparse.c, keymap.c, lib.c, mutt_sasl.c, parse.c, pgp.c, pgppubring.c, pop_auth.c, regex.c, rfc2047.c, rfc2231.c, rfc822.c, sendlib.c, strdup.c: - Let check_sec.sh check for use of the unsafe malloc, realloc, free, - and strdup routines. While we are on it, plug some memory leaks and - make some code understandable. + When the Charset is euc-jp or shift_jis, iconv is used for + mbrtowc and wcrtomb. The worst part is mbrtowc_iconv(), where + I attempted to make mbrtowc both restartable (it can process + part of multibyte character) and fast in the case where there + is nothing left over from a previous character. Also I try to + make no assumptions about how those character sets work, which + is easy, because I know very little about them ... - * intl/cat-compat.c, imap/auth_cram.c, imap/auth_gss.c, imap/imap.c, imap/imap_private.h, imap/message.c, base64.c, browser.c, check_sec.sh, commands.c, complete.c, copy.c, curs_lib.c, edit.c, handler.c, init.c, lib.c, pager.c, pgp.c, pgpkey.c, pop_lib.c, protos.h, query.c, rfc2231.c, rfc822.c, send.c, sendlib.c, snprintf.c: - Fix and/or check more fishy code. + People who don't use one of those two stateless Japanese display + charsets shouldn't be affected. People whose systems provide + the wchar_t functions should be even less affected, because they + don't even get this code in their binary. - * intl/cat-compat.c, imap/auth_cram.c, imap/auth_gss.c, browser.c, buffy.c, check_sec.sh, curs_main.c, enter.c, init.c, main.c, makedoc.c, mkjtags.c, mutt_sasl.c, pgp.c, pgpinvoke.c, pgpkey.c, pop.c, protos.h, regex.c, rfc2231.c, sendlib.c: - Going through possible security problems with a fine comb. If you - want to help, check out the current source, and run check_sec.sh. +2000-08-25 06:28:24 roessler (roessler) - * attach.c, build-release, check_sec.sh, edit.c, pgpkey.c: - Some automated security checks concerning fopen() calls. + * imap/imap.c, imap/imap_ssl.c, imap/imap_ssl.h, imap/util.c, + account.c, account.h, browser.c, mutt_socket.c, mx.c, url.c, + url.h: patch-bac.imapurl-2, with small modifications. -Thu Jan 4 05:39:31 2001 Thomas Roessler +2000-08-22 22:23:10 roessler (roessler) - * gettext.c: Don't use debugfile unless DEBUG is #defined. + * muttlib.c: Fix #251, from Brendan. -Wed Jan 3 13:39:48 2001 Thomas Roessler + * Makefile.am, main.c, parse.c, protos.h, url.c, url.h: Add an + URL parser, and support for mailto URLs. - * enter.c, mbyte.c: More wide-char patches from EGE. + * doc/manual.sgml.head: Minor fixes from Will Fiveash. - * enter.c: Don't accept '\0' as keyboard input. + * po/ru.po: update - * imap/auth_sasl.c: - Set SASL_IP_{LOCAL,REMOTE} properties - needed for krb4 support; - from yak@MIT.EDU. + * hdrline.c: Fix %B in index_format. - * enter.c: Try to fix nonprintable character input. +2000-08-21 19:25:26 roessler (roessler) - * enter.c: Extend the editor so it supports unprintable characters. + * imap/browse.c, imap/imap.c, mutt_socket.c, muttlib.c: + patch-bac.parsepath-2 -Tue Jan 2 16:34:26 2001 Thomas Roessler + * doc/manual.sgml.head, doc/manual.sgml.tail: Documentation + patch from Lars Hecking. - * enter.c: Make my_wcstombs more robust. From EGE. + * imap/imap.h, imap/imap_private.h, imap/message.c, imap/util.c, + imap/browse.c, imap/command.c, imap/imap.c, doc/manual.sgml.head, + browser.c, browser.h, buffy.c, functions.h, globals.h, init.h, + OPS: patch-bac.createplus-1 + + * imap/auth_anon.c, imap/auth_cram.c, imap/auth_gss.c, + imap/auth_login.c, imap/auth_sasl.c, imap/browse.c, + imap/command.c, imap/imap.c, imap/imap_private.h, imap/message.c: + patch-bac.command-2 - * main.c: Only show mailboxes with -y. From devenish@arcme.uwa.edu.au. +2000-08-17 06:06:02 roessler (roessler) - * account.h: Fix password input. From Vsevolod Volkov. + * po/zh_CN.GB2312.po, configure.in: Adding zh_CN.GB2312 + translation. -Sun Dec 31 15:30:52 2000 Thomas Roessler + * imap/Makefile.am, doc/Makefile.in, mutt_socket.c, mx.c: Random + cleanup from Brendan Cully. - * po/ru.po, pop_lib.c: Missing patches from VVV. + * hdrline.c: Fix justification of number formats. (EGE) - * imap/imap.c, curs_main.c, functions.h, globals.h, OPS: - Experimental patch to add an imap-fetch-mail function. +2000-08-15 17:21:19 roessler (roessler) - * mutt.h, protos.h, browser.c, curs_lib.c, enter.c, main.c: - Make browser behaviour more consistent with expectations. + * po/ru.po: update - * po/zh_CN.GB2312.po, po/zh_TW.Big5.po, po/sk.po, po/sv.po, po/uk.po, po/pt_BR.po, po/ru.po, po/lt.po, po/nl.po, po/pl.po, po/it.po, po/ko.po, po/id.po, po/es.po, po/fr.po, po/gl.po, po/eo.po, po/da.po, po/de.po, po/el.po, po/cs.po, reldate.h, VERSION, ChangeLog: - automatic post-release commit for mutt-1.3.13 + * mbyte.c, pager.c, protos.h: Another charset fix from EGE. -Sat Dec 30 10:28:16 2000 Thomas Roessler +2000-08-10 15:48:13 roessler (roessler) - * po/pl.po: update. + * imap/Makefile.am: Fix from Brendan Cully. -Sat Dec 30 10:28:16 2000 Thomas Roessler + * doc/mutt.man, doc/muttrc.man.tail: More minor fixes. - * po/pl.po: update. + * doc/mutt.man: Document $MAILDIR. -Fri Dec 22 18:03:34 2000 Thomas Roessler + * init.c: Tell mutt about the MAILDIR environment variable DJB + talks about in maildir (5). - * configure.in: autoconf consmetics. From L.H. + * doc/muttbug.man: Fix a typo. - * enter.c, mutt.h: Some more changes to the enter code. + * doc/mbox.man: fix some typos. - * enter.c: Fix some ugly bugs in the completion code. In particular, - replace_part() could lead to heap corruption. +2000-08-09 21:14:35 roessler (roessler) - * po/lt.po, configure.in: - Lithuanian translation. From Gediminas Paulauskas . + * doc/Makefile.in, doc/mbox.man: Install mbox (5), and fix a typo. -Thu Dec 21 09:19:41 2000 Thomas Roessler + * doc/mbox.man: Document the mbox format in a manual page. + There may be some need for this. - * flags.c, init.h, mh.c, mutt.h: patch.me.maildir_trash.1 + * Makefile.am, configure.in, init.c, main.c: Minor portability + and compilation fixes. -Sun Dec 17 19:54:58 2000 Thomas Roessler +2000-08-08 18:17:54 roessler (roessler) - * po/sv.po: update. + * po/POTFILES.in: Some files were missing. From Vsevolod Volkov. -Thu Dec 14 15:40:30 2000 Thomas Roessler + * imap/Makefile.am, imap/command.c, imap/imap.c, + imap/imap_private.h, imap/message.c, init.c, mutt_socket.c, + mx.c: * 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. - * doc/manual.sgml.head: Improve hook documentation. From Lars Hecking. + (From Brendan Cully.) - * enter.c: More file name completion fixes. +2000-08-07 08:31:36 roessler (roessler) - * enter.c: Fix "tab-tab" at the change-folder prompt. + * po/Makefile.in.in, imap/Makefile.am, Makefile.am, configure.in, + mapping.h, sort.h: Cross compilation patches from Rüdiger Kuhlmann + . -Sun Dec 10 21:01:35 2000 Thomas Roessler +2000-08-06 14:35:15 roessler (roessler) - * imap/message.c, init.h, mutt.h: - Avoid implicit flag updates with IMAP. From Brendan Cully. + * curs_lib.c: Return an exit value of 1 if mutt is left via + ctrl-c. From Andre Albsmeier . - * configure.in, enter.c, mbyte.c, mbyte.h, mutt.h: - More enter.c updates. From E.G.E.. +2000-08-05 17:50:03 roessler (roessler) - * mbyte.h, mutt.h, configure.in, enter.c: - More changes to the utf-8 friendly line editor: Implement some - missing functions, include some more header files. + * imap/imap.c, imap/imap_private.h, imap/message.c, + imap/Makefile.am, imap/auth_anon.c, imap/auth_cram.c, + imap/auth_gss.c, imap/auth_login.c, imap/auth_sasl.c, + imap/browse.c, imap/command.c, mutt_socket.c: Unified IMAP + command code. -Fri Dec 8 10:38:30 2000 Thomas Roessler + * doc/manual.sgml.head, doc/manual.sgml.head: Fix keyboard + binding documentation. From Thomas Schultz . - * curs_lib.c: Remove an unnecessary ENTER_STATE allocation. +2000-08-04 21:47:11 roessler (roessler) - * curs_lib.c, enter.c, mutt.h, protos.h: - Make _mutt_enter_string() re-entrant. + * sendlib.c: Fix a character set encoding bug. From EGE. - * curs_lib.c, edit.c, enter.c, protos.h: - Make the line editor utf-8 friendly. First take from Edmund Grimley - Evans. + * imap/auth_sasl.c, imap/imap_ssl.c, doc/manual.sgml.head, + account.c, mutt_sasl.c, mutt_sasl.h, mutt_socket.c, mutt_socket.h: + SASL patch from Brendan Cully. -Wed Dec 6 20:31:46 2000 Thomas Roessler +2000-08-03 22:08:13 roessler (roessler) - * gnupgparse.c: Fix pgp_ignore_subkeys. + * charset.c: fix a segmentation fault. - * mutt_curses.h: Make the BEEP macro a bit safer. From EGE. + * po/eo.po, po/sv.po: update. - * imap/imap.c: Fix a memory leak in imap_logout_all. + * po/ru.po, po/sk.po, po/sv.po, po/uk.po, po/zh_TW.Big5.po, + po/ko.po, po/nl.po, po/pl.po, po/pt_BR.po, po/fr.po, po/gl.po, + po/id.po, po/it.po, VERSION, imap/Makefile.am, po/cs.po, po/da.po, + po/de.po, po/el.po, po/eo.po, po/es.po, reldate.h, ChangeLog: + automatic post-release commit for mutt-1.3.7 -Mon Dec 4 09:00:08 2000 Thomas Roessler + * sendlib.c: Use a correct Envelope from when bouncing with + $envelope_from enabled. - * mbyte.c: - A little fix for the -HAVE_WC_FUNCS +LOCALES_HACK case. From EGE. + * imap/BUGS, imap/auth_sasl.c, imap/imap.c, imap/imap_ssl.c, + mutt_sasl.c: More IMAP fixes from Brendan. -Sun Dec 3 09:34:41 2000 Thomas Roessler +2000-08-02 18:03:21 roessler (roessler) - * doc/PGP-Notes.txt: - Document the fact that Courier MTA corrupts PGP/MIME signatures. + * po/it.po: update -Sat Dec 2 09:16:47 2000 Thomas Roessler +2000-08-01 18:04:42 roessler (roessler) - * po/el.po, po/uk.po: update. - -Tue Nov 28 11:19:57 2000 Thomas Roessler - - * po/da.po, po/de.po, po/fr.po, po/id.po: updates - -Mon Nov 27 13:14:28 2000 Thomas Roessler - - * attach.h, commands.c, compose.c, curs_main.c, protos.h, recvattach.c: - Make sure edit-type works without a segmentation fault from the - receive-attach menu. - - * po/uk.po, po/zh_CN.GB2312.po, po/zh_TW.Big5.po, po/ru.po, po/sk.po, po/sv.po, po/pl.po, po/pt_BR.po, po/nl.po, po/it.po, po/ko.po, po/fr.po, po/gl.po, po/id.po, po/eo.po, po/es.po, po/el.po, po/cs.po, po/da.po, po/de.po, reldate.h, VERSION, ChangeLog: - automatic post-release commit for mutt-1.3.12 - -Thu Nov 23 10:30:49 2000 Thomas Roessler - - * contrib/sample.muttrc-tlr: - Use display_filter to fix some ugliness people are sending me. - - * commands.c: Don't endwin() before invoking the display_filter. - -Thu Nov 23 10:30:49 2000 Thomas Roessler - - * contrib/sample.muttrc-tlr: - Use display_filter to fix some ugliness people are sending me. - - * commands.c: Don't endwin() before invoking the display_filter. - -Tue Nov 21 10:32:34 2000 Thomas Roessler - - * protos.h, main.c, curs_lib.c, globals.h: - [stable] Introduce mutt_curses_message and mutt_nocurses_message. - From Olaf Kirch. - - * globals.h, main.c, protos.h, curs_lib.c: - Introduce mutt_curses_message/mutt_nocurses_message. From Olaf Kirch. + * mx.c: Fix from BC -Mon Nov 20 13:20:28 2000 Thomas Roessler + * imap/auth.c, imap/auth_gss.c, imap/auth_sasl.c, imap/message.c: + Brendan's latest patches. - * contrib/gpg.rc: Add a missing --textmode switch. +2000-07-31 10:49:00 roessler (roessler) -Sun Nov 19 20:39:49 2000 Thomas Roessler + * po/fr.po: update. - * NEWS: Mention $print_split. + * m4/gettext.m4, imap/Makefile.am, imap/auth.c, imap/auth.h, + imap/auth_anon.c, imap/auth_cram.c, imap/auth_gss.c, + imap/auth_login.c, imap/auth_sasl.c, imap/command.c, + imap/imap.c, imap/imap_private.h, Makefile.am, acconfig.h, + account.c, account.h, configure.in, globals.h, init.h, main.c, + mutt_sasl.c, mutt_sasl.h, mutt_socket.c, mutt_socket.h: Brendan + Cully's SASL patch. I hope I didn't miss any files. - * contrib/sample.muttrc-tlr: update +2000-07-29 16:33:53 roessler (roessler) - * mutt.h, pgp.c, protos.h, commands.c, init.h: - Introduce a new option named $print_split. While we are on it, - unify the pipe-message and print-message code, and fix the PGP - key-extraction code so it doesn't interact with OPTPIPEDECODE in - strange manners any more. + * po/id.po: update. -Sat Nov 18 19:50:48 2000 Thomas Roessler + * imap/README: updated readme file. - * curs_lib.c: Remove an unnecessary include statement. + * Makefile.am: Make sure checktypes and makedoc don't depend on + the intl library. -Fri Nov 17 09:19:41 2000 Thomas Roessler + * po/de.po: update. - * po/sv.po: Small fix from Jörgen Tegnér . +2000-07-28 19:00:31 roessler (roessler) - * imap/auth_gss.c: - [stable] GSSAPI patch from Bill Nottingham . + * po/ru.po, po/sk.po, po/sv.po, po/uk.po, po/zh_TW.Big5.po, + po/it.po, po/ko.po, po/nl.po, po/pl.po, po/pt_BR.po, po/eo.po, + po/es.po, po/fr.po, po/gl.po, po/id.po, po/cs.po, po/da.po, + po/de.po, po/el.po, ChangeLog, VERSION, reldate.h: automatic + post-release commit for mutt-1.3.6 - * doc/manual.sgml.tail, curs_main.c, functions.h: - Make folder synchronization possible from within the pager. From - Chris Cutler . + * Makefile.am: parse.h no longer exists, so don't try to + distribute it. -Wed Nov 15 20:29:58 2000 Thomas Roessler + * po/sv.po: branches: 1.27.2.6.2; automatic post-release commit + for mutt-1.2.5 - * charset.c: - Fix langinfo-based character set detection. From Martin Norbäck - . + * po/uk.po: branches: 1.42.2.6.2; automatic post-release commit + for mutt-1.2.5 -Tue Nov 14 16:57:19 2000 Thomas Roessler + * po/zh_TW.Big5.po: branches: 1.30.2.6.2; automatic post-release + commit for mutt-1.2.5 - * curs_main.c: another possibly problematic case. + * po/pt_BR.po: branches: 1.20.2.6.2; automatic post-release + commit for mutt-1.2.5 - * curs_main.c: - Try fixing a possible segmentation fault. I'm not entirely sure how - I produced it, but it's at least obvious where it happened. - -Mon Nov 13 22:19:57 2000 Thomas Roessler - - * gnupgparse.c, init.h, mutt.h: - Add the pgp_ignore_subkeys option. Unset it to get the traditional - listing with all the subkeys. (Experimental, may introduce new bugs.) + * po/ru.po: branches: 1.67.2.7.2; automatic post-release commit + for mutt-1.2.5 - * po/ru.po, po/sv.po: update + * po/sk.po: branches: 1.28.2.6.2; automatic post-release commit + for mutt-1.2.5 - * remailer.c: Qualify some more header fields. + * po/ko.po: branches: 1.31.2.6.2; automatic post-release commit + for mutt-1.2.5 -Tue Nov 7 10:31:51 2000 Thomas Roessler + * po/nl.po: branches: 1.36.2.6.2; automatic post-release commit + for mutt-1.2.5 - * init.h, mutt.h, send.c: Add a sig_on_top option. + * po/pl.po: branches: 1.39.2.6.2; automatic post-release commit + for mutt-1.2.5 - * po/el.po: update + * po/gl.po: branches: 1.23.2.6.2; automatic post-release commit + for mutt-1.2.5 -Mon Nov 6 11:27:07 2000 Thomas Roessler + * po/id.po: branches: 1.31.2.7.2; automatic post-release commit + for mutt-1.2.5 - * po/zh_TW.Big5.po, po/da.po: update + * po/it.po: branches: 1.59.2.6.2; automatic post-release commit + for mutt-1.2.5 - * configure.in: - Make building mutt without iconv support possible. From EGE. + * po/el.po: branches: 1.31.2.6.2; automatic post-release commit + for mutt-1.2.5 -Fri Nov 3 10:16:32 2000 Thomas Roessler + * po/eo.po: branches: 1.30.2.6.2; automatic post-release commit + for mutt-1.2.5 - * init.h: - Change pgp_good_sign's default to 0 instead of UL "". This should - fix the annoying error messages when starting up mutt on some systems. + * po/es.po: branches: 1.49.2.6.2; automatic post-release commit + for mutt-1.2.5 - * init.c: Make error reporting more verbose. + * po/fr.po: branches: 1.45.2.7.2; automatic post-release commit + for mutt-1.2.5 - * po/de.po, po/fr.po, po/id.po: updates + * po/cs.po: branches: 1.35.2.7.2; automatic post-release commit + for mutt-1.2.5 -Wed Nov 1 13:14:18 2000 Thomas Roessler + * po/da.po: branches: 1.13.2.7.2; automatic post-release commit + for mutt-1.2.5 - * po/zh_CN.GB2312.po, po/zh_TW.Big5.po, po/sk.po, po/sv.po, po/uk.po, po/id.po, po/it.po, po/ko.po, po/nl.po, po/pl.po, po/pt_BR.po, po/ru.po, po/cs.po, po/da.po, po/de.po, po/el.po, po/eo.po, po/es.po, po/fr.po, po/gl.po, ChangeLog, reldate.h, VERSION: - automatic post-release commit for mutt-1.3.11 + * po/de.po: branches: 1.99.2.7.2; automatic post-release commit + for mutt-1.2.5 -Fri Oct 27 10:51:01 2000 Thomas Roessler + * reldate.h: automatic post-release commit for mutt-1.2.5 - * enter.c: A nicer version of {capitalize,...}-word functions. + * ChangeLog: branches: 2.40.2.6.2; automatic post-release commit + for mutt-1.2.5 - * doc/manual.sgml.head: - Document the recent additions to the line editor. + * VERSION: branches: 2.28.2.6.2; automatic post-release commit + for mutt-1.2.5 - * enter.c, functions.h, OPS: - Add capitalize-word, upcase-word, downcase-word functions to the - editor. Bindings follow the Emacs conventions (i.e., M-c, M-u, M-d). + * imap/imap.c, imap/imap_private.h, imap/message.c: Use UIDs + instead of sequence numbers in IMAP. (Brendan) -Fri Oct 27 10:51:01 2000 Thomas Roessler + * imap/imap.c, imap/imap_private.h, imap/message.c, + imap/message.h, imap/command.c, mutt.h, muttlib.c, mx.c: Handle + expunged messages. From Brendan Cully. - * enter.c: A nicer version of {capitalize,...}-word functions. +2000-07-26 09:30:01 roessler (roessler) - * doc/manual.sgml.head: - Document the recent additions to the line editor. + * doc/manual.sgml.head: Nits from Michael Sobolev. - * enter.c, functions.h, OPS: - Add capitalize-word, upcase-word, downcase-word functions to the - editor. Bindings follow the Emacs conventions (i.e., M-c, M-u, M-d). +2000-07-25 16:35:48 roessler (roessler) -Wed Oct 25 18:56:20 2000 Thomas Roessler + * Makefile.am: Include the muttbug wrapper with the distribution. - * rfc822.c: Fix parsing of route-addrs. + * doc/Makefile.in: Install muttbug.man als flea.1. -Tue Oct 24 08:59:21 2000 Thomas Roessler + * doc/mutt.man, doc/muttbug.man, Makefile.am, main.c, muttbug: + Install muttbug(1) as flea(1), and adjust the documentation + accordingly. Note: Typing muttbug will still work. - * doc/manual.sgml.tail: Document edit-type. From Mikko Hänninen. + * doc/muttbug.man: More tiny fixes. - * po/el.po: update + * doc/muttbug.man: Fix some typos. In particular, it's bug + tracking system, not buck tracking system. Oh well. -Mon Oct 23 16:39:10 2000 Thomas Roessler + * doc/Makefile.in, doc/mutt.man, doc/muttbug.man: muttbug(1) + has a manual page of it's own now. - * doc/manual.sgml.head: Typo. From Daniel Roesen . + * muttbug.sh.in: Fix a little bug concerning version numbers. - * doc/manual.sgml.head: - Fix documentation of uznknown MIME type handling. From Brian - Salter-Duke + * Makefile.am: The warning about README.UPGRADE can go. -Wed Oct 18 09:01:56 2000 Thomas Roessler + * doc/mutt.man: Mention the bug tracking system. - * recvattach.c: Fix tree formatting in the recvattach menu. + * INSTALL: Mention that mutt needs an iconv implementation, + and point users to libiconv. -Tue Oct 17 15:10:51 2000 Thomas Roessler + * INSTALL: Mention OpenBSD - * commands.c, curs_lib.c, hdrline.c, menu.c, protos.h: - Fix pager and index display when non-printable space characters are - encountered. From EGE. + * Makefile.am: Remove types.h at "make clean" time. - * sendlib.c: Teach mutt to attach files of arbitrary type. + * curs_main.c: Fix a segmentation fault in the index. -Mon Oct 16 17:29:55 2000 Thomas Roessler + * curs_main.c: Try to fix a segmentation fault in the index. - * curs_lib.c: - nl_langinfo({YES,NO}EXPR) may return an _extended_ regular - expression. Close #312. +2000-07-24 07:48:53 roessler (roessler) - * po/zh_TW.Big5.po, po/id.po, po/sv.po: update + * browser.h: make bit types unsigned. From albert chin + . - * mutt_socket.c: - Fix the strange "Can't connect" error messages. From Brendan Cully. + * curs_lib.c, hdrline.c, help.c, mbyte.c, mbyte.h, menu.c: + Replace wctomb and mbtowc with wcrtomb and mbrtowc. From TAKIZAWA + Takashi , with small changes from Edmund + Grimley Evans. -Thu Oct 12 14:49:58 2000 Thomas Roessler +2000-07-23 21:47:01 roessler (roessler) - * po/da.po: update + * menu.c: Fix #108, from Gero Treuner. -Wed Oct 11 14:17:17 2000 Thomas Roessler + * configure.in, resize.c: sys/ioctl.h vs. ioctl.h. From Sam + Roberts. - * po/de.po: update. + * rfc2231.c: Fix an obvious bug which prevented rfc2231 _encoding_ + support from working. - * po/fr.po: update +2000-07-22 09:01:43 roessler (roessler) - * po/uk.po, po/zh_CN.GB2312.po, po/zh_TW.Big5.po, po/pt_BR.po, po/ru.po, po/sk.po, po/sv.po, po/nl.po, po/pl.po, po/ko.po, po/es.po, po/fr.po, po/gl.po, po/id.po, po/it.po, po/cs.po, po/da.po, po/de.po, po/el.po, po/eo.po, ChangeLog, Makefile.am, reldate.h, VERSION: - automatic post-release commit for mutt-1.3.10 + * configure.in, mutt.h: Some more QNX compiling aides. - * buffy.c: Compilation fix from Emil Sit . +2000-07-21 07:32:12 roessler (roessler) -Wed Oct 11 10:21:57 2000 Thomas Roessler + * imap/md5.h, Makefile.am, checktypes.c: Try to be smart about + integer types. - * buffy.c: Compilation fix from Emil Sit . + * imap/imap.c: Fix imap_passive. From Brendan Cully. -Tue Oct 10 19:22:48 2000 Thomas Roessler + * contrib/Makefile.in: Fix #150. From Brendan Cully. - * po/POTFILES.in, doc/manual.sgml.head, globals.h, init.c, init.h, mailbox.h, mutt.h, muttlib.c, mx.c, mx.h, pop_auth.c, pop.c, pop.h, pop_lib.c, protos.h, recvattach.c, browser.c, buffy.c, commands.c, compose.c, configure.in, curs_main.c, Makefile.am: - Vsevolod Volkov's POP mailbox patch. +2000-07-20 17:51:52 roessler (roessler) - * doc/manual.sgml.head: - Mixmaster documentation patch from Brian Salter-Duke. + * doc/devel-notes.txt: Typo. -Mon Oct 9 08:30:35 2000 Thomas Roessler + * imap/browse.c, imap/command.c, imap/imap.c, imap/imap.h, + imap/imap_private.h, imap/util.c, mutt_socket.c, mutt_socket.h, + mx.c, pop.c: Another IMAP patch from Brendan. - * main.c: Add an #ifdef for HAVE_GETADDRINFO. + * imap/util.c: quick hack against mx->mbox being NULL. - * mutt_socket.c: Use AF_INET6 only when necessary. + * imap/BUGS, imap/imap.c, imap/imap.h, imap/util.c, postpone.c: + patch-bac.postpone-2 -Sat Oct 7 18:06:24 2000 Thomas Roessler + * pop.c: Use shared socket code, from Vsevolod Volkov. - * curs_lib.c, help.c: Display fixes from EGE. +2000-07-19 10:21:57 roessler (roessler) -Thu Oct 5 19:12:28 2000 Thomas Roessler + * po/POTFILES.in, imap/Makefile.am, imap/auth.c, imap/auth_gss.c, + imap/browse.c, imap/imap.c, imap/imap.h, imap/imap_private.h, + imap/imap_socket.h, imap/imap_ssl.c, imap/imap_ssl.h, + imap/message.c, imap/socket.c, imap/util.c, Makefile.am, + acconfig.h, account.c, account.h, browser.c, configure.in, + gettext.c, globals.h, init.c, init.h, mutt_socket.c, + mutt_socket.h: IMAP socket moves by Brendan Cully, with a fix + from Tommi Komulainen, and most likely based on input from + Vsevolod Voykov (sp?). - * query.c: Catch some possible NULL pointer deferences. From - chris+usenet@chiappa.net (Chris Chiappa), posted to comp.mail.mutt. + * imap/util.c: Fix more possible IMAP memory corruption. + From Brendan Cully. -Wed Oct 4 18:50:35 2000 Thomas Roessler + * imap/util.c: Fix possible memory corruption in stable. + From Brendan Cully. - * mutt_ssl_nss.c: - Downgrade Michael Elkins' indentation style to the version used - throughout mutt. ;-) + * imap/imap_private.h, imap/message.c, imap/socket.c, imap/imap.c: + Backport various IMAP bug-fixes to stable. From Brendan Cully. - * acconfig.h, configure.in, init.c, init.h, Makefile.am, mutt.h, mutt_socket.c, mutt_ssl_nss.c, pop.c: - Adding support for Netscape's (pardon, Mozilla's) SSL - implementation. From Michael Elkins. +2000-07-18 14:38:13 roessler (roessler) - * globals.h, init.h, mutt_socket.c, protos.h, signal.c: - patch.me.connect_timeout.1 + * imap/auth.c, imap/auth_gss.c, imap/browse.c, imap/command.c, + imap/imap.c, imap/imap_private.h, imap/message.c, imap/socket.c: + More IMAP clean-up from Brendan Cully. -Tue Oct 3 10:47:20 2000 Thomas Roessler + * imap/imap.c, imap/imap_private.h, imap/message.c, imap/socket.c, + imap/utf7.c: IMAP fixes from Brendan Cully. - * NEWS: Document some of the recent user-visible changes. + * init.h, init.h: Documentation fix. - * doc/manual.sgml.head: - More documentation for the "L" to_char. Thanks, Byrial! +2000-07-17 18:08:27 roessler (roessler) - * hdrline.c, init.h: - Adding a list flag to to_chars, From Andreas Plesner Jacobsen - . Note: If you don't like the new behaviour, just set - $to_chars to the old " +TCF" value. + * imap/message.c: Fix possible heap corruption. From Brendan + Cully. - * po/ru.po: update + * imap/utf7.c: Name changes left out by EGE's patch. -Mon Oct 2 09:11:52 2000 Thomas Roessler + * imap/util.c, imap/imap_private.h: imap/UTF7 related fixes + from EGE. - * configure.in, mutt_socket.c: patch-bac.ipv6-1 + * curs_main.c: Fix #192. - * curs_lib.c: patch-1.3.9.bj.yesno.1 +2000-07-16 15:35:14 roessler (roessler) -Thu Sep 28 06:53:36 2000 Thomas Roessler + * imap/Makefile.am, imap/browse.c, imap/imap.c, + imap/imap_private.h, imap/message.c, imap/utf7.c, imap/util.c: + Support modified UTF-7 in folder names. From Edmund Grimley + Evans, modified by Brendan Cully. - * init.h: Fix a minor typo. From Byrial. + * handler.c: Another qp fix. - * charset.c, charset.h, init.c, INSTALL: - Document the --without-wc-funcs switch to configure, and clean up - the code to set the character set from nl_langinfo from EGE. - -Wed Sep 27 14:28:35 2000 Thomas Roessler - - * charset.c: - Catch another error condition which may be caused by a broken - nl_langinfo() function. + * handler.c: More qp decoder modifications: We should handle + multibyte characters spanning soft line breaks. - * COPYRIGHT: We don't need to mention EAY's copyright any more. + * handler.c: Rewrite the quoted-printable decoder so it properly + chops off trailing white space. Problem noted by Byrial Jensen. - * charset.c: Fix #287. +2000-07-15 06:51:47 roessler (roessler) -Tue Sep 26 23:05:46 2000 Thomas Roessler + * imap/socket.c: Add a message that we are looking up a host. - * po/eo.po: update +2000-07-14 15:03:43 roessler (roessler) - * Attic/sha1dgst.c, Attic/sha.h, Attic/sha_locl.h, checktypes.c, main.c, Makefile.am, pgppubring.c, sha1.c, sha1.h: - Replace the BSD-licensed sha-1 from SSLeay with a public domain - version in order to satisfy GPL license zelots. + * imap/message.c, imap/message.h: Brendan's latest IMAP changes. -Mon Sep 25 13:03:09 2000 Thomas Roessler + * README.SSL: Tommi Komulainen's entropy gathering patch - + documentation. - * po/sv.po: update +2000-07-12 14:17:46 roessler (roessler) - * send.c: patch-1.3.9.bj.f-up-prompt.1 + * po/cs.po: update. -Thu Sep 21 09:37:14 2000 Thomas Roessler + * imap/imap_ssl.c: Entropy gathering fixes. - * po/sk.po, po/sv.po, po/uk.po, po/zh_CN.GB2312.po, po/zh_TW.Big5.po, po/ru.po, po/nl.po, po/pl.po, po/pt_BR.po, po/it.po, po/ko.po, po/es.po, po/fr.po, po/gl.po, po/id.po, po/el.po, po/eo.po, po/da.po, po/de.po, po/cs.po, ChangeLog, reldate.h, VERSION: - automatic post-release commit for mutt-1.3.9 + * configure.in: Re-apply the iconv patch from vvv. - * rfc2047.c: Make some of the code more readable. From EGE. + * configure.in: undo the enable-external-dotlock patch. -Thu Sep 21 07:56:40 2000 Thomas Roessler + * handler.c: Initialize a variable in order to avoid a + segmentation fault. From Aaron Schrab. - * rfc2047.c: Make some of the code more readable. From EGE. +2000-07-11 20:38:49 roessler (roessler) -Fri Sep 15 09:19:29 2000 Thomas Roessler + * imap/imap.c, imap/imap_private.h, imap/socket.c: Unify logout + stuff in _one_ function. From Vsevolod Volkov. - * rfc2047.c, rfc2047.h, sendlib.c: Fix some RFC2047 encoding bugs. + * imap/message.c: Disable a bug work-around which actually + breaks things. -Wed Sep 13 21:01:31 2000 Thomas Roessler + * configure.in: Typo, noted by Brad . - * rfc2047.c: - Undo part of the character set canonicalization. EGE pointed out it - isn't needed. +2000-07-10 19:52:12 roessler (roessler) - * rfc2231.c: Replace "unknown" by "unknown-8bit". + * main.c: Typo. - * sendlib.c: s/iconv_open/mutt_iconv_open/. Suggested by EGE. + * po/id.po: update. - * charset.c: - Add "646" as an alias for us-ascii. SunOS 5.8 seems to need it. + * rfc2047.c: Fix some possible NULL pointer deferences in the + RFC2047 code. - * browser.c: - Let the browser handle non-existent directories more gracefully. - From Byrial Jensen. + * imap/command.c, imap/imap.c, imap/message.c, imap/socket.c, + browser.c, pgpkey.c, pop.c, query.c, remailer.c: Fix a bunch + of cases where format parameters were missing from calls to + mutt_message and mutt_error. + + * imap/command.c, imap/imap.c, imap/message.c, browser.c, + pgpkey.c, pop.c, query.c, remailer.c: [stable] Fix a bunch of + cases where format parameters were missing to calls of mutt_error + and mutt_message. -Tue Sep 12 23:18:47 2000 Thomas Roessler + * po/ru.po, po/de.po, po/da.po: update. - * configure.in: Remove some caching. From EGE. + * po/da.po: Update. -Mon Sep 11 10:50:37 2000 Thomas Roessler + * INSTALL, acconfig.h, charset.c, configure.in, main.c: Some + changes from EGE. - * charset.c, copy.c, mbyte.c, rfc2047.c, sendlib.c: - Fix some more character set glitches. +2000-07-07 15:12:37 roessler (roessler) -Sat Sep 9 07:30:29 2000 Thomas Roessler + * po/fr.po: update - * charset.c: - sizeof (dest) == 4. I should have written dlen instead. Noted by - EGE. + * attach.c, copy.c, editmsg.c, from.c, mbox.c, parse.c, parse.h, + pgp.c, protos.h: 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. + +2000-07-06 23:08:39 roessler (roessler) + + * po/sv.po, po/uk.po, po/zh_TW.Big5.po, po/pt_BR.po, po/ru.po, + po/sk.po, po/nl.po, po/pl.po, po/it.po, po/ko.po, po/es.po, + po/fr.po, po/gl.po, po/id.po, po/da.po, po/de.po, po/el.po, + po/eo.po, ChangeLog, VERSION, po/cs.po: automatic post-release + commit for mutt-1.2.4 -Fri Sep 8 21:52:04 2000 Thomas Roessler + * muttlib.c: ups, this should be fixed in stable. - * imap/imap.c: - Brendan's version of the last fix. I put it in since he's most - likely the next one to look at or change this. ,-) + * po/pt_BR.po, po/ru.po, po/sk.po, po/sv.po, po/uk.po, + po/zh_TW.Big5.po, po/ko.po, po/nl.po, po/pl.po, po/eo.po, + po/es.po, po/fr.po, po/gl.po, po/id.po, po/it.po, po/cs.po, + po/da.po, po/de.po, po/el.po, reldate.h, ChangeLog, VERSION: + automatic post-release commit for mutt-1.3.5 - * imap/imap.c: - Fix a silly little IMAP bug. From Daniel Jacobowitz . + * po/sv.po, po/uk.po, po/zh_TW.Big5.po, po/pt_BR.po, po/ru.po, + po/sk.po, po/ko.po, po/nl.po, po/pl.po, po/fr.po, po/gl.po, + po/id.po, po/it.po, po/el.po, po/eo.po, po/es.po, po/cs.po, + po/da.po, po/de.po, reldate.h, ChangeLog, VERSION: automatic + post-release commit for mutt-1.2.3 - * charset.c, protos.h, rfc2231.c, sendlib.c: - Add a character set comparison function. + * po/fr.po: update. -Thu Sep 7 21:56:00 2000 Thomas Roessler + * imap/auth.c, imap/auth_gss.c, imap/browse.c, imap/command.c, + imap/imap.c, imap/imap_private.h, imap/imap_socket.h, + imap/message.c, imap/socket.c: More IMAP clean-up. + + * imap/imap_private.h, imap/imap_socket.h, imap/message.c, + imap/socket.c, imap/util.c, imap/browse.c, imap/command.c, + imap/imap.c: More IMAP fixes from Brendan Cully. - * charset.c: - Add a table of official character set names. Data taken from - www.iana.org. +2000-07-05 14:39:14 roessler (roessler) - * rfc2231.c: - Detect pure 7bit data and don't encode them. This helps a bit in - situations where mutt believes it has some really strange us-ascii - alias as the character set. + * imap/socket.c: Fix the Fix. From TK. - * po/es.po, po/el.po: update +2000-07-05 10:32:17 Tommi Komulainen +(roessler) - * curs_lib.c: - Make the use of nl_langinfo(YESEXPR/NOEXPR) more robust. Problem - noted by Wolfgang Baumann . + * imap/imap_ssl.c, imap/socket.c: - 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 :-] -Wed Sep 6 08:47:13 2000 Thomas Roessler +2000-07-05 08:05:03 roessler (roessler) - * snprintf.c: Fix the MAX fix. from Byrial Jensen. + * imap/BUGS, imap/TODO, imap/auth.c, imap/imap.c, imap/socket.c: + IMAP cosmetics from Brendan Cully. -Tue Sep 5 22:14:36 2000 Thomas Roessler +2000-07-04 17:59:10 roessler (roessler) - * init.c, muttlib.c, pgppubring.c, protos.h, snprintf.c: - Clean up some warning messages. From Bob Bell. + * doc/manual.sgml.head: slight documentation imrpovement from + Will Fiveash. - * hook.c: Fix a segmentation fault in hook parsing. From Bob Bell. +2000-07-03 15:26:22 roessler (roessler) -Mon Sep 4 10:49:48 2000 Thomas Roessler + * po/de.po: update - * imap/browse.c, imap/imap.c, imap/imap.h, imap/imap_private.h, imap/util.c, account.c, account.h, browser.c, curs_main.c, url.c, url.h: - patch-bac.imapurl-4 + * imap/BUGS, imap/command.c, imap/imap.c, imap/imap.h, + imap/imap_socket.h, imap/socket.c, imap/util.c, curs_main.c: + IMAP logout patch from Brendan Cully. - * po/ru.po, po/da.po: update + * po/id.po: update * po/id.po: update. - * recvcmd.c: Fix a segmentation fault when replying to multiple - message/rfc822-type attachments. Noted by David Champion. + * rfc2047.c: "Where have all the headers gone" fix from EGE. -Fri Sep 1 08:58:39 2000 Thomas Roessler + * sendlib.c: utf8 -> utf8 fix (From EGE). - * init.c: - Don't mutt_pretty_mailbox when setting variables, since this may - badly interact with non-default settings. Suggested by Byrial Jensen. + * rfc2047.c: RFC 2047 patch from EGE. -Thu Aug 31 15:14:25 2000 Thomas Roessler +2000-06-30 08:28:56 roessler (roessler) - * muttlib.c: patch-1.3.8.bj.pretty_mailbox.1 + * po/pl.po: fix a format. - * doc/manual.sgml.head: patch-1.3.8.bj.manquote.1 + * sendlib.c: Character set fix from EGE. - * imap/command.c, imap/imap.c: patch-bac.command-3 +2000-06-27 22:28:01 roessler (roessler) -Wed Aug 30 21:34:42 2000 Thomas Roessler + * sendlib.c: minor change from EGE. - * pager.c: Fix display of backspace sequences. From EGE. + * main.c, rfc2047.c: Cosmetics. No, I didn't touch the word-wrap + code. ;-) - * po/fr.po, po/de.po: update +2000-06-26 23:10:26 roessler (roessler) - * po/sk.po, po/sv.po, po/uk.po, po/zh_CN.GB2312.po, po/zh_TW.Big5.po, po/id.po, po/it.po, po/ko.po, po/nl.po, po/pl.po, po/pt_BR.po, po/ru.po, po/cs.po, po/da.po, po/de.po, po/el.po, po/eo.po, po/es.po, po/fr.po, po/gl.po, ChangeLog, VERSION: - automatic post-release commit for mutt-1.3.8 + * muttlib.c: Fix a possible segfault in mutt_expand_folder. Noted + by AMK; [stable]. - * VERSION: ups + * muttlib.c: Fix a possible segmentation fault in + mutt_expand_path. Noted by Andreas M. Kirchwitz. - * po/POTFILES.in, imap/Attic/imap_ssl.c, imap/Attic/imap_ssl.h, imap/Attic/md5c.c, imap/Attic/md5.h, imap/Makefile.am, imap/util.c, ChangeLog, configure.in, curs_main.c, init.c, Makefile.am, md5c.c, md5.h, mutt_socket.c, mutt_ssl.c, mutt_ssl.h, reldate.h, VERSION: - SSL unification patch from Vsevolod. + * doc/Makefile.in, contrib/Makefile.in: "make check" cosmetics. - * imap/command.c, imap/imap.c, imap/message.c, imap/message.h: - patch-bac.expunge-2 + * contrib/sample.muttrc-tlr: update. - * muttlib.c: Fix mutt_prety_mailbox. From Vsevolod. + * configure.in: Iconv detection patch. From Lars Hecking. -Wed Aug 30 10:08:15 2000 Thomas Roessler + * color.c, color.c: Fix #173. From Roland Rosenfeld. - * VERSION: ups +2000-06-22 23:18:36 roessler (roessler) - * po/POTFILES.in, imap/Attic/imap_ssl.c, imap/Attic/imap_ssl.h, imap/Attic/md5c.c, imap/Attic/md5.h, imap/Makefile.am, imap/util.c, ChangeLog, configure.in, curs_main.c, init.c, Makefile.am, md5c.c, md5.h, mutt_socket.c, mutt_ssl.c, mutt_ssl.h, reldate.h, VERSION: - SSL unification patch from Vsevolod. + * muttlib.c: Avoid crashing when forwarding message/rfc822-type + attachments. - * imap/command.c, imap/imap.c, imap/message.c, imap/message.h: - patch-bac.expunge-2 + * Makefile.am, prepare: Lars Hecking's build process patch + for stable. - * muttlib.c: Fix mutt_prety_mailbox. From Vsevolod. + * rfc822.c: branches: 2.9.2.1.2; Fix stack corruption + in the RFC822 parser. Noted by Ari Gordon-Schlosberg + . -Wed Aug 30 08:43:12 2000 Thomas Roessler + * rfc822.c: Fix stack corruption in the RFC822 parser. + Problem noted by Ari Gordon-Schlosberg . - * imap/command.c, imap/imap.c, imap/message.c, imap/message.h: - patch-bac.expunge-2 + * recvattach.c: Merge two almost-identical string constants. + From Byrial. - * muttlib.c: Fix mutt_prety_mailbox. From Vsevolod. +2000-06-21 19:23:23 roessler (roessler) -Tue Aug 29 11:36:25 2000 Thomas Roessler + * imap/auth_gss.c: More debug code which needs #ifdefs. - * curs_lib.c: - The next version of Byrial Jensen's yesorno patch, this time without - a memory leak. + * imap/auth_gss.c: More debugging code which needs #ifdefs. - * acconfig.h, configure.in, curs_lib.c, main.c: - Use locale for yes/no expressions. + * po/eo.po: update. -Mon Aug 28 13:14:55 2000 Thomas Roessler + * Makefile.am, prepare: Work-around for keymap_defs and other + dependency problems. From Lars Hecking. - * rfc2231.c: Little fix from EGE. - - * po/ru.po: Update from Vsevolod. + * muttlib.c: Fix ~logname expansion for stable. - * complete.c: From: EGE + * muttlib.c: Fix ~logname expansion. - Fix a buffer overrun in complete.c. + * README: Remove explicit list of mirrors, and refer to + download.html. - * imap/auth_sasl.c, imap/command.c, imap/imap_private.h, muttlib.c: - From: Brendan Cully + * mbox.c: Fix another mbox synch problem. - The attached small patch adjusts mutt_pretty_mailbox to handle - URLs. + * mbox.c: Fix another bug in mbox synching. - * browser.c, curs_lib.c, hdrline.c, protos.h, recvattach.c: - From: Edmund GRIMLEY EVANS + * postpone.c: Some more character set cleanup,. - This patch moves hdr_format_s from hdrline.c to curs_lib.c and renames - it to mutt_format_s. The function is then used in various places in - browser.c and recvattach.c where previously there was "%%%ss". + * commands.c, compose.c, muttlib.c, pgpkey.c, postpone.c, + protos.h, recvattach.c, send.c, sendlib.c: More character set + clean-up. + + * postpone.c: Improve character set handling when postponing + messages. This patch may lead to information loss under very + special circumstances. - * rfc2047.c, rfc2047.h, rfc2231.c, rfc2231.h, sendlib.c: - Do character set selection for RFC2231 encodings. From EGE, but - with choose_charset renamed to mutt_choose_charset. + * muttlib.c, protos.h: Remove unused mutt_dup_body () function. - * mbyte.c, protos.h, utf8.c, wcwidth.c: From: edmundo@rano.org (EGE) + * compose.c, pgpkey.c, protos.h, recvattach.c, send.c, sendlib.c: + Fix character set selection. Postponing and recalling messages + should work again, now. - This is the patch TAKIZAWA Takashi and I came up with in the end. + * postpone.c, sendlib.c: Fix a file descriptor leak in sendlib.c. - When the Charset is euc-jp or shift_jis, iconv is used for mbrtowc - and wcrtomb. The worst part is mbrtowc_iconv(), where I attempted to - make mbrtowc both restartable (it can process part of multibyte - character) and fast in the case where there is nothing left over - from a previous character. Also I try to make no assumptions about - how those character sets work, which is easy, because I know very - little about them ... + * main.c, main.c: patch-1.3.2.tbm.lastfolder, from Martin + Michlmayr . - People who don't use one of those two stateless Japanese display - charsets shouldn't be affected. People whose systems provide the - wchar_t functions should be even less affected, because they don't - even get this code in their binary. + * commands.c, hook.c, protos.h, recvattach.c, recvcmd.c, send.c: + Apply message-hook to more commands, and make it more useful by + permitting the "~h" and "~b" pattern specifiers. Bad enough, this + removes message-hook abilities from the receive-attachment menu. -Fri Aug 25 06:28:24 2000 Thomas Roessler +2000-06-20 22:23:37 roessler (roessler) - * imap/imap.c, imap/imap_ssl.c, imap/imap_ssl.h, imap/util.c, account.c, account.h, browser.c, mutt_socket.c, mx.c, url.c, url.h: - patch-bac.imapurl-2, with small modifications. + * po/sv.po, po/uk.po, po/zh_TW.Big5.po, po/pl.po, po/pt_BR.po, + po/ru.po, po/sk.po, po/it.po, po/ko.po, po/nl.po, po/es.po, + po/fr.po, po/gl.po, po/id.po, po/el.po, po/eo.po, po/cs.po, + po/da.po, po/de.po, ChangeLog, VERSION, reldate.h: automatic + post-release commit for mutt-1.2.2 -Tue Aug 22 22:23:10 2000 Thomas Roessler + * build-release: Add a "make" call, so build-release will also + work from a source tree which hasn't been built recently. - * muttlib.c: Fix #251, from Brendan. + * commands.c: Do some comparisons case-insensitive. - * main.c, Makefile.am, parse.c, protos.h, url.c, url.h: - Add an URL parser, and support for mailto URLs. + * po/ru.po: update. - * doc/manual.sgml.head: Minor fixes from Will Fiveash. + * doc/muttrc.man.head: s/display-hook/message-hook/ - * po/ru.po: update + * po/de.po: Fix a misleading fuzzy translation about PGP + signature validity. From Roland Rosenfeld. - * hdrline.c: Fix %B in index_format. + * imap/imap.c: Don't use debuglevel unless DEBUG is defined. + Noted by china@thewrittenword.com. -Mon Aug 21 19:25:26 2000 Thomas Roessler + * imap/imap.c: Only use debuglevel if DEBUG is defined. Noted by + Albert Chin , - * imap/browse.c, imap/imap.c, muttlib.c, mutt_socket.c: - patch-bac.parsepath-2 + * po/fr.po: update. - * doc/manual.sgml.head, doc/manual.sgml.tail: - Documentation patch from Lars Hecking. +2000-06-19 21:13:19 roessler (roessler) - * imap/imap.h, imap/imap_private.h, imap/message.c, imap/util.c, imap/browse.c, imap/command.c, imap/imap.c, doc/manual.sgml.head, browser.c, browser.h, buffy.c, functions.h, globals.h, init.h, OPS: - patch-bac.createplus-1 + * doc/devel-notes.txt, doc/manual.sgml.head, init.h, makedoc.c: + patch-1.3.3.bj.docref.1 - * imap/auth_anon.c, imap/auth_cram.c, imap/auth_gss.c, imap/auth_login.c, imap/auth_sasl.c, imap/browse.c, imap/command.c, imap/imap.c, imap/imap_private.h, imap/message.c: - patch-bac.command-2 + * build-release: Make sure m4/Makefile is _really_ rebuilt. -Thu Aug 17 06:06:02 2000 Thomas Roessler + * po/zh_TW.Big5.po, po/ru.po, po/sk.po, po/sv.po, po/uk.po, + po/ko.po, po/nl.po, po/pl.po, po/pt_BR.po, po/es.po, po/fr.po, + po/gl.po, po/id.po, po/it.po, po/da.po, po/de.po, po/el.po, + po/eo.po, po/cs.po, ChangeLog, VERSION, reldate.h: automatic + post-release commit for mutt-1.2.1 - * po/zh_CN.GB2312.po, configure.in: Adding zh_CN.GB2312 translation. + * doc/manual.sgml.head: Fix some more mentions of display-hook. - * imap/Makefile.am, doc/Makefile.in, mutt_socket.c, mx.c: - Random cleanup from Brendan Cully. + * po/ru.po, po/sk.po, po/sv.po, po/uk.po, po/zh_TW.Big5.po, + po/fr.po, po/gl.po, po/id.po, po/it.po, po/ko.po, po/nl.po, + po/pl.po, po/pt_BR.po, ChangeLog, VERSION, po/cs.po, po/da.po, + po/de.po, po/el.po, po/eo.po, po/es.po, reldate.h: automatic + post-release commit for mutt-1.3.4 - * hdrline.c: Fix justification of number formats. (EGE) + * compose.c: No need to include iconv.h. -Tue Aug 15 17:21:19 2000 Thomas Roessler + * po/da.po: update. * po/ru.po: update - * mbyte.c, pager.c, protos.h: Another charset fix from EGE. - -Thu Aug 10 15:48:13 2000 Thomas Roessler - - * imap/Makefile.am: Fix from Brendan Cully. - - * doc/mutt.man, doc/muttrc.man.tail: More minor fixes. +2000-06-17 08:07:36 roessler (roessler) - * doc/mutt.man: Document $MAILDIR. - - * init.c: - Tell mutt about the MAILDIR environment variable DJB talks about in - maildir (5). + * imap/imap_ssl.c: Certificate verification fix from Tommi + Komulainen. - * doc/muttbug.man: Fix a typo. - - * doc/mbox.man: fix some typos. - -Wed Aug 9 21:14:35 2000 Thomas Roessler - - * doc/Makefile.in, doc/mbox.man: Install mbox (5), and fix a typo. - - * doc/mbox.man: - Document the mbox format in a manual page. There may be some need - for this. - - * configure.in, init.c, main.c, Makefile.am: - Minor portability and compilation fixes. - -Tue Aug 8 18:17:54 2000 Thomas Roessler - - * po/POTFILES.in: Some files were missing. From Vsevolod Volkov. - - * imap/command.c, imap/imap.c, imap/imap_private.h, imap/Makefile.am, imap/message.c, init.c, mutt_socket.c, mx.c: - * 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.) - -Mon Aug 7 08:31:36 2000 Thomas Roessler - - * po/Makefile.in.in, imap/Makefile.am, configure.in, Makefile.am, mapping.h, sort.h: - Cross compilation patches from Rüdiger Kuhlmann - . - -Sun Aug 6 14:35:15 2000 Thomas Roessler - - * curs_lib.c: - Return an exit value of 1 if mutt is left via ctrl-c. From Andre - Albsmeier . - -Sat Aug 5 17:50:03 2000 Thomas Roessler - - * imap/imap.c, imap/imap_private.h, imap/message.c, imap/auth_anon.c, imap/auth_cram.c, imap/auth_gss.c, imap/auth_login.c, imap/auth_sasl.c, imap/browse.c, imap/command.c, imap/Makefile.am, mutt_socket.c: - Unified IMAP command code. - - * doc/manual.sgml.head: - Fix keyboard binding documentation. From Thomas Schultz - . - -Fri Aug 4 21:47:11 2000 Thomas Roessler - - * sendlib.c: Fix a character set encoding bug. From EGE. - - * imap/auth_sasl.c, imap/imap_ssl.c, doc/manual.sgml.head, account.c, mutt_sasl.c, mutt_sasl.h, mutt_socket.c, mutt_socket.h: - SASL patch from Brendan Cully. - -Thu Aug 3 22:08:13 2000 Thomas Roessler - - * charset.c: fix a segmentation fault. - - * po/eo.po, po/sv.po: update. - - * po/ru.po, po/sk.po, po/sv.po, po/uk.po, po/zh_TW.Big5.po, po/ko.po, po/nl.po, po/pl.po, po/pt_BR.po, po/fr.po, po/gl.po, po/id.po, po/it.po, imap/Makefile.am, po/cs.po, po/da.po, po/de.po, po/el.po, po/eo.po, po/es.po, reldate.h, VERSION, ChangeLog: - automatic post-release commit for mutt-1.3.7 - - * sendlib.c: - Use a correct Envelope from when bouncing with $envelope_from enabled. - - * imap/auth_sasl.c, imap/BUGS, imap/imap.c, imap/imap_ssl.c, mutt_sasl.c: - More IMAP fixes from Brendan. - -Thu Aug 3 08:24:55 2000 Thomas Roessler - - * sendlib.c: - Use a correct Envelope from when bouncing with $envelope_from enabled. - - * imap/auth_sasl.c, imap/BUGS, imap/imap.c, imap/imap_ssl.c, mutt_sasl.c: - More IMAP fixes from Brendan. - -Thu Aug 3 08:24:55 2000 Thomas Roessler - - * sendlib.c: - Use a correct Envelope from when bouncing with $envelope_from enabled. - - * imap/auth_sasl.c, imap/BUGS, imap/imap.c, imap/imap_ssl.c, mutt_sasl.c: - More IMAP fixes from Brendan. - -Wed Aug 2 18:03:21 2000 Thomas Roessler - - * po/it.po: update + * imap/imap_ssl.c: SSL fix. -Tue Aug 1 18:04:42 2000 Thomas Roessler + * po/ru.po: upate - * mx.c: Fix from BC +2000-06-16 10:21:34 roessler (roessler) - * imap/auth.c, imap/auth_gss.c, imap/auth_sasl.c, imap/message.c: - Brendan's latest patches. + * OPS, commands.c, compose.c, functions.h, mutt.h, sendlib.c: + patch-1.3.3.tlr.change_charset.1 -Mon Jul 31 10:49:00 2000 Thomas Roessler + * po/ru.po: nit. - * po/fr.po: update. +2000-06-15 21:37:07 roessler (roessler) - * m4/gettext.m4, imap/auth_anon.c, imap/auth.c, imap/auth_cram.c, imap/auth_gss.c, imap/auth.h, imap/auth_login.c, imap/auth_sasl.c, imap/command.c, imap/imap.c, imap/imap_private.h, imap/Makefile.am, acconfig.h, account.c, account.h, configure.in, globals.h, init.h, main.c, Makefile.am, mutt_sasl.c, mutt_sasl.h, mutt_socket.c, mutt_socket.h: - Brendan Cully's SASL patch. I hope I didn't miss any files. + * doc/manual.sgml.head, doc/muttrc.man.head, commands.c, hook.c, + init.h, mutt.h, recvcmd.c, send.c: patch-1.3.3.tlr.message_hook.1 -Sat Jul 29 16:33:53 2000 Thomas Roessler + * mutt.h, sendlib.c: patch-1.3.3.tlr.content_info.1 - * po/id.po: update. + * imap/imap.c: shut up the compiler. - * imap/README: updated readme file. + * po/ru.po, commands.c, init.h: nits. - * Makefile.am: - Make sure checktypes and makedoc don't depend on the intl library. + * commands.c, globals.h, init.h: patch-1.2.bbell.display_filter.2. - * po/de.po: update. + * complete.c: patch-1.3.2.bbell.complete.1 - autocomplete "!", + which is helpful in certain IMAP contexts. -Fri Jul 28 19:00:31 2000 Thomas Roessler + * copy.c, mbox.c, mh.c, mx.c: [stable] Prevent data corruption + when the temporary space runs full. Backport from unstable. - * po/ru.po, po/sk.po, po/sv.po, po/uk.po, po/zh_TW.Big5.po, po/it.po, po/ko.po, po/nl.po, po/pl.po, po/pt_BR.po, po/eo.po, po/es.po, po/fr.po, po/gl.po, po/id.po, po/cs.po, po/da.po, po/de.po, po/el.po, ChangeLog, reldate.h, VERSION: - automatic post-release commit for mutt-1.3.6 + * po/el.po, po/fr.po: updates. - * Makefile.am: parse.h no longer exists, so don't try to distribute it. + * po/ru.po: update. - * po/sv.po, po/uk.po, po/zh_TW.Big5.po, po/pt_BR.po, po/ru.po, po/sk.po, po/ko.po, po/nl.po, po/pl.po, po/gl.po, po/id.po, po/it.po, po/el.po, po/eo.po, po/es.po, po/fr.po, po/cs.po, po/da.po, po/de.po, reldate.h, ChangeLog, VERSION: - automatic post-release commit for mutt-1.2.5 + * rfc2047.c, sendlib.c, copy.c, handler.c: Avoid dumping core + when Charset isn't set. - * imap/imap.c, imap/imap_private.h, imap/message.c: - Use UIDs instead of sequence numbers in IMAP. (Brendan) + * init.h: Little documentation fix from Aaron Schrab. -Fri Jul 28 18:57:31 2000 Thomas Roessler +2000-06-14 09:23:45 roessler (roessler) - * Makefile.am: parse.h no longer exists, so don't try to distribute it. + * OPS, charset.c, charset.h, compose.c, functions.h, handler.c: + Remove recode-attachment, and the "decoder" API. (EGE) - * po/sv.po, po/uk.po, po/zh_TW.Big5.po, po/pt_BR.po, po/ru.po, po/sk.po, po/ko.po, po/nl.po, po/pl.po, po/gl.po, po/id.po, po/it.po, po/el.po, po/eo.po, po/es.po, po/fr.po, po/cs.po, po/da.po, po/de.po, reldate.h, ChangeLog, VERSION: - automatic post-release commit for mutt-1.2.5 + * gettext.c: Make sure --disable-nls works. (EGE) - * imap/imap.c, imap/imap_private.h, imap/message.c: - Use UIDs instead of sequence numbers in IMAP. (Brendan) +2000-06-13 20:36:33 roessler (roessler) -Fri Jul 28 18:51:38 2000 Thomas Roessler + * init.h, mutt.h, sendlib.c: EGE's latest send-charset patch. - * po/sv.po, po/uk.po, po/zh_TW.Big5.po, po/pt_BR.po, po/ru.po, po/sk.po, po/ko.po, po/nl.po, po/pl.po, po/gl.po, po/id.po, po/it.po, po/el.po, po/eo.po, po/es.po, po/fr.po, po/cs.po, po/da.po, po/de.po, reldate.h, ChangeLog, VERSION: - automatic post-release commit for mutt-1.2.5 + * m4/curslib.m4: New file, contains Tom Dickey's CF_CURSES_LIBS + macro from lynx. - * imap/imap.c, imap/imap_private.h, imap/message.c: - Use UIDs instead of sequence numbers in IMAP. (Brendan) + * configure.in: Use CF_CURSES_LIBS macro for better detection + of platform-specific curses libraries. From Lars Hecking. - * imap/imap.c, imap/imap_private.h, imap/message.c, imap/message.h, imap/command.c, mutt.h, muttlib.c, mx.c: - Handle expunged messages. From Brendan Cully. + * main.c: Inform us about ICONV_NOTRANS. From EGE. -Wed Jul 26 09:30:01 2000 Thomas Roessler + * configure.in: iconv detection. From EGE. - * doc/manual.sgml.head: Nits from Michael Sobolev. + * commands.c: Only display PGP signature verification status if + verification was tried. -Tue Jul 25 16:35:48 2000 Thomas Roessler +2000-06-12 07:02:42 roessler (roessler) - * Makefile.am: Include the muttbug wrapper with the distribution. + * configure.in: A new check for working wchar functions. - * doc/Makefile.in: Install muttbug.man als flea.1. +2000-06-11 19:05:12 roessler (roessler) - * doc/muttbug.man, doc/mutt.man, main.c, Makefile.am, muttbug: - Install muttbug(1) as flea(1), and adjust the documentation - accordingly. Note: Typing muttbug will still work. + * mh.c, mx.c: Fix some issues with synching of maildir/mh folders. + Problems noted by Byrial Jensen. - * doc/muttbug.man: More tiny fixes. +2000-06-09 17:42:14 roessler (roessler) - * doc/muttbug.man: - Fix some typos. In particular, it's bug tracking system, not buck - tracking system. Oh well. + * pattern.c: Force decimal parsing on dates, so 09 is parsed as 9, + and not as "invalid". + + * imap/imap_ssl.c, imap/imap_ssl.c: Fix a mix-up. + + * po/sv.po, po/uk.po, po/zh_TW.Big5.po, po/de.po, po/el.po, + po/eo.po, po/es.po, po/fr.po, po/gl.po, po/id.po, po/it.po, + po/ko.po, po/nl.po, po/pl.po, po/pt_BR.po, po/ru.po, po/sk.po, + VERSION, po/cs.po, po/da.po, ChangeLog, po/ru.po, po/sk.po, + po/sv.po, po/uk.po, po/zh_TW.Big5.po, po/da.po, po/de.po, + po/el.po, po/eo.po, po/es.po, po/fr.po, po/gl.po, po/id.po, + po/it.po, po/ko.po, po/nl.po, po/pl.po, po/pt_BR.po, po/cs.po, + reldate.h, ChangeLog: automatic post-release commit for mutt-1.3.3 - * doc/Makefile.in, doc/muttbug.man, doc/mutt.man: - muttbug(1) has a manual page of it's own now. + * charset.c, init.c: Fix some typos in the nl_langinfo stuff. - * muttbug.sh.in: Fix a little bug concerning version numbers. + * rfc2047.c: Latest patch from EGE. - * Makefile.am: The warning about README.UPGRADE can go. +2000-06-08 21:44:14 roessler (roessler) - * doc/mutt.man: Mention the bug tracking system. + * copy.c, mbox.c: This patch should fix the mailbox corruption + various people observed. - * INSTALL: - Mention that mutt needs an iconv implementation, and point users to - libiconv. + * charset.c, charset.h, init.c: Fix up the value returned by + nl_langinfo(CODESET). - * INSTALL: Mention OpenBSD + * mbox.c: Improve error reporting with mbox folders a bit. - * Makefile.am: Remove types.h at "make clean" time. + * send.c: patch-1.2.bj.ed_mtime.1 - * curs_main.c: Fix a segmentation fault in the index. + * Makefile.am, acconfig.h, configure.in, main.c, mbyte.c: + Removing the built-in charset support. - * curs_main.c: Try to fix a segmentation fault in the index. + * doc/muttrc.man.head: one-character typo. -Mon Jul 24 07:48:53 2000 Thomas Roessler + * imap/imap_ssl.c: Fix #157. From Enrik Berkhan + . - * browser.h: - make bit types unsigned. From albert chin . + * imap/imap_ssl.c: [stable] Fix #157. From Enrik Berkhan + . - * curs_lib.c, hdrline.c, help.c, mbyte.c, mbyte.h, menu.c: - Replace wctomb and mbtowc with wcrtomb and mbrtowc. From TAKIZAWA - Takashi , with small changes from Edmund - Grimley Evans. + * README.SSL, init.h, mutt.h, imap/imap_ssl.c: [stable] + patch-1.3.2.tl.sslcerts.1. -Sun Jul 23 21:47:01 2000 Thomas Roessler + * charset.c: Don't return data on the stack. Noted by "Andrew + W. Nosenko" . - * menu.c: Fix #108, from Gero Treuner. + * po/sv.po: update. - * configure.in, resize.c: sys/ioctl.h vs. ioctl.h. From Sam Roberts. +2000-06-04 18:18:56 roessler (roessler) - * rfc2231.c: - Fix an obvious bug which prevented rfc2231 _encoding_ support from - working. + * doc/manual.sgml.head: Nits from Mikko Hänninen. -Sat Jul 22 09:01:43 2000 Thomas Roessler +2000-06-02 10:05:41 roessler (roessler) - * configure.in, mutt.h: Some more QNX compiling aides. + * imap/imap.h, imap/imap.h, pgp.c: Fix #152. -Fri Jul 21 07:32:12 2000 Thomas Roessler +2000-05-30 12:52:41 roessler (roessler) - * imap/md5.h, checktypes.c, Makefile.am: - Try to be smart about integer types. + * po/pl.po: update - * imap/imap.c: Fix imap_passive. From Brendan Cully. +2000-05-29 22:34:12 roessler (roessler) - * contrib/Makefile.in: Fix #150. From Brendan Cully. + * rfc2047.c, rfc2047.h, send.c, sendlib.c: Edmund's latest + RFC2047 encoding update. -Thu Jul 20 17:51:52 2000 Thomas Roessler +2000-05-28 20:32:05 roessler (roessler) - * doc/devel-notes.txt: Typo. + * commands.c: Don't bother the user with messages about PGP + signature verification when there is no PGP stuff about the + message. - * imap/browse.c, imap/command.c, imap/imap.c, imap/imap.h, imap/imap_private.h, imap/util.c, mutt_socket.c, mutt_socket.h, mx.c, pop.c: - Another IMAP patch from Brendan. + * README.SSL, init.h, mutt.h: SSL certificate verification fixes + from Tommi Komulainen. - * imap/util.c: quick hack against mx->mbox being NULL. + * imap/imap_ssl.c: SSL certificate verification fix from Tommi + Komulainen. - * imap/BUGS, imap/imap.c, imap/imap.h, imap/util.c, postpone.c: - patch-bac.postpone-2 + * imap/command.c: [stable] Handle connection take-down by servers + more graciously. From Patrick Caulfield. - * pop.c: Use shared socket code, from Vsevolod Volkov. + * doc/manual.sgml.head, contrib/pgp2.rc, contrib/pgp5.rc, + commands.c, init.h, pgp.c, pgp.h: Modified version of Byrial + Jensen's signature verification patch. -Wed Jul 19 10:21:57 2000 Thomas Roessler +2000-05-25 12:21:29 roessler (roessler) - * po/POTFILES.in, imap/Attic/imap_socket.h, imap/Attic/socket.c, imap/auth.c, imap/auth_gss.c, imap/browse.c, imap/imap.c, imap/imap.h, imap/imap_private.h, imap/imap_ssl.c, imap/imap_ssl.h, imap/Makefile.am, imap/message.c, imap/util.c, acconfig.h, account.c, account.h, browser.c, configure.in, gettext.c, globals.h, init.c, init.h, Makefile.am, mutt_socket.c, mutt_socket.h: - IMAP socket moves by Brendan Cully, with a fix from Tommi - Komulainen, and most likely based on input from Vsevolod Voykov - (sp?). + * pgp.c: Use strftime for time indications with PGP verification. - * imap/util.c: - Fix more possible IMAP memory corruption. From Brendan Cully. + * curs_lib.c, mbyte.c: Somewhat different sigsegv fix suggested + by EGE. - * imap/util.c: - Fix possible memory corruption in stable. From Brendan Cully. + * mbyte.c: wctomb(0,wc) is needed to work for bounds checking. - * imap/Attic/socket.c, imap/imap_private.h, imap/message.c, imap/imap.c: - Backport various IMAP bug-fixes to stable. From Brendan Cully. + * mutt.h: Include stdlib.h from mutt.h. -Tue Jul 18 14:38:13 2000 Thomas Roessler + * makedoc.c, init.h: Minor fixes from Byrial. - * imap/Attic/socket.c, imap/auth.c, imap/auth_gss.c, imap/browse.c, imap/command.c, imap/imap.c, imap/imap_private.h, imap/message.c: - More IMAP clean-up from Brendan Cully. + * doc/manual.sgml.head: typo. - * imap/Attic/socket.c, imap/imap.c, imap/imap_private.h, imap/message.c, imap/utf7.c: - IMAP fixes from Brendan Cully. + * doc/devel-notes.txt, init.h, makedoc.c: Documentation + beautification patch from Byrial Jensen. Thanks! - * init.h: Documentation fix. +2000-05-24 19:20:07 roessler (roessler) -Mon Jul 17 18:08:27 2000 Thomas Roessler + * po/ru.po: Fixes #143. - * imap/message.c: Fix possible heap corruption. From Brendan Cully. + * po/ru.po: Some fixes - #143. - * imap/utf7.c: Name changes left out by EGE's patch. + * charset.c, charset.h, compose.c, gnupgparse.c: Make charset-hook + work with an external iconv implementation. - * imap/util.c, imap/imap_private.h: imap/UTF7 related fixes from EGE. + * imap/command.c: Handle disconnects more gracefully. + From Patrick Caulfield . - * curs_main.c: Fix #192. + * config.guess, config.sub: [stable] Latest versions from + ftp.gnu.org/pub/gnu/config -Sun Jul 16 15:35:14 2000 Thomas Roessler + * config.guess, config.sub: Latest versions from + ftp.gnu.org/pub/gnu/config. - * imap/browse.c, imap/imap.c, imap/imap_private.h, imap/Makefile.am, imap/message.c, imap/utf7.c, imap/util.c: - Support modified UTF-7 in folder names. From Edmund Grimley Evans, - modified by Brendan Cully. +2000-05-23 17:16:46 roessler (roessler) - * handler.c: Another qp fix. + * po/id.po, po/it.po, po/ko.po, po/nl.po, po/pl.po, po/pt_BR.po, + po/ru.po, po/sk.po, po/sv.po, po/uk.po, po/zh_TW.Big5.po, + ChangeLog, VERSION, po/cs.po, po/da.po, po/de.po, po/el.po, + po/eo.po, po/es.po, po/fr.po, po/gl.po, reldate.h: automatic + post-release commit for mutt-1.3.2 - * handler.c: - More qp decoder modifications: We should handle multibyte characters - spanning soft line breaks. + * contrib/gpg.rc: Make this work on QNX. - * handler.c: - Rewrite the quoted-printable decoder so it properly chops off - trailing white space. Problem noted by Byrial Jensen. + * contrib/gpg.rc: Change suggested by Sam Roberts + to make this work on QNX. -Sat Jul 15 06:51:47 2000 Thomas Roessler +2000-05-22 16:15:35 roessler (roessler) - * imap/Attic/socket.c: Add a message that we are looking up a host. + * po/pl.po: update -Fri Jul 14 15:03:43 2000 Thomas Roessler + * rfc2047.c: Fix a stupid segmentation fault. - * imap/message.c, imap/message.h: Brendan's latest IMAP changes. + * lib.c: cosmetics. - * README.SSL: - Tommi Komulainen's entropy gathering patch - documentation. + * rfc2047.c: Fix a memory leak. -Wed Jul 12 14:17:46 2000 Thomas Roessler + * charset.c, lib.c, lib.h, protos.h: Add mutt_str_adjust (). - * po/cs.po: update. + * parse.c: Fix a possible cause for heap corruption. - * imap/imap_ssl.c: Entropy gathering fixes. + * po/de.po: update. - * configure.in: Re-apply the iconv patch from vvv. + * charset.c, gettext.c: Make mutt_gettext () a bit more compact. - * configure.in: undo the enable-external-dotlock patch. +2000-05-21 18:45:15 roessler (roessler) - * handler.c: - Initialize a variable in order to avoid a segmentation fault. From - Aaron Schrab. + * mbyte.h: Small fix from EGE. -Tue Jul 11 20:38:49 2000 Thomas Roessler + * sendlib.c: Some fixes so ISO-2022-JP* works with mutt. + Mostly from TAKIZAWA Takashi . - * imap/Attic/socket.c, imap/imap.c, imap/imap_private.h: - Unify logout stuff in _one_ function. From Vsevolod Volkov. + * muttlib.c: Comment a bit of code. - * imap/message.c: - Disable a bug work-around which actually breaks things. +2000-05-20 18:16:18 roessler (roessler) - * configure.in: Typo, noted by Brad . + * po/fr.po: update. -Mon Jul 10 19:52:12 2000 Thomas Roessler + * charset.c, charset.h, curs_lib.c, rfc2047.c, rfc2231.c: String + conversion patch from EGE. - * main.c: Typo. + * doc/manual.sgml.head, hook.c: Second version of Byrial's + display-hook patch. - * po/id.po: update. + * po/uk.po, po/zh_TW.Big5.po, po/fr.po, po/gl.po, po/id.po, + po/it.po, po/ko.po, po/nl.po, po/pl.po, po/pt_BR.po, po/ru.po, + po/sk.po, po/sv.po, ChangeLog, VERSION, po/cs.po, po/da.po, + po/de.po, po/el.po, po/eo.po, po/es.po, reldate.h: automatic + post-release commit for mutt-1.3.1 - * rfc2047.c: - Fix some possible NULL pointer deferences in the RFC2047 code. + * doc/muttrc.man.head: Document display-hook in the manual page. - * imap/Attic/socket.c, imap/command.c, imap/imap.c, imap/message.c, browser.c, pgpkey.c, pop.c, query.c, remailer.c: - Fix a bunch of cases where format parameters were missing from calls - to mutt_message and mutt_error. - - * imap/command.c, imap/imap.c, imap/message.c, browser.c, pgpkey.c, pop.c, query.c, remailer.c: - [stable] Fix a bunch of cases where format parameters were missing - to calls of mutt_error and mutt_message. + * commands.c, hook.c, init.h, mutt.h, protos.h, send.c: Add a + display-hook command. From Byrial Jensen. - * po/ru.po, po/de.po, po/da.po: update. + * alias.c, browser.c, init.c, lib.c, mutt.h, muttlib.c, protos.h: + Add mutt_gecos_name function which centrally handles the GECOS + processing. - * po/da.po: Update. + * imap/imap.c: Shut up some warnings. We may have to think + about mutt_stristr again. - * acconfig.h, charset.c, configure.in, INSTALL, main.c: - Some changes from EGE. + * configure.in: Verify that regmatch_t has offsets, and not + only pointers. From Sam Roberts . -Fri Jul 7 15:12:37 2000 Thomas Roessler + * configure.in: Don't look for curses in /usr/5lib any more - + this broke things for some people. - * po/fr.po: update + * configure.in: Don't look for the curses library in /usr/5lib + any more. This broke things for some people. - * attach.c, Attic/parse.h, copy.c, editmsg.c, from.c, mbox.c, parse.c, pgp.c, protos.h: - 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. + * sendlib.c: Real fix for the pointer problem noted by Heiko + Schlichting. -Thu Jul 6 23:08:39 2000 Thomas Roessler + * sendlib.c: Fix a "string on stack returned" bug found by + Heiko Schlichting. - * po/sv.po, po/uk.po, po/zh_TW.Big5.po, po/pt_BR.po, po/ru.po, po/sk.po, po/nl.po, po/pl.po, po/it.po, po/ko.po, po/es.po, po/fr.po, po/gl.po, po/id.po, po/da.po, po/de.po, po/el.po, po/eo.po, ChangeLog, po/cs.po, VERSION: - automatic post-release commit for mutt-1.2.4 +2000-05-19 07:36:42 roessler (roessler) - * muttlib.c: ups, this should be fixed in stable. + * hdrline.c: Fix %. formats. From EGE. - * po/pt_BR.po, po/ru.po, po/sk.po, po/sv.po, po/uk.po, po/zh_TW.Big5.po, po/ko.po, po/nl.po, po/pl.po, po/eo.po, po/es.po, po/fr.po, po/gl.po, po/id.po, po/it.po, po/cs.po, po/da.po, po/de.po, po/el.po, reldate.h, ChangeLog, VERSION: - automatic post-release commit for mutt-1.3.5 +2000-05-18 17:06:59 roessler (roessler) - * po/sv.po, po/uk.po, po/zh_TW.Big5.po, po/pt_BR.po, po/ru.po, po/sk.po, po/ko.po, po/nl.po, po/pl.po, po/fr.po, po/gl.po, po/id.po, po/it.po, po/el.po, po/eo.po, po/es.po, po/cs.po, po/da.po, po/de.po, reldate.h, ChangeLog, VERSION: - automatic post-release commit for mutt-1.2.3 + * copy.c, parse.c, rfc2047.c, rfc2047.h, rfc2231.c, send.c, + sendlib.c: rfc2047_decode change from EGE. - * po/fr.po: update. + * charset.c: Catch a segmentation fault in mutt_convert_string (). -Thu Jul 6 22:34:55 2000 Thomas Roessler + * acconfig.h: Don't enable debugging by default in the stable + branch. - * po/sv.po, po/uk.po, po/zh_TW.Big5.po, po/pt_BR.po, po/ru.po, po/sk.po, po/ko.po, po/nl.po, po/pl.po, po/fr.po, po/gl.po, po/id.po, po/it.po, po/el.po, po/eo.po, po/es.po, po/cs.po, po/da.po, po/de.po, reldate.h, ChangeLog, VERSION: - automatic post-release commit for mutt-1.2.3 + * configure.in, main.c: More debugging output, and a warning + in configure.in. - * po/fr.po: update. + * main.c: Tell us something about internal iconv and CHARMAPS_DIR + from mutt -v. - * imap/auth.c, imap/auth_gss.c, imap/browse.c, imap/command.c, imap/imap.c, imap/imap_private.h, imap/imap_socket.h, imap/message.c, imap/socket.c: - More IMAP clean-up. +2000-05-17 12:39:16 roessler (roessler) - * imap/imap_private.h, imap/imap_socket.h, imap/message.c, imap/socket.c, imap/util.c, imap/browse.c, imap/command.c, imap/imap.c: - More IMAP fixes from Brendan Cully. + * mkjtags.c: handle ^L lines correctly. -Wed Jul 5 14:39:14 2000 Thomas Roessler + * mkjtags.c: Some beautifications. - * imap/socket.c: Fix the Fix. From TK. + * Makefile.am, mkjtags.c: Add a little tool to help with building + tags files my editor groks. - * imap/imap_ssl.c, imap/socket.c: - From: Tommi Komulainen + * handler.c: When displaying a deleted attachment's information, + present the file name if it is present. Suggested by Pete + Wenzel . - - 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 :-] + * imap/imap_ssl.c: SSL certificate check fix. From Tommi + Komulainen. - * imap/auth.c, imap/BUGS, imap/imap.c, imap/socket.c, imap/TODO: - IMAP cosmetics from Brendan Cully. + * imap/imap_ssl.c: Certificate check fix, from Tommi Komulainen. -Tue Jul 4 17:59:10 2000 Thomas Roessler + * OPS, enter.c, functions.h: Add forward-word and backward-word + functions to the editor. - * doc/manual.sgml.head: - slight documentation imrpovement from Will Fiveash. + * OPS, enter.c, functions.h: Add a kill-eow function to the + line editor. -Mon Jul 3 15:26:22 2000 Thomas Roessler + * init.c: Small fix to mutt_set_default(). - * po/de.po: update +2000-05-16 19:01:50 roessler (roessler) - * imap/BUGS, imap/command.c, imap/imap.c, imap/imap.h, imap/imap_socket.h, imap/socket.c, imap/util.c, curs_main.c: - IMAP logout patch from Brendan Cully. + * Makefile.am: We don't need to build in the charmaps/ directory + unless we use the included iconv. - * po/id.po: update + * compose.c, mutt.h, protos.h, sendlib.c: Some fixes to the size + calculation code. - * po/id.po: update. + * compose.c, globals.h, init.h, sendlib.c: A modified version + of Will Fiveash's compose format patch. - * rfc2047.c: "Where have all the headers gone" fix from EGE. + * acconfig.h, configure.in, init.c, init.h: Use nl_langinfo's + return value as the default for $charset. - * sendlib.c: utf8 -> utf8 fix (From EGE). + * init.c: More default setting. This can easily be done much + cleaner than the last version of the patch. - * rfc2047.c: RFC 2047 patch from EGE. + * init.c: Hack: mutt_restore_default() now stores the latest + value of a variable as it's default if there was no default + before. The code in question is executed precisely once: when + mutt_restore_default() is invoked from mutt_init(). -Fri Jun 30 08:28:56 2000 Thomas Roessler + * hook.c, lib.c, lib.h, muttlib.c, protos.h: Let _mutt_expand_path + escape regular expression special characters. For stable. - * po/pl.po: fix a format. + * hook.c, lib.c, lib.h, muttlib.c, protos.h: mutt_expand_path + is now able to escape special characters for use in regular + expressions. This is needed to make folder-hooks work like + intended. - * sendlib.c: Character set fix from EGE. + * muttlib.c: Sanitize file names passed to mutt_adv_mktemp. -Tue Jun 27 22:28:01 2000 Thomas Roessler + * muttlib.c: Sanitize file name suggestions passed to + mutt_adv_mktemp. - * sendlib.c: minor change from EGE. + * doc/manual.sgml.tail, OPS, enter.c, functions.h: Add a + transpose-character function to the editor. From Aaron Schrab. - * main.c, rfc2047.c: - Cosmetics. No, I didn't touch the word-wrap code. ;-) + * configure.in: Improve the wchar_t checks. From "Andrew + W. Nosenko" . -Mon Jun 26 23:10:26 2000 Thomas Roessler +2000-05-15 12:00:53 roessler (roessler) - * muttlib.c: - Fix a possible segfault in mutt_expand_folder. Noted by AMK; [stable]. + * configure.in, mbyte.c, pager.c: More iconv-related patches + from EGE. - * muttlib.c: - Fix a possible segmentation fault in mutt_expand_path. Noted by - Andreas M. Kirchwitz. +2000-05-13 17:39:03 roessler (roessler) - * doc/Makefile.in, contrib/Makefile.in: "make check" cosmetics. + * configure.in: HP/UX vs. ANSI C. From Lars Hecking and Albert + Chin. [stable] - * contrib/sample.muttrc-tlr: update. + * configure.in: Configuration for ANSI C / HP/UX. From albert + chin and Lars Hecking. - * configure.in: Iconv detection patch. From Lars Hecking. +2000-05-12 13:41:34 roessler (roessler) - * color.c: Fix #173. From Roland Rosenfeld. + * mbyte.c, wcwidth.c: Make things compile. ;-) -Thu Jun 22 23:18:36 2000 Thomas Roessler + * mbyte.c, mbyte.h, wcwidth.c: Isprint-related changes. + Suggested by Andrew Nosenko, adapted by EGE. - * muttlib.c: - Avoid crashing when forwarding message/rfc822-type attachments. + * gettext.c: Replacing some more free() calls by safe_free(). - * Makefile.am, prepare: Lars Hecking's build process patch for stable. + * acconfig.h, configure.in, curs_lib.c, gettext.c, help.c, + mbyte.c, mbyte.h, mutt.h, pager.c, wcwidth.c: wide-character + related patches. From Edmund Grimley Evans. - * rfc822.c: Fix stack corruption in the RFC822 parser. Noted by Ari - Gordon-Schlosberg . + * configure.in: HP/UX -Ae detection. From Albert Chin. [stable] - * rfc822.c: - Fix stack corruption in the RFC822 parser. Problem noted by Ari - Gordon-Schlosberg . + * configure.in: Improve the HP/UX check for the -Ae command + line parameter. From albert chin (china@thewrittenword.com). - * recvattach.c: - Merge two almost-identical string constants. From Byrial. + * gen_defs: Make sure gen_defs returns success. [stable] -Wed Jun 21 19:23:23 2000 Thomas Roessler + * gen_defs: Sam Roberts reports that some shells do strange + things with exit states. - * imap/auth_gss.c: More debug code which needs #ifdefs. + * doc/manual.sgml.head: Fix $spool vs. $spoolfile. From David + Ellement. - * imap/auth_gss.c: More debugging code which needs #ifdefs. +2000-05-11 07:10:32 roessler (roessler) - * po/eo.po: update. + * doc/mutt.man: Remove some unnecessary spaces. - * Makefile.am, prepare: - Work-around for keymap_defs and other dependency problems. From - Lars Hecking. + * doc/mutt.man, main.c: Fix usage information. Noted by Mikko + Hänninen. - * muttlib.c: Fix ~logname expansion for stable. + * acconfig.h, configure.in, globals.h: Check volatility of + sig_atomic_t. - * muttlib.c: Fix ~logname expansion. +2000-05-10 18:02:31 roessler (roessler) - * README: Remove explicit list of mirrors, and refer to download.html. + * configure.in: Support for old Kerberos versions. From David + Champion . - * mbox.c: Fix another mbox synch problem. + * configure.in: Fix support for old Kerberos libraries. - * mbox.c: Fix another bug in mbox synching. + * hdrline.c, thread.c: updated messages-in-thread (%e) patch + from Markus Holmberg. - * postpone.c: Some more character set cleanup,. + * po/pl.po: update. - * commands.c, compose.c, muttlib.c, pgpkey.c, postpone.c, protos.h, recvattach.c, send.c, sendlib.c: - More character set clean-up. + * init.h, mutt.h, pop.c: Fix a segmentation fault introduced by + the change of pop_delete to a quad option. - * postpone.c: - Improve character set handling when postponing messages. This patch - may lead to information loss under very special circumstances. + * po/fr.po: Update the French translation. - * muttlib.c, protos.h: Remove unused mutt_dup_body () function. +2000-05-09 20:19:28 roessler (roessler) - * compose.c, pgpkey.c, protos.h, recvattach.c, send.c, sendlib.c: - Fix character set selection. Postponing and recalling messages - should work again, now. + * parse.c: more mailtool brain-damage support. - * postpone.c, sendlib.c: Fix a file descriptor leak in sendlib.c. + * acconfig.h, configure.in, parse.c: Sun mailtool message support. + The format is ugly, but the patch is reasonably clean. - * main.c: - patch-1.3.2.tbm.lastfolder, from Martin Michlmayr . + * Makefile.am: include mbyte.h with the distribution. - * commands.c, hook.c, protos.h, recvattach.c, recvcmd.c, send.c: - Apply message-hook to more commands, and make it more useful by - permitting the "~h" and "~b" pattern specifiers. Bad enough, this - removes message-hook abilities from the receive-attachment menu. + * doc/devel-notes.txt: Add a word about format flags. -Tue Jun 20 22:23:37 2000 Thomas Roessler + * imap/message.c: Make the X-Label patch work over IMAP. - * po/sv.po, po/uk.po, po/zh_TW.Big5.po, po/pl.po, po/pt_BR.po, po/ru.po, po/sk.po, po/it.po, po/ko.po, po/nl.po, po/es.po, po/fr.po, po/gl.po, po/id.po, po/el.po, po/eo.po, po/cs.po, po/da.po, po/de.po, ChangeLog, reldate.h, VERSION: - automatic post-release commit for mutt-1.2.2 + * po/nl.po, po/pl.po, po/pt_BR.po, po/ru.po, po/sk.po, po/sv.po, + po/uk.po, po/zh_TW.Big5.po, po/cs.po, po/da.po, po/de.po, + po/el.po, po/eo.po, po/es.po, po/fr.po, po/gl.po, po/id.po, + po/it.po, po/ko.po, reldate.h, ChangeLog, VERSION: automatic + post-release commit for mutt-1.3 + + * hdrline.c, init.h, protos.h, thread.c: Add a %e option + for thread-relative message numbers. From Markus Holmberg + . - * build-release: - Add a "make" call, so build-release will also work from a source - tree which hasn't been built recently. + * doc/manual.sgml.head, hdrline.c, init.h, mutt.h, parse.c, + pattern.c: X-Label header support from David Champion + . - * commands.c: Do some comparisons case-insensitive. + * init.h, pop.c: Make pop_delete a quad-option. From Honza + Pazdziora . - * po/ru.po: update. + * VERSION: Ups, we should leave the version file on 1.2, so the + diff will get built properly when I release 1.3. - * doc/muttrc.man.head: s/display-hook/message-hook/ + * lib.h, mbyte.c, mbyte.h, menu.c, muttlib.c, pager.c, + pgppubring.c, protos.h, rfc2047.c, rfc2231.c, sendlib.c, + utf8.c, wcwidth.c, Makefile.am, VERSION, charset.c, charset.h, + commands.c, compose.c, configure.in, curs_lib.c, curs_main.c, + enter.c, gettext.c, gnupgparse.c, hdrline.c, help.c, init.c: + Edmund Grimley Evans' UTF-8 patch. - * po/de.po: - Fix a misleading fuzzy translation about PGP signature validity. - From Roland Rosenfeld. + * po/ko.po, po/nl.po, po/pl.po, po/pt_BR.po, po/ru.po, po/sk.po, + po/sv.po, po/uk.po, po/zh_TW.Big5.po, VERSION, po/cs.po, + po/da.po, po/de.po, po/el.po, po/eo.po, po/es.po, po/fr.po, + po/gl.po, po/id.po, po/it.po, reldate.h, ChangeLog: automatic + post-release commit for mutt-1.2 - * imap/imap.c: Don't use debuglevel unless DEBUG is defined. Noted by - china@thewrittenword.com. + * build-release: unstable branch. - * imap/imap.c: - Only use debuglevel if DEBUG is defined. Noted by Albert Chin - , + * build-release: start preparing 1.2. - * po/fr.po: update. +2000-05-03 07:48:46 roessler (roessler) -Mon Jun 19 21:13:19 2000 Thomas Roessler + * po/zh_TW.Big5.po: branches: 1.30.2; automatic post-release + commit for mutt-1.1.14 - * doc/devel-notes.txt, doc/manual.sgml.head, init.h, makedoc.c: - patch-1.3.3.bj.docref.1 + * po/da.po: branches: 1.13.2; automatic post-release commit + for mutt-1.1.14 - * build-release: Make sure m4/Makefile is _really_ rebuilt. + * po/de.po: branches: 1.99.2; automatic post-release commit + for mutt-1.1.14 - * po/zh_TW.Big5.po, po/ru.po, po/sk.po, po/sv.po, po/uk.po, po/ko.po, po/nl.po, po/pl.po, po/pt_BR.po, po/es.po, po/fr.po, po/gl.po, po/id.po, po/it.po, po/da.po, po/de.po, po/el.po, po/eo.po, po/cs.po, ChangeLog, reldate.h, VERSION: - automatic post-release commit for mutt-1.2.1 + * po/el.po: branches: 1.31.2; automatic post-release commit + for mutt-1.1.14 - * doc/manual.sgml.head: Fix some more mentions of display-hook. + * po/eo.po: branches: 1.30.2; automatic post-release commit + for mutt-1.1.14 - * po/ru.po, po/sk.po, po/sv.po, po/uk.po, po/zh_TW.Big5.po, po/fr.po, po/gl.po, po/id.po, po/it.po, po/ko.po, po/nl.po, po/pl.po, po/pt_BR.po, ChangeLog, po/cs.po, po/da.po, po/de.po, po/el.po, po/eo.po, po/es.po, reldate.h, VERSION: - automatic post-release commit for mutt-1.3.4 + * po/es.po: branches: 1.49.2; automatic post-release commit + for mutt-1.1.14 - * compose.c: No need to include iconv.h. + * po/fr.po: branches: 1.45.2; automatic post-release commit + for mutt-1.1.14 - * po/da.po: update. + * po/gl.po: branches: 1.23.2; automatic post-release commit + for mutt-1.1.14 - * po/ru.po: update + * po/id.po: branches: 1.31.2; automatic post-release commit + for mutt-1.1.14 -Mon Jun 19 08:56:57 2000 Thomas Roessler + * po/it.po: branches: 1.59.2; automatic post-release commit + for mutt-1.1.14 - * compose.c: No need to include iconv.h. + * po/ko.po: branches: 1.31.2; automatic post-release commit + for mutt-1.1.14 - * po/da.po: update. + * po/nl.po: branches: 1.36.2; automatic post-release commit + for mutt-1.1.14 - * po/ru.po: update + * po/pl.po: branches: 1.39.2; automatic post-release commit + for mutt-1.1.14 -Sat Jun 17 08:07:36 2000 Thomas Roessler + * po/pt_BR.po: branches: 1.20.2; automatic post-release commit + for mutt-1.1.14 - * imap/imap_ssl.c: Certificate verification fix from Tommi Komulainen. + * po/ru.po: branches: 1.67.2; automatic post-release commit + for mutt-1.1.14 - * imap/imap_ssl.c: SSL fix. + * po/sk.po: branches: 1.28.2; automatic post-release commit + for mutt-1.1.14 - * po/ru.po: upate + * po/sv.po: branches: 1.27.2; automatic post-release commit + for mutt-1.1.14 -Fri Jun 16 10:21:34 2000 Thomas Roessler + * po/uk.po: branches: 1.42.2; automatic post-release commit + for mutt-1.1.14 - * OPS, commands.c, compose.c, functions.h, mutt.h, sendlib.c: - patch-1.3.3.tlr.change_charset.1 + * ChangeLog: branches: 2.40.2; automatic post-release commit + for mutt-1.1.14 - * po/ru.po: nit. + * VERSION: branches: 2.28.2; automatic post-release commit + for mutt-1.1.14 -Thu Jun 15 21:37:07 2000 Thomas Roessler + * po/cs.po: branches: 1.35.2; automatic post-release commit + for mutt-1.1.14 - * doc/manual.sgml.head, doc/muttrc.man.head, commands.c, hook.c, init.h, mutt.h, recvcmd.c, send.c: - patch-1.3.3.tlr.message_hook.1 + * po/sk.po, po/sv.po, po/uk.po, po/zh_TW.Big5.po, po/da.po, + po/de.po, po/el.po, po/eo.po, po/es.po, po/fr.po, po/gl.po, + po/id.po, po/it.po, po/ko.po, po/nl.po, po/pl.po, po/pt_BR.po, + po/ru.po, ChangeLog, VERSION, po/cs.po: automatic post-release + commit for mutt-1.1.13 - * mutt.h, sendlib.c: patch-1.3.3.tlr.content_info.1 + * reldate.h: branches: 2.25.2; automatic post-release commit + for mutt-1.1.13 - * imap/imap.c: shut up the compiler. +2000-04-30 06:58:21 roessler (roessler) - * po/ru.po, commands.c, init.h: nits. + * imap/message.c: branches: 1.24.2; Catch the case that an IMAP + server sends "\n\n" after a mail header. Diagnosed by Brendan. - * commands.c, globals.h, init.h: patch-1.2.bbell.display_filter.2. +2000-04-29 13:38:05 roessler (roessler) - * complete.c: - patch-1.3.2.bbell.complete.1 - autocomplete "!", which is helpful - in certain IMAP contexts. - - * copy.c, mbox.c, mh.c, mx.c: - [stable] Prevent data corruption when the temporary space runs full. - Backport from unstable. + * query.c: branches: 2.5.2; Fix a possible segmentation fault + with the external query feature. - * po/el.po, po/fr.po: updates. + * imap/imap.c: branches: 1.26.2; Fix the "empty screen after + sync" bug observed with certain versions of the Courier IMAP + server. From Brendan Cully. - * po/ru.po: update. +2000-04-26 17:43:00 roessler (roessler) - * rfc2047.c, sendlib.c, copy.c, handler.c: - Avoid dumping core when Charset isn't set. + * imap/util.c: branches: 1.23.2; Fix the imap_force_ssl option. - * init.h: Little documentation fix from Aaron Schrab. + * po/da.po: update. -Wed Jun 14 09:23:45 2000 Thomas Roessler + * contrib/pgp6.rc: Fix a little typo. Noted by Steve Brewer + . - * OPS, charset.c, charset.h, compose.c, functions.h, handler.c: - Remove recode-attachment, and the "decoder" API. (EGE) + * imap/imap_ssl.c: branches: 1.12.2; Add a new option named + imap_force_ssl. - * gettext.c: Make sure --disable-nls works. (EGE) + * imap/imap_ssl.h, imap/util.c: Add a new option named + imap_force_ssl. -Tue Jun 13 20:36:33 2000 Thomas Roessler + * init.h: branches: 2.80.2; Add a new option named + imap_force_ssl. - * init.h, mutt.h, sendlib.c: EGE's latest send-charset patch. + * mutt.h: branches: 2.62.2; Add a new option named + imap_force_ssl. - * m4/curslib.m4: - New file, contains Tom Dickey's CF_CURSES_LIBS macro from lynx. +2000-04-25 18:39:01 roessler (roessler) - * configure.in: - Use CF_CURSES_LIBS macro for better detection of platform-specific - curses libraries. From Lars Hecking. + * acconfig.h: branches: 2.15.2; Revised version of Lars' patch. - * main.c: Inform us about ICONV_NOTRANS. From EGE. + * configure.in: branches: 2.61.2; Revised version of Lars' patch. - * configure.in: iconv detection. From EGE. + * m4/funcdecl.m4: New macros CF_CHECK_FUNCDECL, + CF_CHECK_FUNCDECLS, CF_UPPER. These are slightly modified versions + of T. E. Dickey's macros from the lynx distribution. (From + Lars Hecking.) - * commands.c: - Only display PGP signature verification status if verification was - tried. + * configure.in: Use new CF_CHECK_FUNCDECLS macro for curses + functions. This should catch function declarations and macros + alike. Due to a misfeature in autoheader, we have to explicitly + AC_DEFINE the curses functions. (From Lars Hecking.) -Mon Jun 12 07:02:42 2000 Thomas Roessler + * acconfig.h: acconfig.h: Remove duplicate VERSION and unused + HAVE_GETOPT_DECL. Remove DEBUGGER (it's AC_SUBST'ed, not + AC_DEFINE'd). Add defines for curses functions. (From Lars + Hecking.) - * configure.in: A new check for working wchar functions. + * po/it.po: update. -Sun Jun 11 19:05:12 2000 Thomas Roessler +2000-04-24 13:10:11 roessler (roessler) - * mh.c, mx.c: - Fix some issues with synching of maildir/mh folders. Problems noted - by Byrial Jensen. + * imap/util.c: Fix a segmentation fault with folder completion. + From Brendan. -Fri Jun 9 17:42:14 2000 Thomas Roessler + * imap/message.c: Fall back to INTERNALDATE when Date header + isn't present. From Brendan. - * pattern.c: - Force decimal parsing on dates, so 09 is parsed as 9, and not as - "invalid". +2000-04-22 18:34:29 roessler (roessler) - * imap/imap_ssl.c: Fix a mix-up. + * po/ko.po, po/nl.po, po/pl.po, po/pt_BR.po, po/ru.po, po/sk.po, + po/sv.po, po/uk.po, po/zh_TW.Big5.po, ChangeLog, VERSION, + po/cs.po, po/da.po, po/de.po, po/el.po, po/eo.po, po/es.po, + po/fr.po, po/gl.po, po/id.po, po/it.po, reldate.h: automatic + post-release commit for mutt-1.1.12 - * po/sv.po, po/uk.po, po/zh_TW.Big5.po, po/de.po, po/el.po, po/eo.po, po/es.po, po/fr.po, po/gl.po, po/id.po, po/it.po, po/ko.po, po/nl.po, po/pl.po, po/pt_BR.po, po/ru.po, po/sk.po, VERSION, po/cs.po, po/da.po, ChangeLog, reldate.h: - automatic post-release commit for mutt-1.3.3 + * doc/manual.sgml.head: branches: 1.31.2; Add a link to + http://www.mutt.org/download.html. -Fri Jun 9 11:34:26 2000 Thomas Roessler + * init.c, init.h, thread.c: Handle sort_aux="threads" + somewhat different, and probably more safely. Problem and + principle of fix noted by Gero Treuner and Michael Tatge + . - * po/ru.po, po/sk.po, po/sv.po, po/uk.po, po/zh_TW.Big5.po, - po/da.po, po/de.po, po/el.po, po/eo.po, po/es.po, po/fr.po, - po/gl.po, po/id.po, po/it.po, po/ko.po, po/nl.po, po/pl.po, - po/pt_BR.po, po/cs.po, reldate.h, ChangeLog: automatic - post-release commit for mutt-1.3.3 + * lib.c: branches: 2.23.2; Coda compatibility. From Jan Harkes + . - * po/ru.po, po/sk.po, po/sv.po, po/uk.po, po/zh_TW.Big5.po, - po/da.po, po/de.po, po/el.po, po/eo.po, po/es.po, po/fr.po, - po/gl.po, po/id.po, po/it.po, po/ko.po, po/nl.po, po/pl.po, - po/pt_BR.po, VERSION, po/cs.po, reldate.h, ChangeLog: - automatic post-release commit for mutt-1.3.3 + * parse.c: Fix message parsing. This fixes the "Reply-To in + body" bug. From Edmund GRIMLEY EVANS. - * charset.c, init.c: Fix some typos in the nl_langinfo stuff. + * doc/manual.sgml.tail: Fix the sgmltools URL. From Martin + Michlmayr. -Fri Jun 9 05:51:33 2000 Thomas Roessler + * charset.c: branches: 2.19.2; Comment cosmetics. From Martin + Michlmayer. - * charset.c, init.c: Fix some typos in the nl_langinfo stuff. + * editmsg.c, extlib.c, gnupgparse.c, lib.c: Comment cosmetics. + From Martin Michlmayer. - * rfc2047.c: Latest patch from EGE. + * lib.h: branches: 2.7.2; Comment cosmetics. From Martin + Michlmayer. -Thu Jun 8 21:44:14 2000 Thomas Roessler + * pgpinvoke.c: Comment cosmetics. From Martin Michlmayer. - * copy.c, mbox.c: - This patch should fix the mailbox corruption various people observed. + * pgpkey.c: branches: 2.24.2; Comment cosmetics. From Martin + Michlmayer. - * charset.c, charset.h, init.c: - Fix up the value returned by nl_langinfo(CODESET). + * pgplib.c, pgppubring.c, recvcmd.c: Comment cosmetics. + From Martin Michlmayer. - * mbox.c: Improve error reporting with mbox folders a bit. + * remailer.c: branches: 2.11.2; Comment cosmetics. From Martin + Michlmayer. - * send.c: patch-1.2.bj.ed_mtime.1 + * rfc2231.c, rfc2231.h: Comment cosmetics. From Martin + Michlmayer. - * Makefile.am, acconfig.h, configure.in, main.c, mbyte.c: - Removing the built-in charset support. + * doc/manual.sgml.head: Document the elmish "!!" shortcut for + the last folder. From Martin Michlmayr . - * doc/muttrc.man.head: one-character typo. + * curs_main.c: branches: 2.44.2; Fix various inconsistencies + with respect to thread deletion. - * imap/imap_ssl.c: - Fix #157. From Enrik Berkhan . + * pager.c: Fix various inconsistencies with respect to thread + deletion. - * imap/imap_ssl.c: - [stable] Fix #157. From Enrik Berkhan . +2000-04-12 16:32:26 roessler (roessler) - * README.SSL, init.h, mutt.h, imap/imap_ssl.c: - [stable] patch-1.3.2.tl.sslcerts.1. + * browser.c: branches: 2.21.2; Initialize some more memory. + Noted by Vsevolod Volkov . - * charset.c: - Don't return data on the stack. Noted by "Andrew W. Nosenko" - . + * headers.c: Catch some error conditions. - * po/sv.po: update. + * main.c: branches: 2.29.2; Tell us whether debugging is enabled + or not. -Sun Jun 4 18:18:56 2000 Thomas Roessler +2000-04-09 13:32:36 roessler (roessler) - * doc/manual.sgml.head: Nits from Mikko Hänninen. + * po/sv.po: Update. -Fri Jun 2 10:05:41 2000 Thomas Roessler + * imap/imap_ssl.c: Another file mode change. - * imap/imap.h, pgp.c: Fix #152. + * po/fr.po, po/es.po, po/el.po: update. -Tue May 30 12:52:41 2000 Thomas Roessler + * imap/imap_ssl.c: Save more than one SSL certificate to the + certificate file. - * po/pl.po: update + * po/da.po, po/cs.po: update. -Mon May 29 22:34:12 2000 Thomas Roessler + * imap/socket.c: branches: 1.9.2; Make host name comparison + case-insensitive. - * rfc2047.c, rfc2047.h, send.c, sendlib.c: - Edmund's latest RFC2047 encoding update. + * doc/manual.sgml.head: Minor typo in the documentation. + Noted by Vsevolod Volkov . -Sun May 28 20:32:05 2000 Thomas Roessler + * muttlib.c: branches: 2.16.2; The "!!" shortcut had another + flaw. Noted by Martin Michlmayr . - * commands.c: - Don't bother the user with messages about PGP signature verification - when there is no PGP stuff about the message. + * imap/BUGS: branches: 1.12.2; Documentation patch from Brendan + Cully. - * README.SSL, init.h, mutt.h: - SSL certificate verification fixes from Tommi Komulainen. + * pattern.c: Fix ^ and ! pattern modifiers. - * imap/imap_ssl.c: - SSL certificate verification fix from Tommi Komulainen. +2000-03-31 12:37:21 roessler (roessler) - * imap/command.c: - [stable] Handle connection take-down by servers more graciously. - From Patrick Caulfield. + * po/pl.po, po/id.po: update. - * doc/manual.sgml.head, contrib/pgp2.rc, contrib/pgp5.rc, commands.c, init.h, pgp.c, pgp.h: - Modified version of Byrial Jensen's signature verification patch. +2000-03-30 15:33:14 roessler (roessler) -Thu May 25 12:21:29 2000 Thomas Roessler + * po/uk.po, po/zh_TW.Big5.po, po/sk.po, po/sv.po, po/pt_BR.po, + po/ru.po, po/nl.po, po/pl.po, po/ko.po, po/it.po, po/fr.po, + po/gl.po, po/id.po, po/eo.po, po/es.po, po/el.po, po/da.po, + po/de.po, po/cs.po, VERSION, reldate.h, ChangeLog: automatic + post-release commit for mutt-1.1.11 + + * po/uk.po, po/zh_TW.Big5.po, po/sv.po, po/sk.po, po/pt_BR.po, + po/ru.po, po/nl.po, po/pl.po, po/ko.po, po/id.po, po/it.po, + po/gl.po, po/fr.po, po/es.po, po/eo.po, po/el.po, po/de.po, + po/da.po, po/Makefile.in.in, po/POTFILES.in, po/cs.po: make + update-po, and undo most parts of Lars' and Tommi's patch - + it broke things here. - * pgp.c: Use strftime for time indications with PGP verification. + * imap/imap_ssl.c: Typo, noticed by Vsevolod Volkov + . - * curs_lib.c, mbyte.c: Somewhat different sigsegv fix suggested by EGE. + * po/de.po: update. - * mbyte.c: wctomb(0,wc) is needed to work for bounds checking. + * po/eo.po: fix. - * mutt.h: Include stdlib.h from mutt.h. + * contrib/Makefile.in: Distribute pgp6.rc. Ups. - * makedoc.c, init.h: Minor fixes from Byrial. + * po/uk.po: Updated Ukrainian translation. - * doc/manual.sgml.head: typo. + * curs_main.c: Cursor cosmetics. From Byrial. - * doc/devel-notes.txt, init.h, makedoc.c: - Documentation beautification patch from Byrial Jensen. Thanks! + * contrib/Makefile.in: Installation process patch from Bill + Nottingham . -Wed May 24 19:20:07 2000 Thomas Roessler + * build-release: Explicitly use scp1. - * po/ru.po: Fixes #143. +2000-03-29 20:16:36 roessler (roessler) - * po/ru.po: Some fixes - #143. + * po/zh_TW.Big5.po, po/sv.po, po/uk.po, po/sk.po, po/pt_BR.po, + po/ru.po, po/pl.po, po/ko.po, po/nl.po, po/id.po, po/it.po, + po/gl.po, po/fr.po, po/eo.po, po/es.po, po/el.po, po/de.po, + po/da.po, po/cs.po, VERSION, reldate.h, ChangeLog: automatic + post-release commit for mutt-1.1.10 - * charset.c, charset.h, compose.c, gnupgparse.c: - Make charset-hook work with an external iconv implementation. + * imap/message.c: Fix access to read-only folders via IMAP. - * imap/command.c: - Handle disconnects more gracefully. From Patrick Caulfield - . + * po/de.po, doc/Makefile.in, doc/manual.sgml.head, init.c, + thread.c: Various little patches from Gero Treuner. - * config.guess, config.sub: - [stable] Latest versions from ftp.gnu.org/pub/gnu/config + * imap/Makefile.am: Build diff from Brendan Cully. - * config.guess, config.sub: - Latest versions from ftp.gnu.org/pub/gnu/config. + * Makefile.am: branches: 2.61.2; Build diff from Brendan Cully. -Tue May 23 17:16:46 2000 Thomas Roessler +2000-03-28 10:09:19 roessler (roessler) - * po/id.po, po/it.po, po/ko.po, po/nl.po, po/pl.po, po/pt_BR.po, po/ru.po, po/sk.po, po/sv.po, po/uk.po, po/zh_TW.Big5.po, ChangeLog, VERSION, po/cs.po, po/da.po, po/de.po, po/el.po, po/eo.po, po/es.po, po/fr.po, po/gl.po, reldate.h: - automatic post-release commit for mutt-1.3.2 + * po/Makefile.in.in, po/POTFILES.in, Makefile.am: A patch from + Tommi Komulainen (and Lars Hecking) for building outside the + source directory. - * contrib/gpg.rc: Make this work on QNX. +2000-03-27 23:56:35 roessler (roessler) - * contrib/gpg.rc: - Change suggested by Sam Roberts to make this - work on QNX. + * imap/auth_gss.c: branches: 1.3.2; NetBSD portability patches + from Brendan Cully. -Tue May 23 08:15:02 2000 Thomas Roessler + * imap/imap_ssl.c, acconfig.h, configure.in: NetBSD portability + patches from Brendan Cully. - * contrib/gpg.rc: Make this work on QNX. +2000-03-25 18:22:09 roessler (roessler) - * contrib/gpg.rc: - Change suggested by Sam Roberts to make this - work on QNX. + * keymap.c: Timeout occasionally in menus, with the notable + exception of the editor. This is needed to avoid some more + IMAP timeouts. [patch-1.1.9.tlr.timeout.1] -Mon May 22 16:15:35 2000 Thomas Roessler +2000-03-23 12:21:10 roessler (roessler) - * po/pl.po: update + * remailer.c: Little fix for the remailer menu. - * rfc2047.c: Fix a stupid segmentation fault. + * configure.in: Fix Kerberos configuration. From David Champion + . - * lib.c: cosmetics. +2000-03-22 08:24:45 roessler (roessler) - * rfc2047.c: Fix a memory leak. + * mutt.h, sort.c, init.h: Sorting fix from Gero Treuner. - * charset.c, lib.c, lib.h, protos.h: Add mutt_str_adjust (). +2000-03-21 22:01:42 roessler (roessler) - * parse.c: Fix a possible cause for heap corruption. + * configure.in: Fix charmap configuration. This was broken in + configure.in,v 2.54. - * po/de.po: update. +2000-03-20 10:32:18 roessler (roessler) - * charset.c, gettext.c: Make mutt_gettext () a bit more compact. + * muttlib.c: Fix the "!!" shortcut for the last folder. Noted by + Byrial Jensen. -Sun May 21 18:45:15 2000 Thomas Roessler + * po/da.po, po/eo.po: update - * mbyte.h: Small fix from EGE. + * configure.in, Muttrc.head, Muttrc.head.in: Put Muttrc.head under + autoconf control - we need to substitute @docdir@ for the + macro to work. - * sendlib.c: - Some fixes so ISO-2022-JP* works with mutt. Mostly from TAKIZAWA - Takashi . +2000-03-19 09:19:30 roessler (roessler) - * muttlib.c: Comment a bit of code. + * po/nl.po: Fix some sloppiness errors. From Brendan Cully. -Sat May 20 18:16:18 2000 Thomas Roessler +2000-03-17 08:26:22 roessler (roessler) - * po/fr.po: update. + * po/nl.po: update - * charset.c, charset.h, curs_lib.c, rfc2047.c, rfc2231.c: - String conversion patch from EGE. + * rfc2047.c: Don't override iso-2022-jp with us-ascii. - * doc/manual.sgml.head, hook.c: - Second version of Byrial's display-hook patch. + * sendlib.c: branches: 2.46.2; Don't override iso-2022-jp + with us-ascii. - * po/uk.po, po/zh_TW.Big5.po, po/fr.po, po/gl.po, po/id.po, po/it.po, po/ko.po, po/nl.po, po/pl.po, po/pt_BR.po, po/ru.po, po/sk.po, po/sv.po, ChangeLog, VERSION, po/cs.po, po/da.po, po/de.po, po/el.po, po/eo.po, po/es.po, reldate.h: - automatic post-release commit for mutt-1.3.1 +2000-03-16 10:01:43 roessler (roessler) - * doc/muttrc.man.head: Document display-hook in the manual page. + * commands.c, init.h, mutt.h: Add the $print_decode option. - * commands.c, hook.c, init.h, mutt.h, protos.h, send.c: - Add a display-hook command. From Byrial Jensen. + * po/ru.po, po/sv.po: updates - * alias.c, browser.c, init.c, lib.c, mutt.h, muttlib.c, protos.h: - Add mutt_gecos_name function which centrally handles the GECOS - processing. + * po/it.po: update. - * imap/imap.c: - Shut up some warnings. We may have to think about mutt_stristr again. + * editmsg.c: Use Editor with a fall-back to visual when editing + messages. - * configure.in: - Verify that regmatch_t has offsets, and not only pointers. From Sam - Roberts . + * muttlib.c: Localization nit from Byrial Jensen. - * configure.in: - Don't look for curses in /usr/5lib any more - this broke things for - some people. + * doc/manual.sgml.head, init.h: Documentation fixes from Mikko + Hänninen. - * configure.in: - Don't look for the curses library in /usr/5lib any more. This broke - things for some people. +2000-03-15 23:25:47 roessler (roessler) - * sendlib.c: - Real fix for the pointer problem noted by Heiko Schlichting. + * imap/imap_ssl.c, imap/imap_ssl.h, imap/socket.c: Fix entropy + gathering in the IMAP SSL support. From Tommi Komulainen. - * sendlib.c: - Fix a "string on stack returned" bug found by Heiko Schlichting. + * README.SSL: branches: 2.4.2; Fix entropy gathering in the + IMAP SSL support. From Tommi Komulainen. -Sat May 20 07:53:50 2000 Thomas Roessler + * configure.in, init.h: Fix entropy gathering in the IMAP SSL + support. From Tommi Komulainen. - * doc/muttrc.man.head: Document display-hook in the manual page. + * Makefile.am: Add a dependency for keymap_defs.h. Hope it + works now. - * commands.c, hook.c, init.h, mutt.h, protos.h, send.c: - Add a display-hook command. From Byrial Jensen. + * po/da.po: update - * alias.c, browser.c, init.c, lib.c, mutt.h, muttlib.c, protos.h: - Add mutt_gecos_name function which centrally handles the GECOS - processing. +2000-03-14 21:05:00 roessler (roessler) - * imap/imap.c: - Shut up some warnings. We may have to think about mutt_stristr again. + * po/pl.po, po/cs.po: updates. - * configure.in: - Verify that regmatch_t has offsets, and not only pointers. From Sam - Roberts . + * configure.in: Fix a charmap configuration flaw. From Gero + Treuner. - * configure.in: - Don't look for curses in /usr/5lib any more - this broke things for - some people. + * doc/Makefile.in: Install all the documentation. Problem noted + and fix supplied by Gero Treuner. - * configure.in: - Don't look for the curses library in /usr/5lib any more. This broke - things for some people. + * po/es.po: Update from Boris Wesslowski. - * sendlib.c: - Real fix for the pointer problem noted by Heiko Schlichting. + * base64.c: Add the original fetchmail copyright notice. - * sendlib.c: - Fix a "string on stack returned" bug found by Heiko Schlichting. + * contrib/Makefile.in, contrib/pgp6.rc: More nits: Include a + sample configuration file for using mutt with pgp6, and install + and actually distribute Tin.rc. -Fri May 19 07:36:42 2000 Thomas Roessler +2000-03-13 22:36:56 roessler (roessler) - * hdrline.c: Fix %. formats. From EGE. + * makedoc.c, send.c, charset.h, init.h: Various nits, noted by + Gero Treuner. -Thu May 18 17:06:59 2000 Thomas Roessler + * po/uk.po, po/zh_TW.Big5.po, po/sk.po, po/sv.po, po/pt_BR.po, + po/ru.po, po/pl.po, po/id.po, po/it.po, po/ko.po, po/nl.po, + po/gl.po, po/es.po, po/fr.po, po/eo.po, po/el.po, po/da.po, + po/de.po, po/cs.po, reldate.h, VERSION, ChangeLog: automatic + post-release commit for mutt-1.1.9 - * copy.c, parse.c, rfc2047.c, rfc2047.h, rfc2231.c, send.c, sendlib.c: - rfc2047_decode change from EGE. + * build-release: change code for going on-line. - * charset.c: Catch a segmentation fault in mutt_convert_string (). + * po/uk.po, po/zh_TW.Big5.po, po/sk.po, po/sv.po, po/pl.po, + po/pt_BR.po, po/ru.po, po/ko.po, po/nl.po, po/gl.po, po/id.po, + po/it.po, po/eo.po, po/es.po, po/fr.po, po/el.po, po/de.po, + po/cs.po, po/da.po: make update-po. - * acconfig.h: Don't enable debugging by default in the stable branch. + * po/sv.po, po/fr.po: updates. - * configure.in, main.c: - More debugging output, and a warning in configure.in. +2000-03-10 11:38:32 roessler (roessler) - * main.c: - Tell us something about internal iconv and CHARMAPS_DIR from mutt -v. + * handler.c: Fix the handling of raw carriage return characters + in the base64 handler. -Wed May 17 12:39:16 2000 Thomas Roessler +2000-03-09 11:58:11 roessler (roessler) - * mkjtags.c: handle ^L lines correctly. + * pgpinvoke.c: Bail on empty PGP formats. - * mkjtags.c: Some beautifications. + * po/ko.po: update. - * Makefile.am, mkjtags.c: - Add a little tool to help with building tags files my editor groks. +2000-03-08 18:08:03 roessler (roessler) - * handler.c: - When displaying a deleted attachment's information, present the file - name if it is present. Suggested by Pete Wenzel . + * imap/message.c: Another fix from Brendan Cully. - * imap/imap_ssl.c: SSL certificate check fix. From Tommi Komulainen. + * po/pl.po: update. - * imap/imap_ssl.c: Certificate check fix, from Tommi Komulainen. + * sendlib.c, parse.c: Fix more RFC2047 encoding bugs. Once again + from Gero Treuner . - * OPS, enter.c, functions.h: - Add forward-word and backward-word functions to the editor. +2000-03-07 19:53:19 roessler (roessler) - * OPS, enter.c, functions.h: - Add a kill-eow function to the line editor. + * po/da.po, configure.in: Adding a Danish translation. + Thanks to Morten Bo Johansen and + the members of the sslug-locale mailing list, see + http://www.sslug.dk/emailarkiv/locale/. - * init.c: Small fix to mutt_set_default(). + * color.c: branches: 2.8.2; The uncolor/unmono commands weren't + parsed correctly when not applicable. This fixes bug#65. -Tue May 16 19:01:50 2000 Thomas Roessler + * makedoc.c: Make gcc happy. - * Makefile.am: - We don't need to build in the charmaps/ directory unless we use the - included iconv. + * TODO: Remove an old item from this list. From Brendan Cully. - * compose.c, mutt.h, protos.h, sendlib.c: - Some fixes to the size calculation code. + * sendlib.c, TODO: Correct header encodings when postponing + messages. - * compose.c, globals.h, init.h, sendlib.c: - A modified version of Will Fiveash's compose format patch. + * protos.h: branches: 2.40.2; Correct header encodings when + postponing messages. - * acconfig.h, configure.in, init.c, init.h: - Use nl_langinfo's return value as the default for $charset. + * send.c: Correct header encodings when postponing messages. - * init.c: - More default setting. This can easily be done much cleaner than the - last version of the patch. + * po/de.po: update - * init.c: Hack: mutt_restore_default() now stores the latest value of a - variable as it's default if there was no default before. The code - in question is executed precisely once: when mutt_restore_default() is - invoked from mutt_init(). + * po/pt_BR.po, po/el.po: updates. - * hook.c, lib.c, lib.h, muttlib.c, protos.h: - Let _mutt_expand_path escape regular expression special characters. - For stable. + * curs_main.c: Fix NULL pointer deferences. - * hook.c, lib.c, lib.h, muttlib.c, protos.h: - mutt_expand_path is now able to escape special characters for use in - regular expressions. This is needed to make folder-hooks work like - intended. +2000-03-04 12:57:53 roessler (roessler) - * muttlib.c: Sanitize file names passed to mutt_adv_mktemp. + * po/zh_TW.Big5.po, po/uk.po, po/sk.po, po/sv.po, po/pt_BR.po, + po/ru.po, po/pl.po, po/nl.po, po/ko.po, po/it.po, po/id.po, + po/gl.po, po/fr.po, po/eo.po, po/es.po, po/el.po, po/de.po, + po/cs.po, reldate.h, build-release, VERSION, ChangeLog: automatic + post-release commit for mutt-1.1.8 - * muttlib.c: Sanitize file name suggestions passed to mutt_adv_mktemp. + * protos.h, send.c, alias.c, headers.c: Unify alias expansion. - * doc/manual.sgml.tail, OPS, enter.c, functions.h: - Add a transpose-character function to the editor. From Aaron Schrab. +2000-03-03 16:52:41 roessler (roessler) - * configure.in: - Improve the wchar_t checks. From "Andrew W. Nosenko" . + * contrib/gpg.rc: branches: 1.5.2; Don't use gpg-2comp by + default, but leave the command lines using this one there as + comments. -Mon May 15 12:00:53 2000 Thomas Roessler + * po/sv.po, po/uk.po, po/zh_TW.Big5.po, po/ru.po, po/sk.po, + po/pl.po, po/pt_BR.po, po/nl.po, po/it.po, po/ko.po, po/es.po, + po/fr.po, po/gl.po, po/id.po, po/el.po, po/eo.po, po/cs.po, + po/de.po, imap/imap_ssl.c, imap/imap_ssl.h, imap/message.c, + imap/message.h, imap/socket.c, imap/util.c, imap/auth.c, + imap/auth_gss.c, imap/browse.c: The FSF apparently has moved. - * configure.in, mbyte.c, pager.c: More iconv-related patches from EGE. + * imap/command.c: branches: 1.8.2; The FSF apparently has moved. -Sat May 13 17:39:03 2000 Thomas Roessler + * imap/imap.c: The FSF apparently has moved. - * configure.in: - HP/UX vs. ANSI C. From Lars Hecking and Albert Chin. [stable] + * imap/imap.h: branches: 1.16.2; The FSF apparently has moved. - * configure.in: - Configuration for ANSI C / HP/UX. From albert chin and Lars Hecking. + * imap/imap_private.h: branches: 1.17.2; The FSF apparently + has moved. -Fri May 12 13:41:34 2000 Thomas Roessler + * imap/imap_socket.h, doc/dotlock.man, doc/manual.sgml.head, + doc/mutt.man, doc/muttrc.man.head, rfc822.h, score.c, send.c, + sendlib.c, signal.c, sort.c, sort.h, status.c, system.c, thread.c, + recvcmd.c, remailer.c, remailer.h, resize.c, rfc1524.c, rfc1524.h, + rfc2047.c, rfc2047.h, rfc2231.c, rfc2231.h: The FSF apparently + has moved. - * mbyte.c, wcwidth.c: Make things compile. ;-) + * rfc822.c: branches: 2.9.2; The FSF apparently has moved. - * mbyte.c, mbyte.h, wcwidth.c: - Isprint-related changes. Suggested by Andrew Nosenko, adapted by EGE. + * pgpinvoke.c, pgpkey.c, pgplib.c, pgplib.h, pgppubring.c: + The FSF apparently has moved. - * gettext.c: Replacing some more free() calls by safe_free(). + * pop.c: branches: 2.7.2; The FSF apparently has moved. - * iconv/iconv.c, acconfig.h, configure.in, curs_lib.c, gettext.c, help.c, mbyte.c, mbyte.h, mutt.h, pager.c, wcwidth.c: - wide-character related patches. From Edmund Grimley Evans. + * postpone.c, protos.h, query.c, recvattach.c, mx.h, pager.c, + pager.h, parse.c, pattern.c, pgp.c, pgp.h, menu.c: The FSF + apparently has moved. - * configure.in: HP/UX -Ae detection. From Albert Chin. [stable] + * mh.c: branches: 2.22.2; The FSF apparently has moved. - * configure.in: - Improve the HP/UX check for the -Ae command line parameter. From - albert chin (china@thewrittenword.com). + * mime.h, mutt.h, mutt_curses.h, mutt_menu.h, mutt_regex.h, + muttbug.sh.in, muttlib.c: The FSF apparently has moved. - * gen_defs: Make sure gen_defs returns success. [stable] + * mx.c: branches: 2.41.2; The FSF apparently has moved. - * gen_defs: - Sam Roberts reports that some shells do strange things with exit - states. + * history.c: branches: 2.5.6; The FSF apparently has moved. - * doc/manual.sgml.head: - Fix $spool vs. $spoolfile. From David Ellement. + * history.h: The FSF apparently has moved. - * iconv/.cvsignore: Ignore Makefile.in, Makefile, and .deps. + * hook.c: branches: 2.9.2; The FSF apparently has moved. -Thu May 11 07:10:32 2000 Thomas Roessler + * init.c, init.h, keymap.c, keymap.h, lib.c, lib.h, mailbox.h, + main.c, makedoc.c, mapping.h: The FSF apparently has moved. - * doc/mutt.man: Remove some unnecessary spaces. + * mbox.c: branches: 2.15.2; The FSF apparently has moved. - * doc/mutt.man, main.c: - Fix usage information. Noted by Mikko Hänninen. + * dotlock.h, edit.c, editmsg.c, enter.c, extlib.c, filter.c, + flags.c, from.c, functions.h: The FSF apparently has moved. - * acconfig.h, configure.in, globals.h: - Check volatility of sig_atomic_t. + * globals.h: branches: 2.23.2; The FSF apparently has moved. -Wed May 10 18:02:31 2000 Thomas Roessler + * gnupgparse.c, handler.c, hash.c, hash.h, hdrline.c, headers.c, + help.c, charset.c, charset.h, color.c, commands.c, complete.c, + compose.c: The FSF apparently has moved. - * configure.in: Support for old Kerberos versions. From David Champion - . + * copy.c: branches: 2.13.2; The FSF apparently has moved. - * configure.in: Fix support for old Kerberos libraries. + * copy.h: The FSF apparently has moved. - * hdrline.c, thread.c: - updated messages-in-thread (%e) patch from Markus Holmberg. + * curs_lib.c: branches: 2.18.2; The FSF apparently has moved. - * po/pl.po: update. + * curs_main.c, date.c, dotlock.c, COPYRIGHT, addrbook.c, alias.c, + attach.c, attach.h, base64.c, browser.c, browser.h, buffy.c, + buffy.h: The FSF apparently has moved. - * init.h, mutt.h, pop.c: - Fix a segmentation fault introduced by the change of pop_delete to a - quad option. + * po/sv.po: Swedish translation. - * po/fr.po: Update the French translation. + * imap/imap.h, imap/imap.c, commands.c, compose.c, curs_main.c, + editmsg.c, mailbox.h, mbox.c, mh.c, mx.c, mx.h, pop.c, postpone.c, + send.c, sendlib.c, attach.c: Fix index updates when closing or + synching mail folders fails. There were some bug-fixes hidden + in that code. -Tue May 9 20:19:28 2000 Thomas Roessler + * imap/message.c: More missing fclose (3) calls. - * parse.c: more mailtool brain-damage support. +2000-03-02 21:01:27 roessler (roessler) - * acconfig.h, configure.in, parse.c: - Sun mailtool message support. The format is ugly, but the patch is - reasonably clean. + * imap/imap_ssl.c, imap/message.c: Fix a bunch of file descriptor + leaks. - * Makefile.am: include mbyte.h with the distribution. + * po/de.po: A one-character patch from Gero Treuner. - * doc/devel-notes.txt: Add a word about format flags. + * INSTALL, README.SSL: Add some SSL documentation. From Tommi + Komulainen. - * imap/message.c: Make the X-Label patch work over IMAP. + * mh.c, mx.c: Fix incompatible return value checking. This should + fix #29. - * po/nl.po, po/pl.po, po/pt_BR.po, po/ru.po, po/sk.po, po/sv.po, po/uk.po, po/zh_TW.Big5.po, po/cs.po, po/da.po, po/de.po, po/el.po, po/eo.po, po/es.po, po/fr.po, po/gl.po, po/id.po, po/it.po, po/ko.po, reldate.h, ChangeLog, VERSION: - automatic post-release commit for mutt-1.3 + * mutt.h, send.c, init.h: Add $reverse_realname option. + Essentially suggested by ws@rhein.de. - * hdrline.c, init.h, protos.h, thread.c: - Add a %e option for thread-relative message numbers. From Markus - Holmberg . +2000-03-01 21:27:36 roessler (roessler) - * doc/manual.sgml.head, hdrline.c, init.h, mutt.h, parse.c, pattern.c: - X-Label header support from David Champion . + * Muttrc.head: Fix #26: A little typo. - * init.h, pop.c: Make pop_delete a quad-option. From Honza Pazdziora - . + * contrib/Makefile.in, contrib/sample.muttrc-tlr: Add a commented + version of my .muttrc as an example. - * VERSION: - Ups, we should leave the version file on 1.2, so the diff will get - built properly when I release 1.3. + * contrib/sample.muttrc: Fix some mail addresses. - * iconv/Makefile.am, iconv/iconv.c, iconv/iconv.h, lib.h, mbyte.c, mbyte.h, menu.c, muttlib.c, pager.c, pgppubring.c, protos.h, rfc2047.c, rfc2231.c, sendlib.c, utf8.c, wcwidth.c, Makefile.am, VERSION, charset.c, charset.h, commands.c, compose.c, configure.in, curs_lib.c, curs_main.c, enter.c, gettext.c, gnupgparse.c, hdrline.c, help.c, init.c: - Edmund Grimley Evans' UTF-8 patch. + * README.UPGRADE: Add some more documentation for users who + are upgrading. This is more precise than the NEWS file, but + confined to the more notable changes. - * po/ko.po, po/nl.po, po/pl.po, po/pt_BR.po, po/ru.po, po/sk.po, po/sv.po, po/uk.po, po/zh_TW.Big5.po, VERSION, po/cs.po, po/da.po, po/de.po, po/el.po, po/eo.po, po/es.po, po/fr.po, po/gl.po, po/id.po, po/it.po, reldate.h, ChangeLog: - automatic post-release commit for mutt-1.2 + * configure.in: Another fix from Tommi Komulainen. - * build-release: unstable branch. + * po/eo.po, po/id.po, po/de.po: update. - * build-release: start preparing 1.2. + * imap/util.c: Don't crash with NULL Context pointers. -Tue May 9 15:51:54 2000 Thomas Roessler + * po/fr.po: Update. - * hdrline.c, init.h, protos.h, thread.c: - Add a %e option for thread-relative message numbers. From Markus - Holmberg . + * doc/dotlock.man, doc/mutt.man: dotlock is called mutt_dotlock + for quite some time now. - * doc/manual.sgml.head, hdrline.c, init.h, mutt.h, parse.c, pattern.c: - X-Label header support from David Champion . + * po/sk.po, po/sv.po, po/uk.po, po/zh_TW.Big5.po, po/pt_BR.po, + po/ru.po, po/nl.po, po/pl.po, po/fr.po, po/gl.po, po/id.po, + po/it.po, po/ko.po, po/el.po, po/eo.po, po/es.po, po/de.po, + po/cs.po, VERSION, reldate.h, ChangeLog: automatic post-release + commit for mutt-1.1.7 - * init.h, pop.c: Make pop_delete a quad-option. From Honza Pazdziora - . + * imap/command.c, init.h, mutt.h, README.SECURITY, configure.in: + Add $imap_servernoise option to suppress IMAP server messages. + From Brendan Cully. - * VERSION: - Ups, we should leave the version file on 1.2, so the diff will get - built properly when I release 1.3. + * imap/Makefile.am: Include auth_gss.c with the distribution. - * iconv/Makefile.am, iconv/iconv.c, iconv/iconv.h, lib.h, mbyte.c, mbyte.h, menu.c, muttlib.c, pager.c, pgppubring.c, protos.h, rfc2047.c, rfc2231.c, sendlib.c, utf8.c, wcwidth.c, Makefile.am, VERSION, charset.c, charset.h, commands.c, compose.c, configure.in, curs_lib.c, curs_main.c, enter.c, gettext.c, gnupgparse.c, hdrline.c, help.c, init.c: - Edmund Grimley Evans' UTF-8 patch. +2000-02-29 22:40:46 roessler (roessler) - * po/ko.po, po/nl.po, po/pl.po, po/pt_BR.po, po/ru.po, po/sk.po, po/sv.po, po/uk.po, po/zh_TW.Big5.po, VERSION, po/cs.po, po/da.po, po/de.po, po/el.po, po/eo.po, po/es.po, po/fr.po, po/gl.po, po/id.po, po/it.po, reldate.h, ChangeLog: - automatic post-release commit for mutt-1.2 + * po/uk.po, po/zh_TW.Big5.po, po/sk.po, po/sv.po, po/pt_BR.po, + po/ru.po, po/ko.po, po/nl.po, po/pl.po, po/it.po, po/fr.po, + po/gl.po, po/id.po, po/eo.po, po/es.po, po/el.po, po/de.po, + po/cs.po, reldate.h, VERSION, ChangeLog: automatic post-release + commit for mutt-1.1.6 - * build-release: unstable branch. + * po/zh_TW.Big5.po, po/sv.po, po/uk.po, po/sk.po, po/ru.po, + po/pt_BR.po, po/nl.po, po/pl.po, po/ko.po, po/gl.po, po/id.po, + po/it.po, po/es.po, po/fr.po, po/el.po, po/eo.po, po/cs.po, + po/de.po: Some updates; make update-po. - * build-release: start preparing 1.2. + * charset.c: Add error checking to the recode-attachment code. + From "Andrew W. Nosenko" . -Wed May 3 07:48:46 2000 Thomas Roessler + * configure.in: Replace --enable-ssl by --with-ssl. From Tommi + Komulainen. - * po/zh_TW.Big5.po, po/da.po, po/de.po, po/el.po, po/eo.po, po/es.po, po/fr.po, po/gl.po, po/id.po, po/it.po, po/ko.po, po/nl.po, po/pl.po, po/pt_BR.po, po/ru.po, po/sk.po, po/sv.po, po/uk.po, ChangeLog, VERSION, po/cs.po: - automatic post-release commit for mutt-1.1.14 + * imap/imap.c, mx.c, curs_main.c: More IMAP folder update hacks. + Brendan says it works. - * po/sk.po, po/sv.po, po/uk.po, po/zh_TW.Big5.po, po/da.po, po/de.po, po/el.po, po/eo.po, po/es.po, po/fr.po, po/gl.po, po/id.po, po/it.po, po/ko.po, po/nl.po, po/pl.po, po/pt_BR.po, po/ru.po, ChangeLog, VERSION, po/cs.po, reldate.h: - automatic post-release commit for mutt-1.1.13 +2000-02-28 18:06:35 roessler (roessler) -Wed May 3 06:44:22 2000 Thomas Roessler + * doc/manual.sgml.head: Martin Michlmayr told me about a typo. - * po/sk.po, po/sv.po, po/uk.po, po/zh_TW.Big5.po, po/da.po, - po/de.po, po/el.po, po/eo.po, po/es.po, po/fr.po, po/gl.po, - po/id.po, po/it.po, po/ko.po, po/nl.po, po/pl.po, - po/pt_BR.po, po/ru.po, ChangeLog, VERSION, po/cs.po, - reldate.h: automatic post-release commit for mutt-1.1.13 + * imap/imap.h, imap/util.c, menu.c, pager.c: New IMAP keep-alive + code. This should work from all menus, and it should always + poll the current folder. -Sun Apr 30 06:58:21 2000 Thomas Roessler + * menu.c, pager.c: Do IMAP keep-alive polls from all menus. - * imap/message.c: - Catch the case that an IMAP server sends "\n\n" after a mail header. - Diagnosed by Brendan. + * curs_main.c, pager.c: Don't do Context updates from the + background, part 2. -Sun Apr 30 06:58:21 2000 Thomas Roessler + * imap/imap.h, imap/imap_private.h, imap/util.c, imap/command.c, + imap/imap.c: Don't do Context updates from the background. - * imap/message.c: - Catch the case that an IMAP server sends "\n\n" after a mail header. - Diagnosed by Brendan. +2000-02-27 08:49:34 roessler (roessler) -Sat Apr 29 13:38:05 2000 Thomas Roessler + * po/POTFILES.in: imap/auth_gss.c was missing. Noted by "Andrew + W. Nosenko" . - * query.c: - Fix a possible segmentation fault with the external query feature. +2000-02-26 18:14:24 roessler (roessler) - * imap/imap.c: - Fix the "empty screen after sync" bug observed with certain versions - of the Courier IMAP server. From Brendan Cully. + * Makefile.am: muttbug is a script, not a program. Tell automake + about this. -Wed Apr 26 17:43:00 2000 Thomas Roessler + * mx.c: Don't use an uninitialized string for error reporting. - * imap/util.c: Fix the imap_force_ssl option. + * imap/browse.c: Fix a segmentation fault. Patch from Brendan + Cully. - * po/da.po: update. +2000-02-25 08:57:05 roessler (roessler) - * contrib/pgp6.rc: - Fix a little typo. Noted by Steve Brewer . + * .cvsignore: ignore muttbug{,.sh} - * imap/imap_ssl.c, imap/imap_ssl.h, imap/util.c, init.h, mutt.h: - Add a new option named imap_force_ssl. + * Makefile.am: Tell users about README.UPGRADE. -Tue Apr 25 18:39:01 2000 Thomas Roessler +2000-02-24 21:34:10 roessler (roessler) - * acconfig.h, configure.in: Revised version of Lars' patch. - - * m4/funcdecl.m4: - New macros CF_CHECK_FUNCDECL, CF_CHECK_FUNCDECLS, CF_UPPER. These - are slightly modified versions of T. E. Dickey's macros from the - lynx distribution. (From Lars Hecking.) - - * configure.in: - Use new CF_CHECK_FUNCDECLS macro for curses functions. This should - catch function declarations and macros alike. Due to a misfeature in - autoheader, we have to explicitly AC_DEFINE the curses functions. - (From Lars Hecking.) - - * acconfig.h: - acconfig.h: Remove duplicate VERSION and unused HAVE_GETOPT_DECL. - Remove DEBUGGER (it's AC_SUBST'ed, not AC_DEFINE'd). Add defines for - curses functions. (From Lars Hecking.) + * po/zh_TW.Big5.po, po/sk.po, po/sv.po, po/uk.po, po/ru.po, + po/pt_BR.po, po/pl.po, po/ko.po, po/nl.po, po/fr.po, po/gl.po, + po/id.po, po/it.po, po/es.po, po/cs.po, po/de.po, po/el.po, + po/eo.po, reldate.h, ChangeLog, VERSION: automatic post-release + commit for mutt-1.1.5 - * po/it.po: update. + * main.c: Fix #52, from Mikko.Hanninen@iki.fi. -Mon Apr 24 13:10:11 2000 Thomas Roessler +2000-02-23 13:26:03 roessler (roessler) - * imap/util.c: - Fix a segmentation fault with folder completion. From Brendan. + * po/zh_TW.Big5.po, po/sk.po, po/sv.po, po/uk.po, po/pl.po, + po/pt_BR.po, po/ru.po, po/nl.po, po/id.po, po/it.po, po/ko.po, + po/el.po, po/eo.po, po/es.po, po/fr.po, po/gl.po, po/cs.po, + po/de.po: New German translation; make update-po. + + * po/zh_TW.Big5.po, po/sk.po, po/sv.po, po/uk.po, po/pt_BR.po, + po/ru.po, po/ko.po, po/nl.po, po/pl.po, po/fr.po, po/gl.po, + po/id.po, po/it.po, po/eo.po, po/es.po, po/Makefile.in.in, + po/cs.po, po/de.po, po/el.po: Fix some dependency, and do + update-po again. Also, Edmund Evans submitted a new Esperanto + translation. - * imap/message.c: - Fall back to INTERNALDATE when Date header isn't present. From - Brendan. + * mx.c: safe_fclose() doesn't like FILE pointers. -Sat Apr 22 18:34:29 2000 Thomas Roessler + * mx.h, mx.c: Don't core dump when locking a folder fails. - * po/ko.po, po/nl.po, po/pl.po, po/pt_BR.po, po/ru.po, po/sk.po, po/sv.po, po/uk.po, po/zh_TW.Big5.po, ChangeLog, VERSION, po/cs.po, po/da.po, po/de.po, po/el.po, po/eo.po, po/es.po, po/fr.po, po/gl.po, po/id.po, po/it.po, reldate.h: - automatic post-release commit for mutt-1.1.12 +2000-02-22 19:22:29 roessler (roessler) - * doc/manual.sgml.head: - Add a link to http://www.mutt.org/download.html. + * po/sv.po, po/uk.po, po/zh_TW.Big5.po, po/sk.po, po/ru.po, + po/pl.po, po/pt_BR.po, po/ko.po, po/nl.po, po/id.po, po/it.po, + po/fr.po, po/gl.po, po/el.po, po/eo.po, po/es.po, po/de.po, + po/cs.po: update-po. - * init.c, init.h, thread.c: - Handle sort_aux="threads" somewhat different, and probably more - safely. Problem and principle of fix noted by Gero Treuner and - Michael Tatge . + * po/ko.po: New Korean translation from + . - * lib.c: Coda compatibility. From Jan Harkes . + * muttbug.sh.in: Fix bug#42: A missing "'". - * parse.c: - Fix message parsing. This fixes the "Reply-To in body" bug. From - Edmund GRIMLEY EVANS. + * main.c: Cosmetic fix from Marco d'Itri. - * doc/manual.sgml.tail: Fix the sgmltools URL. From Martin Michlmayr. + * imap/browse.c, browser.c, doc/manual.sgml.head: Brendan Cully's + latest IMAP browser fixes. - * charset.c, editmsg.c, extlib.c, gnupgparse.c, lib.c, lib.h, pgpinvoke.c, pgpkey.c, pgplib.c, pgppubring.c, recvcmd.c, remailer.c, rfc2231.c, rfc2231.h: - Comment cosmetics. From Martin Michlmayer. +2000-02-18 10:56:24 roessler (roessler) - * doc/manual.sgml.head: - Document the elmish "!!" shortcut for the last folder. From Martin - Michlmayr . + * muttlib.c: In mutt_copy_body(), we also need to strdup() + the content-description. - * curs_main.c, pager.c: - Fix various inconsistencies with respect to thread deletion. + * imap/command.c: Reasonably handle suerfluous EXIST messages + from IMAP servers. From Brendan Cully. -Sat Apr 22 09:33:46 2000 Thomas Roessler +2000-02-17 18:22:27 roessler (roessler) - * doc/manual.sgml.head: - Add a link to http://www.mutt.org/download.html. + * send.c: Fix content-description encoding - it was done after + signing, not before signing. - * init.c, init.h, thread.c: - Handle sort_aux="threads" somewhat different, and probably more - safely. Problem and principle of fix noted by Gero Treuner and - Michael Tatge . + * sendlib.c, attach.c, mx.c, pop.c: Do more error checking when + writing messages to folders. - * lib.c: Coda compatibility. From Jan Harkes . +2000-02-16 17:29:33 roessler (roessler) - * parse.c: - Fix message parsing. This fixes the "Reply-To in body" bug. From - Edmund GRIMLEY EVANS. + * send.c: Fix mail-followup-to generation. - * doc/manual.sgml.tail: Fix the sgmltools URL. From Martin Michlmayr. + * sendlib.c: Don't output empty header fields. This is made + necessary by the addition of possibly empty my_hdr commands. - * charset.c, editmsg.c, extlib.c, gnupgparse.c, lib.c, lib.h, pgpinvoke.c, pgpkey.c, pgplib.c, pgppubring.c, recvcmd.c, remailer.c, rfc2231.c, rfc2231.h: - Comment cosmetics. From Martin Michlmayer. + * init.c: Permit empty my_hdrs. Suggested by Edmund Grimley + Evans. - * doc/manual.sgml.head: - Document the elmish "!!" shortcut for the last folder. From Martin - Michlmayr . + * po/cs.po: update. - * curs_main.c, pager.c: - Fix various inconsistencies with respect to thread deletion. + * pattern.c, protos.h, send.c: Generate mail-followup-to headers + which contain the user's mail address when sending messages to + _known_ mailing lists. -Wed Apr 12 16:32:26 2000 Thomas Roessler + * po/de.po: update. - * browser.c: Initialize some more memory. Noted by Vsevolod Volkov - . +2000-02-15 22:26:39 roessler (roessler) - * headers.c: Catch some error conditions. + * po/fr.po: update. - * main.c: Tell us whether debugging is enabled or not. + * po/eo.po: New translation from Edmund Grimley. -Sun Apr 9 13:32:36 2000 Thomas Roessler + * OPS: Fix a typo. - * po/sv.po: Update. + * globals.h: Increase the size of ErrorBuf. - * imap/imap_ssl.c: Another file mode change. + * po/sv.po, po/uk.po, po/zh_TW.Big5.po, po/pl.po, po/ru.po, + po/sk.po, po/id.po, po/it.po, po/ko.po, po/nl.po, po/eo.po, + po/es.po, po/fr.po, po/gl.po, po/cs.po, po/de.po, po/el.po, + VERSION, reldate.h, ChangeLog: automatic post-release commit + for mutt-1.1.4 + + * doc/manual.sgml.head: Add improved documentation for the "push" + command, and macros. From Byrial Jensen, based on a patch by + Mikko Hanninen. - * po/fr.po, po/es.po, po/el.po: update. + * functions.h: Fix the function on the pager. - * imap/imap_ssl.c: - Save more than one SSL certificate to the certificate file. + * doc/manual.sgml.head, doc/muttrc.man.head, hook.c, init.c, + init.h, protos.h: Byrial Jensen's unhook command patch. - * po/da.po, po/cs.po: update. + * doc/Makefile.in: Remove superfluous empty lines from the text + version of the manual. - * imap/socket.c: Make host name comparison case-insensitive. + * OPS: Change the documentation string for OP_MAIN_PREV_UNDELETED + - it may be confusing. - * doc/manual.sgml.head: - Minor typo in the documentation. Noted by Vsevolod Volkov - . + * functions.h, keymap.c: More OP_EXIT fixes. - * muttlib.c: - The "!!" shortcut had another flaw. Noted by Martin Michlmayr - . + * OPS, functions.h, keymap.c, pager.c: Remove the OP_PAGER_EXIT + opcode, and change it to OP_EXIT. - * imap/BUGS: Documentation patch from Brendan Cully. + * doc/manual.sgml.head: Add more documentation for subscribe + and lists. - * pattern.c: Fix ^ and ! pattern modifiers. +2000-02-14 20:51:37 roessler (roessler) -Fri Mar 31 12:37:21 2000 Thomas Roessler + * init.h: Fix documentation for $followup_to. - * po/pl.po, po/id.po: update. + * po/de.po: Fix the fixes. Folks, when submitting changes to the + .po files, please try a "make" in the po subdirectory afterwards. -Thu Mar 30 15:33:14 2000 Thomas Roessler + * po/it.po: New Italian translation from Marco d'Itri. - * po/uk.po, po/zh_TW.Big5.po, po/sk.po, po/sv.po, po/pt_BR.po, po/ru.po, po/nl.po, po/pl.po, po/ko.po, po/it.po, po/fr.po, po/gl.po, po/id.po, po/eo.po, po/es.po, po/el.po, po/da.po, po/de.po, po/cs.po, VERSION, reldate.h, ChangeLog: - automatic post-release commit for mutt-1.1.11 + * imap/imap.c, imap/Makefile.am, imap/auth.c, imap/auth_gss.c, + imap/browse.c, doc/manual.sgml.head, mx.c, .cvsignore, + Makefile.am, browser.c, browser.h, configure.in: Brendan Cully's + patch from <20000212185021.A7365@xanadu.kublai.com>. - * po/uk.po, po/zh_TW.Big5.po, po/sv.po, po/sk.po, po/pt_BR.po, po/ru.po, po/nl.po, po/pl.po, po/ko.po, po/id.po, po/it.po, po/gl.po, po/fr.po, po/es.po, po/eo.po, po/el.po, po/de.po, po/da.po, po/Makefile.in.in, po/POTFILES.in, po/cs.po: - make update-po, and undo most parts of Lars' and Tommi's patch - it - broke things here. + * po/de.po: Fixes from Roland Rosenfeld. -Thu Mar 30 15:16:22 2000 Thomas Roessler + * attach.c, compose.c: Fix a couple of random perror() calls + and related problems. - * po/uk.po, po/zh_TW.Big5.po, po/sv.po, po/sk.po, - po/pt_BR.po, po/ru.po, po/nl.po, po/pl.po, po/ko.po, - po/id.po, po/it.po, po/gl.po, po/fr.po, po/es.po, po/eo.po, - po/el.po, po/de.po, po/da.po, po/Makefile.in.in, - po/POTFILES.in, po/cs.po: make update-po, and undo most - parts of Lars' and Tommi's patch - it broke things here. + * sendlib.c: Fix encoding for text/* attachments with long lines. - * imap/imap_ssl.c: Typo, noticed by Vsevolod Volkov . +2000-02-11 09:04:22 roessler (roessler) - * po/de.po: update. + * contrib/Pine.rc: Fix bug #23. - * po/eo.po: fix. + * init.h, makedoc.c: Fix minor documentation problems noted by + Marius Gedminas . - * contrib/Makefile.in: Distribute pgp6.rc. Ups. +2000-02-10 19:46:13 roessler (roessler) - * po/uk.po: Updated Ukrainian translation. + * imap/message.c, pager.c, parse.c, pattern.c, pgp.c, pgp.h, + pgpkey.c, pgplib.h, postpone.c, protos.h, recvattach.c, send.c, + sendlib.c, sort.h, functions.h, globals.h, handler.c, hdrline.c, + headers.c, hook.c, init.c, init.h, keymap.c, keymap.h, main.c, + mutt.h, muttlib.c, mx.c, Makefile.am, acconfig.h, attach.c, + commands.c, compose.c, configure.in, copy.c, copy.h, curs_main.c: + PGP-cleanup patch from Roland Rosenfeld. Thanks! - * curs_main.c: Cursor cosmetics. From Byrial. + * muttbug.sh.in: ${prefix} should be defined, as it may be used + by autoconf. - * contrib/Makefile.in: - Installation process patch from Bill Nottingham . +2000-02-09 18:28:45 roessler (roessler) - * build-release: Explicitly use scp1. + * doc/manual.sgml.head: Fix a minor typo. From Mikko Hänninen. -Wed Mar 29 20:16:36 2000 Thomas Roessler + * muttbug.sh.in: Mostly Debian-related fixes from Roland + Rosenfeld. - * po/zh_TW.Big5.po, po/sv.po, po/uk.po, po/sk.po, po/pt_BR.po, po/ru.po, po/pl.po, po/ko.po, po/nl.po, po/id.po, po/it.po, po/gl.po, po/fr.po, po/eo.po, po/es.po, po/el.po, po/de.po, po/da.po, po/cs.po, VERSION, reldate.h, ChangeLog: - automatic post-release commit for mutt-1.1.10 + * main.c: Small translation-related fix from Roland. - * imap/message.c: Fix access to read-only folders via IMAP. + * po/fr.po: Update from Vincent Lefevre. -Wed Mar 29 20:03:32 2000 Thomas Roessler + * pgpewrap: Portability patch to make pgpewrap work under HP/UX. + From David Ellement . - * imap/message.c: Fix access to read-only folders via IMAP. + * doc/Makefile.in, doc/manual.sgml.head, doc/manual.sgml.tail, + init.h: Documentation changes from Roland Rosenfeld. - * po/de.po, doc/Makefile.in, doc/manual.sgml.head, init.c, thread.c: - Various little patches from Gero Treuner. +2000-02-08 20:55:33 roessler (roessler) - * imap/Makefile.am, Makefile.am: Build diff from Brendan Cully. + * po/zh_TW.Big5.po, po/sk.po, po/sv.po, po/uk.po, po/ru.po, + po/ko.po, po/nl.po, po/pl.po, po/fr.po, po/gl.po, po/id.po, + po/it.po, po/de.po, po/el.po, po/eo.po, po/es.po, build-release, + po/cs.po, reldate.h, Makefile.am, VERSION, ChangeLog: automatic + post-release commit for mutt-1.1.3 + + * build-release: Don't build US releases. RedHat and Caldera + don't object, Debian uses the international version anyways, + and SuSE (1) sits in Germany and (2) doesn't react. -Tue Mar 28 10:09:19 2000 Thomas Roessler + * contrib/pgp2.rc: add a comment concerning +encrypttoself. - * po/Makefile.in.in, po/POTFILES.in, Makefile.am: - A patch from Tommi Komulainen (and Lars Hecking) for building - outside the source directory. + * pager.c, keymap.c: Avoid IMAP timeouts when viewing messages. + From Tommi.Komulainen@iki.fi. -Mon Mar 27 23:56:35 2000 Thomas Roessler + * po/eo.po: Small fix from Edmund. - * imap/auth_gss.c, imap/imap_ssl.c, acconfig.h, configure.in: - NetBSD portability patches from Brendan Cully. +2000-02-07 19:16:41 roessler (roessler) -Sat Mar 25 18:22:09 2000 Thomas Roessler + * doc/manual.sgml.head: Add a note on my_hdr when used from + send-hook. - * keymap.c: - Timeout occasionally in menus, with the notable exception of the - editor. This is needed to avoid some more IMAP timeouts. - [patch-1.1.9.tlr.timeout.1] + * muttbug.sh.in: Remove another Debian reference from the severity + level descriptions. -Thu Mar 23 12:21:10 2000 Thomas Roessler + * muttbug.sh.in: More fixes. - * remailer.c: Little fix for the remailer menu. + * muttlib.c, protos.h, rfc2047.c, rfc2231.c: Fix bug#22. - * configure.in: - Fix Kerberos configuration. From David Champion . + * muttbug.sh.in: Various fixes from Roland Rosenfeld. -Wed Mar 22 08:24:45 2000 Thomas Roessler + * buffy.c: Fix a NULL pointer deference. - * mutt.h, sort.c, init.h: Sorting fix from Gero Treuner. +2000-02-03 13:41:38 roessler (roessler) -Tue Mar 21 22:01:42 2000 Thomas Roessler + * acconfig.h, configure.in, muttbug.sh.in: Add debugger support + to muttbug. - * configure.in: - Fix charmap configuration. This was broken in configure.in,v 2.54. + * init.c: Add a comment concerning muttbug.sh. -Mon Mar 20 10:32:18 2000 Thomas Roessler + * muttbug.sh.in: More changes to the bug report script. Most of + them were suggest by Roland Rosenfeld. - * muttlib.c: - Fix the "!!" shortcut for the last folder. Noted by Byrial Jensen. + * po/de.po: Minor fixes from Roland Rosenfeld. - * po/da.po, po/eo.po: update + * muttbug.sh.in: Add some Debian specifics. - * configure.in, Attic/Muttrc.head, Muttrc.head.in: - Put Muttrc.head under autoconf control - we need to substitute - @docdir@ for the macro to work. + * muttbug.sh.in: Strip comments from included configuration files. -Sun Mar 19 09:19:30 2000 Thomas Roessler + * muttbug.sh.in: another minor fix. - * po/nl.po: Fix some sloppiness errors. From Brendan Cully. + * muttbug.sh.in: Minor fixes. -Fri Mar 17 08:26:22 2000 Thomas Roessler + * Makefile.am, configure.in, main.c, muttbug.sh.in: Add muttbug, + the bug reporting utility. (Yes, we are about to get a real + bug-tracking system, see http://bugs.guug.de/.) - * po/nl.po: update + * doc/manual.sgml.head: Documentation fix. - * rfc2047.c, sendlib.c: Don't override iso-2022-jp with us-ascii. +2000-02-02 10:53:28 roessler (roessler) -Thu Mar 16 10:01:43 2000 Thomas Roessler + * init.c: Make the parsing of integers more - * commands.c, init.h, mutt.h: Add the $print_decode option. + * lib.c: Use O_NOFOLLOW when it's there, and needed. - * po/ru.po, po/sv.po: updates +2000-02-01 18:47:49 roessler (roessler) - * po/it.po: update. + * main.c: Cosmetics. - * editmsg.c: - Use Editor with a fall-back to visual when editing messages. + * doc/mutt.man, doc/muttrc.man.head: Cosmetics. Additionally, + remove the y2k compliance notice from the manual page. - * muttlib.c: Localization nit from Byrial Jensen. + * makedoc.c: Change the font used for typesetting "tables", + so we get usable output when roffing the muttrc (5) manual page + for a postscript printer. - * doc/manual.sgml.head, init.h: - Documentation fixes from Mikko Hänninen. + * po/zh_TW.Big5.po, po/sk.po, po/sv.po, po/uk.po, po/pl.po, + po/ru.po, po/ko.po, po/nl.po, po/gl.po, po/id.po, po/it.po, + po/el.po, po/eo.po, po/es.po, po/fr.po, po/cs.po, po/de.po: + Include various po-file updaes, and make update-po. -Wed Mar 15 23:25:47 2000 Thomas Roessler + * po/Makefile.in.in, po/POTFILES.in, Makefile.am: Build fix for + the po/ subdirectory, from Edmund G. Evans. - * imap/imap_ssl.c, imap/imap_ssl.h, imap/socket.c, README.SSL, configure.in, init.h: - Fix entropy gathering in the IMAP SSL support. From Tommi Komulainen. + * po/eo.po: New Esperanto translation. - * Makefile.am: Add a dependency for keymap_defs.h. Hope it works now. + * init.h: Add a bit more documentation on $recall. - * po/da.po: update +2000-01-30 13:35:22 roessler (roessler) -Tue Mar 14 21:05:00 2000 Thomas Roessler + * po/sv.po, po/uk.po, po/zh_TW.Big5.po, po/ru.po, po/sk.po, + po/nl.po, po/pl.po, po/id.po, po/it.po, po/ko.po, po/es.po, + po/fr.po, po/gl.po, po/eo.po, po/POTFILES.in, po/cs.po, po/de.po, + po/el.po, po/Makefile.in.in, configure.in: Try to fix the build + process in the po/ subdirectory. - * po/pl.po, po/cs.po: updates. + * configure.in: Add some languages to ALL_LINGUAS. - * configure.in: Fix a charmap configuration flaw. From Gero Treuner. + * po/gl.po, po/sv.po: Adding translations from stable to unstable. - * doc/Makefile.in: - Install all the documentation. Problem noted and fix supplied by - Gero Treuner. + * po/ru.po, po/zh_TW.Big5.po, po/fr.po, po/id.po, po/ko.po, + po/pl.po, po/de.po, po/el.po, po/eo.po: make update-po; including + new revisions submitted so far. - * po/es.po: Update from Boris Wesslowski. +2000-01-29 08:03:48 roessler (roessler) - * base64.c: Add the original fetchmail copyright notice. + * init.h: Another change to attach_format. - * contrib/Makefile.in, contrib/pgp6.rc: - More nits: Include a sample configuration file for using mutt with - pgp6, and install and actually distribute Tin.rc. + * pgp.c, recvattach.c, send.c, sendlib.c, OPS, compose.c, + functions.h, init.h, mutt.h, parse.c: Michael Elkins' + content-disposition patch, with some small changes. -Mon Mar 13 22:36:56 2000 Thomas Roessler +2000-01-28 21:32:47 roessler (roessler) - * makedoc.c, send.c, charset.h, init.h: - Various nits, noted by Gero Treuner. + * init.h: Make the documentation for rfc2047_parameters + comprehensible to the end user. - * po/uk.po, po/zh_TW.Big5.po, po/sk.po, po/sv.po, po/pt_BR.po, po/ru.po, po/pl.po, po/id.po, po/it.po, po/ko.po, po/nl.po, po/gl.po, po/es.po, po/fr.po, po/eo.po, po/el.po, po/da.po, po/de.po, po/cs.po, reldate.h, VERSION, ChangeLog: - automatic post-release commit for mutt-1.1.9 + * init.h: Documentation fix. - * build-release: change code for going on-line. + * rfc2231.c: RFC2231 support should understand utf-8. - * po/uk.po, po/zh_TW.Big5.po, po/sk.po, po/sv.po, po/pl.po, po/pt_BR.po, po/ru.po, po/ko.po, po/nl.po, po/gl.po, po/id.po, po/it.po, po/eo.po, po/es.po, po/fr.po, po/el.po, po/de.po, po/cs.po, po/da.po: - make update-po. +2000-01-27 09:57:09 roessler (roessler) - * po/sv.po, po/fr.po: updates. + * imap/imap_ssl.c, README.SSL, init.h, mutt.h: Add options + to disallow individual SSL protocols. From Jeremy Katz + . -Mon Mar 13 18:37:17 2000 Thomas Roessler +2000-01-25 21:21:10 roessler (roessler) - * build-release: change code for going on-line. + * imap/BUGS: Brendan Cully's latest changes: - * po/uk.po, po/zh_TW.Big5.po, po/sk.po, po/sv.po, po/pl.po, - po/pt_BR.po, po/ru.po, po/ko.po, po/nl.po, po/gl.po, - po/id.po, po/it.po, po/eo.po, po/es.po, po/fr.po, po/el.po, - po/de.po, po/cs.po, po/da.po: make update-po. + Here is a patch to add some support for read-only IMAP folders. + This is most useful if you have multiple copies of mutt open, + but it also allows you to open a folder read-only and not + have to worry about flags getting changed. Toggling read-only + still doesn't work correctly - you may lose your 'N' flags + if you open a folder normally and switch to read-only. + + I've also decided to try using UID FETCH, although I'm not + sure if older IMAP servers support it, but then again I'm + not sure if anyone's using any really old IMAP servers. The + main advantage is in the case of multiple clients, where + one client is deleting messages and the other isn't getting + notification. I'm experiencing that on my UW-IMAP 4.6 server. On + the other hand, this server seems to have all sorts of terrible + problems with this scenario, so I'm not sure how well the code + functions. It's a two-line change so far, it's experimental, + and it's the only IMAP code in an #if 0 block... - * po/sv.po, po/fr.po: updates. + * imap/README: branches: 1.4.2; Brendan Cully's latest changes: -Fri Mar 10 11:38:32 2000 Thomas Roessler + Here is a patch to add some support for read-only IMAP folders. + This is most useful if you have multiple copies of mutt open, + but it also allows you to open a folder read-only and not + have to worry about flags getting changed. Toggling read-only + still doesn't work correctly - you may lose your 'N' flags + if you open a folder normally and switch to read-only. + + I've also decided to try using UID FETCH, although I'm not + sure if older IMAP servers support it, but then again I'm + not sure if anyone's using any really old IMAP servers. The + main advantage is in the case of multiple clients, where + one client is deleting messages and the other isn't getting + notification. I'm experiencing that on my UW-IMAP 4.6 server. On + the other hand, this server seems to have all sorts of terrible + problems with this scenario, so I'm not sure how well the code + functions. It's a two-line change so far, it's experimental, + and it's the only IMAP code in an #if 0 block... - * handler.c: - Fix the handling of raw carriage return characters in the base64 - handler. + * imap/TODO, imap/command.c, imap/imap.c, imap/message.c: + Brendan Cully's latest changes: -Thu Mar 9 11:58:11 2000 Thomas Roessler + Here is a patch to add some support for read-only IMAP folders. + This is most useful if you have multiple copies of mutt open, + but it also allows you to open a folder read-only and not + have to worry about flags getting changed. Toggling read-only + still doesn't work correctly - you may lose your 'N' flags + if you open a folder normally and switch to read-only. + + I've also decided to try using UID FETCH, although I'm not + sure if older IMAP servers support it, but then again I'm + not sure if anyone's using any really old IMAP servers. The + main advantage is in the case of multiple clients, where + one client is deleting messages and the other isn't getting + notification. I'm experiencing that on my UW-IMAP 4.6 server. On + the other hand, this server seems to have all sorts of terrible + problems with this scenario, so I'm not sure how well the code + functions. It's a two-line change so far, it's experimental, + and it's the only IMAP code in an #if 0 block... - * pgpinvoke.c: Bail on empty PGP formats. + * doc/Makefile.in: Make the build process work when sgmltools + aren't present. From Lawrence Greenfield . - * po/ko.po: update. + * imap/auth.c: Fix GSSAPI support. From Lawrence Greenfield + . -Wed Mar 8 18:08:03 2000 Thomas Roessler +2000-01-24 13:17:17 roessler (roessler) - * imap/message.c: Another fix from Brendan Cully. + * dotlock.h, mx.c, dotlock.c: Locking fix. - * po/pl.po: update. + * enter.c: patch-1.1.2.mg.autocomplete.1 - from Marius Gedminas + . - * sendlib.c, parse.c: - Fix more RFC2047 encoding bugs. Once again from Gero Treuner - . + * Makefile.am: small build process fix. -Tue Mar 7 19:53:19 2000 Thomas Roessler + * m4/Makefile.am.in: Patch from Lars Hecking in order to build + mutt cleanly under Solaris 2.6. - * po/da.po, configure.in: - Adding a Danish translation. Thanks to Morten Bo Johansen - and the members of the sslug-locale mailing list, - see http://www.sslug.dk/emailarkiv/locale/. - - * color.c: - The uncolor/unmono commands weren't parsed correctly when not - applicable. This fixes bug#65. + * doc/manual.sgml.head: More list-reply documentation from + Mikko.Hanninen@iki.fi. - * makedoc.c: Make gcc happy. + * init.h, mutt.h, rfc822.c: Removing rewrite_uucp. There were + too many objections against it. - * TODO: Remove an old item from this list. From Brendan Cully. + * init.h, mutt.h, rfc822.c: Adding the $rewrite_uucp option. - * sendlib.c, TODO, protos.h, send.c: - Correct header encodings when postponing messages. + * po/ru.po: update. - * po/de.po: update + * po/eo.po, configure.in: Adding the Esperanto translation + to unstable. From Edmund GRIMLEY EVANS . - * po/pt_BR.po, po/el.po: updates. +2000-01-21 09:28:56 roessler (roessler) - * curs_main.c: Fix NULL pointer deferences. + * po/el.po: New greek translation. -Sat Mar 4 12:57:53 2000 Thomas Roessler + * po/id.po: updated translation. - * po/zh_TW.Big5.po, po/uk.po, po/sk.po, po/sv.po, - po/pt_BR.po, po/ru.po, po/pl.po, po/nl.po, po/ko.po, - po/it.po, po/id.po, po/gl.po, po/fr.po, po/eo.po, po/es.po, - po/el.po, po/de.po, po/cs.po, reldate.h, build-release, - VERSION, ChangeLog: automatic post-release commit for - mutt-1.1.8 +2000-01-20 17:35:41 roessler (roessler) - * protos.h, send.c, alias.c, headers.c: Unify alias expansion. + * po/pl.po: Updated polish translation. -Sat Mar 4 08:40:53 2000 Thomas Roessler + * contrib/Makefile.in, Makefile.am: "make distclean" fixes from + Marco d'Itri. - * protos.h, send.c, alias.c, headers.c: Unify alias expansion. + * compose.c: Typo noted by edmundo@rano.org. -Fri Mar 3 16:52:41 2000 Thomas Roessler + * po/ko.po: Update. - * contrib/gpg.rc: - Don't use gpg-2comp by default, but leave the command lines using - this one there as comments. + * send.c: Honor mail-followup-to when doing a list-reply. + From Mikko.Hanninen@iki.fi. - * po/sv.po, po/uk.po, po/zh_TW.Big5.po, po/ru.po, po/sk.po, po/pl.po, po/pt_BR.po, po/nl.po, po/it.po, po/ko.po, po/es.po, po/fr.po, po/gl.po, po/id.po, po/el.po, po/eo.po, po/cs.po, po/de.po, imap/imap_ssl.c, imap/imap_ssl.h, imap/message.c, imap/message.h, imap/socket.c, imap/util.c, imap/auth.c, imap/auth_gss.c, imap/browse.c, imap/command.c, imap/imap.c, imap/imap.h, imap/imap_private.h, imap/imap_socket.h, doc/dotlock.man, doc/manual.sgml.head, doc/mutt.man, doc/muttrc.man.head, rfc822.h, score.c, send.c, sendlib.c, signal.c, sort.c, sort.h, status.c, system.c, thread.c, recvcmd.c, remailer.c, remailer.h, resize.c, rfc1524.c, rfc1524.h, rfc2047.c, rfc2047.h, rfc2231.c, rfc2231.h, rfc822.c, pgpinvoke.c, pgpkey.c, pgplib.c, pgplib.h, pgppubring.c, pop.c, postpone.c, protos.h, query.c, recvattach.c, mx.h, pager.c, pager.h, parse.c, pattern.c, pgp.c, pgp.h, menu.c, mh.c, mime.h, mutt.h, mutt_curses.h, mutt_menu.h, mutt_regex.h, muttbug.sh.in, muttlib.c, mx.c, history.c, history.h, hook.c, init.c, init.h, keymap.c, keymap.h, lib.c, lib.h, mailbox.h, main.c, makedoc.c, mapping.h, mbox.c, dotlock.h, edit.c, editmsg.c, enter.c, extlib.c, filter.c, flags.c, from.c, functions.h, globals.h, gnupgparse.c, handler.c, hash.c, hash.h, hdrline.c, headers.c, help.c, charset.c, charset.h, color.c, commands.c, complete.c, compose.c, copy.c, copy.h, curs_lib.c, curs_main.c, date.c, dotlock.c, COPYRIGHT, addrbook.c, alias.c, attach.c, attach.h, base64.c, browser.c, browser.h, buffy.c, buffy.h: - The FSF apparently has moved. +2000-01-19 14:59:01 roessler (roessler) - * po/sv.po: Swedish translation. + * commands.c: Don't move the index cursor after a failed attempt + to save a message. From Joe Orton . - * imap/imap.h, imap/imap.c, commands.c, compose.c, curs_main.c, editmsg.c, mailbox.h, mbox.c, mh.c, mx.c, mx.h, pop.c, postpone.c, send.c, sendlib.c, attach.c: - Fix index updates when closing or synching mail folders fails. - There were some bug-fixes hidden in that code. + * po/de.po: New German translation for unstable, from Roland + Rosenfeld. - * imap/message.c: More missing fclose (3) calls. + * pgp.c: Fiksing a speling mysdeik nodet by Michael Sobolev. ;-) -Thu Mar 2 21:01:27 2000 Thomas Roessler + * NEWS: Add a notice on display-toggle-weed. - * imap/imap_ssl.c, imap/message.c: - Fix a bunch of file descriptor leaks. + * doc/manual.sgml.head, doc/manual.sgml.tail, OPS, functions.h: + Rename display-headers to display-toggle-weed. - * po/de.po: A one-character patch from Gero Treuner. +2000-01-18 22:46:18 roessler (roessler) - * INSTALL, README.SSL: - Add some SSL documentation. From Tommi Komulainen. + * mx.c: mx_open_mailbox_append: Add an error message and remove + a file descriptor leak when we can open, but can't lock an MMDF + or MBOX folder. - * mh.c, mx.c: - Fix incompatible return value checking. This should fix #29. + * po/zh_TW.Big5.po, po/uk.po, po/sv.po, po/sk.po, po/ru.po, + po/pt_BR.po, po/pl.po, po/nl.po, po/ko.po, po/it.po, po/gl.po, + po/id.po, po/fr.po, po/eo.po, po/es.po, po/el.po, po/de.po, + po/cs.po, reldate.h, VERSION, ChangeLog: automatic post-release + commit for mutt-1.0.1 - * mutt.h, send.c, init.h: - Add $reverse_realname option. Essentially suggested by ws@rhein.de. + * contrib/Makefile.in: Respect $DESTDIR in contrib/Makefile. + From Hao Li . -Wed Mar 1 21:27:36 2000 Thomas Roessler + * imap/imap.c, imap/message.c: Fix use of confirmcreate with IMAP. + A patch for this was suggested by Brian R. Gaeke. - * Muttrc.head: Fix #26: A little typo. + * init.h, alias.c: Documentation fix about gecos_mask. From Will + Fiveash. - * contrib/Makefile.in, contrib/sample.muttrc-tlr: - Add a commented version of my .muttrc as an example. +2000-01-16 14:44:12 roessler (roessler) - * contrib/sample.muttrc: Fix some mail addresses. + * po/eo.po: new esperanto translation from edmundo@rano.org. - * README.UPGRADE: - Add some more documentation for users who are upgrading. This is - more precise than the NEWS file, but confined to the more notable - changes. + * editmsg.c: Use Visual, not Editor, for editing messages. + Noted by Marius Gedminas . - * configure.in: Another fix from Tommi Komulainen. + * rfc822.c: quote-related fix to the RFC822 parser. From Edmund + Grimley Evans. - * po/eo.po, po/id.po, po/de.po: update. +2000-01-12 09:20:34 roessler (roessler) - * imap/util.c: Don't crash with NULL Context pointers. + * init.c: It was impossible to unset a string. If you did + "unset realname" it would just print out the value of the string. + Attached is the fix. - * po/fr.po: Update. +2000-01-10 21:34:06 roessler (roessler) - * doc/dotlock.man, doc/mutt.man: - dotlock is called mutt_dotlock for quite some time now. + * reap.pl: Handle #ifndef in reap.pl. - * po/sk.po, po/sv.po, po/uk.po, po/zh_TW.Big5.po, po/pt_BR.po, po/ru.po, po/nl.po, po/pl.po, po/fr.po, po/gl.po, po/id.po, po/it.po, po/ko.po, po/el.po, po/eo.po, po/es.po, po/de.po, po/cs.po, VERSION, reldate.h, ChangeLog: - automatic post-release commit for mutt-1.1.7 + * configure.in: Recognize differently-named gccs as such, and + enable warnings. From "Andrew W. Nosenko" . - * imap/command.c, init.h, mutt.h, README.SECURITY, configure.in: - Add $imap_servernoise option to suppress IMAP server messages. From - Brendan Cully. + * pgp.c: To compile on SunOs 4.1.4, the order of two includes + needs to be switched ( contains a struct timeval.) - * imap/Makefile.am: Include auth_gss.c with the distribution. + From Mark Seiden . -Wed Mar 1 00:12:14 2000 Thomas Roessler + * doc/manual.sgml.head, pgplib.h, postpone.c, recvattach.c, + recvcmd.c, remailer.c, remailer.h, rfc2231.c, rfc2231.h, + attach.c, charset.c, charset.h, dotlock.h, editmsg.c, extlib.c, + gnupgparse.c, lib.c, lib.h, makedoc.c, mh.c, muttlib.c, mx.c, + mx.h, pgp.h: More copyright cosmetics - noted by Martin Michlmayr + . - * imap/command.c, init.h, mutt.h, README.SECURITY, configure.in: - Add $imap_servernoise option to suppress IMAP server messages. From - Brendan Cully. + * lib.c: Use safe_free() instead of free() with mutt_str_replace - + equivalent, but nicer. - * imap/Makefile.am: Include auth_gss.c with the distribution. + * parse.c, pgpkey.c, postpone.c, protos.h, recvattach.c, + rfc1524.c, rfc2047.c, send.c, sendlib.c, attach.c, browser.c, + compose.c, curs_main.c, edit.c, history.c, init.c, lib.c, + main.c, menu.c, mh.c, muttlib.c: Add (and use) a function + mutt_str_replace, which essentially replaces the sequence: -Tue Feb 29 22:40:46 2000 Thomas Roessler + safe_free (&s); s = safe_strdup (t); - * po/uk.po, po/zh_TW.Big5.po, po/sk.po, po/sv.po, po/pt_BR.po, po/ru.po, po/ko.po, po/nl.po, po/pl.po, po/it.po, po/fr.po, po/gl.po, po/id.po, po/eo.po, po/es.po, po/el.po, po/de.po, po/cs.po, reldate.h, VERSION, ChangeLog: - automatic post-release commit for mutt-1.1.6 + * build-release, gnupgparse.c: Fix PGP uid parsing. Noted by + Edmund GRIMLEY EVANS . - * po/zh_TW.Big5.po, po/sv.po, po/uk.po, po/sk.po, po/ru.po, po/pt_BR.po, po/nl.po, po/pl.po, po/ko.po, po/gl.po, po/id.po, po/it.po, po/es.po, po/fr.po, po/el.po, po/eo.po, po/cs.po, po/de.po: - Some updates; make update-po. +2000-01-08 10:31:28 roessler (roessler) - * charset.c: - Add error checking to the recode-attachment code. From "Andrew W. - Nosenko" . + * VERSION, reldate.h, ChangeLog: automatic post-release commit + for mutt-1.1.2 - * configure.in: - Replace --enable-ssl by --with-ssl. From Tommi Komulainen. + * keymap.c: Fix a macro-related segmentation fault in stable. + From Byrial Jensen. - * imap/imap.c, mx.c, curs_main.c: - More IMAP folder update hacks. Brendan says it works. + * keymap.c: Fix a macro-related segmentation fault. From Byrial + Jensen. -Tue Feb 29 22:34:07 2000 Thomas Roessler + * OPS, commands.c, compose.c, curs_main.c, functions.h, protos.h, + recvattach.c: Unified edit-type function for the index, compose, + and receive-attachment menus. Mostly by Michael Elkins. - * po/zh_TW.Big5.po, po/sv.po, po/uk.po, po/sk.po, po/ru.po, - po/pt_BR.po, po/nl.po, po/pl.po, po/ko.po, po/gl.po, - po/id.po, po/it.po, po/es.po, po/fr.po, po/el.po, po/eo.po, - po/cs.po, po/de.po: Some updates; make update-po. + * curs_lib.c: patch-1.1.1.me.endwin.1, from Michael Elkins. - * charset.c: Add error checking to the recode-attachment - code. From "Andrew W. Nosenko" . + * mutt.h, parse.c, init.h: Undo Michaels "pgpsearchext" patch. - * configure.in: - Replace --enable-ssl by --with-ssl. From Tommi Komulainen. +2000-01-06 12:00:50 roessler (roessler) - * imap/imap.c, mx.c, curs_main.c: - More IMAP folder update hacks. Brendan says it works. + * rfc2231.c, rfc2231.h, rfc822.c, rfc822.h, score.c, send.c, + sendlib.c, signal.c, sort.c, sort.h, status.c, system.c, thread.c, + pgplib.c, pgplib.h, pgppubring.c, pop.c, postpone.c, protos.h, + query.c, recvattach.c, recvcmd.c, remailer.c, remailer.h, + resize.c, rfc1524.c, rfc1524.h, rfc2047.c, rfc2047.h, mh.c, + mime.h, mutt.h, mutt_curses.h, mutt_menu.h, mutt_regex.h, + muttlib.c, mx.c, mx.h, pager.c, pager.h, parse.c, pattern.c, + pgp.h, pgpinvoke.c, keymap.c, keymap.h, lib.c, lib.h, mailbox.h, + main.c, makedoc.c, mapping.h, mbox.c, menu.c, init.h, hash.h, + hdrline.c, headers.c, help.c, history.c, history.h, hook.c, + init.c, copy.h, curs_lib.c, curs_main.c, date.c, dotlock.c, + dotlock.h, edit.c, editmsg.c, enter.c, extlib.c, filter.c, + flags.c, from.c, functions.h, globals.h, gnupgparse.c, handler.c, + hash.c, attach.c, attach.h, browser.c, browser.h, buffy.c, + buffy.h, charset.c, charset.h, color.c, commands.c, complete.c, + compose.c, copy.c, addrbook.c, alias.c: Update copyright notices + for unstable. + + * signal.c, socket.c, sort.c, sort.h, status.c, system.c, + thread.c, query.c, recvattach.c, resize.c, rfc1524.c, + rfc1524.h, rfc2047.c, rfc2047.h, rfc822.c, rfc822.h, score.c, + send.c, sendlib.c, pattern.c, pgp.c, pgpinvoke.c, pgpkey.c, + pgppubring.c, pop.c, postpone.c, protos.h, pager.h, parse.c, + menu.c, mh.c, mime.h, mutt.h, mutt_curses.h, mutt_menu.h, + mutt_regex.h, mutt_socket.h, mx.c, mx.h, pager.c, imap.h, + init.c, init.h, keymap.c, keymap.h, lib.c, mailbox.h, main.c, + mapping.h, mbox.c, hash.c, hash.h, hdrline.c, headers.c, + help.c, history.c, history.h, hook.c, imap.c, curs_main.c, + date.c, dotlock.c, dotlock.h, edit.c, enter.c, filter.c, flags.c, + from.c, functions.h, globals.h, gnupgparse.c, handler.c, buffy.c, + buffy.h, charset.c, charset.h, color.c, commands.c, complete.c, + compose.c, copy.c, copy.h, curs_lib.c, addrbook.c, alias.c, + attach.c, attach.h, browser.c: Updat copyright notices in stable. -Mon Feb 28 18:06:35 2000 Thomas Roessler +2000-01-05 09:40:52 roessler (roessler) - * doc/manual.sgml.head: Martin Michlmayr told me about a typo. + * init.h, mutt.h, parse.c: patch-1.1.1.me.pgpsearchtext.1. + From Michael Elkins. - * imap/imap.h, imap/util.c, menu.c, pager.c: - New IMAP keep-alive code. This should work from all menus, and it - should always poll the current folder. +2000-01-03 10:15:54 roessler (roessler) - * menu.c, pager.c: Do IMAP keep-alive polls from all menus. + * strcasecmp.c: New str*casecmp replacements for stable. - * curs_main.c, pager.c: - Don't do Context updates from the background, part 2. + * strcasecmp.c: Fix strncasecmp and strcasecmp replacement + functions. Problem noted by Stu Heiss . - * imap/imap.h, imap/imap_private.h, imap/util.c, imap/command.c, imap/imap.c: - Don't do Context updates from the background. +2000-01-01 17:59:51 roessler (roessler) -Sun Feb 27 08:49:34 2000 Thomas Roessler + * parse.c: y2k fix for 1.0. - * po/POTFILES.in: - imap/auth_gss.c was missing. Noted by "Andrew W. Nosenko" - . + * parse.c: A y2k fix for those who still use two-digit year + numbers as originally specified in RFC 822. -Sat Feb 26 18:14:24 2000 Thomas Roessler +1999-12-29 18:38:07 roessler (roessler) - * Makefile.am: - muttbug is a script, not a program. Tell automake about this. + * po/zh_TW.Big5.po: New Chinese translation; from Anthnoy Wong + ; Dec 21 1999. - * mx.c: Don't use an uninitialized string for error reporting. + * sort.c: Fix a minor threading bug. From Edmund GRIMLEY EVANS + , Dec 14 1999. - * imap/browse.c: Fix a segmentation fault. Patch from Brendan Cully. + * browser.c: Fix the use of link_is_dir() in the file + browser. This should fix the bug reported by John Yates + on Dec 07 1999. (Details noted by Byrial + Jensen on Dec 09 1999.) -Fri Feb 25 08:57:05 2000 Thomas Roessler + * send.c: Don't use IMAP folders for FCCs when sending messages + in batch mode. This is _not_ Brendan's patch, which may be + included later. - * .cvsignore: ignore muttbug{,.sh} +1999-12-14 10:29:25 roessler (roessler) - * Makefile.am: Tell users about README.UPGRADE. + * INSTALL: Add a short note that EXACT_ADDRESS is broken. + In order to fix it, we'd need a RFC 2047 implementation + which knows about RFC 822 syntax. (This would also help with + In-Reply-To headers, BTW, but would be considerably more complex.) -Thu Feb 24 21:34:10 2000 Thomas Roessler +1999-12-13 11:36:01 roessler (roessler) - * po/zh_TW.Big5.po, po/sk.po, po/sv.po, po/uk.po, po/ru.po, po/pt_BR.po, po/pl.po, po/ko.po, po/nl.po, po/fr.po, po/gl.po, po/id.po, po/it.po, po/es.po, po/cs.po, po/de.po, po/el.po, po/eo.po, reldate.h, ChangeLog, VERSION: - automatic post-release commit for mutt-1.1.5 + * init.h, mutt.h, protos.h, send.c, sendlib.c: Adding the + envelope_from option. - * main.c: Fix #52, from Mikko.Hanninen@iki.fi. +1999-12-09 11:17:35 roessler (roessler) -Thu Feb 24 21:25:49 2000 Thomas Roessler + * imap/README, imap/auth.c, imap/browse.c, imap/imap.c, + imap/imap.h, imap/imap_private.h, imap/imap_socket.h, + imap/imap_ssl.c, imap/message.c, imap/socket.c, imap/util.c, + doc/manual.sgml.head, init.c, browser.c: Tommi Komulainen's + multiple IMAP usernames patch. - * main.c: Fix #52, from Mikko.Hanninen@iki.fi. +1999-12-06 09:59:28 roessler (roessler) -Wed Feb 23 13:26:03 2000 Thomas Roessler + * mbox.c: Cosmetic improvement for reading mmdf folders. + From John Hawkinson . - * po/zh_TW.Big5.po, po/sk.po, po/sv.po, po/uk.po, po/pl.po, - po/pt_BR.po, po/ru.po, po/nl.po, po/id.po, po/it.po, - po/ko.po, po/el.po, po/eo.po, po/es.po, po/fr.po, po/gl.po, - po/cs.po, po/de.po: New German translation; make update-po. - - * po/zh_TW.Big5.po, po/sk.po, po/sv.po, po/uk.po, - po/pt_BR.po, po/ru.po, po/ko.po, po/nl.po, po/pl.po, - po/fr.po, po/gl.po, po/id.po, po/it.po, po/eo.po, po/es.po, - po/Makefile.in.in, po/cs.po, po/de.po, po/el.po: Fix some - dependency, and do update-po again. Also, Edmund Evans - submitted a new Esperanto translation. +1999-12-04 15:42:07 roessler (roessler) - * mx.c: safe_fclose() doesn't like FILE pointers. + * mx.c: Check for the presence of .overview files when testing + whether some directory is an MH folder. This way, you can at + least read Usenet news from the spool using Mutt. ;-) - * mx.h, mx.c: Don't core dump when locking a folder fails. + * alias.c, init.h, mutt_regex.h: William Feavish's GECOS regexp + patch. -Tue Feb 22 19:22:29 2000 Thomas Roessler +1999-12-03 16:54:03 roessler (roessler) - * po/sv.po, po/uk.po, po/zh_TW.Big5.po, po/sk.po, po/ru.po, - po/pl.po, po/pt_BR.po, po/ko.po, po/nl.po, po/id.po, - po/it.po, po/fr.po, po/gl.po, po/el.po, po/eo.po, po/es.po, - po/de.po, po/cs.po: update-po. + * doc/manual.sgml.head: Fix the documentation on how to join + the mutt lists. Noted by Marius Gedminas . - * po/ko.po: New Korean translation from . + * init.h: Fix a small bug in the documentation for $hidden_host. - * muttbug.sh.in: Fix bug#42: A missing "'". + * configure.in: Fix the handling of --disable configure switches. - * main.c: Cosmetic fix from Marco d'Itri. + * configure.in: patch-1.0.rr.autoconf-disable.1: --disable-pop + shouldn't enable pop. - * imap/browse.c, browser.c, doc/manual.sgml.head: - Brendan Cully's latest IMAP browser fixes. + * rfc2047.c: Properly tag quoted-printable encoded RFC 2047 + strings with $send_charset, not with $charset. -Fri Feb 18 10:56:24 2000 Thomas Roessler + * Makefile.am, README, README.UPGRADE: Adding one more readme + file. This one is intended to serve as some kind of "howto" + for the most notable incompatible configuration changes. - * muttlib.c: - In mutt_copy_body(), we also need to strdup() the content-description. +1999-12-02 16:29:26 roessler (roessler) - * imap/command.c: - Reasonably handle suerfluous EXIST messages from IMAP servers. From - Brendan Cully. + * pgpkey.c: Fix the PGP key selection menu's title. -Thu Feb 17 18:22:27 2000 Thomas Roessler + * imap/imap_ssl.c: SSL fixes from Tommi Kommulainen. - * send.c: - Fix content-description encoding - it was done after signing, not - before signing. + * NEWS: Announce edit-message and resend-message, and the changes + in recvcmd.c. - * sendlib.c, attach.c, mx.c, pop.c: - Do more error checking when writing messages to folders. + * doc/manual.sgml.head: Clarify the documentation of + lists/unlists/subscribe/unsubscribe a bit. -Wed Feb 16 17:29:33 2000 Thomas Roessler +1999-12-01 12:06:31 roessler (roessler) - * send.c: Fix mail-followup-to generation. + * imap/util.c: Now, I should have got the signal handling right. - * sendlib.c: - Don't output empty header fields. This is made necessary by the - addition of possibly empty my_hdr commands. + * imap/util.c: another alarm (0) was missing. (However, this + one didn't crash mutt.) - * init.c: Permit empty my_hdrs. Suggested by Edmund Grimley Evans. + * imap/util.c: imap_keepalive: cancel pending alarms. Otherwise, + mutt will die frequently. - * po/cs.po: update. + * imap/util.c: Re-set the list of blocked signals after the + imap_keepalive stuff. - * pattern.c, protos.h, send.c: - Generate mail-followup-to headers which contain the user's mail - address when sending messages to _known_ mailing lists. + * imap/imap.h, imap/util.c, curs_lib.c, mutt.h, system.c: + A modified version of Tommi Kommulainen's imap keepalive patch. - * po/de.po: update. +1999-11-26 09:19:03 roessler (roessler) -Tue Feb 15 22:26:39 2000 Thomas Roessler + * imap/message.c: Fix the lines header. - * po/fr.po: update. +1999-11-25 15:18:02 roessler (roessler) - * po/eo.po: New translation from Edmund Grimley. + * imap/imap.h, imap/util.c, curs_lib.c, mutt.h, system.c: 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. - * OPS: Fix a typo. + * imap/imap.h, imap/util.c, mutt.h, system.c, curs_lib.c: + A modified version of Tommi Komulainen's imap keepalive patch. - * globals.h: Increase the size of ErrorBuf. +1999-11-24 16:29:58 roessler (roessler) - * po/sv.po, po/uk.po, po/zh_TW.Big5.po, po/pl.po, po/ru.po, po/sk.po, po/id.po, po/it.po, po/ko.po, po/nl.po, po/eo.po, po/es.po, po/fr.po, po/gl.po, po/cs.po, po/de.po, po/el.po, VERSION, reldate.h, ChangeLog: - automatic post-release commit for mutt-1.1.4 + * NEWS: Change some headlines: Instead of "major changes + since ", 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. - * doc/manual.sgml.head: - Add improved documentation for the "push" command, and macros. From - Byrial Jensen, based on a patch by Mikko Hanninen. + * imap/message.c: IMAP line count fix from + Tommi.Komulainen@iki.fi. - * functions.h: Fix the function on the pager. +1999-11-23 23:43:51 roessler (roessler) - * doc/manual.sgml.head, doc/muttrc.man.head, hook.c, init.c, init.h, protos.h: - Byrial Jensen's unhook command patch. + * postpone.c: mutt_prepare_template() didn't work with + PGP-encrypted messages due to an - errm - interesting typo. - * doc/Makefile.in: - Remove superfluous empty lines from the text version of the manual. + * doc/manual.sgml.head: Document the fact that users can enter + a mail-followup-to header in the editor. There seems to have + been some confusion about this. + + * doc/PGP-Notes.txt, acconfig.h, configure.in, pgp.c: Disable + core dumps before we ask the user for a pass phrase. Suggested by + . - * OPS: - Change the documentation string for OP_MAIN_PREV_UNDELETED - it may - be confusing. + * doc/PGP-Notes.txt: Include the maildrop recipe Mark Weinem + sent me some weeks ago. - * functions.h, keymap.c: More OP_EXIT fixes. + * muttlib.c: Permit !! for the last folder. Elm compatibility. - * OPS, functions.h, keymap.c, pager.c: - Remove the OP_PAGER_EXIT opcode, and change it to OP_EXIT. + * NEWS: Tell our users that fcc_clear exists. - * doc/manual.sgml.head: Add more documentation for subscribe and lists. + * init.h, mutt.h, send.c: Adding an fcc_clear option for + unencrypted and unsigned FCCs. -Tue Feb 15 08:59:41 2000 Thomas Roessler + * imap/Makefile.am: Include the SSL-related code with "make dist". - * doc/manual.sgml.head: - Add improved documentation for the "push" command, and macros. From - Byrial Jensen, based on a patch by Mikko Hanninen. +1999-11-22 16:01:42 roessler (roessler) - * functions.h: Fix the function on the pager. + * imap/imap.c, imap/imap.h, imap/imap_private.h, imap/message.c, + imap/util.c, imap/BUGS, imap/README, imap/TODO, OPS, browser.c, + functions.h, pgppubring.c: IMAP folder creation and deletion. + From Brendan Cully. - * doc/manual.sgml.head, doc/muttrc.man.head, hook.c, init.c, init.h, protos.h: - Byrial Jensen's unhook command patch. + * po/de.po: Der Versuch, "Diskussionsfaden" durch etwas + Verständlicheres zu ersetzen. ;-) - * doc/Makefile.in: - Remove superfluous empty lines from the text version of the manual. +1999-11-18 16:19:35 roessler (roessler) - * OPS: - Change the documentation string for OP_MAIN_PREV_UNDELETED - it may - be confusing. + * init.h: Include SSL documentation in the manual. - * functions.h, keymap.c: More OP_EXIT fixes. + * dotlock.c: indentation noise. - * OPS, functions.h, keymap.c, pager.c: - Remove the OP_PAGER_EXIT opcode, and change it to OP_EXIT. + * imap/socket.c: Small code clean-up. - * doc/manual.sgml.head: Add more documentation for subscribe and lists. + * mx.c: Detect .mew_cache files in MH folders. Suggested by + Kawaguti Ginga . -Mon Feb 14 20:51:37 2000 Thomas Roessler + * doc/manual.sgml.head: Documentation nit from Byrial Jensen. - * init.h: Fix documentation for $followup_to. + * lib.c: patch-1.0.bj.lastline.1: Handle last lines in + configuration files nicely, even when they are not terminated + by a \n character. - * po/de.po: - Fix the fixes. Folks, when submitting changes to the .po files, - please try a "make" in the po subdirectory afterwards. + * parse.c, rfc2231.c: Some rather cosmetic changes. - * po/it.po: New Italian translation from Marco d'Itri. +1999-11-17 22:47:59 roessler (roessler) - * imap/imap.c, imap/Makefile.am, imap/auth.c, imap/auth_gss.c, imap/browse.c, doc/manual.sgml.head, mx.c, .cvsignore, Makefile.am, browser.c, browser.h, configure.in: - Brendan Cully's patch from <20000212185021.A7365@xanadu.kublai.com>. + * menu.c: some reorganizations of the dialog menu code. - * po/de.po: Fixes from Roland Rosenfeld. + * alias.c: Fix the address sanitizer. You should now be + able to auto-create an alias for someone like "Jon K. Hellan" + . + + * imap/Makefile.am, imap/browse.c, imap/imap.c, imap/imap.h, + imap/imap_private.h, imap/imap_socket.h, imap/imap_ssl.c, + imap/imap_ssl.h, imap/message.c, imap/socket.c, imap/util.c, + doc/manual.sgml.head, Makefile.am, NEWS, README.SSL, acconfig.h, + configure.in, init.c, init.h, main.c, mutt.h: Tommi Komulainen's + IMAP/SSL support patches. - * attach.c, compose.c: - Fix a couple of random perror() calls and related problems. + * menu.c, mutt_menu.h: Tommi Komulainen's menu/dialog patch. - * sendlib.c: Fix encoding for text/* attachments with long lines. +1999-11-15 17:44:15 roessler (roessler) -Fri Feb 11 09:04:22 2000 Thomas Roessler + * pgp.c: Fix the pgp-hook logic. - * contrib/Pine.rc: Fix bug #23. + * color.c: Small color fix from T. E. Dickey. - * init.h, makedoc.c: - Fix minor documentation problems noted by Marius Gedminas - . + * color.c: A small patch from TE Dickey. -Thu Feb 10 19:46:13 2000 Thomas Roessler +1999-11-11 18:30:25 roessler (roessler) - * imap/message.c, pager.c, parse.c, pattern.c, pgp.c, pgp.h, pgpkey.c, pgplib.h, postpone.c, protos.h, recvattach.c, send.c, sendlib.c, sort.h, functions.h, globals.h, handler.c, hdrline.c, headers.c, hook.c, init.c, init.h, keymap.c, keymap.h, main.c, mutt.h, muttlib.c, mx.c, Makefile.am, acconfig.h, attach.c, commands.c, compose.c, configure.in, copy.c, copy.h, curs_main.c: - PGP-cleanup patch from Roland Rosenfeld. Thanks! + * rfc822.c: ups, the previous patch included a small buffer + overflow. - * muttbug.sh.in: - ${prefix} should be defined, as it may be used by autoconf. + * po/gl.po: Roberto Suarez Soto sent us a + new translation. -Wed Feb 9 18:28:45 2000 Thomas Roessler + * rfc822.c: Fix a header quoting bug. - * doc/manual.sgml.head: Fix a minor typo. From Mikko Hänninen. + * doc/Makefile.in: Another build process patch from Brendan Cully. - * muttbug.sh.in: Mostly Debian-related fixes from Roland Rosenfeld. +1999-11-10 21:35:33 roessler (roessler) - * main.c: Small translation-related fix from Roland. + * rfc2231.c: Ignore empty MIME parameters. - * po/fr.po: Update from Vincent Lefevre. +1999-11-09 12:40:14 roessler (roessler) - * pgpewrap: - Portability patch to make pgpewrap work under HP/UX. From David - Ellement . + * mbox.c, parse.c: Add some more sanity checks about + content-length. - * doc/Makefile.in, doc/manual.sgml.head, doc/manual.sgml.tail, init.h: - Documentation changes from Roland Rosenfeld. + * curs_lib.c: Fix an SLang-related compilation problem. + Originally from Jon Kĺre Hellan. -Tue Feb 8 20:55:33 2000 Thomas Roessler + * postpone.c: Simplify mutt_prepare_template (). Instead of + copying around all kinds of data, we re-parse the postponed + message's structure. + + * postpone.c: 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(). - * po/zh_TW.Big5.po, po/sk.po, po/sv.po, po/uk.po, po/ru.po, po/ko.po, po/nl.po, po/pl.po, po/fr.po, po/gl.po, po/id.po, po/it.po, po/de.po, po/el.po, po/eo.po, po/es.po, build-release, po/cs.po, reldate.h, Makefile.am, VERSION, ChangeLog: - automatic post-release commit for mutt-1.1.3 + * imap/Makefile.am, doc/Makefile.in, contrib/Makefile.in, + configure.in, Makefile.am: Build process fixes from Brendan Cully. - * build-release: - Don't build US releases. RedHat and Caldera don't object, Debian - uses the international version anyways, and SuSE (1) sits in Germany - and (2) doesn't react. + * pager.c: Add a missing redraw after resend-message. -Tue Feb 8 20:34:51 2000 Thomas Roessler +1999-11-08 22:10:49 roessler (roessler) - * build-release: - Don't build US releases. RedHat and Caldera don't object, Debian - uses the international version anyways, and SuSE (1) sits in Germany - and (2) doesn't react. + * VERSION: Undo changes which are due to release-building tests. + After all, we want the _right_ diff next time. -Tue Feb 8 20:34:51 2000 Thomas Roessler + * build-release: Finalize the new build-release script. - * build-release: - Don't build US releases. RedHat and Caldera don't object, Debian - uses the international version anyways, and SuSE (1) sits in Germany - and (2) doesn't react. + * ChangeLog, VERSION, build-release: automatic post-release + commit for mutt-1.1.1.2 - * contrib/pgp2.rc: add a comment concerning +encrypttoself. + * LAST_TAG, Makefile.am, OVERSION, VERSION, build-release, + ChangeLog: automatic post-release commit for mutt-1.1.1.1 - * pager.c, keymap.c: Avoid IMAP timeouts when viewing messages. From - Tommi.Komulainen@iki.fi. + * LAST_TAG, Makefile.am, OVERSION: Preparing some improvements + to the build process. - * po/eo.po: Small fix from Edmund. + * po/de.po, reldate.h, VERSION, ChangeLog: automatic post-release + commit for mutt-1.1.1 -Mon Feb 7 19:16:41 2000 Thomas Roessler +1999-11-07 22:52:40 roessler (roessler) - * doc/manual.sgml.head: Add a note on my_hdr when used from send-hook. + * sendlib.c: short-cut utf-7 as a 7bit character set. Currently, + utf-7 may be overridden by us-ascii. - * muttbug.sh.in: - Remove another Debian reference from the severity level descriptions. + * protos.h, recvattach.c, recvcmd.c, rfc1524.c, rfc1524.h, + send.c, sendlib.c, attach.c, attach.h, browser.c, commands.c, + compose.c, curs_main.c, functions.h, init.h, mutt.h, muttlib.c, + pager.c, pager.h, postpone.c, Makefile.am: Rewriting lots of + the recvattach code. - * muttbug.sh.in: More fixes. + * po/eo.po: branches: 1.1.2; file eo.po was initially added on + branch mutt-1-0-stable. - * muttlib.c, protos.h, rfc2047.c, rfc2231.c: Fix bug#22. + * po/eo.po, configure.in: Esperanto translation from Edmund + GRIMLEY EVANS . - * muttbug.sh.in: Various fixes from Roland Rosenfeld. +1999-11-05 07:28:11 roessler (roessler) - * buffy.c: Fix a NULL pointer deference. + * pgppubring.c: preprocess out some unused strings. -Thu Feb 3 13:41:38 2000 Thomas Roessler +1999-11-04 21:35:32 roessler (roessler) - * acconfig.h, configure.in, muttbug.sh.in: - Add debugger support to muttbug. + * rfc2231.c: Catch a segmenatation fault. Note that this is + not the real fix for the problem... - * init.c: Add a comment concerning muttbug.sh. + * menu.c: Change a short to an int where it should have been one. - * muttbug.sh.in: - More changes to the bug report script. Most of them were suggest by - Roland Rosenfeld. + * po/gl.po: New version. - * po/de.po: Minor fixes from Roland Rosenfeld. + * protos.h, send.c, status.c, buffy.c, globals.h, postpone.c: + IMAP postpone changes from Byrial Jensen. - * muttbug.sh.in: Add some Debian specifics. +1999-11-03 20:30:19 roessler (roessler) - * muttbug.sh.in: Strip comments from included configuration files. + * recvattach.c: Adding a comment which describes some ideas on + how the attachment menu should work. - * muttbug.sh.in: another minor fix. +1999-11-02 15:51:07 roessler (roessler) - * muttbug.sh.in: Minor fixes. + * imap/BUGS, imap/command.c, imap/imap.c, imap/imap_private.h, + imap/message.c, imap/util.c, buffy.c: Various IMAP-related fixes + from Brendan Cully. - * Makefile.am, configure.in, main.c, muttbug.sh.in: - Add muttbug, the bug reporting utility. (Yes, we are about to get a - real bug-tracking system, see http://bugs.guug.de/.) +1999-10-31 17:12:55 roessler (roessler) - * doc/manual.sgml.head: Documentation fix. + * po/it.po: [stable] Small fix from Marco d'Itri. -Wed Feb 2 10:53:28 2000 Thomas Roessler + * m4/.cvsignore, intl/.cvsignore, imap/BUGS, imap/message.c, + contrib/.cvsignore: From Brendan Cully: IMAP updates should work + properly again. - * init.c: Make the parsing of integers more +1999-10-29 05:43:40 roessler (roessler) - * lib.c: Use O_NOFOLLOW when it's there, and needed. + * po/.cvsignore: Cosmetics. -Tue Feb 1 18:47:49 2000 Thomas Roessler + * imap/BUGS: Update the documentation. - * main.c: Cosmetics. + * doc/.cvsignore: Cosmetics. - * doc/mutt.man, doc/muttrc.man.head: - Cosmetics. Additionally, remove the y2k compliance notice from the - manual page. + * buffy.c, globals.h, postpone.c, send.c, status.c: 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. - * makedoc.c: - Change the font used for typesetting "tables", so we get usable - output when roffing the muttrc (5) manual page for a postscript - printer. +1999-10-28 17:42:07 roessler (roessler) - * po/zh_TW.Big5.po, po/sk.po, po/sv.po, po/uk.po, po/pl.po, po/ru.po, po/ko.po, po/nl.po, po/gl.po, po/id.po, po/it.po, po/el.po, po/eo.po, po/es.po, po/fr.po, po/cs.po, po/de.po: - Include various po-file updaes, and make update-po. + * README: Fix the version number in the README file. - * po/Makefile.in.in, po/POTFILES.in, Makefile.am: - Build fix for the po/ subdirectory, from Edmund G. Evans. + * pop.c: Cosmetic POP fixes from Evan DiBiase + . - * po/eo.po: New Esperanto translation. + * pop.c: Cosmetic fixes from Evan DiBiase . - * init.h: Add a bit more documentation on $recall. +1999-10-28 08:15:38 (roessler) -Sun Jan 30 13:35:22 2000 Thomas Roessler + * imap/imap_socket.h, imap/socket.c, init.h, globals.h: Adding + imap_preconnect. This way, you can let mutt start an ssh tunnel + before it tries to connect to an IMAP server. - * po/sv.po, po/uk.po, po/zh_TW.Big5.po, po/ru.po, po/sk.po, po/nl.po, po/pl.po, po/id.po, po/it.po, po/ko.po, po/es.po, po/fr.po, po/gl.po, po/eo.po, po/POTFILES.in, po/cs.po, po/de.po, po/el.po, po/Makefile.in.in, configure.in: - Try to fix the build process in the po/ subdirectory. +1999-10-27 12:17:34 roessler (roessler) - * configure.in: Add some languages to ALL_LINGUAS. + * po/gl.po: branches: 1.1.2; file gl.po was initially added on + branch mutt-1-0-stable. - * po/gl.po, po/sv.po: Adding translations from stable to unstable. + * po/gl.po, configure.in: Adding a Galician translation. - * po/ru.po, po/zh_TW.Big5.po, po/fr.po, po/id.po, po/ko.po, po/pl.po, po/de.po, po/el.po, po/eo.po: - make update-po; including new revisions submitted so far. +1999-10-26 15:14:01 roessler (roessler) -Sat Jan 29 08:03:48 2000 Thomas Roessler + * curs_lib.c, main.c: Some display-related fixes from Andrej + Gritsenko. - * init.h: Another change to attach_format. + * editmsg.c: Fix a small bug in the new edit-message feature. + From Andrej Gritsenko. - * pgp.c, recvattach.c, send.c, sendlib.c, OPS, compose.c, functions.h, init.h, mutt.h, parse.c: - Michael Elkins' content-disposition patch, with some small changes. + * imap/imap.c, imap/imap_private.h, imap/util.c, imap/auth.c, + imap/browse.c, imap/command.c: * 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... -Fri Jan 28 21:32:47 2000 Thomas Roessler + (From: Brendan Cully ) - * init.h: - Make the documentation for rfc2047_parameters comprehensible to the - end user. +1999-10-25 20:05:14 roessler (roessler) - * init.h: Documentation fix. + * po/sv.po: branches: 1.1.2; file sv.po was initially added on + branch mutt-1-0-stable. - * rfc2231.c: RFC2231 support should understand utf-8. + * po/sv.po, configure.in: Adding the Swedish translation to + stable. -Thu Jan 27 09:57:09 2000 Thomas Roessler + * po/de.po: Updated German translation from Roland Rosenfeld. - * imap/imap_ssl.c, README.SSL, init.h, mutt.h: - Add options to disallow individual SSL protocols. From Jeremy Katz - . + * imap/imap.h, imap/imap_private.h, imap/message.c, imap/util.c, + imap/.cvsignore, imap/BUGS, imap/Makefile.am, imap/browse.c, + imap/command.c, imap/imap.c, init.h: Brendan Cully's IMAP code + movements patch. + +1999-10-22 08:49:30 roessler (roessler) + + * Makefile.am, VERSION, reldate.h, ChangeLog: automatic + post-release commit for mutt-1.1 + + * po/zh_TW.Big5.po, po/uk.po, po/sk.po, po/pt_BR.po, po/ru.po, + po/pl.po, po/nl.po, po/ko.po, po/it.po, po/id.po, po/fr.po, + po/es.po, po/el.po, po/de.po, po/cs.po, NEWS, VERSION, reldate.h, + ChangeLog: post-release commit for one dot zero. (yes, really.) -Tue Jan 25 21:21:10 2000 Thomas Roessler +1999-10-21 08:07:22 roessler (roessler) - * imap/BUGS, imap/README, imap/TODO, imap/command.c, imap/imap.c, imap/message.c: - Brendan Cully's latest changes: + * compose.c: Another sprintf-vs-null issue. - Here is a patch to add some support for read-only IMAP folders. - This is most useful if you have multiple copies of mutt open, but - it also allows you to open a folder read-only and not have to - worry about flags getting changed. Toggling read-only still - doesn't work correctly - you may lose your 'N' flags if you open - a folder normally and switch to read-only. - - I've also decided to try using UID FETCH, although I'm not sure if - older IMAP servers support it, but then again I'm not sure if - anyone's using any really old IMAP servers. The main advantage is - in the case of multiple clients, where one client is deleting - messages and the other isn't getting notification. I'm - experiencing that on my UW-IMAP 4.6 server. On the other hand, - this server seems to have all sorts of terrible problems with this - scenario, so I'm not sure how well the code functions. It's a - two-line change so far, it's experimental, and it's the only IMAP - code in an #if 0 block... - - * doc/Makefile.in: - Make the build process work when sgmltools aren't present. From - Lawrence Greenfield . +1999-10-20 14:51:57 roessler (roessler) - * imap/auth.c: - Fix GSSAPI support. From Lawrence Greenfield . + * po/id.po: new indonesian translation. -Mon Jan 24 13:17:17 2000 Thomas Roessler + * imap/message.c: 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. - * dotlock.h, mx.c, dotlock.c: Locking fix. + * imap/auth.c: Let the user skip CRAM-MD5 by entering an empty + secret. - * enter.c: patch-1.1.2.mg.autocomplete.1 - from Marius Gedminas - . + * po/id.po, po/el.po: translation updates. - * Makefile.am: small build process fix. + * configure.in: Don't use GNU grep specific options. - * m4/Makefile.am.in: - Patch from Lars Hecking in order to build mutt cleanly under Solaris - 2.6. +1999-10-19 15:34:04 roessler (roessler) - * doc/manual.sgml.head: - More list-reply documentation from Mikko.Hanninen@iki.fi. + * imap/auth.c: Fix some sloppiness-induced, but harmless, + nonsense. - * init.h, mutt.h, rfc822.c: - Removing rewrite_uucp. There were too many objections against it. + * imap/imap_private.h, imap/auth.c, imap/imap.c: Add + AUTHENTICATE=ANONYMOUS support to the IMAP authentication methods. + This is, for instance, needed to access the cyrus-related mailing + lists' archives at CMU. - * init.h, mutt.h, rfc822.c: Adding the $rewrite_uucp option. + * po/el.po: New greek translation. - * po/ru.po: update. +1999-10-18 09:13:42 roessler (roessler) - * po/eo.po, configure.in: - Adding the Esperanto translation to unstable. From Edmund GRIMLEY - EVANS . + * pgp.c: Handle Ctrl-G on the pgp-hook prompt correctly. -Fri Jan 21 09:28:56 2000 Thomas Roessler +1999-10-16 15:19:29 roessler (roessler) - * po/el.po: New greek translation. + * Makefile.am: doc/PGP-Notes.txt vs. doc/PGP-Notes. - * po/id.po: updated translation. + * Makefile.am: [stable] doc/PGP-Notes.txt has an extension. ups. -Thu Jan 20 17:35:41 2000 Thomas Roessler + * send.c: [stable] Fix Debian bug #47408. - * po/pl.po: Updated polish translation. + * send.c: Fix Debian bug #47408: When the postponed folder + is a maildir, messages should only be written to the _new_ + subdirectory. - * contrib/Makefile.in, Makefile.am: - "make distclean" fixes from Marco d'Itri. + * po/nl.po: New nl translation from Johan van Selst + . - * compose.c: Typo noted by edmundo@rano.org. + * po/cs.po: New cs translation from Jiri Pavlovsky + . - * po/ko.po: Update. + * po/zh_TW.Big5.po: [stable] chinese translation fixes from + Anthony Wong . - * send.c: Honor mail-followup-to when doing a list-reply. From - Mikko.Hanninen@iki.fi. + * init.h: scoring documentation fix. -Wed Jan 19 14:59:01 2000 Thomas Roessler + * globals.h, init.h, mutt.h, mx.c, protos.h, score.c, sort.c: + Scoring improvements. - * commands.c: - Don't move the index cursor after a failed attempt to save a - message. From Joe Orton . +1999-10-14 16:09:10 roessler (roessler) - * po/de.po: New German translation for unstable, from Roland Rosenfeld. + * po/ru.po: New Russian tranlation for stable. - * pgp.c: Fiksing a speling mysdeik nodet by Michael Sobolev. ;-) + * contrib/gpg.rc: New gpg.rc from Roland Rosenfeld. - * NEWS: Add a notice on display-toggle-weed. + * po/fr.po: [stable] New french translation. - * doc/manual.sgml.head, doc/manual.sgml.tail, OPS, functions.h: - Rename display-headers to display-toggle-weed. + * po/de.po: [stable] Fixes to the German translation. -Tue Jan 18 22:46:18 2000 Thomas Roessler + * pattern.c: [stable] Fix a segmentation fault when attempting + to search pgp-encrypted messages. - * mx.c: mx_open_mailbox_append: Add an error message and remove a file - descriptor leak when we can open, but can't lock an MMDF or MBOX - folder. + * pattern.c: Fix a segmentation fault when search PGP-encrypted + messages. - * po/zh_TW.Big5.po, po/uk.po, po/sv.po, po/sk.po, po/ru.po, po/pt_BR.po, po/pl.po, po/nl.po, po/ko.po, po/it.po, po/gl.po, po/id.po, po/fr.po, po/eo.po, po/es.po, po/el.po, po/de.po, po/cs.po, reldate.h, VERSION, ChangeLog: - automatic post-release commit for mutt-1.0.1 +1999-10-11 20:26:41 roessler (roessler) - * contrib/Makefile.in: - Respect $DESTDIR in contrib/Makefile. From Hao Li - . + * VERSION, po/es.po, reldate.h, ChangeLog: automatic post-release + commit for mutt-0.96.8 - * imap/imap.c, imap/message.c: - Fix use of confirmcreate with IMAP. A patch for this was suggested - by Brian R. Gaeke. + * po/zh_TW.Big5.po, po/uk.po, po/sk.po, po/ru.po, po/pl.po, + po/nl.po, po/ko.po, po/it.po, po/id.po, po/fr.po, po/es.po, + po/el.po, po/de.po, po/cs.po, VERSION, reldate.h, ChangeLog: + post-release commit for 1.0pre4. - * init.h, alias.c: - Documentation fix about gecos_mask. From Will Fiveash. + * po/zh_TW.Big5.po: New Chinese Translation. -Sun Jan 16 14:44:12 2000 Thomas Roessler + * dotlock.c: [stable] Use dotlock.c from unstable. - * po/eo.po: new esperanto translation from edmundo@rano.org. +1999-10-06 20:20:54 roessler (roessler) - * editmsg.c: - Use Visual, not Editor, for editing messages. Noted by Marius - Gedminas . + * Makefile.am: Makefile.am fix for unstable. - * rfc822.c: - quote-related fix to the RFC822 parser. From Edmund Grimley Evans. + * Makefile.am: [stable] Check for mutt_dotlock in + $(DESTDIR)$(bindir), not in $(bindir). This should fix some + Debian build problems. -Wed Jan 12 09:20:34 2000 Thomas Roessler + * init.h: fix the $from documentation. Noted by David DeSimone. - * init.c: - It was impossible to unset a string. If you did "unset realname" it - would just print out the value of the string. Attached is the fix. +1999-10-05 06:50:34 roessler (roessler) -Mon Jan 10 21:34:06 2000 Thomas Roessler + * compose.c, mutt.h, recvattach.c: small fixes from Gero Treuner. - * reap.pl: Handle #ifndef in reap.pl. + * mutt.h, recvattach.c, compose.c: [stable] small fixes from + Gero Treuner. - * configure.in: - Recognize differently-named gccs as such, and enable warnings. From - "Andrew W. Nosenko" . - - * pgp.c: - To compile on SunOs 4.1.4, the order of two includes needs to be - switched ( contains a struct timeval.) +1999-10-04 10:05:26 roessler (roessler) - From Mark Seiden . + * configure.in: [stable] add pt_BR to ALL_LINGUAS. - * doc/manual.sgml.head, pgplib.h, postpone.c, recvattach.c, recvcmd.c, remailer.c, remailer.h, rfc2231.c, rfc2231.h, attach.c, charset.c, charset.h, dotlock.h, editmsg.c, extlib.c, gnupgparse.c, lib.c, lib.h, makedoc.c, mh.c, muttlib.c, mx.c, mx.h, pgp.h: - More copyright cosmetics - noted by Martin Michlmayr . + * configure.in: add pt_BR to ALL_LINGUAS. - * lib.c: Use safe_free() instead of free() with mutt_str_replace - - equivalent, but nicer. + * po/pt_BR.po: Brasilian translation. - * parse.c, pgpkey.c, postpone.c, protos.h, recvattach.c, rfc1524.c, rfc2047.c, send.c, sendlib.c, attach.c, browser.c, compose.c, curs_main.c, edit.c, history.c, init.c, lib.c, main.c, menu.c, mh.c, muttlib.c: - Add (and use) a function mutt_str_replace, which essentially - replaces the sequence: + * po/pt_BR.po: branches: 1.1.2; file pt_BR.po was initially + added on branch mutt-1-0-stable. - safe_free (&s); - s = safe_strdup (t); + * po/pt_BR.po: Brasilian translation. - * build-release, gnupgparse.c: - Fix PGP uid parsing. Noted by Edmund GRIMLEY EVANS - . + * imap/BUGS, imap/Makefile.am, imap/README, imap/auth.c, + imap/imap.c, imap/util.c, .cvsignore, mx.c: Some fixes from + Brendan Cully. -Sat Jan 8 10:31:28 2000 Thomas Roessler + * pgpewrap: pgpewrap spits out ugly error messages when used + with ash. - * VERSION, reldate.h, ChangeLog: - automatic post-release commit for mutt-1.1.2 + * configure.in: AM_C_PROTOTYPES seems to be too recent for the + installed automake/autoconf base. - * keymap.c: - Fix a macro-related segmentation fault in stable. From Byrial - Jensen. + * postpone.c: Remove some nonsense from the resend-message + patches. - * keymap.c: - Fix a macro-related segmentation fault. From Byrial Jensen. + * postpone.c: Fix a memory leak. - * OPS, commands.c, compose.c, curs_main.c, functions.h, protos.h, recvattach.c: - Unified edit-type function for the index, compose, and - receive-attachment menus. Mostly by Michael Elkins. +1999-09-30 22:05:28 roessler (roessler) - * curs_lib.c: patch-1.1.1.me.endwin.1, from Michael Elkins. + * imap/message.c, send.c, sendlib.c, OPS, buffy.c, curs_main.c, + functions.h, headers.c, main.c, mbox.c, mh.c, mutt.h, parse.c, + parse.h, postpone.c, protos.h, recvattach.c: Add a resend-message + function (similar to the _old_ edit-message), and redo large + parts of mutt_prepare_edit_message (now mutt_prepare_template). - * mutt.h, parse.c, init.h: Undo Michaels "pgpsearchext" patch. + * main.c: unstable cosmetics. -Sat Jan 8 09:40:02 2000 Thomas Roessler + * main.c: [stable] cosmetic change suggested by marco d'itri. - * keymap.c: - Fix a macro-related segmentation fault in stable. From Byrial - Jensen. + * po/es.po, po/es.po: New spanish translation from Boris + Wesslowsky. - * keymap.c: - Fix a macro-related segmentation fault. From Byrial Jensen. + * imap/Makefile.am, makedoc.c: Build fixes from Lars Hecking. - * OPS, commands.c, compose.c, curs_main.c, functions.h, protos.h, recvattach.c: - Unified edit-type function for the index, compose, and - receive-attachment menus. Mostly by Michael Elkins. + * doc/manual.sgml.in, Muttrc.in, NEWS, globals.h, init.h, send.c: + [stable] Re-add in_reply_to, this time with the right default + value. - * curs_lib.c: patch-1.1.1.me.endwin.1, from Michael Elkins. + * sendlib.c: [unstable] fix the duplicate x-mailer/uesr-agent + problem. - * mutt.h, parse.c, init.h: Undo Michaels "pgpsearchext" patch. + * send.c, globals.h, init.h: [unstable] Re-add in-reply-to. + This time with a suitable default. #-\ -Thu Jan 6 12:00:50 2000 Thomas Roessler +1999-09-29 17:47:33 roessler (roessler) - * rfc2231.c, rfc2231.h, rfc822.c, rfc822.h, score.c, send.c, - sendlib.c, signal.c, sort.c, sort.h, status.c, system.c, - thread.c, pgplib.c, pgplib.h, pgppubring.c, pop.c, - postpone.c, protos.h, query.c, recvattach.c, recvcmd.c, - remailer.c, remailer.h, resize.c, rfc1524.c, rfc1524.h, - rfc2047.c, rfc2047.h, mh.c, mime.h, mutt.h, mutt_curses.h, - mutt_menu.h, mutt_regex.h, muttlib.c, mx.c, mx.h, pager.c, - pager.h, parse.c, pattern.c, pgp.h, pgpinvoke.c, keymap.c, - keymap.h, lib.c, lib.h, mailbox.h, main.c, makedoc.c, - mapping.h, mbox.c, menu.c, init.h, hash.h, hdrline.c, - headers.c, help.c, history.c, history.h, hook.c, init.c, - copy.h, curs_lib.c, curs_main.c, date.c, dotlock.c, - dotlock.h, edit.c, editmsg.c, enter.c, extlib.c, filter.c, - flags.c, from.c, functions.h, globals.h, gnupgparse.c, - handler.c, hash.c, attach.c, attach.h, browser.c, browser.h, - buffy.c, buffy.h, charset.c, charset.h, color.c, commands.c, - complete.c, compose.c, copy.c, addrbook.c, alias.c: Update - copyright notices for unstable. - - * Attic/socket.c, signal.c, sort.c, sort.h, status.c, - system.c, thread.c, query.c, recvattach.c, resize.c, - rfc1524.c, rfc1524.h, rfc2047.c, rfc2047.h, rfc822.c, - rfc822.h, score.c, send.c, sendlib.c, pattern.c, pgp.c, - pgpinvoke.c, pgpkey.c, pgppubring.c, pop.c, postpone.c, - protos.h, pager.h, parse.c, Attic/mutt_socket.h, menu.c, - mh.c, mime.h, mutt.h, mutt_curses.h, mutt_menu.h, - mutt_regex.h, mx.c, mx.h, pager.c, Attic/imap.h, init.c, - init.h, keymap.c, keymap.h, lib.c, mailbox.h, main.c, - mapping.h, mbox.c, Attic/imap.c, hash.c, hash.h, hdrline.c, - headers.c, help.c, history.c, history.h, hook.c, - curs_main.c, date.c, dotlock.c, dotlock.h, edit.c, enter.c, - filter.c, flags.c, from.c, functions.h, globals.h, - gnupgparse.c, handler.c, buffy.c, buffy.h, charset.c, - charset.h, color.c, commands.c, complete.c, compose.c, - copy.c, copy.h, curs_lib.c, addrbook.c, alias.c, attach.c, - attach.h, browser.c: Updat copyright notices in stable. + * configure.in: More fixes from Lars Hecking. -Wed Jan 5 09:40:52 2000 Thomas Roessler + * configure.in: Adding AC_PREREQ to configure.in. - * init.h, mutt.h, parse.c: - patch-1.1.1.me.pgpsearchtext.1. From Michael Elkins. + * configure.in: make sure the right software is used for building + mutt. Patch suggested by Lars Hecking and Will Fiveash. -Mon Jan 3 10:15:54 2000 Thomas Roessler + * pgpinvoke.c: don't leak /dev/null file descriptors. From Roland + Rosenfeld. - * strcasecmp.c: New str*casecmp replacements for stable. + * curs_main.c: fix^2 for stable. - * strcasecmp.c: - Fix strncasecmp and strcasecmp replacement functions. Problem noted - by Stu Heiss . + * curs_main.c: Fixing the fix - missing brackets. -Sat Jan 1 17:59:51 2000 Thomas Roessler + * curs_main.c, parse.c: [stable] Fix some memory leaks noted by + purify running on behalf of Daniel Eisenbud. - * parse.c: y2k fix for 1.0. + * curs_main.c, parse.c: Fix some memory leaks noted by purify + running on behalf of Daniel Eisenbud. - * parse.c: A y2k fix for those who still use two-digit year numbers as - originally specified in RFC 822. +1999-09-28 18:55:31 roessler (roessler) -Wed Dec 29 18:38:07 1999 Thomas Roessler + * po/ru.po: Here goes an update for version 1.0-pre3i. The main + feature of this translation is that one-letter answers to + multiple choice questions are not localized (Thomas, could you + please add this as comment to the update in CVS?) - * po/zh_TW.Big5.po: - New Chinese translation; from Anthnoy Wong ; Dec - 21 1999. + (From: Michael Sobolev.) - * sort.c: Fix a minor threading bug. From Edmund GRIMLEY EVANS - , Dec 14 1999. + * sendlib.c: [stable] Include SPACE and HT with MIME specials. - * browser.c: - Fix the use of link_is_dir() in the file browser. This should fix - the bug reported by John Yates on Dec 07 1999. - (Details noted by Byrial Jensen on Dec 09 1999.) + * sendlib.c: [unstable] Include SPACE and HT with MimeSpecials. - * send.c: - Don't use IMAP folders for FCCs when sending messages in batch mode. - This is _not_ Brendan's patch, which may be included later. + * Makefile.am: Better solution for the makedoc build using + automake. -Tue Dec 14 10:29:25 1999 Thomas Roessler + * Makefile.am: Some makes apparently have to be told about how + to build makedoc. - * INSTALL: - Add a short note that EXACT_ADDRESS is broken. In order to fix it, - we'd need a RFC 2047 implementation which knows about RFC 822 - syntax. (This would also help with In-Reply-To headers, BTW, but - would be considerably more complex.) +1999-09-27 17:55:14 roessler (roessler) -Mon Dec 13 11:36:01 1999 Thomas Roessler + * copy.c: A back-port from unstable had missed some parts which + could lead to message corruption with mh mail folders. - * init.h, mutt.h, protos.h, send.c, sendlib.c: - Adding the envelope_from option. + * po/it.po: new Italian translation from Marco d'Itri. -Thu Dec 9 11:17:35 1999 Thomas Roessler + * po/pl.po: New polish translation. - * imap/README, imap/auth.c, imap/browse.c, imap/imap.c, - imap/imap.h, imap/imap_private.h, imap/imap_socket.h, - imap/imap_ssl.c, imap/message.c, imap/socket.c, imap/util.c, - doc/manual.sgml.head, init.c, browser.c: Tommi Komulainen's - multiple IMAP usernames patch. + * po/de.po, po/de.po: Translation fix from Roland Rosenfeld. -Mon Dec 6 09:59:28 1999 Thomas Roessler + * doc/manual.sgml.in: Documentation fix from Roland Rosenfeld. - * mbox.c: - Cosmetic improvement for reading mmdf folders. From John Hawkinson - . +1999-09-25 07:37:51 roessler (roessler) -Sat Dec 4 15:42:07 1999 Thomas Roessler + * po/zh_TW.Big5.po, po/uk.po, po/sk.po, po/ru.po, po/pl.po, + po/nl.po, po/ko.po, po/it.po, po/id.po, po/fr.po, po/es.po, + po/el.po, po/de.po, po/cs.po: post-release commit for 1.0pre3. - * mx.c: Check for the presence of .overview files when testing whether - some directory is an MH folder. This way, you can at least read - Usenet news from the spool using Mutt. ;-) + * VERSION, reldate.h, ChangeLog: pre-release commit for 1.0pre3. - * alias.c, init.h, mutt_regex.h: William Feavish's GECOS regexp patch. +1999-09-24 17:51:55 roessler (roessler) -Fri Dec 3 16:54:03 1999 Thomas Roessler + * po/uk.po, po/zh_TW.Big5.po, po/sk.po, po/pl.po, po/ru.po, + po/it.po, po/ko.po, po/nl.po, po/fr.po, po/id.po, po/el.po, + po/es.po, po/cs.po, po/de.po, ChangeLog, VERSION, reldate.h: + automatic post-release commit for mutt-0.96.7 - * doc/manual.sgml.head: - Fix the documentation on how to join the mutt lists. Noted by - Marius Gedminas . +1999-09-23 21:13:55 roessler (roessler) - * init.h: Fix a small bug in the documentation for $hidden_host. + * po/el.po: New Greek tranlsation from Fanis . - * configure.in: Fix the handling of --disable configure switches. + * browser.c: [stable] Solaris snprintf vs. NULL pointers. - * configure.in: - patch-1.0.rr.autoconf-disable.1: --disable-pop shouldn't enable pop. + * browser.c: Try not to pass NULL pointers to snprintf + - the Solaris version doesn't like them. (Noted by + Thomas.Parmelan@efrei.fr.) - * rfc2047.c: - Properly tag quoted-printable encoded RFC 2047 strings with - $send_charset, not with $charset. - - * Makefile.am, README, README.UPGRADE: - Adding one more readme file. This one is intended to serve as some - kind of "howto" for the most notable incompatible configuration - changes. + * imap/imap_private.h, imap/socket.c, imap/util.c, imap/BUGS, + imap/imap.c, buffy.c: Brendan Cully's latest changes: -Thu Dec 2 16:29:26 1999 Thomas Roessler + * includes all of my last patch, since it hasn't been committed + yet. * catches a couple segfault problems if Context is NULL. + * works harder to avoid sending null STORE FLAGS commands. May not + be perfect yet, but also has extra debugging code. * has the + beginnings of a more interactive IMAP error handler. + Doesn't do anything yet, I'm just including it because I want + to get the rest of the patch out. - * pgpkey.c: Fix the PGP key selection menu's title. + * doc/Makefile.in, Makefile.am: Use $(MAKE) instead of make. + Noted by Ryan Murray . - * imap/imap_ssl.c: SSL fixes from Tommi Kommulainen. + * doc/Makefile.in, Makefile.am, configure.in, init.h: A small + portability fix related to makedoc. - * NEWS: Announce edit-message and resend-message, and the changes in - recvcmd.c. + * po/es.po: [stable] new spanish translation from Boris Wesslowski + . - * doc/manual.sgml.head: - Clarify the documentation of lists/unlists/subscribe/unsubscribe a - bit. + * alias.c: increase this limit for stable as well. -Wed Dec 1 12:06:31 1999 Thomas Roessler + * handler.c: [stable] Fix a buffer overflow and a bug helping + with exploiting this overflow in the text/enriched handler. - * imap/util.c: Now, I should have got the signal handling right. + * handler.c: Fix a buffer overflow and a bug helping with + exploiting this overflow in the text/enriched handler. - * imap/util.c: - another alarm (0) was missing. (However, this one didn't crash mutt.) + * imap/browse.c, doc/manual.sgml.head, curs_main.c: This small + patch: - * imap/util.c: - imap_keepalive: cancel pending alarms. Otherwise, mutt will die - frequently. + * catches a possible null-pointer dereference in mx_close_mailbox + when logging out of the server. + * fixes IMAP tab-completion cosmetics (slightly broken with last + Cyrus-compatibility updates) + * adds a bit to the IMAP part of the manual. - * imap/util.c: - Re-set the list of blocked signals after the imap_keepalive stuff. + Brendan Cully - * imap/imap.h, imap/util.c, curs_lib.c, mutt.h, system.c: - A modified version of Tommi Kommulainen's imap keepalive patch. + * alias.c: Increase a buffer to make larger group aliases + possible. The current STRING buffer was far too small. -Fri Nov 26 09:19:03 1999 Thomas Roessler +1999-09-12 19:39:10 roessler (roessler) - * imap/message.c: Fix the lines header. + * po/es.po: [stable] Updated spanish translation from Boris + Wesslowski. -Thu Nov 25 15:18:02 1999 Thomas Roessler + * po/es.po: [stable] Fixes for the Spanish translation. + From Nicolás Lichtmaier . - * imap/imap.h, imap/util.c, curs_lib.c, mutt.h, system.c: - 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. + * imap/BUGS, imap/Makefile.am, imap/TODO, imap/auth.c, + imap/imap.c, imap/imap.h, imap/imap_private.h, imap/message.c, + imap/util.c, buffy.c, commands.c, globals.h, init.h: The attached + patch (imap-turbocharge.diff): - * imap/imap.h, imap/util.c, mutt.h, system.c, curs_lib.c: - A modified version of Tommi Komulainen's imap keepalive patch. + * changes mutt_buffy_check to only poll the selected folder + when it is opened, not all mailboxes (unless the timeout + has expired). This is a noticeable win if you have a few + IMAP mailboxes. -Wed Nov 24 16:29:58 1999 Thomas Roessler + * sets the default checkinterval to 60 seconds from 0. Things + are much much slower with 0. - * NEWS: - Change some headlines: Instead of "major changes since ", 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. + * makes some cosmetic renames - * imap/message.c: IMAP line count fix from Tommi.Komulainen@iki.fi. + * moves lots of generic imap stuff into a separate file, + imap/util.c -Tue Nov 23 23:43:51 1999 Thomas Roessler + * abstracts the process of sending a command to an IMAP server + a bit better (lots more to do here, though). - * postpone.c: - mutt_prepare_template() didn't work with PGP-encrypted messages due - to an - errm - interesting typo. + * moves the message-set creation code used by the new fastdelete + code into its own function, since it is generally useful. - * doc/manual.sgml.head: - Document the fact that users can enter a mail-followup-to header in - the editor. There seems to have been some confusion about this. + * implements server-side copy of messages. Tagged messages + are copied in one command, thanks to the message-set + function. Speedy! - * doc/PGP-Notes.txt, acconfig.h, configure.in, pgp.c: - Disable core dumps before we ask the user for a pass phrase. - Suggested by . + (From: Brendan Cully; modifications by tlr.) - * doc/PGP-Notes.txt: Include the maildrop recipe Mark Weinem - sent me some weeks ago. +1999-09-11 17:04:12 roessler (roessler) - * muttlib.c: Permit !! for the last folder. Elm compatibility. + * po/pl.po: [stable] new polish translation from Pawel Dienkonski. - * NEWS: Tell our users that fcc_clear exists. + * po/es.po: [stable] New Spanish translation from Boris + Wesslowski. - * init.h, mutt.h, send.c: - Adding an fcc_clear option for unencrypted and unsigned FCCs. + * configure.in: [stable] Hurd portability patch from Marcus + Brinkmann. - * imap/Makefile.am: Include the SSL-related code with "make dist". + * configure.in: Hurd portability patch from Marcus Brinkmann. -Mon Nov 22 16:01:42 1999 Thomas Roessler + * imap/browse.c, imap/imap.c: Fix IMAP fast deletion. + From Brendan. - * imap/imap.c, imap/imap.h, imap/imap_private.h, imap/message.c, imap/util.c, imap/BUGS, imap/README, imap/TODO, OPS, browser.c, functions.h, pgppubring.c: - IMAP folder creation and deletion. From Brendan Cully. + * Muttrc.in: typos fixed by Telsa. - * po/de.po: - Der Versuch, "Diskussionsfaden" durch etwas Verständlicheres zu - ersetzen. ;-) + * doc/manual.sgml.in: Small manual fix for stable. Noted by + Telsa . -Thu Nov 18 16:19:35 1999 Thomas Roessler +1999-09-08 06:05:54 roessler (roessler) + + * imap/imap.c, imap/imap.h, imap/imap_private.h, mx.c, + curs_main.c: The attached patch: + + * gets Mutt to properly log off the IMAP server when + quitting. Clients don't care, but it's polite and proper. + * further updates the flags changes from yesterday * uses CLOSE + instead of EXPUNGE when closing a mailbox and purging + messages, for some slight speed gain. * purges all messages + marked for deletion in one command (if purging), + making for very cool speed gains switching mailboxes if you're + on, say, a few high volume mailing lists. Yeah, baby! (I + personally love this one). - * init.h: Include SSL documentation in the manual. + (From Brendan Cully ) - * dotlock.c: indentation noise. +1999-09-07 17:01:28 roessler (roessler) - * imap/socket.c: Small code clean-up. + * Makefile.am: Bail out if the chmod of mutt_dotlock fails. - * mx.c: - Detect .mew_cache files in MH folders. Suggested by Kawaguti Ginga - . + * pgpkey.c: Fix a strtok NULL pointer problem. - * doc/manual.sgml.head: Documentation nit from Byrial Jensen. + * doc/manual.sgml.in: notes on how to produce secure mailcaps. - * lib.c: - patch-1.0.bj.lastline.1: Handle last lines in configuration files - nicely, even when they are not terminated by a \n character. + * gnupgparse.c, pgpinvoke.c: GPG-related fix from Gero Treuner. - * parse.c, rfc2231.c: Some rather cosmetic changes. + * imap/BUGS, imap/Makefile.am, imap/TODO, imap/imap.c, + imap/imap_private.h, imap/message.c, imap/message.h, mutt.h, + muttlib.c, mx.c, status.c, complete.c, flags.c: * redoes the + folder update optimisation I did yesterday. It's somewhat + cleaner and less invasive, and I'm not so worried about memory + leaks now. + + * Fixes the bug where mutt would append a '/' to $folder even + if it was only {mailhost}, causing mutt to browse the root + directory instead of the home directory. + + * includes a first stab at preserving the D flag on the IMAP + server. Now if you answer no to 'Purge deleted', the server + still stores the messages as deleted, but doesn't expunge them + on exit. -Wed Nov 17 22:47:59 1999 Thomas Roessler + NOTE: this is a first attempt. Play around, but don't mark + things as deleted that you'd be sorry to see disappear. - * menu.c: some reorganizations of the dialog menu code. + (From: Brendan Cully ) - * alias.c: - Fix the address sanitizer. You should now be able to auto-create an - alias for someone like "Jon K. Hellan" . + * doc/manual.sgml.head: Adding notes from README.SECURITY. - * imap/Makefile.am, imap/browse.c, imap/imap.c, imap/imap.h, imap/imap_private.h, imap/imap_socket.h, imap/imap_ssl.c, imap/imap_ssl.h, imap/message.c, imap/socket.c, imap/util.c, doc/manual.sgml.head, Makefile.am, NEWS, README.SSL, acconfig.h, configure.in, init.c, init.h, main.c, mutt.h: - Tommi Komulainen's IMAP/SSL support patches. +1999-09-06 09:16:53 roessler (roessler) - * menu.c, mutt_menu.h: Tommi Komulainen's menu/dialog patch. + * imap/Makefile.am, imap/TODO, imap/imap.c, imap/imap.h, + imap/imap_private.h, imap/message.c, imap/message.h, mutt.h, + muttlib.c: * Small imap/Makefile.am tweak for make dist -Mon Nov 15 17:44:15 1999 Thomas Roessler + * Hold on to mailbox flags, message flags, do update in one pass + instead of two, halving traffic on mailbox sync. - * pgp.c: Fix the pgp-hook logic. + * Update message flags at fetch as well as header download, + if the server thinks they've changed. Saves some unneeded + updates on sync. - * color.c: Small color fix from T. E. Dickey. + * Move some structures out of imap_private.h into message.h, + since they are local now. - * color.c: A small patch from TE Dickey. + (From: Brendan Cully ) -Thu Nov 11 18:30:25 1999 Thomas Roessler +1999-09-05 08:42:23 roessler (roessler) - * rfc822.c: ups, the previous patch included a small buffer overflow. + * contrib/Tin.rc: add a sample of tin/lynx-like key bindings. - * po/Attic/gl.po: - Roberto Suarez Soto sent us a new translation. + * imap/Makefile.am: include message.c with the IMAP library. - * rfc822.c: Fix a header quoting bug. + * init.c: [stable] Fixing "unignore *". - * doc/Makefile.in: Another build process patch from Brendan Cully. + * init.c: Fix "unignore *": We must not add "*" to the unignore + list. -Wed Nov 10 21:35:33 1999 Thomas Roessler + * init.h: Documentation nit, from Liviu. - * rfc2231.c: Ignore empty MIME parameters. +1999-09-04 04:55:58 roessler (roessler) -Tue Nov 9 12:40:14 1999 Thomas Roessler + * imap/BUGS, imap/browse.c, imap/imap.c, imap/imap_private.h, + imap/message.c: Fix some more IMAP problems. From Brendan Cully. - * mbox.c, parse.c: Add some more sanity checks about content-length. +1999-09-03 21:42:16 roessler (roessler) - * curs_lib.c: - Fix an SLang-related compilation problem. Originally from Jon Kĺre - Hellan. - - * postpone.c: - Simplify mutt_prepare_template (). Instead of copying around all - kinds of data, we re-parse the postponed message's structure. - - * postpone.c: - 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(). + * contrib/sample.muttrc: fix mailing list addresses. Noted by + David Benfell . - * imap/Makefile.am, doc/Makefile.in, contrib/Makefile.in, configure.in, Makefile.am: - Build process fixes from Brendan Cully. + * browser.c: - If the name of the folder returned by an IMAP + server is empty, Mutt could segfault in the browser window + attempting to display it. + - add_folder in browser.c looks like it got corrupted in + some CVS update. A small patch makes things work again for + examine_mailboxes. + (From: Brendan Cully ) - * pager.c: Add a missing redraw after resend-message. + * strdup.c, configure.in: strdup for unstable. -Mon Nov 8 22:10:49 1999 Thomas Roessler + * configure.in: [stable] Some systems may not have strdup. + Substitute it. - * VERSION: - Undo changes which are due to release-building tests. After all, we - want the _right_ diff next time. + * strdup.c: branches: 1.1.2; file strdup.c was initially added + on branch mutt-1-0-stable. - * build-release: Finalize the new build-release script. + * strdup.c: [stable] Some systems may not have strdup. + Substitute it. - * ChangeLog, VERSION, build-release: - automatic post-release commit for mutt-1.1.1.2 + * browser.c: [stable] cosmetic fix from Brendan Cully. - * Attic/LAST_TAG, Attic/OVERSION, Makefile.am, VERSION, build-release, ChangeLog: - automatic post-release commit for mutt-1.1.1.1 +1999-09-02 18:50:46 roessler (roessler) - * Attic/LAST_TAG, Attic/OVERSION, Makefile.am: - Preparing some improvements to the build process. + * editmsg.c: Don't copy the Status header to the user's edit + buffer - we destroy it later when copying the message back. -Mon Nov 8 21:56:29 1999 Thomas Roessler + * acconfig.h, configure.in, init.c, init.h, main.c: + [stable] Improved pgp 6.5.1 support. From Jochen Schmitt + . - * Attic/LAST_TAG, Attic/OVERSION, Makefile.am, VERSION, - build-release, ChangeLog: automatic post-release commit for - mutt-1.1.1.1 + * doc/manual.sgml.head, Makefile.am, OPS, compose.c, curs_main.c, + editmsg.c, mutt.h, protos.h, send.c, sendlib.c: A new edit-message + feature, giving the raw message in an editor. - * Attic/LAST_TAG, Attic/OVERSION, Makefile.am: - Preparing some improvements to the build process. + * imap/auth.c: Fix a tiny signedness warning. - NOTICE: You'll find a version 1.1.1.1 in the logs, and in - the CVS tags. This version is identical to 1.1.1, and - exculsively serves the purpose to test some improvements to - the release build process. + * dotlock.c: Remove a superfluous label. - * LAST_TAG, Makefile.am, OVERSION: - Preparing some improvements to the build process. + * dotlock.c: [stable] remove a superfluous label. - * po/de.po, reldate.h, VERSION, ChangeLog: - automatic post-release commit for mutt-1.1.1 + * po/cs.po: New czech translation. From Jiri Pavlovsky + . -Sun Nov 7 22:52:40 1999 Thomas Roessler + * doc/manual.sgml.in: [stable] It's www.sgmltools.org, not + www.sgml-tools.org. Noted by Heiko Schlichting. - * sendlib.c: - short-cut utf-7 as a 7bit character set. Currently, utf-7 may be - overridden by us-ascii. +1999-09-01 21:41:19 roessler (roessler) - * protos.h, recvattach.c, recvcmd.c, rfc1524.c, rfc1524.h, send.c, sendlib.c, attach.c, attach.h, browser.c, commands.c, compose.c, curs_main.c, functions.h, init.h, mutt.h, muttlib.c, pager.c, pager.h, postpone.c, Makefile.am: - Rewriting lots of the recvattach code. + * doc/Makefile.in, Makefile.am: A couple of build process + and portability fixes concerning the automatically generated + documentation. - * po/Attic/eo.po: Esperanto translation from Edmund GRIMLEY EVANS - . + * mutt.h, init.c: [stable] Fix ignore/unignore. This is a + back-port from the unstable branch. - * po/Attic/eo.po: - file eo.po was initially added on branch mutt-1-0-stable. + * po/ko.po: New Korean translation. From Byeong-Chan Kim + . - * configure.in: Esperanto translation from Edmund GRIMLEY EVANS - . + * curs_lib.c, edit.c, hdrline.c, sendlib.c: Fix a couple of + possible compilation warnings. (Noted by "John C. Place" + .) -Fri Nov 5 07:28:11 1999 Thomas Roessler + * hdrline.c, sendlib.c, curs_lib.c, edit.c: [stable] Fix a couple + of small warnings. Noted by "John C. Place" . - * pgppubring.c: preprocess out some unused strings. + * ChangeLog: check-point commit. -Thu Nov 4 21:35:32 1999 Thomas Roessler + * mx.c: Don't clear the error line whenever dotlocking a file. - * rfc2231.c: - Catch a segmenatation fault. Note that this is not the real fix for - the problem... + * mx.h: adding a prototype. - * menu.c: Change a short to an int where it should have been one. + * curs_main.c, mailbox.h, mx.c: When the user synchronizes a + mail folder, do a thorough check. - * po/Attic/gl.po: New version. +1999-08-31 20:26:33 roessler (roessler) - * protos.h, send.c, status.c, buffy.c, globals.h, postpone.c: - IMAP postpone changes from Byrial Jensen. + * po/uk.po, po/zh_TW.Big5.po, po/ru.po, po/sk.po, po/ko.po, + po/nl.po, po/pl.po, po/id.po, po/it.po, po/es.po, po/fr.po, + VERSION, po/cs.po, po/de.po, po/el.po, reldate.h, Makefile.am, + ChangeLog: automatic post-release commit for mutt-0.96.6 + + * po/zh_TW.Big5.po, po/uk.po, po/sk.po, po/ru.po, po/pl.po, + po/nl.po, po/ko.po, po/it.po, po/id.po, po/fr.po, po/es.po, + po/el.po, po/de.po, po/cs.po, VERSION, reldate.h, ChangeLog: + post-release commit for 1.0pre2. -Wed Nov 3 20:30:19 1999 Thomas Roessler + * doc/manual.sgml.tail, doc/manual.sgml.head, protos.h, thread.c, + OPS, curs_main.c, functions.h: Adding a + function. From Roland Rosenfeld . - * recvattach.c: - Adding a comment which describes some ideas on how the attachment - menu should work. + * curs_lib.c: Fix possible signedness problem with localized + y/n responses. -Tue Nov 2 15:51:07 1999 Thomas Roessler + * po/ru.po: New russian translation. From Michael Sobolev + . - * imap/BUGS, imap/command.c, imap/imap.c, imap/imap_private.h, imap/message.c, imap/util.c, buffy.c: - Various IMAP-related fixes from Brendan Cully. + * imap.c: [stable] fix IMAP caching. -Sun Oct 31 17:12:55 1999 Thomas Roessler +1999-08-30 16:10:45 roessler (roessler) - * po/it.po: [stable] Small fix from Marco d'Itri. + * configure.in, imap/imap.c, main.c: Properly handle IMAP + cache files. - * m4/.cvsignore, intl/.cvsignore, imap/BUGS, imap/message.c, contrib/.cvsignore, charmaps/.cvsignore: - From Brendan Cully: IMAP updates should work properly again. + * mh.c: cosmetics. -Fri Oct 29 05:43:40 1999 Thomas Roessler + * mh.c: [stable] Back-port various fixes from stable. - * po/.cvsignore: Cosmetics. + * mh.c: Avoid a memory and temporary file leak. - * imap/BUGS: Update the documentation. + * mx.c, buffy.c, configure.in, imap.c: [stable] back-port + of various IMAP-related fixes. From Brendan Cully + . - * doc/.cvsignore: Cosmetics. +1999-08-27 07:41:44 roessler (roessler) - * buffy.c, globals.h, postpone.c, send.c, status.c: - 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. + * TODO: some notes on generic limiting. -Thu Oct 28 17:42:07 1999 Thomas Roessler +1999-08-26 20:26:56 roessler (roessler) - * README: Fix the version number in the README file. + * keymap.c: Change alias menu key bindings to something more + reasonable. - * pop.c: Cosmetic POP fixes from Evan DiBiase . + * imap/TODO: Adding a TODO list. - * pop.c: Cosmetic fixes from Evan DiBiase . + * mh.c: hrmpf. - * imap/imap_socket.h, imap/socket.c, init.h, globals.h: - Adding imap_preconnect. This way, you can let mutt start an ssh - tunnel before it tries to connect to an IMAP server. + * doc/manual.sgml.tail: Fix the sgml-tools url. Noted by Heiko + Schlichting. - From: + * doc/manual.sgml.in: Fix the URL to the sgml-tools package. + Noted by Heiko Schlichting. -Wed Oct 27 12:17:34 1999 Thomas Roessler + * mh.c: Fixing a somewhat hypothetical error condition. - * po/Attic/gl.po: Adding a Galician translation. + * curs_main.c, keymap.c, pager.c, recvattach.c: IRIX fixes. - * po/Attic/gl.po: - file gl.po was initially added on branch mutt-1-0-stable. + * keymap.c, main.c, pager.c, recvattach.c, curs_main.c, edit.c: + Various fixes to make mutt compile on IRIX. Additionally, + we introduce default bindings for the key which is + used by xwsh for "return". Suggested by Heiko Schlichting + . - * configure.in: Adding a Galician translation. +1999-08-25 06:33:37 roessler (roessler) -Tue Oct 26 15:14:01 1999 Thomas Roessler + * configure.in: We need ranlib even when we don't use IMAP. - * curs_lib.c, main.c: Some display-related fixes from Andrej Gritsenko. + * compose.c: Trivial patch to make attach-message work for + IMAP folders. - * editmsg.c: - Fix a small bug in the new edit-message feature. From Andrej - Gritsenko. +1999-08-24 21:27:20 roessler (roessler) - * imap/imap.c, imap/imap_private.h, imap/util.c, imap/auth.c, imap/browse.c, imap/command.c: - * 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... + * po/de.po: Updates from Roland Rosenfeld. - (From: Brendan Cully ) + * Makefile.am: Automake clean-up. From Lars Hecking. -Mon Oct 25 20:05:14 1999 Thomas Roessler + * po/id.po: Updates. - * po/Attic/sv.po: Adding the Swedish translation to stable. + * doc/Makefile.in: build muttrc.man before installing it. - * po/Attic/sv.po: - file sv.po was initially added on branch mutt-1-0-stable. + * reldate.h, Makefile.am, VERSION, ChangeLog: automatic + post-release commit for mutt-0.96.5 - * configure.in: Adding the Swedish translation to stable. + * po/zh_TW.Big5.po, po/uk.po, po/sk.po, po/ru.po, po/pl.po, + po/nl.po, po/ko.po, po/it.po, po/id.po, po/fr.po, po/es.po, + po/el.po, po/de.po, po/cs.po, NEWS, VERSION, reldate.h, ChangeLog: + release-commit 1.0pre1. - * po/de.po: Updated German translation from Roland Rosenfeld. + * Makefile.am: Still more bugs in the release-building process. - * imap/imap.h, imap/imap_private.h, imap/message.c, imap/util.c, imap/.cvsignore, imap/BUGS, imap/Makefile.am, imap/browse.c, imap/command.c, imap/imap.c, init.h: - Brendan Cully's IMAP code movements patch. + * Makefile.am: *grrrr* typos. -Fri Oct 22 08:49:30 1999 Thomas Roessler + * po/sk.po, po/uk.po, po/zh_TW.Big5.po, po/ru.po, po/nl.po, + po/pl.po, po/fr.po, po/id.po, po/it.po, po/ko.po, po/cs.po, + po/de.po, po/el.po, po/es.po, ChangeLog: translation update. - * Makefile.am, VERSION, reldate.h, ChangeLog: - automatic post-release commit for mutt-1.1 + * Makefile.am: Some of the targets were broken. - * po/zh_TW.Big5.po, po/uk.po, po/sk.po, po/pt_BR.po, po/ru.po, po/pl.po, po/nl.po, po/ko.po, po/it.po, po/id.po, po/fr.po, po/es.po, po/el.po, po/de.po, po/cs.po, NEWS, VERSION, reldate.h, ChangeLog: - post-release commit for one dot zero. (yes, really.) + * Makefile.am: Another tidbit. -Fri Oct 22 07:52:22 1999 Thomas Roessler + * Makefile.am: Still more build-process stuff. Let's see whether + this automatically builds 0.96.5. - * po/zh_TW.Big5.po, po/uk.po, po/sk.po, po/pt_BR.po, - po/ru.po, po/pl.po, po/nl.po, po/ko.po, po/it.po, po/id.po, - po/fr.po, po/es.po, po/el.po, po/de.po, po/cs.po, NEWS, - VERSION, reldate.h, ChangeLog: post-release commit for one - dot zero. (yes, really.) + * doc/manual.sgml, doc/muttrc.man, Muttrc: Remove some auto-built + files from the repository. -Thu Oct 21 08:07:22 1999 Thomas Roessler + * Makefile.am: Further distribution process fixes. - * compose.c: Another sprintf-vs-null issue. + * po/POTFILES.in: Make translations fit together with actual + source tree. -Wed Oct 20 14:51:57 1999 Thomas Roessler + * doc/Makefile.in, Muttrc, ChangeLog, Makefile.am: More fixes + to the distribution-building process; check-point commit for + documentation and ChangeLog. - * po/id.po: new indonesian translation. + * doc/Makefile.in, doc/manual.sgml, doc/muttrc.man: Various + experimental changes to automate the distribution-building + process; documentation update. - * imap/message.c: - 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. + * Makefile.am: Various experimental changes to automate the + distribution-building process. - * imap/auth.c: Let the user skip CRAM-MD5 by entering an empty secret. +1999-08-23 22:12:05 roessler (roessler) - * po/id.po, po/el.po: translation updates. + * configure.in: Fix charmaps part of the build process. - * configure.in: Don't use GNU grep specific options. + * copy.c: Fix an off-by-one error which lead to a segmentation + fault. -Tue Oct 19 15:34:04 1999 Thomas Roessler + * charset.c: Don't delete symbol -> character code mappings. + Character sets may define multiple symbols. :-( - * imap/auth.c: Fix some sloppiness-induced, but harmless, nonsense. + * imap/auth.c, imap/browse.c, imap/imap.c, imap/imap.h, + imap/imap_private.h, browser.c, configure.in, Makefile.am, + acconfig.h: Inclue GSS authentization for IMAP. - * imap/imap_private.h, imap/auth.c, imap/imap.c: - Add AUTHENTICATE=ANONYMOUS support to the IMAP authentication - methods. This is, for instance, needed to access the cyrus-related - mailing lists' archives at CMU. + * dotlock.c, mx.c: Remove a couple of NFS-related hacks which + seem to be unnecessary. - * po/el.po: New greek translation. + * main.c: Fix a small typo affecting mutt -v's output. -Mon Oct 18 09:13:42 1999 Thomas Roessler +1999-08-20 08:24:13 roessler (roessler) - * pgp.c: Handle Ctrl-G on the pgp-hook prompt correctly. + * po/fr.po: Fixed french translation. -Sat Oct 16 15:19:29 1999 Thomas Roessler + * imap/Makefile.am, imap/auth.c, imap/browse.c, imap/imap.c, + imap/imap.h, imap/imap_private.h, imap/imap_socket.h, imap/md5.h, + imap/md5c.c, imap/socket.c, socket.c, globals.h, imap.c, imap.h, + init.h, lib.h, mime.h, mutt_socket.h: Brendan Cully's latest + IMAP clean-up. - * Makefile.am: doc/PGP-Notes.txt vs. doc/PGP-Notes. + * prepare: branches: 2.8.2; Brendan Cully's latest IMAP clean-up. - * Makefile.am: [stable] doc/PGP-Notes.txt has an extension. ups. + * protos.h, rfc2047.c, sendlib.c, Makefile.am, base64.c, + configure.in, copy.c: Brendan Cully's latest IMAP clean-up. - * send.c: [stable] Fix Debian bug #47408. + * doc/manual.sgml.in, NEWS, copy.c, init.h, mutt.h, sendlib.c: + Back-port $bounce_delivered from unstable. - * send.c: - Fix Debian bug #47408: When the postponed folder is a maildir, - messages should only be written to the _new_ subdirectory. - - * po/nl.po: New nl translation from Johan van Selst . - - * po/cs.po: - New cs translation from Jiri Pavlovsky . - - * po/zh_TW.Big5.po: - [stable] chinese translation fixes from Anthony Wong - . + * po/fr.po: [stable] Small fixes. - * init.h: scoring documentation fix. +1999-08-19 10:04:28 roessler (roessler) - * globals.h, init.h, mutt.h, mx.c, protos.h, score.c, sort.c: - Scoring improvements. + * sendlib.c: [stable] Fix a back-porting bug. -Thu Oct 14 16:09:10 1999 Thomas Roessler + * configure.in: [stable] Albert Chin-A-Young + suggests a different check for -lnsl + and -lsocket. - * po/ru.po: New Russian tranlation for stable. + * configure.in: Albert Chin-A-Young suggests a slightly different + check for libsocket and libnsl. - * contrib/gpg.rc: New gpg.rc from Roland Rosenfeld. + * doc/manual.sgml.in: [stable] fix the urlview url. - * po/fr.po: [stable] New french translation. + * doc/manual.sgml.head: fix the urlview url. - * po/de.po: [stable] Fixes to the German translation. + * main.c: copyright message cosmetics. - * pattern.c: - [stable] Fix a segmentation fault when attempting to search - pgp-encrypted messages. + * Makefile.am, configure.in, prepare: Remove the $output.in hack, + and create a fake charmaps directory instead. - * pattern.c: - Fix a segmentation fault when search PGP-encrypted messages. + * acconfig.h, configure.in: [stable] check signal.h for + sig_atomic_t. This should help to build this version of mutt + on systems such as SunOS 4.1. -Mon Oct 11 20:26:41 1999 Thomas Roessler + * sendlib.c: [stable] Force quotes around the boundary parameter's + value. - * VERSION, po/es.po, reldate.h, ChangeLog: - automatic post-release commit for mutt-0.96.8 + * sendlib.c: Force quotes around the boundary parameter. + Another courtesy towards Outlook. - * po/zh_TW.Big5.po, po/uk.po, po/sk.po, po/ru.po, po/pl.po, po/nl.po, po/ko.po, po/it.po, po/id.po, po/fr.po, po/es.po, po/el.po, po/de.po, po/cs.po, VERSION, reldate.h, ChangeLog: - post-release commit for 1.0pre4. + * pgp.c: [stable] Make sure the boundary MIME parameter is the + last one on multipart/signed. Otherwise, Outlook will fail. + Pointed out by Ian Bell, Turnpike. - * po/zh_TW.Big5.po: New Chinese Translation. + * muttlib.c, pgp.c: Ian Bell (turnpike) reports that Outlook + Express expects the boundary parameter to be the _last_ MIME + parameter on a multipart/* body part, and otherwise displays + messages as empty. - * dotlock.c: [stable] Use dotlock.c from unstable. +1999-08-18 06:54:13 roessler (roessler) -Mon Oct 11 19:16:13 1999 Thomas Roessler + * doc/muttrc.man, doc/muttrc.man.head, doc/manual.sgml, NEWS: + documentation fixes. - * po/zh_TW.Big5.po: New Chinese Translation. + * commands.c: Fetch senders' keys also when decrypting a message. + There may be a signature. - * dotlock.c: [stable] Use dotlock.c from unstable. + * main.c: Don't try to create $maildir if it's an IMAP folder. -Wed Oct 6 20:20:54 1999 Thomas Roessler +1999-08-17 20:04:07 roessler (roessler) - * Makefile.am: Makefile.am fix for unstable. + * reldate.h: :-( - * Makefile.am: - [stable] Check for mutt_dotlock in $(DESTDIR)$(bindir), not in - $(bindir). This should fix some Debian build problems. + * reldate.h: *grmbls* - * init.h: fix the $from documentation. Noted by David DeSimone. + * po/de.po, ChangeLog, VERSION: post-release commit for 0.96.4. -Tue Oct 5 06:50:34 1999 Thomas Roessler + * po/de.po, VERSION, ChangeLog: post-release commit for 0.95.7. - * compose.c, mutt.h, recvattach.c: small fixes from Gero Treuner. + * doc/manual.sgml, doc/muttrc.man, Muttrc: ispell's default path. - * mutt.h, recvattach.c, compose.c: - [stable] small fixes from Gero Treuner. + * postpone.c: Fixing a mutt -p segfault. -Mon Oct 4 10:05:26 1999 Thomas Roessler + * doc/mutt.man, main.c: cosmetics; mention warranties in the + manual page. - * configure.in: [stable] add pt_BR to ALL_LINGUAS. +1999-08-15 19:59:09 roessler (roessler) - * configure.in: add pt_BR to ALL_LINGUAS. + * compose.c: Make attach-message work with IMAP folders. - * po/pt_BR.po: Brasilian translation. + * po/cs.po: New CS translation. - * po/pt_BR.po: - file pt_BR.po was initially added on branch mutt-1-0-stable. + * doc/Makefile.in, doc/manual.sgml, doc/muttrc.man, mutt.h, mx.c, + pgp.c, pgp.h, pgpinvoke.c, prepare, send.c, Makefile.am, Muttrc, + NEWS, README.SECURITY, browser.c, browser.h, commands.c, copy.c, + curs_main.c, globals.h, init.c, init.h, main.c: Various changes + added over the last week: - * imap/BUGS, imap/Makefile.am, imap/README, imap/auth.c, imap/imap.c, imap/util.c, .cvsignore, mx.c: - Some fixes from Brendan Cully. + - $delete_untag - creation of "application/pgp" messages - + an attempt to fix prepare. - Browser format changes - * pgpewrap: pgpewrap spits out ugly error messages when used with ash. + * dotlock.h: cosmetics. - * configure.in: - AM_C_PROTOTYPES seems to be too recent for the installed - automake/autoconf base. + * dotlock.c: [stable] take dotlock.c from unstable. - * postpone.c: Remove some nonsense from the resend-message patches. + * dotlock.c: Commit remaining changes. - * postpone.c: Fix a memory leak. + * copy.c, mh.c, mutt.h: Remove ugly mh-synching kludge. -Thu Sep 30 22:05:28 1999 Thomas Roessler + * dotlock.c, dotlock.h: Really fix $save_empty, even when the + dotlocking code is compiled into mutt. - * imap/message.c, send.c, sendlib.c, OPS, buffy.c, curs_main.c, functions.h, headers.c, main.c, mbox.c, mh.c, mutt.h, parse.c, parse.h, postpone.c, protos.h, recvattach.c: - Add a resend-message function (similar to the _old_ edit-message), - and redo large parts of mutt_prepare_edit_message (now - mutt_prepare_template). + * dotlock.c, dotlock.h: [stable] Fix $save_empty even when the + dotlocking code is linked into mutt. - * main.c: unstable cosmetics. +1999-08-09 19:03:12 roessler (roessler) - * main.c: [stable] cosmetic change suggested by marco d'itri. + * ChangeLog, ChangeLog: check-point commit. - * po/es.po: New spanish translation from Boris Wesslowsky. + * po/sk.po, po/uk.po, po/zh_TW.Big5.po, po/ko.po, po/nl.po, + po/pl.po, po/ru.po, po/de.po, po/el.po, po/es.po, po/fr.po, + po/id.po, po/it.po, po/cs.po: update-po. - * imap/Makefile.am, makedoc.c: Build fixes from Lars Hecking. + * po/zh_TW.Big5.po: [stable] Fixing a small typo in the Chinese + translation. - * doc/Attic/manual.sgml.in, Attic/Muttrc.in, NEWS, globals.h, init.h, send.c: - [stable] Re-add in_reply_to, this time with the right default value. + * po/zh_TW.Big5.po, po/uk.po, po/sk.po, po/ru.po, po/pl.po, + po/nl.po, po/ko.po, po/it.po, po/id.po, po/fr.po, po/el.po, + po/es.po, po/de.po, po/cs.po: [stable] Adding the new polish + translation; general "make update-po". + + * Muttrc, doc/muttrc.man, doc/muttrc.man.head, main.c, + po/zh_TW.Big5.po: Various fixes. Additionally, mutt will now + create the $folder directory when started in curses mode and if + it doesn't exist. - * sendlib.c: [unstable] fix the duplicate x-mailer/uesr-agent problem. +1999-08-08 14:57:13 roessler (roessler) - * send.c, globals.h, init.h: - [unstable] Re-add in-reply-to. This time with a suitable default. #-\ + * po/zh_TW.Big5.po: new chinese translation. -Wed Sep 29 17:47:33 1999 Thomas Roessler + * po/zh_TW.Big5.po: New chinese translation. - * configure.in: More fixes from Lars Hecking. + * Makefile.am: Fix order of some dependencies. - * configure.in: Adding AC_PREREQ to configure.in. + * Makefile.am: Fix keymap_defs.h dependency. - * configure.in: - make sure the right software is used for building mutt. Patch - suggested by Lars Hecking and Will Fiveash. + * po/it.po: Fix a translation string in it.po. - * pgpinvoke.c: - don't leak /dev/null file descriptors. From Roland Rosenfeld. + * po/it.po: Fixing a message. From Marco. - * curs_main.c: fix^2 for stable. + * doc/muttrc.man, init.h: Include complete documentation + regardless of actual features. - * curs_main.c: Fixing the fix - missing brackets. + * doc/manual.sgml.in, doc/manual.sgml.tail, doc/mutt.man, + doc/mutt.man.in, doc/muttrc.man, doc/muttrc.man.head, + doc/muttrc.man.tail, contrib/Makefile.in, contrib/gpg.rc, + doc/Makefile.in, doc/devel-notes.txt, doc/dotlock.man, + doc/dotlock.man.in, doc/manual.sgml, doc/manual.sgml.head, + Makefile.am, Muttrc.head, Muttrc.in, NEWS, configure.in, init.h, + makedoc.c: Documentation updates; autogeneration of documentation + from init.h. - * curs_main.c, parse.c: - [stable] Fix some memory leaks noted by purify running on behalf of - Daniel Eisenbud. +1999-08-04 19:58:13 roessler (roessler) - * curs_main.c, parse.c: - Fix some memory leaks noted by purify running on behalf of Daniel - Eisenbud. + * NEWS: documentation to prepare the next release. -Tue Sep 28 18:55:31 1999 Thomas Roessler + * doc/dotlock.man.in, dotlock.c, dotlock.h, mbox.c, mx.c, mx.h: + [stable] Fix $save_empty. - * po/ru.po: - Here goes an update for version 1.0-pre3i. The main feature of this - translation is that one-letter answers to multiple choice questions are not - localized (Thomas, could you please add this as comment to the update in CVS?) + * ChangeLog: ChangeLog. - (From: Michael Sobolev.) + * NEWS, protos.h, send.c: Various fixes; documentation. - * sendlib.c: [stable] Include SPACE and HT with MIME specials. + * doc/dotlock.man.in: Document the -d option. - * sendlib.c: [unstable] Include SPACE and HT with MimeSpecials. + * dotlock.h, mbox.c, mx.c, mx.h, dotlock.c: Fix $save_empty. - * Makefile.am: Better solution for the makedoc build using automake. +1999-07-29 09:17:29 roessler (roessler) - * Makefile.am: - Some makes apparently have to be told about how to build makedoc. + * doc/manual.sgml.in: Remove references to the old PGP + configuration interface. Noted by Hanno Wagner . -Mon Sep 27 17:55:14 1999 Thomas Roessler + * browser.c, complete.c, enter.c, imap.c, imap.h, main.c, + protos.h: Brendan Cully's latest IMAP patches. - * copy.c: - A back-port from unstable had missed some parts which could lead to - message corruption with mh mail folders. +1999-07-28 20:40:49 roessler (roessler) - * po/it.po: new Italian translation from Marco d'Itri. + * doc/manual.sgml.in: Fix "lists" documentation. From Jeremy + Blosser . - * po/pl.po: New polish translation. + * doc/manual.sgml.in: Fix the description of the lists command. + Patch provided by Jeremy Blosser . - * po/de.po: Translation fix from Roland Rosenfeld. + * doc/PGP-Notes.txt, pgp.h, pgpinvoke.c, init.c, init.h, pgp.c: + PGP 6 support. - * doc/Attic/manual.sgml.in: Documentation fix from Roland Rosenfeld. + * doc/manual.sgml.in, doc/mutt.man.in, doc/manual.sgml.in, + doc/mutt.man.in: Documentation fixes from Jeremy Blosser. -Sat Sep 25 07:37:51 1999 Thomas Roessler + * mh.c: Replarse mh message' headers when updating them. - * po/zh_TW.Big5.po, po/uk.po, po/sk.po, po/ru.po, po/pl.po, po/nl.po, po/ko.po, po/it.po, po/id.po, po/fr.po, po/es.po, po/el.po, po/de.po, po/cs.po: - post-release commit for 1.0pre3. + * mh.c: Re-parse mh messages when committing them to disk. + The structure may have changed. - * VERSION, reldate.h, ChangeLog: pre-release commit for 1.0pre3. + * rfc822.h, commands.c, init.h, pgp.c, pgp.h, pgpinvoke.c: Add a + hook which enables us to fetch PGP keys from servers on demand. + Look out for pkspxy. :-) -Fri Sep 24 17:51:55 1999 Thomas Roessler + * hdrline.c: Enable the use of %F in conditionals. From Aaron + Schrab . - * po/uk.po, po/zh_TW.Big5.po, po/sk.po, po/pl.po, po/ru.po, po/it.po, po/ko.po, po/nl.po, po/fr.po, po/id.po, po/el.po, po/es.po, po/cs.po, po/de.po, ChangeLog, VERSION, reldate.h: - automatic post-release commit for mutt-0.96.7 +1999-07-26 21:04:53 roessler (roessler) -Thu Sep 23 21:13:55 1999 Thomas Roessler + * dotlock.c: impose a hard limit on the number of locking + attempts. - * po/el.po: New Greek tranlsation from Fanis . + * dotlock.c: Impose a hard limit on dotlock attempts. - * browser.c: [stable] Solaris snprintf vs. NULL pointers. + * recvattach.c, gnupgparse.c, pgpinvoke.c: Fix an error message. + Also, close Debian bug #37394 for stable. - * browser.c: - Try not to pass NULL pointers to snprintf - the Solaris version - doesn't like them. (Noted by Thomas.Parmelan@efrei.fr.) + * acconfig.h, configure.in: Check for gpgm. - * imap/imap_private.h, imap/socket.c, imap/util.c, imap/BUGS, imap/imap.c, buffy.c: - Brendan Cully's latest changes: + * recvattach.c: Make an error message ready for translation. + From Gero Treuner. - * includes all of my last patch, since it hasn't been committed yet. - * catches a couple segfault problems if Context is NULL. - * works harder to avoid sending null STORE FLAGS commands. May not - be perfect yet, but also has extra debugging code. - * has the beginnings of a more interactive IMAP error handler. - Doesn't do anything yet, I'm just including it because I want to - get the rest of the patch out. - - * doc/Makefile.in, Makefile.am: - Use $(MAKE) instead of make. Noted by Ryan Murray - . + * Makefile.am: Add missing dependencies for pgpring. Fix from + David Ellement - * doc/Makefile.in, Makefile.am, configure.in, init.h: - A small portability fix related to makedoc. + * Makefile.am: Create keymap_defs.h when it isn't present. + Fix from Lars Hecking . - * po/es.po: [stable] new spanish translation from Boris Wesslowski - . + * Makefile.am: Generate keymap_defs.h when it isn't present. + Fix proposed by Lars Hecking . - * alias.c: increase this limit for stable as well. + * doc/manual.sgml.in, handler.c, init.h, mutt.h, parse.c: Undo + the content-disposition changes. They don't merge well with + operations such as printing, and need some more thought. - * handler.c: - [stable] Fix a buffer overflow and a bug helping with exploiting this - overflow in the text/enriched handler. - - * handler.c: - Fix a buffer overflow and a bug helping with exploiting this - overflow in the text/enriched handler. + * doc/manual.sgml.in, init.h, mutt.h, parse.c, handler.c: When an + attachment's content-disposition is different from "inline", and + if the user sets the use_cdisp option, don't auto_view this part. - * imap/browse.c, doc/manual.sgml.head, curs_main.c: This small patch: + * ChangeLog: checkpointing. - * catches a possible null-pointer dereference in mx_close_mailbox when - logging out of the server. - * fixes IMAP tab-completion cosmetics (slightly broken with last - Cyrus-compatibility updates) - * adds a bit to the IMAP part of the manual. + * flags.c, protos.h, recvattach.c: When replying to message/rfc822 + type attachments, Context statistics would go out of order. + Problem noted by Johan van Selst . + + * flags.c, protos.h, recvattach.c: When replying to a + message/rfc822 attachment, the Context statistics would get out + of order. Problem noted by Johan van Selst . - Brendan Cully + * curs_lib.c: Dynamically allocate the unget buffer. Fixes Debian + bug #41042. From Gero Treuner. - * alias.c: - Increase a buffer to make larger group aliases possible. The - current STRING buffer was far too small. + * curs_lib.c: Dynamically allocate the unget buffer. Fixes Debian + bug #41042. From Gero Treuner . -Thu Sep 23 21:13:55 1999 Thomas Roessler + * curs_main.c: Fix read_only in folder-hooks. - * po/el.po: New Greek tranlsation from Fanis . + * curs_main.c, ChangeLog: The following: - * browser.c: [stable] Solaris snprintf vs. NULL pointers. + folder-hook !asdf unset read_only folder-hook asdf + set read_only - * browser.c: - Try not to pass NULL pointers to snprintf - the Solaris version - doesn't like them. (Noted by Thomas.Parmelan@efrei.fr.) + wouldn't work. Fix from Gero Treuner + . - * imap/imap_private.h, imap/socket.c, imap/util.c, imap/BUGS, imap/imap.c, buffy.c: - Brendan Cully's latest changes: + * browser.h, imap.c, imap.h, mx.c, postpone.c, browser.c: + Assorted IMAP fixes. From Brendan Cully , + message <19990725150346.A19750@xanadu.kublai.com>. - * includes all of my last patch, since it hasn't been committed yet. - * catches a couple segfault problems if Context is NULL. - * works harder to avoid sending null STORE FLAGS commands. May not - be perfect yet, but also has extra debugging code. - * has the beginnings of a more interactive IMAP error handler. - Doesn't do anything yet, I'm just including it because I want to - get the rest of the patch out. - - * doc/Makefile.in, Makefile.am: - Use $(MAKE) instead of make. Noted by Ryan Murray - . + * parse.c, rfc2047.c, rfc2231.c, rfc2231.h, sendlib.c, + Makefile.am, TODO, copy.c, init.h, mutt.h: Implement RFC 2231. - * doc/Makefile.in, Makefile.am, configure.in, init.h: - A small portability fix related to makedoc. + * ChangeLog: *** empty log message *** - * po/es.po: [stable] new spanish translation from Boris Wesslowski - . + * commands.c: Fix a missing #ifdef. From Matt Armstrong + . - * alias.c: increase this limit for stable as well. + * doc/devel-notes.txt: Add some notes. From Matt Armstrong + . - * handler.c: - [stable] Fix a buffer overflow and a bug helping with exploiting this - overflow in the text/enriched handler. - - * handler.c: - Fix a buffer overflow and a bug helping with exploiting this - overflow in the text/enriched handler. +1999-07-24 14:55:45 roessler (roessler) - * imap/browse.c, doc/manual.sgml.head, curs_main.c: This small patch: + * rfc2047.c: Add some sanity checks to the RFC 2047 decoder. + From "Alexander V. Lukyanov" . - * catches a possible null-pointer dereference in mx_close_mailbox when - logging out of the server. - * fixes IMAP tab-completion cosmetics (slightly broken with last - Cyrus-compatibility updates) - * adds a bit to the IMAP part of the manual. +1999-07-23 06:31:09 roessler (roessler) - Brendan Cully + * parse.c: There was some code missing about TYPEMODEL. Noted by + Brian Salter-Duke . - * alias.c: - Increase a buffer to make larger group aliases possible. The - current STRING buffer was far too small. +1999-07-22 14:56:44 roessler (roessler) -Sun Sep 12 19:39:10 1999 Thomas Roessler + * mutt.h: Fix content-type's widths. - * po/es.po: [stable] Updated spanish translation from Boris Wesslowski. +1999-07-21 13:02:12 roessler (roessler) - * po/es.po: - [stable] Fixes for the Spanish translation. From Nicolás Lichtmaier - . + * recvattach.c: When forwarding or replying to attachments, + use the proper time stamp for From_ lines of Fccs. Note: This + code may need some clean-up, it's horribly slow. - * imap/BUGS, imap/Makefile.am, imap/TODO, imap/auth.c, imap/imap.c, imap/imap.h, imap/imap_private.h, imap/message.c, imap/util.c, buffy.c, commands.c, globals.h, init.h: - The attached patch (imap-turbocharge.diff): + * buffy.c: Fix compilation problem for non-imap systems. - * changes mutt_buffy_check to only poll the selected folder when it - is opened, not all mailboxes (unless the timeout has expired). - This is a noticeable win if you have a few IMAP mailboxes. + * compose.c: *grr* avoid a warning about /* in a comment. - * sets the default checkinterval to 60 seconds from 0. Things are - much much slower with 0. + * compose.c: call mutt_update_encoding() after changing an + attachment's content type. - * makes some cosmetic renames +1999-07-20 20:09:13 roessler (roessler) - * moves lots of generic imap stuff into a separate file, imap/util.c + * send.c, sendlib.c, protos.h: Use $from for resent-from headers + when bouncing messages. - * abstracts the process of sending a command to an IMAP server a bit - better (lots more to do here, though). + * imap.c: Fix from Gero Treuner. - * moves the message-set creation code used by the new fastdelete - code into its own function, since it is generally useful. + * init.c: Fix value completion for DT_ADDR variables. While we + are on it, proper quoting is added. - * implements server-side copy of messages. Tagged messages are - copied in one command, thanks to the message-set function. Speedy! + * init.h, send.c, alias.c, globals.h, init.c: As Aaron Schrab + noted, patch-0.95.6.tlr.reverse_name.1 broke the use of my_hdr + from send-hooks. This patch introduces a new variable $from + which can be used to use a default sender address; to make this + possible, a new variable class DT_ADDR is defined. - (From: Brendan Cully; modifications by tlr.) + We now have the following algorithm for determining the from + address: -Sat Sep 11 17:04:12 1999 Thomas Roessler + - $from is used as the default from address, if defined. + Otherwise, the local user name and (if the user wishes so) + the local domain are used. + - This address can be overridden by $reverse_name, if set. + - Now, send-hooks are evaluated. - Afterwards, user headers + are evaluated. In this step, the from + header can be overridden using my_hdr From:. - When there is + no real name, $realname is used for it. Note that, + when the default from header is used and $from defines a real + name, it takes precedence over $realname. - * po/pl.po: [stable] new polish translation from Pawel Dienkonski. + * buffy.c, complete.c, imap.c, imap.h: Bugs fixed * Mutt sometimes + forgets that IMAP folders with new mail have new + mail. * On some common IMAP servers, Mutt erroneously insists + that the + current folder has new mail. * Mutt constantly polls the + server for new messages, + disregarding the imap_checkinterval option. - * po/es.po: [stable] New Spanish translation from Boris Wesslowski. + New features * tab-completion of IMAP folders. Not yet namespace + aware, though it + will work within an alternate namespace (eg won't complete + #ft -> #ftp, but will complete #ftp/pu -> #ftp/pub). Some + tweaking of the browser was necessary to get it to cooperate + with completion. Some remains to be done. - * configure.in: [stable] Hurd portability patch from Marcus Brinkmann. + (From: From: Brendan Cully ) - * configure.in: Hurd portability patch from Marcus Brinkmann. + * doc/manual.sgml.in, globals.h, init.h, send.c, Muttrc.in: + Remove the $in_reply_to configuration variable. - * imap/browse.c, imap/imap.c: Fix IMAP fast deletion. From Brendan. + * doc/manual.sgml.in, globals.h, init.h, send.c, Muttrc.in: + Remove the $in_reply_to configuration variable and always use + the message-ID for that header. - * Attic/Muttrc.in: typos fixed by Telsa. + * pgp.c: patch-0.95.6.pgperror.1 - * doc/Attic/manual.sgml.in: - Small manual fix for stable. Noted by Telsa - . - -Wed Sep 8 06:05:54 1999 Thomas Roessler - - * imap/imap.c, imap/imap.h, imap/imap_private.h, mx.c, curs_main.c: - The attached patch: - - * gets Mutt to properly log off the IMAP server when quitting. Clients - don't care, but it's polite and proper. - * further updates the flags changes from yesterday - * uses CLOSE instead of EXPUNGE when closing a mailbox and purging - messages, for some slight speed gain. - * purges all messages marked for deletion in one command (if purging), - making for very cool speed gains switching mailboxes if you're on, - say, a few high volume mailing lists. Yeah, baby! (I personally love - this one). + * po/de.po, curs_main.c, pager.c, po/de.po, curs_main.c, pager.c: + patch-0.95.6.gettext.1.gz, from Gero Treuner. - (From Brendan Cully ) + * pager.c, pager.c: patch-0.95.6.search_in_help.1, from Gero + Treuner. -Tue Sep 7 17:01:28 1999 Thomas Roessler + * po/sk.po: New sk translation. - * Makefile.am: Bail out if the chmod of mutt_dotlock fails. + * alias.c, enter.c: patch-0.95.6.alias_compl.1.gz, from Gero + Treuner - * pgpkey.c: Fix a strtok NULL pointer problem. +1999-07-19 19:18:05 roessler (roessler) - * doc/Attic/manual.sgml.in: notes on how to produce secure mailcaps. + * configure.in, pgppubring.c: Fix compilation problems with + SunOS 4. From Lars Hecking. - * gnupgparse.c, pgpinvoke.c: GPG-related fix from Gero Treuner. + * po/sk.po: new sk translation. - * imap/BUGS, imap/Makefile.am, imap/TODO, imap/imap.c, imap/imap_private.h, imap/message.c, imap/message.h, mutt.h, muttlib.c, mx.c, status.c, complete.c, flags.c: - * redoes the folder update optimisation I did yesterday. It's somewhat - cleaner and less invasive, and I'm not so worried about memory leaks - now. - - * Fixes the bug where mutt would append a '/' to $folder even if it - was only {mailhost}, causing mutt to browse the root directory - instead of the home directory. - - * includes a first stab at preserving the D flag on the IMAP server. - Now if you answer no to 'Purge deleted', the server still stores - the messages as deleted, but doesn't expunge them on exit. + * buffy.c: Consider empty folders to be non-existent for buffy's + purposes. - NOTE: this is a first attempt. Play around, but don't mark things - as deleted that you'd be sorry to see disappear. +1999-07-06 22:57:08 roessler (roessler) - (From: Brendan Cully ) + * send.c, sendlib.c, signal.c, system.c, curs_lib.c, curs_main.c, + globals.h, menu.c, mutt.h, pager.c, pattern.c, protos.h, + attach.c, commands.c, compose.c: Applying Liviu Daia's signal + handling patches. They work fine with unstable for months now, + so we may wish to use them with stable. - * doc/manual.sgml.head: Adding notes from README.SECURITY. + * po/zh_TW.Big5.po, po/el.po, configure.in: Greek and Chinese + translations for unstable. -Mon Sep 6 09:16:53 1999 Thomas Roessler + * po/zh_TW.Big5.po: branches: 1.1.2; file zh_TW.Big5.po was + initially added on branch mutt-1-0-stable. - * imap/Makefile.am, imap/TODO, imap/imap.c, imap/imap.h, imap/imap_private.h, imap/message.c, imap/message.h, mutt.h, muttlib.c: - * Small imap/Makefile.am tweak for make dist + * po/zh_TW.Big5.po: Chinese translation for stable. - * Hold on to mailbox flags, message flags, do update in one pass - instead of two, halving traffic on mailbox sync. + * configure.in: Adding chinese (big5) translation. - * Update message flags at fetch as well as header download, if the - server thinks they've changed. Saves some unneeded updates on - sync. + * po/el.po: branches: 1.1.2; file el.po was initially added on + branch mutt-1-0-stable. - * Move some structures out of imap_private.h into message.h, since - they are local now. + * po/el.po, configure.in: Adding greek translation from Fanis + . - (From: Brendan Cully ) + * mx.c, mx.h, parse.c, pop.c, postpone.c, protos.h, recvattach.c, + sendlib.c, attach.c, buffy.c, copy.c, lib.c, mailbox.h, mh.c: + New mh and maildir folder writing code. Back-port from unstable. -Sun Sep 5 08:42:23 1999 Thomas Roessler + * color.c: Fix color problem noted by Todd Larson. From unstable. - * contrib/Tin.rc: add a sample of tin/lynx-like key bindings. + * color.c: Fixing a string buffer problem noted by Todd Larason + . - * imap/Makefile.am: include message.c with the IMAP library. + * imap.c: Try creating an IMAP folder before writing to it. + Hack from "Neulinger, Nathan R." . - * init.c: [stable] Fixing "unignore *". + * contrib/pgp5.rc, contrib/pgp2.rc: Fix various bugs. - * init.c: Fix "unignore *": We must not add "*" to the unignore list. +1999-07-01 11:22:22 roessler (roessler) - * init.h: Documentation nit, from Liviu. + * contrib/gpg.rc: Fix gpg invocation. Noted by Werner Koch. -Sat Sep 4 04:55:58 1999 Thomas Roessler + * mx.c: Fix a small imap-related bug. - * imap/BUGS, imap/browse.c, imap/imap.c, imap/imap_private.h, imap/message.c: - Fix some more IMAP problems. From Brendan Cully. + * recvattach.c, sendlib.c, buffy.c, copy.c, curs_lib.c, + globals.h, gnupgparse.c, hdrline.c, init.c, init.h, lib.c, + lib.h, mailbox.h, mh.c, mutt.h, mx.c, mx.h, parse.c, pattern.c, + pgpkey.c, pgppubring.c, pop.c, postpone.c, protos.h, attach.c: + Various patches from last week, including: -Fri Sep 3 21:42:16 1999 Thomas Roessler + - new mh/maildir access code. - subscribe/unsubscribe - + various fixes. - * contrib/sample.muttrc: - fix mailing list addresses. Noted by David Benfell - . - - * browser.c: - - If the name of the folder returned by an IMAP server is empty, Mutt - could segfault in the browser window attempting to display it. - - add_folder in browser.c looks like it got corrupted in some CVS - update. A small patch makes things work again for - examine_mailboxes. - (From: Brendan Cully ) +1999-06-14 21:20:42 roessler (roessler) - * strdup.c, configure.in: strdup for unstable. + * mutt.h, parse.c, sendlib.c: - Handle CRLF properly in non-text + MIME parts. - Correctly parse attachments with CRLF line endings, + but without a + trailing CRLF. - * configure.in, strdup.c: - [stable] Some systems may not have strdup. Substitute it. + * alias.c, enter.c: Completion fixes from Gero Treuner + . - * strdup.c: - file strdup.c was initially added on branch mutt-1-0-stable. +1999-06-10 09:30:39 roessler (roessler) - * browser.c: [stable] cosmetic fix from Brendan Cully. + * alias.c, commands.c, curs_main.c, pager.c, protos.h: Use the + same address with take-alias and display-address. -Thu Sep 2 18:50:46 1999 Thomas Roessler +1999-06-09 17:17:53 roessler (roessler) - * editmsg.c: - Don't copy the Status header to the user's edit buffer - we destroy - it later when copying the message back. + * recvattach.c: Fix the fix. Most of it was wrong. - * acconfig.h, configure.in, init.c, init.h, main.c: - [stable] Improved pgp 6.5.1 support. From Jochen Schmitt - . + * recvattach.c: There was bogus bug-fixing in the last fix. - * doc/manual.sgml.head, Makefile.am, OPS, compose.c, curs_main.c, editmsg.c, mutt.h, protos.h, send.c, sendlib.c: - A new edit-message feature, giving the raw message in an editor. + * recvattach.c: Fix attachment forwading. Same problem as + in unstable. - * imap/auth.c: Fix a tiny signedness warning. + * recvattach.c: Fix attachment forwarding. The leading newline + for certain MIME boundaries was missing. *grrrr* - * dotlock.c: Remove a superfluous label. + * send.c: Give reverse_name precedence over my_hdr From: - * dotlock.c: [stable] remove a superfluous label. +1999-06-08 18:30:42 roessler (roessler) - * po/cs.po: - New czech translation. From Jiri Pavlovsky . + * acconfig.h, configure.in, pgppubring.c, protos.h: Portability + patches for SunOS 4.1. From Lars Hecking. - * doc/Attic/manual.sgml.in: - [stable] It's www.sgmltools.org, not www.sgml-tools.org. Noted by - Heiko Schlichting. + * curs_main.c, curs_main.c: Fix "Tab" behaviour when returning + from the pager. -Wed Sep 1 21:41:19 1999 Thomas Roessler + * mutt.h, pattern.c, send.c, sendlib.c, commands.c, copy.c, + copy.h, handler.c, imap.c, attach.c: Don't do charset conversions + when they aren't necessary. - * doc/Makefile.in, Makefile.am: - A couple of build process and portability fixes concerning the - automatically generated documentation. + Back-port from unstable. - * mutt.h, init.c: - [stable] Fix ignore/unignore. This is a back-port from the unstable - branch. + * pgp.c, pgpinvoke.c, pgpkey.c, pgplib.h, pgppubring.c, + recvattach.c, Makefile.am, commands.c, compose.c, configure.in, + hdrline.c, init.c, init.h, mutt.h: - Add a $weed option. - + Add out-of-band reporting of signature status. - * po/ko.po: New Korean translation. From Byeong-Chan Kim - . +1999-06-03 21:48:24 roessler (roessler) - * curs_lib.c, edit.c, hdrline.c, sendlib.c: - Fix a couple of possible compilation warnings. (Noted by "John C. - Place" .) - - * hdrline.c, sendlib.c, curs_lib.c, edit.c: - [stable] Fix a couple of small warnings. Noted by "John C. Place" - . + * curs_main.c: Another header weeding change. Experimental. - * ChangeLog: check-point commit. + * commands.c, init.h, mutt.h, send.c: Experimental: Use OPTWEED + for _all_ header weeding throughout mutt. - * mx.c: Don't clear the error line whenever dotlocking a file. + * contrib/Makefile.in, Makefile.am, NEWS, VERSION, reldate.h, + ChangeLog: post-release commit 0.96.3. - * mx.h: adding a prototype. + * po/uk.po, po/sk.po, po/ru.po, po/pl.po, po/nl.po, po/ko.po, + po/it.po, po/id.po, po/fr.po, po/es.po, po/de.po, po/cs.po, + gnupgparse.c, reldate.h, NEWS, VERSION, ChangeLog: release + commit 0.95.6. + + * po/pl.po, po/ko.po, po/fr.po, po/de.po, po/cs.po: Latest + chagnes. + + * doc/PGP-Notes.txt, contrib/pgp2.rc, contrib/pgp5.rc, + pgppubring.c: Hardwire some mechanisms for finding secret and + public key-rings. This way, we need to hard-wire less stuff in + the various configuration files, making the use of PGP with mutt + a bit simpler again. - * curs_main.c, mailbox.h, mx.c: - When the user synchronizes a mail folder, do a thorough check. + * contrib/pgp2.rc: Another little fix. -Wed Sep 1 07:47:40 1999 Thomas Roessler + * contrib/pgp2.rc: ups, wrong order of arguments when verifying + signatures. - * mx.c: Don't clear the error line whenever dotlocking a file. + * doc/PGP-Notes.txt: Document the new PGP configuration interface. - * mx.h: adding a prototype. + * contrib/gpg.rc, contrib/pgp2.rc, contrib/pgp5.rc, pgp.c, pgp.h, + pgpewrap, pgpinvoke.c, pgpkey.c, pgplib.c, pgplib.h, pgppubring.c, + Makefile.am, compose.c, configure.in, gnupgparse.c, init.c, + init.h, mutt.h: Experimental: New PGP invocation interface. The + invocations are done through formats, so all this should fit + more cleanly into mutt now. - * curs_main.c, mailbox.h, mx.c: - When the user synchronizes a mail folder, do a thorough check. +1999-06-02 18:52:19 roessler (roessler) -Tue Aug 31 20:26:33 1999 Thomas Roessler + * Makefile.am, extlib.c, init.c, lib.c, lib.h, mutt.h, muttlib.c, + protos.h: Major cutting & pasting: We now have a "real" library + in lib.c which can be linked against external programs without + much effort. - * po/uk.po, po/zh_TW.Big5.po, po/ru.po, po/sk.po, po/ko.po, po/nl.po, po/pl.po, po/id.po, po/it.po, po/es.po, po/fr.po, VERSION, po/cs.po, po/de.po, po/el.po, reldate.h, Makefile.am, ChangeLog: - automatic post-release commit for mutt-0.96.6 + * po/ko.po, po/pl.po, po/es.po, po/it.po, po/de.po: various + updates. - * po/zh_TW.Big5.po, po/uk.po, po/sk.po, po/ru.po, po/pl.po, po/nl.po, po/ko.po, po/it.po, po/id.po, po/fr.po, po/es.po, po/el.po, po/de.po, po/cs.po, VERSION, reldate.h, ChangeLog: - post-release commit for 1.0pre2. +1999-06-01 14:52:09 roessler (roessler) - * doc/manual.sgml.tail, doc/manual.sgml.head, protos.h, thread.c, OPS, curs_main.c, functions.h: - Adding a function. From Roland Rosenfeld - . + * flags.c, mh.c, curs_main.c: Back-porting the maildir fixes + from 0.96.2. -Tue Aug 31 19:51:34 1999 Thomas Roessler +1999-05-31 16:11:32 roessler (roessler) - * po/zh_TW.Big5.po, po/uk.po, po/sk.po, po/ru.po, po/pl.po, po/nl.po, po/ko.po, po/it.po, po/id.po, po/fr.po, po/es.po, po/el.po, po/de.po, po/cs.po, VERSION, reldate.h, ChangeLog: - post-release commit for 1.0pre2. + * VERSION: Preparing pre-release for 0.95.6. - * doc/manual.sgml.tail, doc/manual.sgml.head, protos.h, thread.c, OPS, curs_main.c, functions.h: - Adding a function. From Roland Rosenfeld - . + * po/uk.po, po/sk.po, po/ru.po, po/pl.po, po/nl.po, po/ko.po, + po/it.po, po/id.po, po/fr.po, po/es.po, po/de.po, po/cs.po: + translation updates -Tue Aug 31 19:11:57 1999 Thomas Roessler + * hook.c, pattern.c, pgp.c, send.c: Backporting fixes from + unstable. - * doc/manual.sgml.tail, doc/manual.sgml.head, protos.h, thread.c, OPS, curs_main.c, functions.h: - Adding a function. From Roland Rosenfeld - . + * pattern.c, pgp.c, send.c, hook.c: Minor bug-fixes. - * curs_lib.c: - Fix possible signedness problem with localized y/n responses. +1999-05-21 15:55:27 roessler (roessler) - * po/ru.po: - New russian translation. From Michael Sobolev . + * po/ko.po: Adding the Korean translation. - * Attic/imap.c: [stable] fix IMAP caching. + * configure.in: Korean translation. -Mon Aug 30 16:10:45 1999 Thomas Roessler + * po/ko.po: branches: 1.1.2; Korean translation. - * configure.in, imap/imap.c, main.c: Properly handle IMAP cache files. + * configure.in: Korean translation. - * mh.c: cosmetics. +1999-05-18 19:22:55 roessler (roessler) - * mh.c: [stable] Back-port various fixes from unstable. + * imap.c, imap.c: Latest IMAP fixes from Brandon. - * mh.c: Avoid a memory and temporary file leak. + * imap.c: The current code wasn't asking for the capabilities + of the server in the case where the user is using PREAUTH. - * mx.c, Attic/imap.c, buffy.c, configure.in: - [stable] back-port of various IMAP-related fixes. From Brendan - Cully . + * imap.c: The current IMAP code wasn't asking for the capabilities + of the server in the case where the user is using PREAUTH. -Fri Aug 27 07:41:44 1999 Thomas Roessler +1999-05-16 06:26:11 roessler (roessler) - * TODO: some notes on generic limiting. + * po/it.po: New IT translation. -Thu Aug 26 20:26:56 1999 Thomas Roessler + * pgpkey.c: Add a couple of token delimiters when constructing + hints. This way, addresses like "Chr. xyz" + will match key IDs like xyz . - * keymap.c: - Change alias menu key bindings to something more reasonable. + * handler.c: Fix base64 decoding. - * imap/TODO: Adding a TODO list. +1999-05-06 08:29:17 roessler (roessler) - * doc/manual.sgml.tail: - Fix the sgml-tools url. Noted by Heiko Schlichting. + * curs_main.c, flags.c, mh.c: Fixing more maildir cursor problems. - * doc/Attic/manual.sgml.in: - Fix the URL to the sgml-tools package. Noted by Heiko Schlichting. +1999-05-05 20:33:57 roessler (roessler) - * mh.c: Fixing a somewhat hypothetical error condition. + * imap.c: The latest IMAP fixes. - * curs_main.c, keymap.c, pager.c, recvattach.c: IRIX fixes. + * imap.c: Fixing imap_check_mailbox(). From Brandon Long. - * keymap.c, main.c, pager.c, recvattach.c, curs_main.c, edit.c: - Various fixes to make mutt compile on IRIX. Additionally, we - introduce default bindings for the key which is used by xwsh - for "return". Suggested by Heiko Schlichting - . + * imap.c: Mutt would lose user-set "N" flags. -Wed Aug 25 06:33:37 1999 Thomas Roessler +1999-05-03 16:17:29 roessler (roessler) - * configure.in: We need ranlib even when we don't use IMAP. + * gnupgparse.c: gnupg gives reasonable trust values now. - * compose.c: - Trivial patch to make attach-message work for IMAP folders. + * po/uk.po, po/sk.po, po/ru.po, po/pl.po, po/nl.po, po/it.po, + po/id.po, po/fr.po, po/es.po, po/de.po, po/cs.po, keymap.c, + menu.c, send.c: Various fixes from last week. -Tue Aug 24 21:27:20 1999 Thomas Roessler + * keymap.c, menu.c, pgpkey.c, send.c: Various fixes. - * po/de.po: Updates from Roland Rosenfeld. +1999-04-23 09:01:42 roessler (roessler) - * Makefile.am: Automake clean-up. From Lars Hecking. + * reldate.h: ups, this should also be updated for 0.95.5 final. - * po/id.po: Updates. + * ChangeLog: preparing the final 0.95.5. - * doc/Makefile.in: build muttrc.man before installing it. + * po/uk.po, po/sk.po, po/ru.po, po/pl.po, po/nl.po, po/it.po, + po/id.po, po/fr.po, po/es.po, po/de.po, po/cs.po: New translations + and typo fixes. - * reldate.h, Makefile.am, VERSION, ChangeLog: - automatic post-release commit for mutt-0.96.5 + * OPS: Fix a documentation typo. - * po/zh_TW.Big5.po, po/uk.po, po/sk.po, po/ru.po, po/pl.po, po/nl.po, po/ko.po, po/it.po, po/id.po, po/fr.po, po/es.po, po/el.po, po/de.po, po/cs.po, NEWS, VERSION, reldate.h, ChangeLog: - release-commit 1.0pre1. + * po/de.po: translation fixes from Roland and Gero. - * Makefile.am: Still more bugs in the release-building process. +1999-04-22 10:21:41 roessler (roessler) - * Makefile.am: *grrrr* typos. + * doc/manual.sgml.in: Document %_. - * po/sk.po, po/uk.po, po/zh_TW.Big5.po, po/ru.po, po/nl.po, po/pl.po, po/fr.po, po/id.po, po/it.po, po/ko.po, po/cs.po, po/de.po, po/el.po, po/es.po, ChangeLog: - translation update. + * menu.c: Fix redraws. Back-port from unstable. - * Makefile.am: Some of the targets were broken. + * lib.c: Add "_" as an expando option. - * Makefile.am: Another tidbit. + * imap.h, init.h, mutt.h, mutt_socket.h, socket.c, imap.c: + IMAP update from Brandon Long. - * Makefile.am: - Still more build-process stuff. Let's see whether this automatically - builds 0.96.5. + * send.c: Fix FCC-related SNAFU in the ci_send_message() + spaghetti. - * doc/Attic/manual.sgml, doc/Attic/muttrc.man, Attic/Muttrc: - Remove some auto-built files from the repository. +1999-04-20 19:26:28 roessler (roessler) - * Makefile.am: Further distribution process fixes. + * sendlib.c: [stable] fix timezone snafu. - * po/POTFILES.in: - Make translations fit together with actual source tree. + * sendlib.c: Fix a time zone snafu. - * doc/Makefile.in, Attic/Muttrc, ChangeLog, Makefile.am: - More fixes to the distribution-building process; check-point commit - for documentation and ChangeLog. + * po/ru.po, po/sk.po, po/uk.po, po/fr.po, po/id.po, po/it.po, + po/nl.po, po/pl.po, po/cs.po, po/de.po, po/es.po, VERSION, + reldate.h, ChangeLog: Preparing 0.96.2. + + * po/uk.po, po/sk.po, po/ru.po, po/pl.po, po/nl.po, po/id.po, + po/it.po, po/fr.po, po/es.po, po/de.po, po/cs.po, VERSION, + reldate.h, ChangeLog: preparing 0.95.5 - * doc/Attic/manual.sgml, doc/Attic/muttrc.man, doc/Makefile.in: - Various experimental changes to automate the distribution-building - process; documentation update. +1999-04-12 21:02:35 roessler (roessler) - * Makefile.am: - Various experimental changes to automate the distribution-building - process. + * recvattach.c: more multipart/alternative handling. -Tue Aug 24 16:20:55 1999 Thomas Roessler + * recvattach.c: Change multipart handling when receiving messages. - * Makefile.am: Still more bugs in the release-building process. + * compose.c: Clean-up, from Vikas. - * Makefile.am: *grrrr* typos. + * parse.c: typo. - * po/sk.po, po/uk.po, po/zh_TW.Big5.po, po/ru.po, po/nl.po, po/pl.po, po/fr.po, po/id.po, po/it.po, po/ko.po, po/cs.po, po/de.po, po/el.po, po/es.po, ChangeLog: - translation update. + * parse.c: us-ascii is the default character set for text + attachments we receive. - * Makefile.am: Some of the targets were broken. + * compose.c, sendlib.c: Fix default character set setting when + attaching text files. - * Makefile.am: Another tidbit. + * imap.c: Fix an IMAP quoting problem. Essentially from Randall + Nortman . - * Makefile.am: - Still more build-process stuff. Let's see whether this automatically - builds 0.96.5. + * po/sk.po, po/id.po, configure.in: new languages: id, sk. - * doc/Attic/manual.sgml, doc/Attic/muttrc.man, Attic/Muttrc: - Remove some auto-built files from the repository. + * po/id.po, po/sk.po: branches: 1.1.2; New translations: id, sk. - * Makefile.am: Further distribution process fixes. + * configure.in: New translations: id, sk. - * po/POTFILES.in: - Make translations fit together with actual source tree. +1999-03-31 06:35:03 roessler (roessler) - * doc/Makefile.in, Attic/Muttrc, ChangeLog, Makefile.am: - More fixes to the distribution-building process; check-point commit - for documentation and ChangeLog. + * charset.c: Stupid error. - * doc/Attic/manual.sgml, doc/Attic/muttrc.man, doc/Makefile.in: - Various experimental changes to automate the distribution-building - process; documentation update. + * charset.c, charset.h: Another small charset optimization. - * Makefile.am: - Various experimental changes to automate the distribution-building - process. + * charset.h, handler.c, charset.c: A couple of optimizations, + most notably for the special case of a non-prefix state. -Tue Aug 24 16:12:23 1999 Thomas Roessler +1999-03-30 23:50:33 roessler (roessler) - * Makefile.am: *grrrr* typos. + * charset.c, charset.h, handler.c: This patch removes at least + some of the horrible utf-8 kluges in charset.c. The new DECODER + framework is currently only used in handler.c, and there in + a horribly inefficient manner. We should use greater blocks + of data, which would be much more efficient than what we are + currently doing. - * po/sk.po, po/uk.po, po/zh_TW.Big5.po, po/ru.po, po/nl.po, po/pl.po, po/fr.po, po/id.po, po/it.po, po/ko.po, po/cs.po, po/de.po, po/el.po, po/es.po, ChangeLog: - translation update. + Most of the other charset-related code still uses the old + mutt_display_char() &friends interface, which is actually ok as + long as you don't try to handle multibyte character sets. - * Makefile.am: Some of the targets were broken. + The most notable change should be the one to + mutt_get_translation(): It will delay the loading and parsing + of character set information files until it's really needed, + catching a huge amount of standard cases. As a side effect, + this will make "iso tagged as ascii" "work" again, as long as + both sides use the same iso character set. - * Makefile.am: Another tidbit. + * send.c: resort headers when forward-decoding them with weed + switched on. - * Makefile.am: - Still more build-process stuff. Let's see whether this automatically - builds 0.96.5. + * pager.c: Fix a pager failure for long messages. From Liviu. - * doc/Attic/manual.sgml, doc/Attic/muttrc.man, Attic/Muttrc: - Remove some auto-built files from the repository. + * pager.c: Fix pager failure for long messages, changing two + shorts to ints. From Liviu Daia. - * Makefile.am: Further distribution process fixes. + * recvattach.c: Add some user feedback to attachment forwarding. + From Vikas. - * po/POTFILES.in: - Make translations fit together with actual source tree. +1999-03-25 19:46:52 roessler (roessler) - * doc/Makefile.in, Attic/Muttrc, ChangeLog, Makefile.am: - More fixes to the distribution-building process; check-point commit - for documentation and ChangeLog. + * doc/manual.sgml.in, init.h, pgpkey.c, sort.h, Muttrc.in, + init.c: Roland's sort_keys patch. - * doc/Attic/manual.sgml, doc/Attic/muttrc.man, doc/Makefile.in: - Various experimental changes to automate the distribution-building - process; documentation update. +1999-03-24 20:35:38 roessler (roessler) - * Makefile.am: - Various experimental changes to automate the distribution-building - process. + * doc/manual.sgml.in, Muttrc.in, recvattach.c: Vikas' latest + version of attachment forwarding. -Tue Aug 24 15:51:56 1999 Thomas Roessler + * recvattach.c: patch-0.96.1.vikas.forward_attachment.2 - * Makefile.am: Some of the targets were broken. + * main.c: Only exit with "no recipients specified", when + $auto_edit is set. - * Makefile.am: Another tidbit. +1999-03-23 20:21:50 roessler (roessler) - * Makefile.am: - Still more build-process stuff. Let's see whether this automatically - builds 0.96.5. + * postpone.c, recvattach.c, init.h, mutt.h: Vikas' + forward_attachment patch. - * doc/Attic/manual.sgml, doc/Attic/muttrc.man, Attic/Muttrc: - Remove some auto-built files from the repository. +1999-03-22 16:00:39 roessler (roessler) - * Makefile.am: Further distribution process fixes. + * doc/manual.sgml.in, pgppubring.c, gnupgparse.c, pgp.h, pgpkey.c: + PGP key creation time fix by Roland Rosenfeld. - * po/POTFILES.in: - Make translations fit together with actual source tree. +1999-03-17 14:45:10 roessler (roessler) - * doc/Makefile.in, Attic/Muttrc, ChangeLog, Makefile.am: - More fixes to the distribution-building process; check-point commit - for documentation and ChangeLog. + * recvattach.c, recvattach.c: Vikas' attach_tag patch. - * doc/Attic/manual.sgml, doc/Attic/muttrc.man, doc/Makefile.in: - Various experimental changes to automate the distribution-building - process; documentation update. +1999-03-16 21:42:06 roessler (roessler) - * Makefile.am: - Various experimental changes to automate the distribution-building - process. + * thread.c, configure.in: bug fixes. -Tue Aug 24 15:10:48 1999 Thomas Roessler + * thread.c: Detect thread loops. - * doc/Makefile.in, doc/manual.sgml, doc/muttrc.man: - Various experimental changes to automate the distribution-building - process; documentation update. +1999-03-15 15:32:19 roessler (roessler) - * Makefile.am: - Various experimental changes to automate the distribution-building - process. + * doc/manual.sgml.in, copy.c, init.h, mutt.h, sendlib.c: Add + $bounce_delivered. -Mon Aug 23 22:12:09 1999 Thomas Roessler + * edit.c: another digital unix compile problem. - * charmaps/Makefile.am, configure.in: - Fix charmaps part of the build process. + * main.c: _Fix_ the compile problems, don't install new ones. - * copy.c: Fix an off-by-one error which lead to a segmentation fault. + * send.c: Cleanly handle fcc when the user unsets it and the + message is postponed. - * charset.c: - Don't delete symbol -> character code mappings. Character sets may - define multiple symbols. :-( + * main.c: Fix compilation problems under digital unix. - * imap/auth.c, imap/browse.c, imap/imap.c, imap/imap.h, imap/imap_private.h, browser.c, configure.in, Makefile.am, acconfig.h: - Inclue GSS authentization for IMAP. + * configure.in: Fix sendmail autodetection. - * dotlock.c, mx.c: - Remove a couple of NFS-related hacks which seem to be unnecessary. + * color.c: Fix colorN, N > 7 for Slang's curses emulation. From + Vikas. - * main.c: Fix a small typo affecting mutt -v's output. +1999-03-09 13:34:52 roessler (roessler) -Fri Aug 20 08:24:13 1999 Thomas Roessler + * menu.c: another menu.c fix from Kim DeVaughn. - * po/fr.po: Fixed french translation. + * send.c, menu.c, handler.c: Fixes. - * imap/Makefile.am, imap/auth.c, imap/browse.c, imap/imap.c, imap/imap.h, imap/imap_private.h, imap/imap_socket.h, imap/md5.h, imap/md5c.c, imap/socket.c, Attic/socket.c, Attic/imap.c, Attic/imap.h, Attic/mutt_socket.h, globals.h, init.h, lib.h, mime.h, prepare, protos.h, rfc2047.c, sendlib.c, Makefile.am, base64.c, configure.in, copy.c: - Brendan Cully's latest IMAP clean-up. + * send.c, menu.c, handler.c: handler.c: Properly handle + message/external-body expiry. menu.c: Small fix from + Liviu. send.c: Honor confirm_create for FCCs. cvs: + ---------------------------------------------------------------------- - * doc/Attic/manual.sgml.in, NEWS, copy.c, init.h, mutt.h, sendlib.c: - Back-port $bounce_delivered from unstable. +1999-03-04 08:00:38 roessler (roessler) - * po/fr.po: [stable] Small fixes. + * Makefile.am: post-postrelease commit. -Thu Aug 19 10:04:28 1999 Thomas Roessler +1999-03-03 20:06:33 roessler (roessler) - * sendlib.c: [stable] Fix a back-porting bug. + * rfc2047.c: ups. - * configure.in: - [stable] Albert Chin-A-Young suggests a - different check for -lnsl and -lsocket. - - * configure.in: - Albert Chin-A-Young suggests a slightly different check for - libsocket and libnsl. + * po/uk.po, po/ru.po, po/pl.po, po/nl.po, po/it.po, po/fr.po, + po/es.po, po/de.po, po/cs.po, ChangeLog: releasing 0.95.4. - * doc/Attic/manual.sgml.in: [stable] fix the urlview url. + * sendlib.c, rfc2047.c, reldate.h, curs_main.c, VERSION, + ChangeLog: releasing 0.96.1. - * doc/manual.sgml.head: fix the urlview url. + * reldate.h, regex.c, VERSION, Makefile.am, ChangeLog: release + preparations; back-port a couple of things from unstable. - * main.c: copyright message cosmetics. + * curs_main.c: Vikas' resort_index.3. - * Makefile.am, configure.in, prepare: - Remove the $output.in hack, and create a fake charmaps directory - instead. - - * acconfig.h, configure.in: - [stable] check signal.h for sig_atomic_t. This should help to build - this version of mutt on systems such as SunOS 4.1. - - * sendlib.c: - [stable] Force quotes around the boundary parameter's value. - - * sendlib.c: - Force quotes around the boundary parameter. Another courtesy - towards Outlook. - - * pgp.c: - [stable] Make sure the boundary MIME parameter is the last one on - multipart/signed. Otherwise, Outlook will fail. Pointed out by Ian - Bell, Turnpike. - - * muttlib.c, pgp.c: - Ian Bell (turnpike) reports that Outlook Express expects the - boundary parameter to be the _last_ MIME parameter on a multipart/* - body part, and otherwise displays messages as empty. + * sendlib.c, imap.c, from.c, curs_main.c: from.c: Backport + from unstable. others: latest imap related patches. -Wed Aug 18 06:54:13 1999 Thomas Roessler +1999-03-02 22:13:30 roessler (roessler) - * doc/muttrc.man, doc/muttrc.man.head, doc/manual.sgml, NEWS: - documentation fixes. + * curs_main.c, charset.c: Some small fixes from Vikas. - * commands.c: - Fetch senders' keys also when decrypting a message. There may be a - signature. + * parse.c, init.h, imap.c, globals.h: Brandon Long's latest + IMAP fixes. - * main.c: Don't try to create $maildir if it's an IMAP folder. + * parse.c: Latest IMAP-related fix from Brandon Long. -Tue Aug 17 20:04:07 1999 Thomas Roessler + * thread.c: Correctly handle messages which have themselves in + their references header. - * reldate.h: :-( + * thread.c: Properly handle messages which have themselves in + "References". - * reldate.h: *grmbls* +1999-02-28 08:30:19 roessler (roessler) - * po/de.po, ChangeLog, VERSION: post-release commit for 0.96.4. + * rfc822.c: Fix a memory leak. From Liviu. - * po/de.po, VERSION, ChangeLog: post-release commit for 0.95.7. + * rfc822.c: Fix a memory leak. From Liviu. - * doc/manual.sgml, doc/muttrc.man, Muttrc: ispell's default path. + * rfc1524.c, mutt.h, lib.c, attach.c: Fix the $TMPDIR raace + noted by Hamish Moffat. -Tue Aug 17 17:53:40 1999 Thomas Roessler + * rfc1524.c, mutt.h, lib.c, attach.c: Fix a $TMPDIR race + condition. - * doc/manual.sgml, doc/muttrc.man, Muttrc: ispell's default path. + * po/uk.po, po/ru.po, po/pl.po, po/nl.po, po/it.po, po/fr.po, + po/es.po, po/de.po, po/cs.po: post-snapshot commit. - * postpone.c: Fixing a mutt -p segfault. +1999-02-26 15:42:07 roessler (roessler) - * doc/mutt.man, main.c: - cosmetics; mention warranties in the manual page. + * doc/manual.sgml.in, send.c, regex.c, mutt.h, init.h: Adding + pgp_replyencrypt. -Sun Aug 15 19:59:09 1999 Thomas Roessler +1999-02-25 06:58:01 roessler (roessler) - * compose.c: Make attach-message work with IMAP folders. + * from.c: parse some more from_ lines. Before, there were + problems with cases like this: - * po/cs.po: New CS translation. + >From <@x400host:"/G=Bob/S=Allinson/CN=Has + embedded spaces/OU=X400HOST/ + >OU=xxxx/O=xxx/PRMD=xxxxx/ADMD=XXXXXX/C=GB/"@x400host> >Tue Feb + 23 09:44:52 1999 - * doc/Makefile.in, doc/manual.sgml, doc/muttrc.man, mutt.h, mx.c, pgp.c, pgp.h, pgpinvoke.c, prepare, send.c, Makefile.am, Muttrc, NEWS, README.SECURITY, browser.c, browser.h, commands.c, copy.c, curs_main.c, globals.h, init.c, init.h, main.c: - Various changes added over the last week: + Problem noted by johnm@sirius3.demon.co.uk - - $delete_untag - - creation of "application/pgp" messages - - an attempt to fix prepare. - - Browser format changes +1999-02-23 20:38:49 roessler (roessler) - * dotlock.h: cosmetics. + * imap.c: fix a segfault. From Brandon. - * dotlock.c: [stable] take dotlock.c from unstable. +1999-02-22 12:37:43 roessler (roessler) - * dotlock.c: Commit remaining changes. + * curs_main.c: Vikas' latest collapse fix. - * copy.c, mh.c, mutt.h: Remove ugly mh-synching kludge. + * curs_main.c: collapse fix from Vikas. - * dotlock.c, dotlock.h: - Really fix $save_empty, even when the dotlocking code is compiled - into mutt. - - * dotlock.c, dotlock.h: - [stable] Fix $save_empty even when the dotlocking code is linked - into mutt. + * mbox.c, imap.c: Avoid reading past actual headers when reopening + mailboxes. From Daniel Eisenbud. -Mon Aug 9 19:03:12 1999 Thomas Roessler + * mbox.c, imap.c: Avoid reading past the end of actual headers + when reopening folders. From Daniel Eisenbud. - * ChangeLog: check-point commit. + * pgp.c: Don't override base64 by quoted-printable. - * po/sk.po, po/uk.po, po/zh_TW.Big5.po, po/ko.po, po/nl.po, po/pl.po, po/ru.po, po/de.po, po/el.po, po/es.po, po/fr.po, po/id.po, po/it.po, po/cs.po: - update-po. + * menu.c: replace clear() by clrtobot(). - * po/zh_TW.Big5.po: - [stable] Fixing a small typo in the Chinese translation. + * pgp.c: Currently, PGP signing messages will force + quoted-printable encoding even if we should use base64. - * po/zh_TW.Big5.po, po/uk.po, po/sk.po, po/ru.po, po/pl.po, po/nl.po, po/ko.po, po/it.po, po/id.po, po/fr.po, po/el.po, po/es.po, po/de.po, po/cs.po: - [stable] Adding the new polish translation; general "make update-po". +1999-02-19 07:38:17 roessler (roessler) - * Muttrc, doc/muttrc.man, doc/muttrc.man.head, main.c, po/zh_TW.Big5.po: - Various fixes. Additionally, mutt will now create the $folder - directory when started in curses mode and if it doesn't exist. + * sendlib.c: Don't qp-encode multiparts. ugh. -Mon Aug 9 19:01:42 1999 Thomas Roessler + * sendlib.c: ... message and multipart, not just message. - * po/sk.po, po/uk.po, po/zh_TW.Big5.po, po/ko.po, po/nl.po, po/pl.po, po/ru.po, po/de.po, po/el.po, po/es.po, po/fr.po, po/id.po, po/it.po, po/cs.po: - update-po. + * sendlib.c, mutt.h, init.h: Add $encode_from: This option causes + mutt to trigger quoted-printable encoding for any non-multipart + attachments which have ^From at the beginning of a line. + Note that we don't trigger on ^From_ since either procmail or + sendmail is >-escaping on ^From, and note that this won't help + against sites where sendmail has the '9' flag set on the local + mailer, as these sites will inevitably transform to 8bit (sic!). - * po/zh_TW.Big5.po: - [stable] Fixing a small typo in the Chinese translation. +1999-02-18 23:14:36 roessler (roessler) - * po/zh_TW.Big5.po, po/uk.po, po/sk.po, po/ru.po, po/pl.po, po/nl.po, po/ko.po, po/it.po, po/id.po, po/fr.po, po/el.po, po/es.po, po/de.po, po/cs.po: - [stable] Adding the new polish translation; general "make update-po". + * pgp.c, mutt.h, init.h: Add retainable signatures. This should + work nicely with encrypted mailing lists. - * Muttrc, doc/muttrc.man, doc/muttrc.man.head, main.c, po/zh_TW.Big5.po: - Various fixes. Additionally, mutt will now create the $folder - directory when started in curses mode and if it doesn't exist. + * mx.c, init.h, globals.h, configure.in, acconfig.h, Makefile.am: + Introduce $dotlock_program: This makes the mutt_dotlock program's + location a run-time configuration variable. -Sun Aug 8 14:57:13 1999 Thomas Roessler + * send.c, mutt.h, init.h: Introduce $honor_followup_to. The user + will now be asked whether he wants to honor mail-followup-to + or not. - * po/zh_TW.Big5.po: new chinese translation. + * curs_main.c: properly handle OP_FLAG_MESSAGE when applied to + tagged messages. - * po/zh_TW.Big5.po: New chinese translation. + * po/uk.po, po/ru.po, po/pl.po, po/nl.po, po/it.po, po/fr.po, + po/es.po, po/de.po, po/cs.po: Updated translations. - * Makefile.am: Fix order of some dependencies. + * contrib/sample.mailcap: Fix the text/html entry. - * Makefile.am: Fix keymap_defs.h dependency. + * regex.c, headers.c, copy.h, configure.in: copy.h: Some flags + were used with multiple meanings. bad. configure.in, regex.c: + Make regex autoconfiguration work. headers.c: expand aliases + on the from header. - * po/it.po: Fix a translation string in it.po. + * headers.c: Expand aliases on the From header. - * po/it.po: Fixing a message. From Marco. +1999-02-17 15:48:05 roessler (roessler) - * doc/muttrc.man, init.h: - Include complete documentation regardless of actual features. + * doc/mutt.man.in: Fix the URL. - * doc/Attic/manual.sgml.in, doc/Attic/mutt.man.in, doc/manual.sgml.tail, doc/mutt.man, doc/muttrc.man, doc/muttrc.man.head, doc/muttrc.man.tail, contrib/Makefile.in, contrib/gpg.rc, doc/Attic/dotlock.man.in, doc/Makefile.in, doc/devel-notes.txt, doc/dotlock.man, doc/manual.sgml, doc/manual.sgml.head, Attic/Muttrc.in, Makefile.am, Muttrc.head, NEWS, configure.in, init.h, makedoc.c: - Documentation updates; autogeneration of documentation from init.h. + * sendlib.c, init.h: User-Agent, not X-Mailer. -Wed Aug 4 19:58:13 1999 Thomas Roessler + * po/fr.po: update. - * NEWS: documentation to prepare the next release. + * copy.h: Some of the M_CM flags erroneously had been defined + to have the same value. _Very_ bad. - * doc/Attic/dotlock.man.in, dotlock.c, dotlock.h, mbox.c, mx.c, mx.h: - [stable] Fix $save_empty. + * contrib/sample.mailcap: Correct the netscape text/html entry. - * ChangeLog: ChangeLog. + * po/uk.po, po/ru.po, po/pl.po, po/nl.po, po/it.po, po/fr.po, + po/es.po, po/de.po, po/cs.po, po/Makefile.in.in, sendlib.c, + send.c, regex.c, pager.c, mutt.h, init.h, configure.in, + acconfig.h, Muttrc.in, Makefile.am: - Makefile.am: Fix the dist + target to include all necessary files. - po/fr.po: New French + translation. (-> stable!) - Add the new options to Muttrc.in. + - regex.c, configure.in: include config.h from regex.c, and handle + alloca in a more intelligent way than before. (Currently, + we just mis-handle it.) Port this to stable and test it! + - po/cs.po: update cs.po. - po/de.po, po/nl.po: updated versions + from Roland and Boris. - pager.c: Vikas' grok_ansi fix. - + po/Makefile.in.in: keymap_defs is always in po/.. - from Lars + Hecking. - * NEWS, protos.h, send.c: Various fixes; documentation. +1999-02-12 11:23:17 roessler (roessler) - * doc/Attic/dotlock.man.in: Document the -d option. + * po/uk.po, po/ru.po, po/pl.po, po/nl.po, po/it.po, po/fr.po, + po/es.po, po/de.po, po/cs.po, reldate.h, ChangeLog: post-release + commit for 0.95.3. - * dotlock.h, mbox.c, mx.c, mx.h, dotlock.c: Fix $save_empty. + * po/nl.po, reldate.h, ChangeLog: post-release commit for 0.96. -Wed Aug 4 19:49:28 1999 Thomas Roessler +1999-02-11 22:52:03 roessler (roessler) - * NEWS, protos.h, send.c: Various fixes; documentation. + * imap.c, VERSION: another imap-related fix. - * doc/dotlock.man.in: Document the -d option. + * pattern.c: another signal fix from liviu. - * dotlock.h, mbox.c, mx.c, mx.h, dotlock.c: Fix $save_empty. + * imap.c: Remove a superfluous if statement. -Thu Jul 29 09:17:29 1999 Thomas Roessler + * imap.c: ups, that one was bad. - * doc/manual.sgml.in: - Remove references to the old PGP configuration interface. Noted by - Hanno Wagner . + * imap.c: The HEADER structure doesn't have a mailcap component + any more. - * browser.c, complete.c, enter.c, imap.c, imap.h, main.c, protos.h: - Brendan Cully's latest IMAP patches. + * imap.c: The HEADER structure doesn't have a mailcap component + any more. Noted by Johan van Selst . -Wed Jul 28 20:40:49 1999 Thomas Roessler + * signal.c, sendlib.c, pattern.c, pager.c, mutt.h, + menu.c, globals.h, curs_main.c, curs_lib.c: + patch.mutt-0.95.1i.ld.signals.1-2.gz - * doc/manual.sgml.in: - Fix "lists" documentation. From Jeremy Blosser . + * po/nl.po: new nl translation. - * doc/manual.sgml.in: - Fix the description of the lists command. Patch provided by Jeremy - Blosser . + * pattern.c, curs_main.c: pattern.c: Collapse patch from Vikas. - * doc/PGP-Notes.txt, pgp.h, pgpinvoke.c, init.c, init.h, pgp.c: - PGP 6 support. + * po/nl.po: New nl translation. - * charsets/Attic/Makefile.in: - Portability patch for MiNT, from Guido Flohr - . + * pattern.c, curs_main.c: curs_main.c: Check whether the + user pressed a number before putting it back onto the stack. + (OP_JUMP) pattern.c: Vikas' latest fix. + + * po/uk.po, po/ru.po, po/pl.po, po/nl.po, po/it.po, po/fr.po, + po/es.po, po/de.po, po/cs.po: Updating the po files. + + * doc/manual.sgml.in, doc/Makefile.in: Install README.SECURITY + in the doc directory, document mailcap_sanitize. + + * reldate.h, prepare, configure.in, VERSION, Makefile.am, + $output.in: Preparing for 0.96: $output.in was real fun in the + dist target. *argh* + + * po/uk.po, po/ru.po, po/pl.po, po/nl.po, po/it.po, po/fr.po, + po/es.po, po/de.po, po/cs.po, doc/manual.sgml.in, doc/Makefile.in, + reldate.h, VERSION, NEWS, Makefile.am, ChangeLog: [stable] + post-release commit for 0.95.2. - * doc/manual.sgml.in, doc/mutt.man.in: - Documentation fixes from Jeremy Blosser. + * README.SECURITY: Add a note on how to write mailcap files. - * mh.c: Replarse mh message' headers when updating them. + * README.SECURITY: branches: 2.1.2; Add a note on how to write + mailcaps. - * mh.c: - Re-parse mh messages when committing them to disk. The structure - may have changed. - - * rfc822.h, commands.c, init.h, pgp.c, pgp.h, pgpinvoke.c: - Add a hook which enables us to fetch PGP keys from servers on - demand. Look out for pkspxy. :-) +1999-02-10 23:12:27 roessler (roessler) - * hdrline.c: Enable the use of %F in conditionals. From Aaron Schrab - . + * browser.c: Ups, this one needed a #ifdef USE_IMAP. -Mon Jul 26 21:04:53 1999 Thomas Roessler + * imap.c, browser.c: Some patches Brandon Long posted to + comp.mail.mutt. - * dotlock.c: impose a hard limit on the number of locking attempts. + * rfc1524.c, protos.h, lib.c, handler.c, attach.c, rfc1524.c, + protos.h, lib.c, handler.c, attach.c: Fix the security fix. - * dotlock.c: Impose a hard limit on dotlock attempts. + * rfc1524.c, mutt.h, lib.c, init.h: [stable] $mailcap_sanitize - * recvattach.c, gnupgparse.c, pgpinvoke.c: - Fix an error message. Also, close Debian bug #37394 for stable. + * rfc1524.c, mutt.h, lib.c, init.h: [unstable] $mailcap_sanitize. - * acconfig.h, configure.in: Check for gpgm. + * system.c, signal.c, sendlib.c, send.c, protos.h, mutt.h, + globals.h, curs_lib.c, compose.c, commands.c, attach.c, TODO: + patch.mutt-0.95.1i.ld.signals.1: A major redesign of how child + processes are invoked. From Liviu. - * recvattach.c: - Make an error message ready for translation. From Gero Treuner. +1999-02-09 23:54:03 roessler (roessler) - * Makefile.am: - Add missing dependencies for pgpring. Fix from David Ellement - - - * Makefile.am: - Create keymap_defs.h when it isn't present. Fix from Lars Hecking - . - - * Makefile.am: - Generate keymap_defs.h when it isn't present. Fix proposed by Lars - Hecking . + * sort.c, mx.c, mutt.h, mh.c, mbox.c, curs_main.c, ChangeLog, + sort.c, mx.c, mutt.h, mh.c, mbox.c, curs_main.c: Vikas' latest + collapse fix. - * doc/manual.sgml.in, handler.c, init.h, mutt.h, parse.c: - Undo the content-disposition changes. They don't merge well with - operations such as printing, and need some more thought. + * prepare: Small prepare bug noted by vikas. - * doc/manual.sgml.in, init.h, mutt.h, parse.c, handler.c: - When an attachment's content-disposition is different from "inline", - and if the user sets the use_cdisp option, don't auto_view this - part. + * pgppubring.c, pgpkey.c, pgp.h, main.c, gnupgparse.c, browser.h: + browser.h: re-insert the "tagged" component. pgp support: + fix handling of PGP 5 subkeys, algorithm 20. - * ChangeLog: checkpointing. + * pgppubring.c: [stable] Alg. 16 is encrypt-only, el-gamal. - * flags.c, protos.h, recvattach.c: - When replying to message/rfc822 type attachments, Context statistics - would go out of order. Problem noted by Johan van Selst - . + * commands.c: honor hdr_order when decode-piping a message. + From Vikas. - * flags.c, protos.h, recvattach.c: - When replying to a message/rfc822 attachment, the Context statistics - would get out of order. Problem noted by Johan van Selst - . + * po/cs.po: New czech translation. - * curs_lib.c: - Dynamically allocate the unget buffer. Fixes Debian bug #41042. - From Gero Treuner. + * commands.c: Reorder headers when decode-piping. - * curs_lib.c: - Dynamically allocate the unget buffer. Fixes Debian bug #41042. - From Gero Treuner . + * po/cs.po, doc/manual.sgml.in, socket.c, mx.c, mutt_socket.h, + mutt.h, menu.c, init.h, imap.h, imap.c, functions.h, complete.c, + browser.h, browser.c, OPS: Brandon's IMAP clean-up; new czech + translation. - * curs_main.c: Fix read_only in folder-hooks. +1999-02-04 12:00:10 roessler (roessler) - * curs_main.c, ChangeLog: The following: + * rfc1524.c, protos.h, pgpinvoke.c, mx.c, lib.c: [unstable] Change + the way mutt_quote_filename() worked. It's not too reasonable + to allocate memory dynamically whenever we quote a file name. + (I guess I should add "vim" to pgpinvoke.c's copyright notice. :-) - folder-hook !asdf unset read_only - folder-hook asdf set read_only + * mx.c: [unstable] Check for write errors when moving messages + to $mbox. - wouldn't work. Fix from Gero Treuner . + * mx.c: Check for write errors when moving messages to $mbox. - * browser.h, imap.c, imap.h, mx.c, postpone.c, browser.c: - Assorted IMAP fixes. From Brendan Cully , - message <19990725150346.A19750@xanadu.kublai.com>. +1999-02-03 22:14:18 roessler (roessler) -Mon Jul 26 14:53:01 1999 Thomas Roessler + * sendlib.c, recvattach.c, postpone.c, main.c, hash.c, + functions.h, compose.c, charset.h, charset.c, OPS: [unstable] + Produce some reasonable character set support when postponing + messages. - * flags.c, protos.h, recvattach.c: - When replying to message/rfc822 type attachments, Context statistics - would go out of order. Problem noted by Johan van Selst - . + Additionally, this patch fixes a nasty pointer leak in + load_charset() [noted with electric fence], and a completely + mis-lead attempt to use bsearch(). Apparently, nobody ever + tested the utf8 decoder for quite some time. - * flags.c, protos.h, recvattach.c: - When replying to a message/rfc822 attachment, the Context statistics - would get out of order. Problem noted by Johan van Selst - . +1999-02-02 21:57:44 roessler (roessler) - * curs_lib.c: - Dynamically allocate the unget buffer. Fixes Debian bug #41042. - From Gero Treuner. + * pattern.c: merge ~v patch into unstable. - * curs_lib.c: - Dynamically allocate the unget buffer. Fixes Debian bug #41042. - From Gero Treuner . + * pattern.c: small nit-fix from vikas to the ~v pattern. - * curs_main.c: Fix read_only in folder-hooks. + * pgp.c: Thou shall not use dangling pointers. - * curs_main.c, ChangeLog: The following: + * attach.c: [unstable] Fix mutt_decode_save_attachment's handling + of character set conversions. - folder-hook !asdf unset read_only - folder-hook asdf set read_only + * sendlib.c, send.c, rfc2047.c, recvattach.c, protos.h, pgp.c, + pattern.c, mutt.h, init.h, handler.c, globals.h, functions.h, + copy.h, copy.c, compose.c, commands.c, charset.h, charset.c, + attach.c, OPS: Merging the external character set patch into + unstable. Additionally, this change introduces a M_CHARCONV state + flag which gives us some more control about when character set + conversions are actually done. Current versions of mutt would + happily apply character set conversions when, e.g., saving a + text/plain attachment to a file. (We had at least one corrupt + russing translation file due to this mis-feature.) + + Additionally, we clean up some of the character set related code + in handler.c. Most of that is now done by the decoder functions + in charset.c. - wouldn't work. Fix from Gero Treuner . + * imap.c, imap.c: Brandon's imap_create patch. - * browser.h, imap.c, imap.h, mx.c, postpone.c, browser.c: - Assorted IMAP fixes. From Brendan Cully , - message <19990725150346.A19750@xanadu.kublai.com>. + * pgpkey.c: [unstable] clear the message line before letting + people select public keys. - * parse.c, rfc2047.c, rfc2231.c, rfc2231.h, sendlib.c, Makefile.am, TODO, copy.c, init.h, mutt.h: - Implement RFC 2231. + * imap.c, copy.c: [unstable] merging Brandon's imap fixes. -Mon Jul 26 13:57:58 1999 Thomas Roessler + * copy.c, imap.c: A couple of IMAP fixes from Brandon Long. - * browser.h, imap.c, imap.h, mx.c, postpone.c, browser.c: - Assorted IMAP fixes. From Brendan Cully , - message <19990725150346.A19750@xanadu.kublai.com>. +1999-01-30 17:07:30 roessler (roessler) - * parse.c, rfc2047.c, rfc2231.c, rfc2231.h, sendlib.c, Makefile.am, TODO, copy.c, init.h, mutt.h: - Implement RFC 2231. + * pgpkey.c: really fix the weak associations problem. it was + worse than i thought. - * ChangeLog: *** empty log message *** + * pgpkey.c: Handle expired keys correclty, even when they are + the only and exact match when searching for keys by address. - * commands.c: - Fix a missing #ifdef. From Matt Armstrong . +1999-01-29 11:15:15 roessler (roessler) - * doc/devel-notes.txt: - Add some notes. From Matt Armstrong . + * init.h: [unstable] Change some default formats. -Mon Jul 26 10:13:38 1999 Thomas Roessler + * remailer.c, pgpkey.c, menu.c, addrbook.c: Add generic menu + searching. - * commands.c: - Fix a missing #ifdef. From Matt Armstrong . + * remailer.h, remailer.c, init.h, globals.h: Use a user-definable + format for the mixmaster menu. - * doc/devel-notes.txt: - Add some notes. From Matt Armstrong . + * pgpkey.c, pgp.h, init.h: [unstable] add $pgp_entry_format. -Sat Jul 24 14:55:45 1999 Thomas Roessler +1999-01-28 09:08:47 roessler (roessler) - * rfc2047.c: Add some sanity checks to the RFC 2047 decoder. - From "Alexander V. Lukyanov" . + * gnupgparse.c: gnupg's trust model is currently unusable. + As a work-around, we don't present the user with _any_ trust + information if he uses gnupg. -Fri Jul 23 06:31:09 1999 Thomas Roessler +1999-01-27 19:53:46 roessler (roessler) - * parse.c: There was some code missing about TYPEMODEL. - Noted by Brian Salter-Duke . + * doc/manual.sgml.in, pgpkey.c, mutt.h, init.h, gnupgparse.c: + Add $pgp_show_unusable. -Thu Jul 22 14:56:44 1999 Thomas Roessler +1999-01-26 21:24:56 roessler (roessler) - * mutt.h: Fix content-type's widths. + * doc/manual.sgml.in: [unstable] document ~v. -Wed Jul 21 13:02:12 1999 Thomas Roessler + * doc/manual.sgml.in: [stable] document ~v. - * recvattach.c: When forwarding or replying to attachments, - use the proper time stamp for From_ lines of Fccs. Note: - This code may need some clean-up, it's horribly slow. + * thread.c, pattern.c, mutt.h: [unstable] Add the ~v pattern. + From Vikas. - * buffy.c: Fix compilation problem for non-imap systems. + * thread.c, pattern.c, mutt.h: [stable] Add the ~v pattern. - * compose.c: *grr* avoid a warning about /* in a comment. + * doc/manual.sgml.in, ChangeLog: ChangeLog, documentation for + implicit_autoview. - * compose.c: call mutt_update_encoding() after changing an - attachment's content type. + * doc/manual.sgml.in: Document $implicit_autoview. -Tue Jul 20 20:09:13 1999 Thomas Roessler + * compose.c: Fix a segfault when users change attachment content + types, and let toggle-unlink honor the $resolv variable. - * send.c, sendlib.c, protos.h: - Use $from for resent-from headers when bouncing messages. + * compose.c: $resolve should be honored when doing toggle-unlink + on the compose menu. - * imap.c: Fix from Gero Treuner. +1999-01-25 22:16:46 roessler (roessler) - * init.c: - Fix value completion for DT_ADDR variables. While we are on it, - proper quoting is added. - - * init.h, send.c, alias.c, globals.h, init.c: - As Aaron Schrab noted, patch-0.95.6.tlr.reverse_name.1 broke the use - of my_hdr from send-hooks. This patch introduces a new variable - $from which can be used to use a default sender address; to make - this possible, a new variable class DT_ADDR is defined. + * compose.c: This may fix a core dump under certain circumstances. + Can't check this out since I don't get the segfault. - We now have the following algorithm for determining the from - address: + * pgpkey.c: Fix a redraw problem when the key menu is invoked. - - $from is used as the default from address, if defined. Otherwise, - the local user name and (if the user wishes so) the local domain - are used. - - This address can be overridden by $reverse_name, if set. - - Now, send-hooks are evaluated. - - Afterwards, user headers are evaluated. In this step, the from - header can be overridden using my_hdr From:. - - When there is no real name, $realname is used for it. Note that, - when the default from header is used and $from defines a real - name, it takes precedence over $realname. + * po/ru.po, po/cs.po, configure.in: Russian and czech + translations. - * buffy.c, complete.c, imap.c, imap.h: Bugs fixed - * Mutt sometimes forgets that IMAP folders with new mail have new - mail. - * On some common IMAP servers, Mutt erroneously insists that the - current folder has new mail. - * Mutt constantly polls the server for new messages, - disregarding the imap_checkinterval option. + * po/cs.po: branches: 1.1.2; file cs.po was initially added on + branch mutt-1-0-stable. - New features - * tab-completion of IMAP folders. Not yet namespace aware, though it - will work within an alternate namespace (eg won't complete #ft -> - #ftp, but will complete #ftp/pu -> #ftp/pub). Some tweaking of the - browser was necessary to get it to cooperate with completion. - Some remains to be done. + * po/cs.po, configure.in: Adding a czech translation, and fixing + the russian. - (From: From: Brendan Cully ) + * po/ru.po: ru.po was badly distorted. - * doc/manual.sgml.in, globals.h, init.h, send.c, Muttrc.in: - Remove the $in_reply_to configuration variable. +1999-01-23 17:00:43 roessler (roessler) - * doc/manual.sgml.in, globals.h, init.h, send.c, Muttrc.in: - Remove the $in_reply_to configuration variable and always use the - message-ID for that header. + * prepare: when f is .../Makefile.am, `basename $f .am` + is Makefile. So I should just write that. :-) - * pgp.c: patch-0.95.6.pgperror.1 + * prepare: Add the default predicate. - * po/de.po, curs_main.c, pager.c: - patch-0.95.6.gettext.1.gz, from Gero Treuner. + * from.c: A slightly optimized version of DE's y2k patch. - * pager.c: patch-0.95.6.search_in_help.1, from Gero Treuner. + * prepare: Apparently, automake doesn't like our + AC_OUTPUT($output) construction... - * po/sk.po: New sk translation. + * gnupgparse.c, from.c: DE's patch to work around other software's + possible y2k bugs. - * alias.c, enter.c: patch-0.95.6.alias_compl.1.gz, from Gero Treuner + * from.c: Try to avoid other programs' possible y2k bugs. -Mon Jul 19 19:18:05 1999 Thomas Roessler + * enter.c: Fix the attach-multi patch. - * configure.in, pgppubring.c: - Fix compilation problems with SunOS 4. From Lars Hecking. +1999-01-22 22:12:10 roessler (roessler) - * po/sk.po: new sk translation. + * lib.c: Fix a memory leak, noted by Roland Rosenfeld. - * buffy.c: - Consider empty folders to be non-existent for buffy's purposes. + * lib.c: Fix a memory leak. Noted by Roland Rosenfeld. -Tue Jul 6 22:57:08 1999 Thomas Roessler + * recvattach.c, query.c, protos.h, menu.c, enter.c, curs_lib.c, + compose.c, browser.c, addrbook.c: Enable tagging in the file + browser. + + * protos.h, pgppubring.c, pgpkey.c, pgp.h, pgp.c, lib.c, + handler.c, gnupgparse.c, compose.c: Heavy hacking on mutt's pgp + support. We no longer read the complete key ring into memory. + For gpg, performance is heavily improved due to the fact that + we are passing a couple of key hints to the key ring parsing + back-end. - * send.c, sendlib.c, signal.c, system.c, curs_lib.c, curs_main.c, globals.h, menu.c, mutt.h, pager.c, pattern.c, protos.h, attach.c, commands.c, compose.c: - Applying Liviu Daia's signal handling patches. They work fine with - unstable for months now, so we may wish to use them with stable. +1999-01-21 05:19:42 roessler (roessler) - * po/zh_TW.Big5.po, po/el.po, configure.in: - Greek and Chinese translations for unstable. + * hook.c: Fix _mutt_string_hook. - * po/zh_TW.Big5.po: Chinese translation for stable. +1999-01-20 13:52:59 roessler (roessler) - * po/zh_TW.Big5.po: - file zh_TW.Big5.po was initially added on branch mutt-1-0-stable. + * po/pl.po, po/pl.po: New polish translation. - * configure.in: Adding chinese (big5) translation. + * pgppubring.c, pgpkey.c, configure.in: Add heavily improved + debugging capabilities to the PGP code. Anyway, the problem I + observed wasn't a bug in mutt, but an expired key. *sigh* - * po/el.po: Adding greek translation from Fanis . + * rfc1524.c: Don't segfault when MailcapPath is unset. - * po/el.po: file el.po was initially added on branch mutt-1-0-stable. + * rfc1524.c: Fix a segmentation fault when no MailcapPath has + been defined. - * configure.in: - Adding greek translation from Fanis . +1999-01-19 23:38:26 roessler (roessler) - * mx.c, mx.h, parse.c, pop.c, postpone.c, protos.h, recvattach.c, sendlib.c, attach.c, buffy.c, copy.c, lib.c, mailbox.h, mh.c: - New mh and maildir folder writing code. Back-port from unstable. + * protos.h, mutt.h, init.h, hook.c, charset.c, Makefile.am: + Add the charset-hook command. - * color.c: Fix color problem noted by Todd Larson. From unstable. + * configure.in, charset.c, acconfig.h, Makefile.am, $output.in, + INSTALL: Properly handle character set definition file + installation. - * color.c: Fixing a string buffer problem noted by Todd Larason - . + * mx.c: Remove a confusing error message. - * imap.c: Try creating an IMAP folder before writing to it. Hack from - "Neulinger, Nathan R." . + * mx.c: Remove confusing error message. - * contrib/pgp5.rc, contrib/pgp2.rc: Fix various bugs. + * keymap.c, keymap.c, curs_lib.c: + patch-0.95.1.vikas.macro_function.1 -Thu Jul 1 11:22:22 1999 Thomas Roessler + * m4/Makefile.am.in, m4/Makefile.am.in: HP/UX portability patch + from Lars Hecking. - * contrib/gpg.rc: Fix gpg invocation. Noted by Werner Koch. +1999-01-18 09:45:29 roessler (roessler) - * mx.c: Fix a small imap-related bug. + * po/ru.po: New Russian translation from Michael Sobolev + . - * recvattach.c, sendlib.c, buffy.c, copy.c, curs_lib.c, globals.h, gnupgparse.c, hdrline.c, init.c, init.h, lib.c, lib.h, mailbox.h, mh.c, mutt.h, mx.c, mx.h, parse.c, pattern.c, pgpkey.c, pgppubring.c, pop.c, postpone.c, protos.h, attach.c: - Various patches from last week, including: + * po/ru.po: New russian translation from Michael Sobolev + . - - new mh/maildir access code. - - subscribe/unsubscribe - - various fixes. - -Mon Jun 14 21:20:42 1999 Thomas Roessler - - * mutt.h, parse.c, sendlib.c: - - Handle CRLF properly in non-text MIME parts. - - Correctly parse attachments with CRLF line endings, but without a - trailing CRLF. +1999-01-14 13:08:46 roessler (roessler) - * alias.c, enter.c: - Completion fixes from Gero Treuner . + * compose.c: Mixmaster user interface beautification. -Thu Jun 10 09:30:39 1999 Thomas Roessler + * mx.c, curs_lib.c: Fix a couple of segfaults related to using + curses when it isn't there. - * alias.c, commands.c, curs_main.c, pager.c, protos.h: - Use the same address with take-alias and display-address. + * mx.c: dotlocking plus curses... -Wed Jun 9 17:17:53 1999 Thomas Roessler +1999-01-13 23:56:39 roessler (roessler) - * recvattach.c: Fix the fix. Most of it was wrong. + * send.c, mutt.h, mbox.c, handler.c, copy.h, copy.c: + patch-0.95.1i.tlr.weed.1, patch-0.95.1i.tlr.dotlock.1 - These + have been tested with unstable so far, seem to work fine. - * recvattach.c: There was bogus bug-fixing in the last fix. + * mx.c: Don't use curses when we don't have it. - * recvattach.c: Fix attachment forwading. Same problem as in unstable. + * mx.c: Don't try to do mutt_yesorno if we don't have curses. - * recvattach.c: - Fix attachment forwarding. The leading newline for certain MIME - boundaries was missing. *grrrr* + * remailer.h: Mixmaster has 20 address slots, that makes _19_ + remailers. - * send.c: Give reverse_name precedence over my_hdr From: + * remailer.c: Fix the "append" function. -Tue Jun 8 18:30:42 1999 Thomas Roessler + * sendlib.c: Don't leak message dates when sending via mixmaster. - * acconfig.h, configure.in, pgppubring.c, protos.h: - Portability patches for SunOS 4.1. From Lars Hecking. + * remailer.c: Add search code to the remailer chain selecting + menu. [This is pretty generic - should we add that code to + menu.c?] - * curs_main.c: Fix "Tab" behaviour when returning from the pager. + * postpone.c: Fix postponing of PGP messages. - * mutt.h, pattern.c, send.c, sendlib.c, commands.c, copy.c, copy.h, handler.c, imap.c, attach.c: - Don't do charset conversions when they aren't necessary. + * send.c, remailer.c, compose.c: Qualify addresses before passing + them to mixmaster. - Back-port from unstable. + * send.c, remailer.h, protos.h, mutt.h: Clean up dependencies: + remailer.h is no longer included by mutt.h, and the mix_* + prototypes can once again go to remailer.h. + + * sendlib.c, remailer.c, remailer.h, send.c, protos.h, postpone.c, + mutt.h, lib.c, keymap.h, keymap.c, init.h, headers.c, globals.h, + functions.h, configure.in, compose.c, OPS.MIX, acconfig.h, + Makefile.am: A first take at adding a mixmaster front-end to mutt. + Don't worry, it's optional. ;-) - * pgp.c, pgpinvoke.c, pgpkey.c, pgplib.h, pgppubring.c, recvattach.c, Makefile.am, commands.c, compose.c, configure.in, hdrline.c, init.c, init.h, mutt.h: - - Add a $weed option. - - Add out-of-band reporting of signature status. +1999-01-12 22:01:11 roessler (roessler) -Thu Jun 3 21:48:24 1999 Thomas Roessler + * mbox.c: Open folders in read-only mode if mutt can't lock them. - * curs_main.c: Another header weeding change. Experimental. +1999-01-11 18:12:49 roessler (roessler) - * commands.c, init.h, mutt.h, send.c: - Experimental: Use OPTWEED for _all_ header weeding throughout mutt. + * send.c, mutt.h, handler.c, copy.h, copy.c: When + decode-forwarding messages with message/Rfc822 attachments, + mutt should weed the attachments' headers according to the + setting of $forward_weed. - * contrib/Makefile.in, Makefile.am, NEWS, VERSION, reldate.h, ChangeLog: - post-release commit 0.96.3. +1999-01-10 09:11:36 roessler (roessler) - * po/uk.po, po/sk.po, po/ru.po, po/pl.po, po/nl.po, po/ko.po, po/it.po, po/id.po, po/fr.po, po/es.po, po/de.po, po/cs.po, gnupgparse.c, reldate.h, NEWS, VERSION, ChangeLog: - release commit 0.95.6. + * doc/manual.sgml.in, hdrline.c, doc/manual.sgml.in, hdrline.c: + Byrial's %D time format patch. - * po/pl.po, po/ko.po, po/fr.po, po/de.po, po/cs.po: Latest chagnes. +1999-01-09 17:53:02 roessler (roessler) - * doc/PGP-Notes.txt, contrib/pgp2.rc, contrib/pgp5.rc, pgppubring.c: - Hardwire some mechanisms for finding secret and public key-rings. - This way, we need to hard-wire less stuff in the various - configuration files, making the use of PGP with mutt a bit simpler - again. + * doc/manual.sgml.in, recvattach.c, protos.h, lib.c: Byrial's + latest changes to stable. -Thu Jun 3 20:13:22 1999 Thomas Roessler + * recvattach.c, protos.h, lib.c: Ask the user whether to overwrite + a file or append to it. From Byrial Jensen. - * po/pl.po, po/ko.po, po/fr.po, po/de.po, po/cs.po: Latest chagnes. + * doc/manual.sgml.in: Fix a documentation problem. - * doc/PGP-Notes.txt, contrib/pgp2.rc, contrib/pgp5.rc, pgppubring.c: - Hardwire some mechanisms for finding secret and public key-rings. - This way, we need to hard-wire less stuff in the various - configuration files, making the use of PGP with mutt a bit simpler - again. +1999-01-08 23:29:05 roessler (roessler) - * contrib/pgp2.rc: Another little fix. + * charset.c: When doing a binary search, we may as well use + bsearch (3). - * contrib/pgp2.rc: - ups, wrong order of arguments when verifying signatures. + * parse.c: Optimized time-zone parsing. - * doc/PGP-Notes.txt: Document the new PGP configuration interface. + * parse.c: Optimize time zone parsing. By Byrial Jensen. - * contrib/gpg.rc, contrib/pgp2.rc, contrib/pgp5.rc, pgp.c, pgp.h, pgpewrap, pgpinvoke.c, pgpkey.c, pgplib.c, pgplib.h, pgppubring.c, Makefile.am, compose.c, configure.in, gnupgparse.c, init.c, init.h, mutt.h: - Experimental: New PGP invocation interface. The invocations are done - through formats, so all this should fit more cleanly into mutt now. + * history.c: Don't clear the history when the user issues a + "set history=..." command which doesn't change anything. -Wed Jun 2 18:52:19 1999 Thomas Roessler + * history.c: Don't clear the history when "set + history=..." doesn't change the buffer size. - * Makefile.am, extlib.c, init.c, lib.c, lib.h, mutt.h, muttlib.c, protos.h: - Major cutting & pasting: We now have a "real" library in lib.c which - can be linked against external programs without much effort. + * thread.c, curs_main.c, thread.c, curs_main.c: Threading fix + from Daniel Eisenbud. + +1999-01-07 19:01:30 roessler (roessler) + + * init.c, init.c: Vikas' set_boolean patch. + + * protos.h, handler.c, attach.c: Updated implicit autoview + handling from stable. + + * protos.h, handler.c, attach.c: Only use "implicit" autoviews + (implicit_autoview or MM_NOASK) when mutt is unable to handle + a content type internally. This saves us parsing the mailcap + files for every attachment we handle. + + * mx.c, mutt.h, init.h, hdrline.c, commands.c, attach.c: Merge + in the mailcap patch from stable. + + * thread.c, system.c, strcasecmp.c, status.c, sort.h, sort.c, + socket.c, snprintf.c, signal.c, sha_locl.h, sha1dgst.c, sha.h, + sendlib.c, send.c, score.c, rfc822.h, rfc822.c, rfc2047.h, + rfc2047.c, rfc1524.h, rfc1524.c, resize.c, recvattach.c, + query.c, protos.h, postpone.c, pop.c, pgppubring.c, pgpkey.c, + pgpinvoke.c, pgp.h, pgp.c, pattern.c, parse.h, parse.c, pager.h, + pager.c, mx.h, mx.c, mutt_socket.h, mutt_regex.h, mutt_menu.h, + mutt_curses.h, mutt.h, mime.h, mh.c, menu.c, mbox.c, mapping.h, + main.c, mailbox.h, lib.c, keymap.h, keymap.c, init.h, init.c, + imap.h, imap.c, hook.c, history.h, history.c, help.c, headers.c, + hdrline.c, hash.h, hash.c, handler.c, gnupgparse.c, globals.h, + getdomain.c, functions.h, from.c, flags.c, filter.c, enter.c, + edit.c, dotlock.h, dotlock.c, date.c, curs_main.c, curs_lib.c, + copy.h, copy.c, compose.c, complete.c, commands.c, color.c, + charset.h, charset.c, buffy.h, buffy.c, browser.c, attach.h, + attach.c, alias.c, addrbook.c, acconfig.h: Get rid of RCS ids in + source files. They are getting in our way when merging changes. + + * mx.c, mutt.h, init.h, hdrline.c, commands.c, attach.c: Remove + the use_mailcap variable. Instead, we introduce implicit_autoview + which triggers autoview for every content type it's applicable to. + + * thread.c, system.c, strcasecmp.c, status.c, sort.h, sort.c, + socket.c, snprintf.c, signal.c, sha_locl.h, sha1dgst.c, sha.h, + sendlib.c, send.c, score.c, rfc822.h, rfc822.c, rfc2047.h, + rfc2047.c, rfc1524.h, rfc1524.c, resize.c, recvattach.c, + query.c, protos.h, postpone.c, pop.c, pgppubring.c, pgpkey.c, + pgpinvoke.c, pgp.h, pgp.c, pattern.c, parse.h, parse.c, pager.h, + pager.c, mx.h, mx.c, mutt_socket.h, mutt_regex.h, mutt_menu.h, + mutt_curses.h, mutt.h, mime.h, mh.c, menu.c, mbox.c, mapping.h, + main.c, mailbox.h, lib.c, keymap.h, keymap.c, init.h, init.c, + imap.h, imap.c, hook.c, history.h, history.c, help.c, headers.c, + hdrline.c, hash.h, hash.c, handler.c, gnupgparse.c, globals.h, + getdomain.c, functions.h, from.c, flags.c, filter.c, enter.c, + edit.c, dotlock.h, dotlock.c, date.c, curs_main.c, curs_lib.c, + copy.h, copy.c, compose.c, complete.c, commands.c, color.c, + charset.h, charset.c, buffy.h, buffy.c, browser.c, attach.h, + attach.c, alias.c, addrbook.c, acconfig.h: Get rid of the rcsid + fields. They are getting in the way whenever I merge changes + into unstable. - * po/ko.po, po/pl.po, po/es.po, po/it.po, po/de.po: various updates. + * po/nl.po, init.h, configure.in: Merging changes from stable. -Tue Jun 1 14:52:09 1999 Thomas Roessler + * configure.in: Don't add regex.c, but regex.o to the LIBOBJS + variable when needed. - * flags.c, mh.c, curs_main.c: - Back-porting the maildir fixes from 0.96.2. + * init.h: Fix default settings for use_mailcap and mime_forward. -Mon May 31 16:11:32 1999 Thomas Roessler +1999-01-06 10:13:32 roessler (roessler) - * VERSION: Preparing pre-release for 0.95.6. + * po/fr.po, po/de.po, sendlib.c, regex.c, protos.h, parse.c, + mutt_regex.h, mbox.c, main.c, hdrline.c, from.c, date.c, + configure.in, acconfig.h, _regex.h, Makefile.am, INSTALL: + [unstable] Merge changes from stable: rx -> regex, Byrial's + timezone patch, translation updates. + + * sendlib.c, protos.h, parse.c, mbox.c, from.c, date.c: Byrial's + timezone patch, without the absurd optimizations. + + * regex.c: branches: 1.1.2; file regex.c was initially added + on branch mutt-1-0-stable. + + * regex.c, mutt_regex.h, main.c, configure.in, acconfig.h: + Use gnu regex instead of gnu rx. This library is said to + behave better. Additionally, it supports \<...\> patterns. + The files _regex.h and regex.c included with this distribution + correspond to posix/regex.[ch] from the glibc 2.0.7t source tree. + + * _regex.h: branches: 1.1.2; file _regex.h was initially added + on branch mutt-1-0-stable. + + * _regex.h, Makefile.am, INSTALL: Use gnu regex instead of + gnu rx. This library is said to behave better. Additionally, + it supports \<...\> patterns. The files _regex.h and regex.c + included with this distribution correspond to posix/regex.[ch] + from the glibc 2.0.7t source tree. + + * po/nl.po, po/fr.po: Various fixes to the NL translation; + new French messages. + +1999-01-05 14:35:18 roessler (roessler) + + * sendlib.c, mutt.h, main.c, configure.in, charset.h, charset.c, + Makefile.am: [unstable] Adding experimental new character set + conversion code. - * po/uk.po, po/sk.po, po/ru.po, po/pl.po, po/nl.po, po/ko.po, po/it.po, po/id.po, po/fr.po, po/es.po, po/de.po, po/cs.po: - translation updates + * po/de.po: Merging from stable. - * hook.c, pattern.c, pgp.c, send.c: Backporting fixes from unstable. + * po/de.po: Fix a typo in de.po. - * pattern.c, pgp.c, send.c, hook.c: Minor bug-fixes. + * po/de.po: [unstable] Merging changes from stable. -Fri May 21 15:55:27 1999 Thomas Roessler + * po/nl.po, hdrline.c, curs_main.c, configure.in: [unstable] + merging changes from stable. - * po/ko.po: Adding the Korean translation. + * hdrline.c: Conditionally display score and number of lines. - * configure.in, po/ko.po: Korean translation. + * po/nl.po: branches: 1.1.2; file nl.po was initially added on + branch mutt-1-0-stable. -Tue May 18 19:22:55 1999 Thomas Roessler + * po/nl.po, po/de.po, configure.in: [stable] Adding the NL + translation; correcting some bugs in the DE translation. - * imap.c: Latest IMAP fixes from Brandon. +1999-01-04 19:15:10 roessler (roessler) - * imap.c: - The current code wasn't asking for the capabilities of the server in - the case where the user is using PREAUTH. + * curs_main.c: [unstable] fix next-unread plus collapsing. - * imap.c: - The current IMAP code wasn't asking for the capabilities of the - server in the case where the user is using PREAUTH. + * curs_main.c: [stable] Fix next-unread when collapsing threads. -Sun May 16 06:26:11 1999 Thomas Roessler + * curs_main.c: [unstable] merging changes from stable. - * po/it.po: New IT translation. + * curs_main.c: [stable] fix a bogus type cast. - * pgpkey.c: - Add a couple of token delimiters when constructing hints. This way, - addresses like "Chr. xyz" will match key IDs like - xyz . + * reldate.h, curs_main.c: [unstable] merging in changes from + stable. - * handler.c: Fix base64 decoding. + * curs_main.c: [stable] Don't use the index elements of header + structures when new messages arrived on the index. -Thu May 6 08:29:17 1999 Thomas Roessler + * reldate.h: 0.95.1 should have a proper release date. - * curs_main.c, flags.c, mh.c: Fixing more maildir cursor problems. + * send.c, pgp.c, handler.c, configure.in: Make the experimental + branch the main trunk. -Wed May 5 20:33:57 1999 Thomas Roessler + * po/uk.po: branches: 1.12.2; 0.95.1 post-release commit. - * imap.c: The latest IMAP fixes. + * po/ru.po: branches: 1.33.2; 0.95.1 post-release commit. - * imap.c: Fixing imap_check_mailbox(). From Brandon Long. + * po/pl.po: branches: 1.3.2; 0.95.1 post-release commit. - * imap.c: Mutt would lose user-set "N" flags. + * po/it.po: branches: 1.24.2; 0.95.1 post-release commit. -Mon May 3 16:17:29 1999 Thomas Roessler + * po/fr.po: branches: 1.7.2; 0.95.1 post-release commit. - * gnupgparse.c: gnupg gives reasonable trust values now. + * po/es.po: branches: 1.15.2; 0.95.1 post-release commit. - * po/uk.po, po/sk.po, po/ru.po, po/pl.po, po/nl.po, po/it.po, po/id.po, po/fr.po, po/es.po, po/de.po, po/cs.po, keymap.c, menu.c, send.c: - Various fixes from last week. + * po/de.po: branches: 1.48.2; 0.95.1 post-release commit. - * keymap.c, menu.c, pgpkey.c, send.c: Various fixes. + * configure.in: [unstable] Create suitable version strings. -Fri Apr 23 09:01:42 1999 Thomas Roessler + * VERSION: branches: 2.1.2; [stable] Preparing 0.95.1. - * reldate.h: ups, this should also be updated for 0.95.5 final. + * ChangeLog: branches: 2.5.2; [stable] Preparing 0.95.1. - * ChangeLog: preparing the final 0.95.5. + * send.c: [unstable] commit changes from the stable tree. - * po/uk.po, po/sk.po, po/ru.po, po/pl.po, po/nl.po, po/it.po, po/id.po, po/fr.po, po/es.po, po/de.po, po/cs.po: - New translations and typo fixes. + * send.c: branches: 2.1.2; [stable] When sending a message + in batch mode failed, mutt would dump core. Patch from Byrial + Jensen. - * OPS: Fix a documentation typo. + * pgp.c, handler.c: [unstable] Add multiple signature support. - * po/de.po: translation fixes from Roland and Gero. +1999-01-02 17:23:24 roessler (roessler) -Thu Apr 22 10:21:41 1999 Thomas Roessler + * sendlib.c: branches: 2.3.4; I shouldn't accept patches on + New Year's day. Not even new-year related patches. - * doc/manual.sgml.in: Document %_. + * ChangeLog: I shouldn't accept patches on New Year's day. + Not even new-year related patches. - * menu.c: Fix redraws. Back-port from unstable. + * po/it.po: Fixing a typo. - * lib.c: Add "_" as an expando option. + * protos.h: branches: 2.1.4; mutt_parse_date () shouldn't modify + its argument. Problem noted by Byrial Jensen. - * imap.h, init.h, mutt.h, mutt_socket.h, socket.c, imap.c: - IMAP update from Brandon Long. + * parse.c: branches: 2.2.4; mutt_parse_date () shouldn't modify + its argument. Problem noted by Byrial Jensen. - * send.c: Fix FCC-related SNAFU in the ci_send_message() spaghetti. + * handler.c: branches: 2.1.2; 2.1.4; mutt_parse_date () + shouldn't modify its argument. Problem noted by Byrial Jensen. -Tue Apr 20 19:26:28 1999 Thomas Roessler + * lib.c: branches: 2.2.4; Fix safe_symlink to correctly handle + relative paths. - * sendlib.c: [stable] fix timezone snafu. +1999-01-01 09:43:15 roessler (roessler) - * sendlib.c: Fix a time zone snafu. + * sendlib.c: New Year's time zone handling patch from Manish + Singh . - * po/ru.po, po/sk.po, po/uk.po, po/fr.po, po/id.po, po/it.po, po/nl.po, po/pl.po, po/cs.po, po/de.po, po/es.po, VERSION, reldate.h, ChangeLog: - Preparing 0.96.2. +1998-12-31 09:45:46 roessler (roessler) - * po/uk.po, po/sk.po, po/ru.po, po/pl.po, po/nl.po, po/id.po, po/it.po, po/fr.po, po/es.po, po/de.po, po/cs.po, VERSION, reldate.h, ChangeLog: - preparing 0.95.5 + * curs_main.c: branches: 2.3.4; The attached patch moves code + for sorting the index and restoring the current message from + mutt_index_menu() to a new function. It saves code duplication. -Mon Apr 12 21:02:35 1999 Thomas Roessler +1998-12-30 07:58:40 roessler (roessler) - * recvattach.c: more multipart/alternative handling. + * pgp.c: branches: 2.1.2; 2.1.4; Localize some more messages. + From Michael Sobolev. - * recvattach.c: Change multipart handling when receiving messages. + * main.c: branches: 2.1.4; Localize some more messages. + From Michael Sobolev. - * compose.c: Clean-up, from Vikas. +1998-12-29 16:29:03 roessler (roessler) -Mon Apr 12 21:02:35 1999 Thomas Roessler + * mbox.c: branches: 2.3.4; Use sizeof instead of strlen for + some fixed strings. - * recvattach.c: more multipart/alternative handling. + * ChangeLog: Use sizeof instead of strlen for some fixed strings. - * recvattach.c: Change multipart handling when receiving messages. + * mh.c: branches: 2.5.4; Take setting the index_hint out of + the main loop of mh_check_mailbox(). - * compose.c: Clean-up, from Vikas. +1998-12-28 14:59:04 roessler (roessler) -Mon Apr 12 21:02:35 1999 Thomas Roessler + * attach.c: branches: 2.1.4; Fix a segmentation fault when + viewing message/rfc822 attachments from the compose screen. - * recvattach.c: more multipart/alternative handling. +1998-12-23 15:57:00 roessler (roessler) - * recvattach.c: Change multipart handling when receiving messages. + * pattern.c: branches: 2.1.4; A slightly modified version of + Vikas' pattern_match patch. This changes the semantics of the + pattern-something functions so they only apply to _visible_ + messages. (With the exception of limit: In this case, the user + can add another pattern if he wants to limit further, or he can + give an entirely new pattern.) - * compose.c: Clean-up, from Vikas. +1998-12-22 18:07:19 roessler (roessler) - * parse.c: typo. + * sendlib.c: Fix MIME forwarding. From Vikas. - * parse.c: - us-ascii is the default character set for text attachments we receive. +1998-12-21 12:38:57 roessler (roessler) - * compose.c, sendlib.c: - Fix default character set setting when attaching text files. + * mx.c: branches: 2.3.4; Adjust some hash-related parameters. - * imap.c: - Fix an IMAP quoting problem. Essentially from Randall Nortman - . + * mh.c, mbox.c: Adjust some hash-related parameters. - * po/sk.po, po/id.po, configure.in: new languages: id, sk. + * imap.c: branches: 2.2.4; Adjust some hash-related parameters. - * po/id.po, po/sk.po, configure.in: New translations: id, sk. + * charset.c: branches: 2.1.4; Adjust some hash-related + parameters. -Wed Mar 31 06:35:03 1999 Thomas Roessler + * ChangeLog: *** empty log message *** - * charset.c: Stupid error. + * mx.c, mh.c, mbox.c: Mail folder synchronization-related fixes: - * charset.c, charset.h: Another small charset optimization. + - Another situation under which mutt would lose track of the + current message when maildir folders changed has been removed. - * charset.h, handler.c, charset.c: - A couple of optimizations, most notably for the special case of a - non-prefix state. - -Tue Mar 30 23:50:33 1999 Thomas Roessler - - * charset.c, charset.h, handler.c: - This patch removes at least some of the horrible utf-8 kluges in - charset.c. The new DECODER framework is currently only used in - handler.c, and there in a horribly inefficient manner. We should - use greater blocks of data, which would be much more efficient than - what we are currently doing. + - While synchronizing mbox-type folders, a write error when + constructing the draft version of the new mail folder would + leave behind a copy ofthe file containing the draft. This is + most annoying if the write error is due to lack of disk space. - Most of the other charset-related code still uses the old - mutt_display_char() &friends interface, which is actually ok as long - as you don't try to handle multibyte character sets. + * po/pl.po: Small \n fixes. - The most notable change should be the one to mutt_get_translation(): - It will delay the loading and parsing of character set information - files until it's really needed, catching a huge amount of standard - cases. As a side effect, this will make "iso tagged as ascii" - "work" again, as long as both sides use the same iso character set. + * parse.c: mutt_strlen() optimizations from Byrial Jensen. - * send.c: - resort headers when forward-decoding them with weed switched on. + * from.c: branches: 2.1.4; mutt_strlen() optimizations from + Byrial Jensen. - * pager.c: Fix a pager failure for long messages. From Liviu. + * lib.c: mutt_strlen() optimizations from Byrial Jensen. - * pager.c: - Fix pager failure for long messages, changing two shorts to ints. - From Liviu Daia. + * po/pl.po: Add the polish translation. - * recvattach.c: - Add some user feedback to attachment forwarding. From Vikas. + * configure.in: branches: 2.2.2; 2.2.4; Register the polish + translation. -Thu Mar 25 19:46:52 1999 Thomas Roessler + * doc/manual.sgml.in: branches: 1.18.4; Fixes to the forwarding + chapter. From O'Shaughnessy Evans . - * doc/manual.sgml.in, init.h, pgpkey.c, sort.h, Muttrc.in, init.c: - Roland's sort_keys patch. + * m4/README: Here is a small patch to simplify + m4/Makefile.am.in. This came out of a suggestion I made to Jim + Meyering (maintainer of GNU fileutils, where I snarfed the code + from :). (From: Lars Hecking ) + + * m4/Makefile.am.in: branches: 1.2.4; Here is a small patch to + simplify m4/Makefile.am.in. This came out of a suggestion I made + to Jim Meyering (maintainer of GNU fileutils, where I snarfed + the code from :). (From: Lars Hecking ) -Wed Mar 24 20:35:38 1999 Thomas Roessler +1998-12-18 10:22:59 roessler (roessler) - * doc/manual.sgml.in, Muttrc.in, recvattach.c: - Vikas' latest version of attachment forwarding. + * mh.c: Catch an error condition when synchronizing mh messages. - * recvattach.c: patch-0.96.1.vikas.forward_attachment.2 + * po/de.po: Fix a format which had %s instead of %d. - * main.c: - Only exit with "no recipients specified", when $auto_edit is set. +1998-12-17 18:39:48 roessler (roessler) -Tue Mar 23 20:21:50 1999 Thomas Roessler + * ChangeLog: *** empty log message *** - * postpone.c, recvattach.c, init.h, mutt.h: - Vikas' forward_attachment patch. + * INSTALL: branches: 2.1.4; I've been told that the FreeBSD shell + has been fixed meanwhile. Additionally, add the note from Vikas + on patching Solaris to get mutt work properly on that system. -Mon Mar 22 16:00:39 1999 Thomas Roessler + * mh.c: Fix attachment deletion for maildir/mh folders. This may + fix other mh-related problems, too. - * doc/manual.sgml.in, pgppubring.c, gnupgparse.c, pgp.h, pgpkey.c: - PGP key creation time fix by Roland Rosenfeld. + * curs_lib.c: branches: 2.2.4; Don't even try to clear the + status line when not in curses mode. -Wed Mar 17 14:45:10 1999 Thomas Roessler +1998-12-16 13:23:06 roessler (roessler) - * recvattach.c: Vikas' attach_tag patch. + * imap.c: Two lines were in reverse order. Noted by Daniel + Eisenbud. -Tue Mar 16 21:42:06 1999 Thomas Roessler + * thread.c: branches: 2.1.4; Give Daniel Eisenbud a "lock" + on this file. - * thread.c, configure.in: bug fixes. + * pager.c: branches: 2.2.4; Fix "$resolve" behaviour for OP_TAG + and OP_TOGGLE_NEW from the pager. - * thread.c: Detect thread loops. + * curs_lib.c: SLang-related fixes to mutt_endwin(). -Mon Mar 15 15:32:19 1999 Thomas Roessler + * compose.c: branches: 2.1.4; Permit the user to set the typical + MIME parameters used with application/pgp messages. - * doc/manual.sgml.in, copy.c, init.h, mutt.h, sendlib.c: - Add $bounce_delivered. + * color.c: branches: 2.1.4; Fix a segfault noted by Stephan Hack. + (Fix noted by Vikas.) - * edit.c: another digital unix compile problem. + * configure.in: Make the sendmail check compatible with newer + autoconf versions. Noted by Lars Hecking. - * main.c: _Fix_ the compile problems, don't install new ones. +1998-12-13 08:10:13 roessler (roessler) - * send.c: Cleanly handle fcc when the user unsets it and the message is - postponed. + * mx.c, curs_main.c: Don't dump core when closing a NULL context. + Fixes the "exit from no-mailbox mode" bug. - * main.c: Fix compilation problems under digital unix. +1998-12-12 10:14:43 roessler (roessler) - * configure.in: Fix sendmail autodetection. + * po/uk.po, po/ru.po, po/it.po, po/fr.po, po/es.po, po/de.po: + Post-release commit. - * color.c: Fix colorN, N > 7 for Slang's curses emulation. From Vikas. + * hook.c: branches: 2.1.4; More _PGPPATH and us dist related + fixes. -Tue Mar 9 13:34:52 1999 Thomas Roessler + * curs_main.c: More _PGPPATH and us dist related fixes. - * menu.c: another menu.c fix from Kim DeVaughn. + * mutt.h: branches: 2.1.4; Don't define M_PGPHOOK unless _PGPPATH + has been defined. - * send.c, menu.c, handler.c: Fixes. + * pager.c: Another reap.pl-related fix. - * send.c, menu.c, handler.c: - handler.c: Properly handle message/external-body expiry. - menu.c: Small fix from Liviu. - send.c: Honor confirm_create for FCCs. - cvs: ---------------------------------------------------------------------- + * Makefile.am: branches: 2.1.4; The us-dist target was screwed. -Thu Mar 4 08:00:38 1999 Thomas Roessler + * thread.c: *** empty log message *** - * Makefile.am: post-postrelease commit. + * system.c, strcasecmp.c, status.c: branches: 2.0.4; *** empty + log message *** -Wed Mar 3 20:06:33 1999 Thomas Roessler + * stamp-h.in: *** empty log message *** - * rfc2047.c: ups. + * sort.h, sort.c, socket.c, snprintf.c, signal.c, sha_locl.h, + sha1dgst.c, sha.h: branches: 2.0.4; *** empty log message *** - * po/uk.po, po/ru.po, po/pl.po, po/nl.po, po/it.po, po/fr.po, po/es.po, po/de.po, po/cs.po, ChangeLog: - releasing 0.95.4. + * sendlib.c: *** empty log message *** - * sendlib.c, rfc2047.c, reldate.h, curs_main.c, VERSION, ChangeLog: - releasing 0.96.1. + * send.c: branches: 2.0.2; *** empty log message *** - * reldate.h, regex.c, VERSION, Makefile.am, ChangeLog: - release preparations; back-port a couple of things from unstable. + * score.c, rfc822.h, rfc822.c, rfc2047.h, rfc2047.c, rfc1524.h, + rfc1524.c, resize.c, reldate.h, recvattach.c: branches: 2.0.4; + *** empty log message *** - * curs_main.c: Vikas' resort_index.3. + * reap.pl: *** empty log message *** - * sendlib.c, imap.c, from.c, curs_main.c: - from.c: Backport from unstable. - others: latest imap related patches. + * query.c: branches: 2.0.4; *** empty log message *** -Wed Mar 3 19:44:24 1999 Thomas Roessler + * protos.h, prepare: *** empty log message *** - * reldate.h, regex.c, VERSION, Makefile.am, ChangeLog: - release preparations; back-port a couple of things from unstable. + * postpone.c, pop.c, pgppubring.c, pgpkey.c, pgpinvoke.c, pgp.h: + branches: 2.0.4; *** empty log message *** - * curs_main.c: Vikas' resort_index.3. + * pgp.c, pattern.c: *** empty log message *** - * sendlib.c, imap.c, from.c, curs_main.c: - from.c: Backport from unstable. - others: latest imap related patches. + * parse.h: branches: 2.0.4; *** empty log message *** -Tue Mar 2 22:13:30 1999 Thomas Roessler + * parse.c: *** empty log message *** - * curs_main.c, charset.c: Some small fixes from Vikas. + * pager.h: branches: 2.0.4; *** empty log message *** - * parse.c, init.h, imap.c, globals.h: - Brandon Long's latest IMAP fixes. + * pager.c: *** empty log message *** - * parse.c: Latest IMAP-related fix from Brandon Long. + * mx.h: branches: 2.0.4; *** empty log message *** - * thread.c: - Correctly handle messages which have themselves in their references - header. + * mx.c: *** empty log message *** - * thread.c: - Properly handle messages which have themselves in "References". + * mutt_socket.h, mutt_regex.h, mutt_menu.h, mutt_curses.h: + branches: 2.0.4; *** empty log message *** -Sun Feb 28 08:30:19 1999 Thomas Roessler + * mutt.h, mkinstalldirs, missing, mime.types: *** empty log + message *** - * rfc822.c: Fix a memory leak. From Liviu. + * mime.h: branches: 2.0.4; *** empty log message *** - * rfc822.c: Fix a memory leak. From Liviu. + * mh.c: *** empty log message *** - * rfc1524.c, mutt.h, lib.c, attach.c: - Fix the $TMPDIR raace noted by Hamish Moffat. + * menu.c: branches: 2.0.4; *** empty log message *** - * rfc1524.c, mutt.h, lib.c, attach.c: Fix a $TMPDIR race condition. + * mbox.c: *** empty log message *** - * po/uk.po, po/ru.po, po/pl.po, po/nl.po, po/it.po, po/fr.po, po/es.po, po/de.po, po/cs.po: - post-snapshot commit. + * mapping.h: branches: 2.0.4; *** empty log message *** -Fri Feb 26 15:42:07 1999 Thomas Roessler + * main.c: *** empty log message *** - * doc/manual.sgml.in, send.c, regex.c, mutt.h, init.h: - Adding pgp_replyencrypt. + * mailbox.h: branches: 2.0.4; *** empty log message *** -Thu Feb 25 06:58:01 1999 Thomas Roessler + * lib.c: *** empty log message *** - * from.c: - parse some more from_ lines. Before, there were problems with cases - like this: + * keymap.h, keymap.c: branches: 2.0.4; *** empty log message *** - >From <@x400host:"/G=Bob/S=Allinson/CN=Has embedded spaces/OU=X400HOST/ - >OU=xxxx/O=xxx/PRMD=xxxxx/ADMD=XXXXXX/C=GB/"@x400host> - >Tue Feb 23 09:44:52 1999 + * install-sh: branches: 2.0.10; *** empty log message *** - Problem noted by johnm@sirius3.demon.co.uk + * init.h, init.c, imap.h: branches: 2.0.4; *** empty log + message *** -Tue Feb 23 20:38:49 1999 Thomas Roessler + * imap.c, hook.c: *** empty log message *** - * imap.c: fix a segfault. From Brandon. + * history.h, history.c, help.c, headers.c, hdrline.c, hash.h, + hash.c: branches: 2.0.4; *** empty log message *** -Mon Feb 22 12:37:43 1999 Thomas Roessler + * handler.c: *** empty log message *** - * curs_main.c: Vikas' latest collapse fix. + * gnupgparse.c, globals.h, getdomain.c: branches: 2.0.4; *** + empty log message *** - * curs_main.c: collapse fix from Vikas. + * gen_defs: branches: 2.0.6; *** empty log message *** - * mbox.c, imap.c: - Avoid reading past actual headers when reopening mailboxes. From - Daniel Eisenbud. + * functions.h: branches: 2.0.4; *** empty log message *** - * mbox.c, imap.c: - Avoid reading past the end of actual headers when reopening folders. - From Daniel Eisenbud. + * from.c: *** empty log message *** - * pgp.c: Don't override base64 by quoted-printable. + * flags.c, filter.c, enter.c, edit.c, dotlock.h, dotlock.c, + date.c: branches: 2.0.4; *** empty log message *** - * menu.c: replace clear() by clrtobot(). + * curs_main.c, curs_lib.c: *** empty log message *** - * pgp.c: - Currently, PGP signing messages will force quoted-printable encoding - even if we should use base64. + * copy.h, copy.c: branches: 2.0.4; *** empty log message *** -Fri Feb 19 07:38:17 1999 Thomas Roessler + * configure.in: *** empty log message *** - * sendlib.c: Don't qp-encode multiparts. ugh. + * config.sub, config.guess: branches: 2.0.6; *** empty log + message *** - * sendlib.c: ... message and multipart, not just message. + * compose.c: *** empty log message *** - * sendlib.c, mutt.h, init.h: - Add $encode_from: This option causes mutt to trigger - quoted-printable encoding for any non-multipart attachments which - have ^From at the beginning of a line. Note that we don't trigger - on ^From_ since either procmail or sendmail is >-escaping on ^From, - and note that this won't help against sites where sendmail has the - '9' flag set on the local mailer, as these sites will inevitably - transform to 8bit (sic!). - -Thu Feb 18 23:14:36 1999 Thomas Roessler - - * pgp.c, mutt.h, init.h: - Add retainable signatures. This should work nicely with encrypted - mailing lists. + * complete.c, commands.c: branches: 2.0.4; *** empty log + message *** - * mx.c, init.h, globals.h, configure.in, acconfig.h, Makefile.am: - Introduce $dotlock_program: This makes the mutt_dotlock program's - location a run-time configuration variable. + * color.c: *** empty log message *** - * send.c, mutt.h, init.h: - Introduce $honor_followup_to. The user will now be asked whether he - wants to honor mail-followup-to or not. + * charset.h: branches: 2.0.4; *** empty log message *** - * curs_main.c: - properly handle OP_FLAG_MESSAGE when applied to tagged messages. + * charset.c: *** empty log message *** - * po/uk.po, po/ru.po, po/pl.po, po/nl.po, po/it.po, po/fr.po, po/es.po, po/de.po, po/cs.po: - Updated translations. + * buffy.h, buffy.c, browser.c, attach.h: branches: 2.0.4; *** + empty log message *** - * contrib/sample.mailcap: Fix the text/html entry. + * attach.c: *** empty log message *** - * regex.c, headers.c, copy.h, configure.in: - copy.h: Some flags were used with multiple meanings. bad. - configure.in, regex.c: Make regex autoconfiguration work. - headers.c: expand aliases on the from header. + * alias.c, addrbook.c, acconfig.h: branches: 2.0.4; *** empty + log message *** - * headers.c: Expand aliases on the From header. + * VERSION, TODO: *** empty log message *** -Wed Feb 17 15:48:05 1999 Thomas Roessler + * README: branches: 2.0.4; *** empty log message *** - * doc/mutt.man.in: Fix the URL. + * OPS.PGP: *** empty log message *** - * sendlib.c, init.h: User-Agent, not X-Mailer. + * OPS, NEWS, Muttrc.in: branches: 2.0.4; *** empty log message + *** - * po/fr.po: update. + * Makefile.am, INSTALL, GPL, ChangeLog, COPYRIGHT, ABOUT-NLS: + *** empty log message *** - * copy.h: - Some of the M_CM flags erroneously had been defined to have the same - value. _Very_ bad. + * po/uk.po, po/ru.po, po/it.po, po/fr.po, po/es.po, po/de.po, + reldate.h, VERSION, ChangeLog: Release-commit for 0.95i. - * contrib/sample.mailcap: Correct the netscape text/html entry. + * hash.c: Use a better hash function. Contributed by Stefan + Langerman to mutt-users. - * po/uk.po, po/ru.po, po/pl.po, po/nl.po, po/it.po, po/fr.po, po/es.po, po/de.po, po/cs.po, po/Makefile.in.in, sendlib.c, send.c, regex.c, pager.c, mutt.h, init.h, configure.in, acconfig.h, Muttrc.in, Makefile.am: - - Makefile.am: Fix the dist target to include all necessary files. - - po/fr.po: New French translation. (-> stable!) - - Add the new options to Muttrc.in. - - regex.c, configure.in: include config.h from regex.c, and handle - alloca in a more intelligent way than before. (Currently, we just - mis-handle it.) - Port this to stable and test it! - - po/cs.po: update cs.po. - - po/de.po, po/nl.po: updated versions from Roland and Boris. - - pager.c: Vikas' grok_ansi fix. - - po/Makefile.in.in: keymap_defs is always in po/.. - from Lars - Hecking. +1998-12-11 20:48:14 roessler (roessler) -Fri Feb 12 11:23:17 1999 Thomas Roessler + * reldate.h, VERSION, ChangeLog: 0.94.999 pre-release commit. - * po/uk.po, po/ru.po, po/pl.po, po/nl.po, po/it.po, po/fr.po, po/es.po, po/de.po, po/cs.po, reldate.h, ChangeLog: - post-release commit for 0.95.3. + * main.c: Bail out with a text-based error message if a + non-existing mailbox is given as a -f command line argument. - * po/nl.po, reldate.h, ChangeLog: post-release commit for 0.96. + * Makefile.am: The distdir target creates hard links for the + source files. This has the consequence that the us-dist hook + will demolish files in the main source tree. We have to un-link + the various instances of the source code. -Thu Feb 11 22:52:03 1999 Thomas Roessler + * INSTALL: Warn about regexp-related problems under Solaris 2.6. - * imap.c, VERSION: another imap-related fix. + * po/uk.po, po/ru.po, po/it.po, po/fr.po, po/es.po, po/de.po: + Various last-minute changes and automatic updates. - * pattern.c: another signal fix from liviu. + * main.c: Go into no-mailbox mode when the initial folder can't + be opened. -Thu Feb 11 22:52:03 1999 Thomas Roessler + * mh.c: Undoing the mh_speed patch. - * imap.c, VERSION: another imap-related fix. + * po/it.po, po/fr.po: l10n fixes. - * pattern.c: another signal fix from liviu. + * curs_main.c: Start a new reply and postpone it. Then type m + (mail), and recall and send the postponed reply. The replied + message is _not_ flagged replied. - * imap.c: Remove a superfluous if statement. + (From Byrial Jensen.) - * imap.c: ups, that one was bad. + * po/fr.po: Bug-fixed french l10n. - * imap.c: - The HEADER structure doesn't have a mailcap component any more. + * parse.c: Multipart parser fixes from Byrial. Finally. - * imap.c: - The HEADER structure doesn't have a mailcap component any more. - Noted by Johan van Selst . + * po/it.po: Small fix. - * signal.c, sendlib.c, pattern.c, pager.c, mutt.h, menu.c, globals.h, curs_main.c, curs_lib.c: - patch.mutt-0.95.1i.ld.signals.1-2.gz +1998-12-10 22:48:56 roessler (roessler) - * po/nl.po: new nl translation. + * po/fr.po, configure.in: Add the french l10n. - * pattern.c, curs_main.c: pattern.c: Collapse patch from Vikas. + * po/uk.po, po/ru.po, po/it.po, po/es.po, po/de.po, reldate.h: + post-release commit 0.94.99. - * po/nl.po: New nl translation. + * VERSION, README, ChangeLog: Pre-release commit for 0.94.99. - * pattern.c, curs_main.c: - curs_main.c: Check whether the user pressed a number before putting - it back onto the stack. (OP_JUMP) - pattern.c: Vikas' latest fix. - - * po/uk.po, po/ru.po, po/pl.po, po/nl.po, po/it.po, po/fr.po, po/es.po, po/de.po, po/cs.po: - Updating the po files. - - * doc/manual.sgml.in, doc/Makefile.in: - Install README.SECURITY in the doc directory, document - mailcap_sanitize. - - * reldate.h, prepare, configure.in, VERSION, Makefile.am, Attic/$output.in: - Preparing for 0.96: $output.in was real fun in the dist target. - *argh* + * menu.c: Fix tag-prefix. - * po/uk.po, po/ru.po, po/pl.po, po/nl.po, po/it.po, po/fr.po, po/es.po, po/de.po, po/cs.po, doc/manual.sgml.in, doc/Makefile.in, reldate.h, VERSION, NEWS, Makefile.am, ChangeLog: - [stable] post-release commit for 0.95.2. + * compose.c: Redraw fix after the content type was changed on + the compose menu. - * README.SECURITY: Add a note on how to write mailcap files. +1998-12-08 23:09:53 roessler (roessler) - * README.SECURITY: Add a note on how to write mailcaps. + * help.c: Help screen resizing nit. From Gero Treuner. -Wed Feb 10 23:12:27 1999 Thomas Roessler + * doc/manual.sgml.in: Typo. - * browser.c: Ups, this one needed a #ifdef USE_IMAP. + * sendlib.c: Work around sendmail 8.9.1a invalidating PGP/MIME + signatures by re-ordering MIME headers in the way sendmail does. - * imap.c, browser.c: - Some patches Brandon Long posted to comp.mail.mutt. + * mh.c: Keep track of file name changes for files wandering + around between the subfolders of a maildir. - * rfc1524.c, protos.h, lib.c, handler.c, attach.c: - Fix the security fix. + * mh.c: More fixes to the maildir resynchronization code. + This should now also smoothly handle the case of messages + _vanishing_ from maildir's new/ subdirectory. - * rfc1524.c, mutt.h, lib.c, init.h: [stable] $mailcap_sanitize + * init.c: Make the debug file access unbuffered. Important if + we are debugging crashes. - * rfc1524.c, mutt.h, lib.c, init.h: [unstable] $mailcap_sanitize. +1998-12-07 21:13:44 roessler (roessler) - * system.c, signal.c, sendlib.c, send.c, protos.h, mutt.h, globals.h, curs_lib.c, compose.c, commands.c, attach.c, TODO: - patch.mutt-0.95.1i.ld.signals.1: A major redesign of how child - processes are invoked. From Liviu. + * mx.c, mh.c: Fix a couple of flag-related bugs in the maildir + folder update code. -Tue Feb 9 23:54:03 1999 Thomas Roessler + * imap.c: Fix a completely ugly comment formatting. - * sort.c, mx.c, mutt.h, mh.c, mbox.c, curs_main.c, ChangeLog: - Vikas' latest collapse fix. + * mutt.h: Adjust '#' to the first column. - * prepare: Small prepare bug noted by vikas. + * rfc2047.c: Don't tag us-ascii headers as $Charset or + unknown-8bit. - * pgppubring.c, pgpkey.c, pgp.h, main.c, gnupgparse.c, browser.h: - browser.h: re-insert the "tagged" component. - pgp support: fix handling of PGP 5 subkeys, algorithm 20. +1998-12-03 23:29:37 roessler (roessler) - * pgppubring.c: [stable] Alg. 16 is encrypt-only, el-gamal. + * po/uk.po, po/ru.po, po/it.po, po/es.po, po/de.po, reldate.h, + VERSION, ChangeLog: release-commit 0.94.18. - * commands.c: - honor hdr_order when decode-piping a message. From Vikas. +1998-12-02 20:12:35 roessler (roessler) - * po/cs.po: New czech translation. + * contrib/Pine.rc, contrib/Mush.rc: Bring the sample rc files + better in synch with the actual code. - * commands.c: Reorder headers when decode-piping. + * recvattach.c: Remove a warning which comes from code actually + belonging to the send_charset patch. - * po/cs.po, doc/manual.sgml.in, socket.c, mx.c, mutt_socket.h, mutt.h, menu.c, init.h, imap.h, imap.c, functions.h, complete.c, browser.h, browser.c, OPS: - Brandon's IMAP clean-up; new czech translation. + * rfc2047.c: Encode- and decode the "val" field when using mutt + with EXACT_ADDRESS enabled. -Thu Feb 4 12:00:10 1999 Thomas Roessler + * Makefile.am: Small fixes to the build process. From Lars + Hecking. - * rfc1524.c, protos.h, pgpinvoke.c, mx.c, lib.c: - [unstable] Change the way mutt_quote_filename() worked. It's not - too reasonable to allocate memory dynamically whenever we quote a - file name. (I guess I should add "vim" to pgpinvoke.c's copyright - notice. :-) + * compose.c: The attached patch fixes yet another redraw related + bug. When I call OP_SAVE from the Compose menu and use the + file-browser and 'q' out of the file-browser, the screen still + shows the browser, but the control is really in the Compose + menu. A Ctrl-L verifies this. Basically, a screen redraw + is missing. - * mx.c: - [unstable] Check for write errors when moving messages to $mbox. + From Vikas. - * mx.c: Check for write errors when moving messages to $mbox. + * mutt_menu.h, menu.c, compose.c: From the Compose menu, invoke + attach-message. Tag a whole bunch of messages. Say, for example, + 100. When you exit the folder, the Compose menu's status line + has disappeared. -Wed Feb 3 22:14:18 1999 Thomas Roessler + Fix from Vikas. - * sendlib.c, recvattach.c, postpone.c, main.c, hash.c, functions.h, compose.c, charset.h, charset.c, OPS: - [unstable] Produce some reasonable character set support when - postponing messages. + * browser.c: patch-0.94.17.vikas.browser_redraw.1 - Additionally, this patch fixes a nasty pointer leak in - load_charset() [noted with electric fence], and a completely - mis-lead attempt to use bsearch(). Apparently, nobody ever tested - the utf8 decoder for quite some time. +1998-11-23 21:10:12 roessler (roessler) -Tue Feb 2 21:57:44 1999 Thomas Roessler + * protos.h, lib.c: Change safe_malloc's size parameter from + (unsigned int) to size_t. - * pattern.c: merge ~v patch into unstable. + * send.c, protos.h, pattern.c, alias.c: From Byrial: - * pattern.c: small nit-fix from vikas to the ~v pattern. + I don't think that the match-all pattern modifier works as can + be expected from a logical point of view. - * pgp.c: Thou shall not use dangling pointers. + The attached patch will make it work as I expect it to work: - * attach.c: - [unstable] Fix mutt_decode_save_attachment's handling of character - set conversions. - - * sendlib.c, send.c, rfc2047.c, recvattach.c, protos.h, pgp.c, pattern.c, mutt.h, init.h, handler.c, globals.h, functions.h, copy.h, copy.c, compose.c, commands.c, charset.h, charset.c, attach.c, OPS: - Merging the external character set patch into unstable. - Additionally, this change introduces a M_CHARCONV state flag which - gives us some more control about when character set conversions are - actually done. Current versions of mutt would happily apply - character set conversions when, e.g., saving a text/plain attachment - to a file. (We had at least one corrupt russing translation file - due to this mis-feature.) - - Additionally, we clean up some of the character set related code in - handler.c. Most of that is now done by the decoder functions in - charset.c. - - * imap.c: Brandon's imap_create patch. - - * pgpkey.c: - [unstable] clear the message line before letting people select - public keys. + - It works on all patterns which explicit or implicit use + address lists: ~c, ~C, ~e, ~f, ~l, ~L, ~p, ~P, and ~t. (It + didn't work with ~l before). + + - It works such that a modified pattern always match, unless + there is at least one address in at least one of the + referenced lists that it doesn't match. - * imap.c, copy.c: [unstable] merging Brandon's imap fixes. + * doc/manual.sgml.in, send.c, mutt.h, mh.c, init.h, Muttrc.in: + Introduce a new option $reply_self. From Vikas. - * copy.c, imap.c: A couple of IMAP fixes from Brandon Long. +1998-11-20 00:27:03 roessler (roessler) -Sat Jan 30 17:07:30 1999 Thomas Roessler + * po/it.po: New it.po from Mario. - * pgpkey.c: - really fix the weak associations problem. it was worse than i - thought. + * doc/mutt.man.in: branches: 1.4.4; Fix a small typo. - * pgpkey.c: - Handle expired keys correclty, even when they are the only and exact - match when searching for keys by address. +1998-11-19 23:57:03 roessler (roessler) -Fri Jan 29 11:15:15 1999 Thomas Roessler + * contrib/Pine.rc: Fix some ancient syntax. - * init.h: [unstable] Change some default formats. + * po/uk.po, po/ru.po, po/it.po, po/es.po, po/de.po, send.c: + Hack around problems with multi-valued Reply-To headers. + From Roland Rosenfeld. - * remailer.c, pgpkey.c, menu.c, addrbook.c: Add generic menu searching. + * rfc2047.c: Properly encode '_' characters in words which + are qp-encoded. - * remailer.h, remailer.c, init.h, globals.h: - Use a user-definable format for the mixmaster menu. + * sendlib.c: Use mutt_is_message_type() in the message + transformation code. - * pgpkey.c, pgp.h, init.h: [unstable] add $pgp_entry_format. + * po/Makefile.in.in: Fix all Makefiles. make + DESTDIR=/path/to/something install should work now. -Thu Jan 28 09:08:47 1999 Thomas Roessler + * doc/Makefile.in: branches: 1.15.4; Fix all Makefiles. + make DESTDIR=/path/to/something install should work now. - * gnupgparse.c: - gnupg's trust model is currently unusable. As a work-around, we - don't present the user with _any_ trust information if he uses - gnupg. + * Makefile.am: Fix all Makefiles. make DESTDIR=/path/to/something + install should work now. -Wed Jan 27 19:53:46 1999 Thomas Roessler +1998-11-18 23:09:46 roessler (roessler) - * doc/manual.sgml.in, pgpkey.c, mutt.h, init.h, gnupgparse.c: - Add $pgp_show_unusable. + * po/uk.po, po/ru.po, po/it.po, po/es.po, po/de.po, reldate.h, + VERSION, ChangeLog: Release-commit for 0.94.17. -Tue Jan 26 21:24:56 1999 Thomas Roessler + * sendlib.c, protos.h, pgp.c, parse.c, lib.c, compose.c: This + patch simplifies the generation of content type parameters + significantly by introducing a funciton mutt_set_parameter(). + Additionally, we re-use code from parse.c for parsing user-input + content type headers on the compose screen. - * doc/manual.sgml.in: [unstable] document ~v. + * compose.c: Remove some uuencode-related debris. - * doc/manual.sgml.in: [stable] document ~v. + * recvattach.c: Remove some code which crept in from the external + character set patch. - * thread.c, pattern.c, mutt.h: - [unstable] Add the ~v pattern. From Vikas. + * recvattach.c: Make optional formats work while processing + $attach_format. - * thread.c, pattern.c, mutt.h: [stable] Add the ~v pattern. + * mh.c: Remove bogus re-sorting code from the maildir check + routine. - * doc/manual.sgml.in, ChangeLog: - ChangeLog, documentation for implicit_autoview. + * mutt.h: Include , so SEEK_SET is defined on some + systems which don't do so in . - * doc/manual.sgml.in: Document $implicit_autoview. +1998-11-17 13:23:26 roessler (roessler) -Tue Jan 26 09:51:53 1999 Thomas Roessler + * po/uk.po, po/ru.po, po/it.po, po/es.po: Checkpoint commit, + containing quite a few fuzzy translations. - * doc/manual.sgml.in: Document $implicit_autoview. + * po/de.po: Update some messages. - * compose.c: - Fix a segfault when users change attachment content types, and let - toggle-unlink honor the $resolv variable. - - * compose.c: - $resolve should be honored when doing toggle-unlink on the compose - menu. - -Mon Jan 25 22:16:46 1999 Thomas Roessler - - * compose.c: - This may fix a core dump under certain circumstances. Can't check - this out since I don't get the segfault. + * m4/Makefile.am.in, m4/README, m4/gettext.m4, m4/lcmessage.m4, + m4/progtest.m4, prepare, configure.in, Makefile.am: Configuration + fixes from Lars Hecking, with some more fixes and modifications + from myself. With some luck, you don't need a gettext + installation any more. - * pgpkey.c: Fix a redraw problem when the key menu is invoked. + * sendlib.c: Fix the base64 encoder. The current code would + produce slightly unpredictible output which leads to bad + signatures. - * po/ru.po, po/cs.po, configure.in: Russian and czech translations. + * postpone.c, pgp.c, parse.c, pager.c: Fix a search coloring + related bug. - * po/cs.po: Adding a czech translation, and fixing the russian. +1998-11-16 11:44:42 roessler (roessler) - * po/cs.po: file cs.po was initially added on branch mutt-1-0-stable. + * protos.h: Drop ci_attach - it doesn't exist. Noted by Byrial + Jensen. - * configure.in: Adding a czech translation, and fixing the russian. +1998-11-15 09:53:23 roessler (roessler) - * po/ru.po: ru.po was badly distorted. + * parse.c: Stupid typo. -Sat Jan 23 17:00:43 1999 Thomas Roessler + * protos.h, parse.c, attach.c: My version of Byrial's parse_part + patch. - * prepare: - when f is .../Makefile.am, `basename $f .am` is Makefile. So I - should just write that. :-) + * recvattach.c, protos.h, mutt.h, copy.c, compose.c: I can + elaborate a little more on the last paragraph. It is deletion + of the top level part direct under a message/rfc822 part which + gives problems because the headers of the message/rfc822 part + have to be changed in this case. It is hard to tell exactly how + many bytes and lines will be removed and added in this case. - * prepare: Add the default predicate. + If we can refrain from deletion of such parts and thus only + allow deletion of parts direct under a multipart part, then it is + relative easy always to make correct Content-Length: and Lines: + headers in the copy. (The correctness of the Lines count is + dependent of the correctness of the initial value, though). - * from.c: A slightly optimized version of DE's y2k patch. + (From: Byrial Jensen) - * prepare: Apparently, automake doesn't like our AC_OUTPUT($output) - construction... + * doc/manual.sgml.in: Correcting Vikas' E-Mail address in the + credits section. - * gnupgparse.c, from.c: - DE's patch to work around other software's possible y2k bugs. +1998-11-14 08:24:56 roessler (roessler) - * from.c: Try to avoid other programs' possible y2k bugs. + * doc/manual.sgml.in: Update Byrial's e-mail address. - * enter.c: Fix the attach-multi patch. + * copy.c: Simplify the new attachment deletion code not to require + an extra temporary file. (From: Byrial Jensen ) -Fri Jan 22 22:12:10 1999 Thomas Roessler + * help.c, handler.c: Type cast nit from Gero Treuner. - * lib.c: Fix a memory leak, noted by Roland Rosenfeld. +1998-11-13 18:31:06 roessler (roessler) - * lib.c: Fix a memory leak. Noted by Roland Rosenfeld. + * imap.c: Currently, Mutt won't use a default folder if just the + IMAP server is specified. In fact, if the folder isn't specified, + it will core-dump. - * recvattach.c, query.c, protos.h, menu.c, enter.c, curs_lib.c, compose.c, browser.c, addrbook.c: - Enable tagging in the file browser. + The attached patch will use INBOX as the IMAP folder name if + none is specified, eliminating the core-dump. - * protos.h, pgppubring.c, pgpkey.c, pgp.h, pgp.c, lib.c, handler.c, gnupgparse.c, compose.c: - Heavy hacking on mutt's pgp support. We no longer read the complete - key ring into memory. For gpg, performance is heavily improved due - to the fact that we are passing a couple of key hints to the key - ring parsing back-end. + (From: Aaron Schrab ) -Thu Jan 21 05:19:42 1999 Thomas Roessler +1998-11-12 21:52:01 roessler (roessler) - * hook.c: Fix _mutt_string_hook. + * mutt.h, copy.c: Byrial's latest attachment deletion patch. -Wed Jan 20 13:52:59 1999 Thomas Roessler + * mutt.h, lib.c, handler.c: Introduce a state_printf() function. - * po/pl.po: New polish translation. +1998-11-11 21:18:08 roessler (roessler) - * pgppubring.c, pgpkey.c, configure.in: - Add heavily improved debugging capabilities to the PGP code. - Anyway, the problem I observed wasn't a bug in mutt, but an expired - key. *sigh* + * po/it.po: New it.po from Marco. - * rfc1524.c: Don't segfault when MailcapPath is unset. + * snprintf.c: Don't use the mutt_str* functions in this module. - * rfc1524.c: - Fix a segmentation fault when no MailcapPath has been defined. + * strcasecmp.c: the s/str.*cmp/mutt_str.*cmp/ replacement should + not have taken place here. -Tue Jan 19 23:38:26 1999 Thomas Roessler +1998-11-10 22:21:51 roessler (roessler) - * protos.h, mutt.h, init.h, hook.c, charset.c, Makefile.am: - Add the charset-hook command. + * dotlock.c: Don't use mutt_strsomething in the dotlocking code. - * configure.in, charset.c, acconfig.h, Makefile.am, $output.in, INSTALL: - Properly handle character set definition file installation. + * send.c: Fix the $metoo option's behaviour. - * mx.c: Remove a confusing error message. + * thread.c, strcasecmp.c, status.c, sort.c, socket.c, + snprintf.c, sendlib.c, send.c, score.c, rfc822.c, rfc2047.c, + rfc1524.c, recvattach.c, query.c, protos.h, postpone.c, pop.c, + pgppubring.c, pgpkey.c, pgpinvoke.c, pgp.c, pattern.c, parse.c, + pager.c, mx.c, mh.c, menu.c, mbox.c, main.c, lib.c, keymap.c, + init.c, imap.c, hook.c, history.c, help.c, headers.c, hdrline.c, + hash.c, handler.c, gnupgparse.c, getdomain.c, from.c, enter.c, + edit.c, dotlock.c, curs_lib.c, copy.c, compose.c, complete.c, + commands.c, color.c, charset.c, buffy.c, browser.c, attach.c, + alias.c, addrbook.c: Introduce or rewrite mutt_{str*cmp,strlen} + and use them all over the place. If there are still segmentation + faults due to missing NONULLs over, they are gone now. - * mx.c: Remove confusing error message. + * main.c: Add a "pseudo-credit" to the extended copyright notice. - * keymap.c, curs_lib.c: patch-0.95.1.vikas.macro_function.1 + * po/uk.po, po/ru.po, po/it.po, po/es.po, po/de.po, reldate.h, + VERSION, ChangeLog: Releasing 0.94.16. - * m4/Makefile.am.in: HP/UX portability patch from Lars Hecking. + * sendlib.c, mx.h, mx.c, mbox.c, init.c, copy.c, commands.c, + buffy.c, attach.c: Experimental support for the so-called + "kendra" mail folder format. This seems to be used on OS/2 and + is, actually, a slibhtly modified version of the MMDF format. -Mon Jan 18 09:45:29 1999 Thomas Roessler + * parse.c: Do some sanity checking when reading attachment. + This fix should catch bad attachments. - * po/ru.po: - New Russian translation from Michael Sobolev . + * edit.c: Fix a possible buffer overflow. (This seems to be + the one noticed by Pavel Gulchouck .) - * po/ru.po: - New russian translation from Michael Sobolev . + * compose.c: Wrong fix from Vikas. Undo it. (Noted by Byrial.) -Thu Jan 14 13:08:46 1999 Thomas Roessler + * curs_lib.c, compose.c: Fix a multi_choice related bug. + From Vikas. - * compose.c: Mixmaster user interface beautification. + * buffy.c: Skip empty mailbox parameters. This fixes a + segmentation fault noted by Marco d'Itri. - * mx.c, curs_lib.c: - Fix a couple of segfaults related to using curses when it isn't there. +1998-11-09 19:28:42 roessler (roessler) - * mx.c: dotlocking plus curses... + * from.c: Catch possible bad memory access. -Wed Jan 13 23:56:39 1999 Thomas Roessler + * doc/manual.sgml.in, sendlib.c, protos.h, init.h, globals.h, + copy.c, Muttrc.in: Rewrite copy_delete_attach(). - * send.c, mutt.h, mbox.c, handler.c, copy.h, copy.c: - patch-0.95.1i.tlr.weed.1, patch-0.95.1i.tlr.dotlock.1 - These have - been tested with unstable so far, seem to work fine. + * sort.c, score.c, protos.h, curs_main.c, color.c: Fix an + efficiency problem with the color index features. - * mx.c: Don't use curses when we don't have it. + * doc/mutt.man.in: Replace @sharedir@ by @sysconfdir@. - * mx.c: Don't try to do mutt_yesorno if we don't have curses. + * doc/manual.sgml.in: Make the default_hook documentation match + the code. - * remailer.h: - Mixmaster has 20 address slots, that makes _19_ remailers. + * main.c, curs_main.c: Avoid duplicate mx_close_mailbox() when + OP_QUIT is called. - * remailer.c: Fix the "append" function. + * browser.c: The attached patch fixes a potential problem in + folder_format_str() where a fixed buffer might not be null + terminated. From Vikas. + + * init.c: The attached patch fixes a bug in :set variable= + where variables of type DT_SORT were not getting expanded (only + 4 of them, but a bug nevertheless). From Vikas. - * sendlib.c: Don't leak message dates when sending via mixmaster. + * browser.c: patch-0.94.15.vikas.browser_sort.3 - * remailer.c: - Add search code to the remailer chain selecting menu. [This is - pretty generic - should we add that code to menu.c?] + * doc/manual.sgml.in: Add a forwarding chapter to the manual. + From Gero Treuner. - * postpone.c: Fix postponing of PGP messages. + * po/de.po: Revert de.po to the traditional German spelling rules. - * send.c, remailer.c, compose.c: - Qualify addresses before passing them to mixmaster. + * po/de.po, pop.c: L10 fixes from Gero Treuner. - * send.c, remailer.h, protos.h, mutt.h: - Clean up dependencies: remailer.h is no longer included by mutt.h, - and the mix_* prototypes can once again go to remailer.h. - - * sendlib.c, remailer.c, remailer.h, send.c, protos.h, postpone.c, mutt.h, lib.c, keymap.h, keymap.c, init.h, headers.c, globals.h, functions.h, configure.in, compose.c, OPS.MIX, acconfig.h, Makefile.am: - A first take at adding a mixmaster front-end to mutt. Don't worry, - it's optional. ;-) + * parse.c, handler.c: A message/external-body handler. + From Byrial Jensen. -Tue Jan 12 22:01:11 1999 Thomas Roessler + * protos.h, parse.c: - remove the static declaration from + parse_date() in parse.c, - rename it to mutt_parse_date() - + fix a minor bug: the timezone information in an expires-header + was used to set the timezone of the send time. - * mbox.c: Open folders in read-only mode if mutt can't lock them. + (From Byrial Jensen .) -Mon Jan 11 18:12:49 1999 Thomas Roessler + * Muttrc.in: Fix some spelling errors noted by Boris Wesslowski + . - * send.c, mutt.h, handler.c, copy.h, copy.c: - When decode-forwarding messages with message/Rfc822 attachments, - mutt should weed the attachments' headers according to the setting - of $forward_weed. + * handler.c: Byrial Jensen's alternative_handler patches. + This may lead to non-desirable effects with attachment deletion; + these effects will go when the new attachment deletion code + is implemented. -Sun Jan 10 09:11:36 1999 Thomas Roessler + * parse.c: SeokChan LEE says KST has a nine hour + offset from GMT. - * doc/manual.sgml.in, hdrline.c: Byrial's %D time format patch. + * pager.c, help.c: Fix the display of DEL in the pager. -Sat Jan 9 17:53:02 1999 Thomas Roessler + * send.c: Fix a group reply problem. - * doc/manual.sgml.in, recvattach.c, protos.h, lib.c: - Byrial's latest changes to stable. +1998-10-30 13:00:10 roessler (roessler) - * recvattach.c, protos.h, lib.c: - Ask the user whether to overwrite a file or append to it. From - Byrial Jensen. + * po/uk.po, po/ru.po, po/it.po, po/es.po, po/de.po: Some recent + changes. - * doc/manual.sgml.in: Fix a documentation problem. +1998-10-29 09:46:45 roessler (roessler) -Fri Jan 8 23:29:05 1999 Thomas Roessler + * mbox.c: Mbox robustness patch from Johnny Tevessen + . - * charset.c: - When doing a binary search, we may as well use bsearch (3). + * po/de.po: Fixing a typo. - * parse.c: Optimized time-zone parsing. + * imap.c: This patch should cause mutt to ask for your IMAP + login/password again if its wrong. From Brandon Long. - * parse.c: Optimize time zone parsing. By Byrial Jensen. +1998-10-28 21:48:36 roessler (roessler) - * history.c: - Don't clear the history when the user issues a "set history=..." - command which doesn't change anything. + * doc/manual.sgml.in, reldate.h, VERSION, NEWS, ChangeLog: + 0.94.15 release commit. - * history.c: - Don't clear the history when "set history=..." doesn't change the - buffer size. + * po/uk.po, po/ru.po, po/it.po, po/es.po, po/de.po: pre-release + commit, take 1. - * thread.c, curs_main.c: Threading fix from Daniel Eisenbud. + * curs_lib.c: Add an IsPrint check to mutt_message() and + mutt_curses_error(). This will prevent _some_ advert effects from + l10ns which don't fit together with the terminal's abilities. + There are still quite a few raw printw() etc. - we may wish to + introduce our own, locale-safe versions of these. -Thu Jan 7 19:01:30 1999 Thomas Roessler + * po/POTFILES.in: reldate contais really _no_ i18n-related data. - * init.c: Vikas' set_boolean patch. + * send.c: Don't try to recall a postponed message when we are + given a template. - * protos.h, handler.c, attach.c: - Updated implicit autoview handling from stable. + * copy.c: Fix a possible segmentation fault when deleting nested + attachments. - * protos.h, handler.c, attach.c: - Only use "implicit" autoviews (implicit_autoview or MM_NOASK) when - mutt is unable to handle a content type internally. This saves us - parsing the mailcap files for every attachment we handle. + * doc/manual.sgml.in, send.c, mutt.h, init.h: Add a $forward_weed + option which controls header weeding when decode-forwarding + messages. - * mx.c, mutt.h, init.h, hdrline.c, commands.c, attach.c: - Merge in the mailcap patch from stable. + * po/ru.po, po/it.po, po/es.po, po/de.po: German translation + fixes from Gero plus checkpoint commit. - * thread.c, system.c, strcasecmp.c, status.c, sort.h, sort.c, socket.c, snprintf.c, signal.c, sha_locl.h, sha1dgst.c, sha.h, sendlib.c, send.c, score.c, rfc822.h, rfc822.c, rfc2047.h, rfc2047.c, rfc1524.h, rfc1524.c, resize.c, recvattach.c, query.c, protos.h, postpone.c, pop.c, pgppubring.c, pgpkey.c, pgpinvoke.c, pgp.h, pgp.c, pattern.c, parse.h, parse.c, pager.h, pager.c, mx.h, mx.c, mutt_socket.h, mutt_regex.h, mutt_menu.h, mutt_curses.h, mutt.h, mime.h, mh.c, menu.c, mbox.c, mapping.h, main.c, mailbox.h, lib.c, keymap.h, keymap.c, init.h, init.c, imap.h, imap.c, hook.c, history.h, history.c, help.c, headers.c, hdrline.c, hash.h, hash.c, handler.c, gnupgparse.c, globals.h, getdomain.c, functions.h, from.c, flags.c, filter.c, enter.c, edit.c, dotlock.h, dotlock.c, date.c, curs_main.c, curs_lib.c, copy.h, copy.c, compose.c, complete.c, commands.c, color.c, charset.h, charset.c, buffy.h, buffy.c, browser.c, attach.h, attach.c, alias.c, addrbook.c, acconfig.h: - Get rid of RCS ids in source files. They are getting in our way - when merging changes. + * doc/manual.sgml.in, pager.h, pager.c, mutt_menu.h, keymap.c, + help.c, curs_main.c, commands.c, attach.c, OPS: Gero Treuner's + help-wrap patch. + + * po/ru.po, po/it.po, po/es.po, po/de.po: Adding a current + spanish translation. + + * send.c: if reply-to points to the address on the from header, + use the from header's value for composing a reply's recipient + list, not the reply-to header. - * mx.c, mutt.h, init.h, hdrline.c, commands.c, attach.c: - Remove the use_mailcap variable. Instead, we introduce - implicit_autoview which triggers autoview for every content type - it's applicable to. + * configure.in: add the ukrainian l10n. - * thread.c, system.c, strcasecmp.c, status.c, sort.h, sort.c, socket.c, snprintf.c, signal.c, sha_locl.h, sha1dgst.c, sha.h, sendlib.c, send.c, score.c, rfc822.h, rfc822.c, rfc2047.h, rfc2047.c, rfc1524.h, rfc1524.c, resize.c, recvattach.c, query.c, protos.h, postpone.c, pop.c, pgppubring.c, pgpkey.c, pgpinvoke.c, pgp.h, pgp.c, pattern.c, parse.h, parse.c, pager.h, pager.c, mx.h, mx.c, mutt_socket.h, mutt_regex.h, mutt_menu.h, mutt_curses.h, mutt.h, mime.h, mh.c, menu.c, mbox.c, mapping.h, main.c, mailbox.h, lib.c, keymap.h, keymap.c, init.h, init.c, imap.h, imap.c, hook.c, history.h, history.c, help.c, headers.c, hdrline.c, hash.h, hash.c, handler.c, gnupgparse.c, globals.h, getdomain.c, functions.h, from.c, flags.c, filter.c, enter.c, edit.c, dotlock.h, dotlock.c, date.c, curs_main.c, curs_lib.c, copy.h, copy.c, compose.c, complete.c, commands.c, color.c, charset.h, charset.c, buffy.h, buffy.c, browser.c, attach.h, attach.c, alias.c, addrbook.c, acconfig.h: - Get rid of the rcsid fields. They are getting in the way whenever I - merge changes into unstable. +1998-10-27 19:02:45 roessler (roessler) - * po/nl.po, init.h, configure.in: Merging changes from stable. + * configure: Configure is generated automatically and should + thus _not_ be part of the CVS repository. - * configure.in: - Don't add regex.c, but regex.o to the LIBOBJS variable when needed. + * configure.in, configure, README, INSTALL: Try to detect Solaris + 2.4's broken regcomp(). - * init.h: Fix default settings for use_mailcap and mime_forward. + * send.c: Move some code around. -Wed Jan 6 10:13:32 1999 Thomas Roessler + * doc/manual.sgml.in: Some documentation nits. - * po/fr.po, po/de.po, sendlib.c, regex.c, protos.h, parse.c, mutt_regex.h, mbox.c, main.c, hdrline.c, from.c, date.c, configure.in, acconfig.h, _regex.h, Makefile.am, INSTALL: - [unstable] Merge changes from stable: rx -> regex, Byrial's timezone - patch, translation updates. + * dotlock.c: include config.h _before_ checking for HAVE_GETOPT. + Noted by Scott Perlman . - * sendlib.c, protos.h, parse.c, mbox.c, from.c, date.c: - Byrial's timezone patch, without the absurd optimizations. + * Muttrc.in: Add a macro for viewing the manual. - * regex.c: - Use gnu regex instead of gnu rx. This library is said to behave - better. Additionally, it supports \<...\> patterns. The files - _regex.h and regex.c included with this distribution correspond to - posix/regex.[ch] from the glibc 2.0.7t source tree. + * pgp.c, configure.in, configure: i18n fixes. - * regex.c: file regex.c was initially added on branch mutt-1-0-stable. + * po/ru.po, po/es.po, po/it.po, po/de.po: A couple of i18n + fixes, plus a partial spanish translation from Boris Wesslowski + . - * mutt_regex.h, main.c, configure.in, acconfig.h, _regex.h: - Use gnu regex instead of gnu rx. This library is said to behave - better. Additionally, it supports \<...\> patterns. The files - _regex.h and regex.c included with this distribution correspond to - posix/regex.[ch] from the glibc 2.0.7t source tree. + * configure.in, configure: Handle systems which have neither + pgp2 nor pgp5, but gpg correctly. - * _regex.h: - file _regex.h was initially added on branch mutt-1-0-stable. + * compose.c: - snd_entry() is marked static - You will only get + a full redraw of the screen after invoking + pgp_send_menu if you selected "sign as". - draw_envelope() + and edit_address_list() use the same array of + strings for titles/prompts. This saves both string data and + code in both functions which have been a lot smaller. - * Makefile.am, INSTALL: - Use gnu regex instead of gnu rx. This library is said to behave - better. Additionally, it supports \<...\> patterns. The files - _regex.h and regex.c included with this distribution correspond to - posix/regex.[ch] from the glibc 2.0.7t source tree. + * sendlib.c, send.c, protos.h, postpone.c, compose.c: Preserve + FCC headers when postponing. From Vikas. - * po/nl.po, po/fr.po: - Various fixes to the NL translation; new French messages. + * mx.c, mutt.h, imap.c: Prevent mutt from re-reading IMAP folders + before quitting. -Tue Jan 5 14:35:18 1999 Thomas Roessler +1998-10-22 13:53:47 roessler (roessler) - * sendlib.c, mutt.h, main.c, configure.in, charset.h, charset.c, Makefile.am: - [unstable] Adding experimental new character set conversion code. + * send.c: Undo some superfluous changes. Pointed out by V.A. - * po/de.po: Merging from stable. + * send.c, protos.h, postpone.c: - Preserve certain headers' + values when recallling a postponed message. TBD: Fcc. - * po/de.po: Fix a typo in de.po. + - Rename mutt_edit_message() to mutt_prepare_edit_message() + since that's what that function actually does. - * po/de.po: [unstable] Merging changes from stable. + * mx.h, mx.c, lib.c, flags.c: Make _all_ IMAP-related code + conditionally defined. From Byrial Jensen. - * po/nl.po, hdrline.c, curs_main.c, configure.in: - [unstable] merging changes from stable. +1998-10-21 22:46:16 roessler (roessler) - * hdrline.c: Conditionally display score and number of lines. + * protos.h, pattern.c, hdrline.c: Fix match-all for the ~p, + ~P modifiers. - * po/nl.po: - [stable] Adding the NL translation; correcting some bugs in the DE - translation. + * compose.c: Vikas' write_fcc patch. - * po/nl.po: file nl.po was initially added on branch mutt-1-0-stable. + * doc/manual.sgml.in: Documentation nits from Byrial. - * po/de.po, configure.in: - [stable] Adding the NL translation; correcting some bugs in the DE - translation. + * curs_lib.c: Also accept numbers as input in mutt_multi_choice(). + From Byrial. -Mon Jan 4 19:15:10 1999 Thomas Roessler + * prepare: Fix the documentation reference in prepare. - * curs_main.c: [unstable] fix next-unread plus collapsing. + * doc/devel-notes.txt: Add a gettext automake macro patch which + is needed for proper building of mutt. - * curs_main.c: [stable] Fix next-unread when collapsing threads. + * prepare, config.h.in, aclocal.m4, README, INSTALL: Remove + some automatically generated files from the CVS repository, + and add a script which generates them. - * curs_main.c: [unstable] merging changes from stable. + * Makefile.am: Don't overwrite $(sysconfdir)/Muttrc if present. - * curs_main.c: [stable] fix a bogus type cast. + * po/ru.po, po/it.po, po/de.po, protos.h, curs_lib.c, compose.c, + commands.c, browser.c: Byrial Jensen's mutt_multi_choice() + patch plus some German translations. - * reldate.h, curs_main.c: [unstable] merging in changes from stable. + * pgpinvoke.c, gnupgparse.c: Make gpg's output look a little + bit cleaner. - * curs_main.c: - [stable] Don't use the index elements of header structures when - new messages arrived on the index. + * po/ru.po, po/it.po, po/de.po, reldate.h: Release commit. - * reldate.h: 0.95.1 should have a proper release date. + * VERSION, ChangeLog: Preparing 0.94.14. - * send.c, pgp.c, handler.c, configure.in: - Make the experimental branch the main trunk. +1998-10-20 22:02:58 roessler (roessler) - * po/uk.po, po/ru.po, po/pl.po, po/it.po, po/fr.po, po/es.po, po/de.po: - 0.95.1 post-release commit. + * po/ru.po, po/it.po, po/de.po: Checkpoint commit. - * configure.in: [unstable] Create suitable version strings. + * config.h.in, Makefile.am: Include VERSION with the distribution. - * VERSION, ChangeLog: [stable] Preparing 0.95.1. + * configure.in, configure, VERSION, config.h.in: Don't hard-wire + the program's version in configure.in, but use the VERSION + file instead. Stolen from gnupg. - * send.c: [unstable] commit changes from the stable tree. + * ChangeLog: Checkpoint commit. - * send.c: - [stable] When sending a message in batch mode failed, mutt would - dump core. Patch from Byrial Jensen. + * doc/manual.sgml.in, keymap.c, functions.h, NEWS: Another + macro-function fix from Vikas. - * pgp.c, handler.c: [unstable] Add multiple signature support. + * socket.c, mutt_socket.h: Fix the multiple connection code. + From Brandon Long. -Mon Jan 4 12:57:55 1999 Thomas Roessler +1998-10-19 20:08:10 roessler (roessler) - * send.c: When sending a message in batch mode failed, mutt - would dump core. Patch from Byrial Jensen. + * postpone.c: fix a typo. -Sat Jan 2 17:23:24 1999 Thomas Roessler + * Makefile.am: Fix dotlock's installation when DOTLOCK_GROUP + is empty. - * sendlib.c, ChangeLog: I shouldn't accept patches on New - Year's day. Not even new-year related patches. + * po/it.po: Ups, this was missing from the repository. - * po/it.po: Fixing a typo. + * po/ru.po, po/de.po: Adding some new and improved German + translations. - * protos.h, parse.c, handler.c: mutt_parse_date () shouldn't - modify its argument. Problem noted by Byrial Jensen. + * init.c: handle domain == "@" properly. - * lib.c: Fix safe_symlink to correctly handle relative paths. + * postpone.c: Fix the behaviour when recalling postponed messages: + Content types would not be restored. -Sat Jan 2 09:35:09 1999 Thomas Roessler +1998-10-16 12:09:37 roessler (roessler) - * protos.h, parse.c, handler.c: mutt_parse_date () shouldn't - modify its argument. Problem noted by Byrial Jensen. + * lib.c: Harden mutt_free_header() against NULL pointers. - * lib.c: Fix safe_symlink to correctly handle relative paths. + * keymap.c, handler.c: Nits from Vikas. -Fri Jan 1 09:43:15 1999 Thomas Roessler