mit-scheme.git
2000-06-26 Chris HansonAdd additional procedures for searching through the...
2000-06-26 Chris HansonImplement variable imail-mime-show-alternatives.
2000-06-24 Chris HansonFix bug: when current message and subsequent messages...
2000-06-24 Chris HansonFix problem with previous change: shouldn't automatical...
2000-06-24 Chris HansonFix problem with previous change: shouldn't automatical...
2000-06-23 Chris HansonPreserve internal time when copying to rmail folder...
2000-06-23 Chris HansonPreserve internal time when copying to rmail folder...
2000-06-23 Chris HansonFix bug: when IMAP mailbox simultaneously accessed...
2000-06-23 Chris HansonFix fencepost error.
2000-06-23 Chris HansonAdd folder events to IMAP trace facility.
2000-06-23 Chris HansonExtend imail-forward-all-headers to have value MIME...
2000-06-22 Chris HansonMail buffer must have adaptive-fill regexps adjusted...
2000-06-22 Chris HansonUse new hook to modify the "User-Agent" header.
2000-06-22 Chris HansonChange "X-Mailer" to "User-Agent"; add hook to allow...
2000-06-22 Chris HansonAdd missing entry for mime-codec.
2000-06-22 Chris HansonFirst cut at BinHex support. This just does the decodi...
2000-06-22 Chris HansonFirst cut at BinHex support. This just does the decodi...
2000-06-22 Chris HansonFirst cut at BinHex support. This just does the decodi...
2000-06-20 Chris HansonNote regarding bug with multiple simultaneous access.
2000-06-20 Chris HansonTweak layout.
2000-06-20 Chris HansonDefine HEADER-FIELD-LENGTH.
2000-06-20 Chris HansonAllow file completion to complete to any file.
2000-06-20 Chris HansonRepaginate.
2000-06-20 Chris HansonAllow arbitrary whitespace in IMAIL flags header, so...
2000-06-20 Chris HansonExpand on note regarding header-field representation.
2000-06-20 Chris HansonExpand on note regarding header-field representation.
2000-06-20 Chris HansonFix some thinkos.
2000-06-20 Chris HansonSimplify decision tree in CALL-WITH-AUTO-WRAPPED-OUTPUT...
2000-06-20 Chris HansonShare similar code from IMAIL-YANK-ORIGINAL and SELECT...
2000-06-20 Chris HansonExport M-x imail-toggle-header.
2000-06-20 Chris HansonRedefine variable imail-mime-attachment-directory to...
2000-06-20 Chris HansonShare code that copies all messages from one folder...
2000-06-20 Chris HansonFix typo.
2000-06-20 Chris HansonChange binding of imail-toggle-message to #\c-t.
2000-06-20 Chris HansonFix bug: last change to IMAIL-MODE-LINE-SUMMARY-STRING...
2000-06-19 Chris HansonAdd some new ideas from one of the reviews.
2000-06-19 Chris HansonAlways show message counts and folder length in modelin...
2000-06-19 Chris HansonChange definition of GET-ALL-HEADER-FIELD-VALUES to...
2000-06-19 Chris HansonRework handling of buffer properties so that command...
2000-06-19 Chris HansonFix bug: when fetching MIME message part, must guarante...
2000-06-19 Chris HansonReimplement M-x imail-toggle-header (in addition to
2000-06-19 Chris HansonFix code that yanks original message into reply buffer...
2000-06-19 Chris HansonFix typo.
2000-06-19 Chris HansonNew strategy for yanking MIME messages into reply buffer.
2000-06-19 Chris HansonChange interface for retrieving message bodies so that...
2000-06-19 Chris HansonFix bug: empty folder wasn't noticing new messages...
2000-06-19 Chris HansonFix bug: when expunging last message in folder, IMAIL...
2000-06-19 Chris HansonChanges for IMAIL.
2000-06-19 Chris HansonSimplify implementation of broken-pipe handler so that...
2000-06-19 Chris HansonRedo previous fix; was shutting down connection in...
2000-06-18 Chris HansonA handful of bug fixes, plus some clarifications.
2000-06-18 Chris HansonChange PROMPT-HISTORY-STRINGS and SET-PROMPT-HISTORY...
2000-06-18 Chris HansonChange PROMPT-HISTORY-STRINGS and SET-PROMPT-HISTORY...
2000-06-17 Chris HansonNote re imail-toggle-headers.
2000-06-16 Chris HansonFix thinko.
2000-06-16 Chris HansonLarge-scale editing pass over the front-end code. ...
2000-06-16 Chris HansonLarge-scale editing pass over the front-end code. ...
2000-06-16 Chris HansonLarge-scale editing pass over the front-end code. ...
2000-06-16 Chris HansonEliminate notes that have been moved to todo file.
2000-06-16 Chris HansonSet NAME parameter on MIME file attachments. Change...
2000-06-16 Chris HansonChange status symbol FOLDER-MODIFIED to CACHE-MODIFIED.
2000-06-15 Chris HansonRemove rfc822.scm from printout.
2000-06-15 Chris HansonFix typo.
2000-06-15 Chris HansonDon't add gratuitous newlines to message presentation.
2000-06-15 Chris HansonAdd attachments in time order; previous was reversed.
2000-06-15 Chris HansonBe very careful not to read beyond the end of a literal...
2000-06-15 Chris HansonIf IMAP command doesn't complete normally, close the...
2000-06-15 Chris HansonImplement MIME attachment browser, with commands to...
2000-06-15 Chris HansonImplement mime-attachments buffer for editing message...
2000-06-15 Chris HansonRespect INLINE disposition if present.
2000-06-15 Chris HansonFix bug: don't try to send LOGOUT command when socket...
2000-06-15 Chris HansonFix harmless typo.
2000-06-15 Chris HansonImplement variable imail-inline-mime-text-subtypes.
2000-06-15 Chris HansonImplement variable imail-inline-mime-text-subtypes.
2000-06-15 Chris HansonImplement M-x imail-first-unseen-message.
2000-06-15 Chris HansonMade changes to mime-codec to improve speed of quoted...
2000-06-15 Chris HansonUse substring search to speed up quoted-printable decoder.
2000-06-15 Chris HansonPotpourri of notes, and new section on MIME conformance.
2000-06-15 Chris HansonNote regarding integration of MIME decoding into the...
2000-06-15 Chris HansonFix fencepost error.
2000-06-15 Chris HansonFix fencepost error.
2000-06-15 Chris HansonUse new line-wrapping facility in Edwin. Hopefully...
2000-06-15 Chris HansonImplement procedures to wrap lines in paragraphs.
2000-06-15 Chris HansonFix typo.
2000-06-15 Chris HansonImplement new commands:
2000-06-15 Chris HansonImplement new commands:
2000-06-15 Chris HansonImplement M-x imail-summary-by-regexp and M-x imail...
2000-06-15 Chris HansonIn description for imail-mode, don't show variables for
2000-06-15 Chris HansonReconcile the key bindings with those of RMAIL in Emacs...
2000-06-15 Chris HansonAllow description of a command, variable, or mode to...
2000-06-15 Chris HansonAllow description of a command, variable, or mode to...
2000-06-15 Chris HansonAllow description of a command, variable, or mode to...
2000-06-15 Chris HansonExtend help output procedures to accept a port as an...
2000-06-15 Chris HansonAllow description of a command, variable, or mode to...
2000-06-14 Chris HansonAdd two suggestions from radhi.
2000-06-14 Chris HansonAlways inline top-level MIME text parts, even if the...
2000-06-14 Chris HansonChange IMAP URL completion to work more like filename...
2000-06-14 Chris HansonDon't abbreviate MIME header fields in the header;...
2000-06-14 Chris HansonImplement variable imail-forward-using-mime to allow...
2000-06-14 Chris HansonWhen renaming a folder, the default for the target...
next