Thomas Roessler [Thu, 24 Sep 1998 17:04:45 +0000 (17:04 +0000)]
[patch-0.94.7i.gt.charset-send.1.gz] With the new charset support in
mutt there are better chances to say whether a mail to send consists
of characters of the ASCII set only (the charset should be
"us-ascii" then) or of other characters from the given charset (this
charset should be given then): ASCII characters have the unicode
values from 0 to 127.
Thomas Roessler [Wed, 23 Sep 1998 06:03:55 +0000 (06:03 +0000)]
There is a long-standing problem in Mutt, related to coloring the
various levels of quoting: if the attributions are missing, like
this:
>>> blah blah from A
>> blah blah from B
> blah blah from C
then the "quoted" color object is associated with ">>>", "quoted1"
with ">>" and "quoted2" with ">" --- which is not what most people
expect. The reason is Mutt doesn't count the quote characters (since
there is no way to distinguish between a single quote ">> " and a
">" followed by a "> "), and it allocates colors as it finds new
types of quote prefixes. The attached patch fixes this problem still
without counting the quote characters.
Thomas Roessler [Wed, 16 Sep 1998 20:08:25 +0000 (20:08 +0000)]
Attached is a minor fix to mutt_getch in curs_lib.c - as of 0.93.2i,
if +'metakey' and 'timeout' were both set, mutt_getch was returning
an ESC rather than -1, which resulted in 'key not bound' messages
every 'timeout' seconds. (From: Tim Walberg <walberg@cig.mot.com>)
Thomas Roessler [Wed, 16 Sep 1998 06:40:27 +0000 (06:40 +0000)]
Use <fN> for function keys as well as for other special
keys. Additionally, this patch makes it possible to use
all special keys inside a key _sequence_.
Thomas Roessler [Sun, 13 Sep 1998 15:26:52 +0000 (15:26 +0000)]
This patch adds on-demand loading of character set tables,
changes the default location of $SHAREDIR, and fixes some
compilation problems occuring on machines without PGP
installed.
Thomas Roessler [Sat, 12 Sep 1998 19:51:47 +0000 (19:51 +0000)]
[patch-0.93.2i.ru.mmultiple_charsets.gz] This patch adds
support for international character sets. Currently, mutt
knows about the following character sets and is able to
convert between them:
Thomas Roessler [Sat, 12 Sep 1998 19:41:02 +0000 (19:41 +0000)]
When entering a 'set' command on the command-line,
pressing TAB after string_var= will insert the current
value of that variable. Note that this works only for
variables of type 'string'.
Also fixes the following buglets in command-completion:
1. doesnt work if you started the command-line with
whitespace
2. Seems to think that 'Set', 'ReSeT', etc are valid
commands (since it checks for 'strcasecmp' instead of
'strcmp' when completing the variable names Also fixes
the following buglets in command-completion:
Thomas Roessler [Tue, 8 Sep 1998 19:25:01 +0000 (19:25 +0000)]
This patch makes the view attachment menu show all
message/rfc822 parts as a new level, not only the
multipart messages. This makes it possible to display a
message/rfc822 part which includes only a image/jpeg part
or something else which cant be viewed in the pager.
(From: Jimmy Mäkelä <jmy@flashback.net>)
Thomas Roessler [Mon, 7 Sep 1998 20:40:51 +0000 (20:40 +0000)]
[patch-0.94.5i.tlr.pgp_fixes.1] This patch fixes various
pgp-related issues. In particular, mutt won't segfault
when trying to decrypt-save messages from the index, and
the presence of a PGP-encrypted body part on the
attachment menu will no longer confuse the MIME parser.
Thomas Roessler [Fri, 28 Aug 1998 01:06:54 +0000 (01:06 +0000)]
[patch-0.94.4i.tlr.display_filename.1] Introduce a new
function "display-filename" which displays the currently
selected file's name on the message line.