]> granicus.if.org Git - neomutt/log
neomutt
26 years agoThere is a long-standing problem in Mutt, related to coloring the
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.

26 years agoA first take at corrected mh/maildir support.
Thomas Roessler [Tue, 22 Sep 1998 22:54:46 +0000 (22:54 +0000)]
A first take at corrected mh/maildir support.

26 years agoSome fixes and code clean-ups.
Thomas Roessler [Tue, 22 Sep 1998 18:13:12 +0000 (18:13 +0000)]
Some fixes and code clean-ups.

26 years agoIntroduce the $mh_purge option.
Thomas Roessler [Tue, 22 Sep 1998 17:50:26 +0000 (17:50 +0000)]
Introduce the $mh_purge option.

26 years agoProduce "undisclosed-recipients:;" instead of
Thomas Roessler [Tue, 22 Sep 1998 15:41:59 +0000 (15:41 +0000)]
Produce "undisclosed-recipients:;" instead of
""undisclosed-recipients:;":;" when the user gives no To-Header.

26 years agoWhen generating new messages in MH folders, the initial number
Thomas Roessler [Tue, 22 Sep 1998 09:25:26 +0000 (09:25 +0000)]
When generating new messages in MH folders, the initial number
should be "1", not "2".  Fix from Gero Treuner.

26 years agopatch-0.94.7i.vikas.jmy.misc_complete.2
Thomas Roessler [Tue, 22 Sep 1998 08:15:56 +0000 (08:15 +0000)]
patch-0.94.7i.vikas.jmy.misc_complete.2

26 years agoAvoid a dangling pointer in mutt_message_to_7bit().
Thomas Roessler [Mon, 21 Sep 1998 12:49:50 +0000 (12:49 +0000)]
Avoid a dangling pointer in mutt_message_to_7bit().

26 years agoByrial Jensen's bold-underline patch.
Thomas Roessler [Sun, 20 Sep 1998 12:05:39 +0000 (12:05 +0000)]
Byrial Jensen's bold-underline patch.

26 years agoparse_i18n.c doesn't really need snprintf.
Thomas Roessler [Sun, 20 Sep 1998 12:03:31 +0000 (12:03 +0000)]
parse_i18n.c doesn't really need snprintf.

18 years agoupdate tags
convert-repo [Thu, 1 Mar 2007 19:12:39 +0000 (19:12 +0000)]
update tags

26 years agoPreparing 0.94.7i.
Thomas Roessler [Fri, 18 Sep 1998 05:45:52 +0000 (05:45 +0000)]
Preparing 0.94.7i.

26 years agoApplying the third generation of command completion patches.
Thomas Roessler [Fri, 18 Sep 1998 05:40:22 +0000 (05:40 +0000)]
Applying the third generation of command completion patches.

26 years agoAttached is a minor fix to mutt_getch in curs_lib.c - as of 0.93.2i,
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>)

26 years ago[patch-0.94.6i.oe.dprint2.1] Fix a segmentation fault when running
Thomas Roessler [Wed, 16 Sep 1998 20:06:43 +0000 (20:06 +0000)]
[patch-0.94.6i.oe.dprint2.1] Fix a segmentation fault when running
in -d2 mode.

26 years agoUse <fN> for function keys as well as for other special
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_.

26 years agoIntroduce the OPTUSEHEADERDATE pseudo-option to control
Thomas Roessler [Wed, 16 Sep 1998 05:57:22 +0000 (05:57 +0000)]
Introduce the OPTUSEHEADERDATE pseudo-option to control
mutt_write_rfc822_header()'s behaviour for the purposes of
the edit_message feature.

26 years agoWhen parsing aliases, don't consider ';' a token
Thomas Roessler [Wed, 16 Sep 1998 05:10:58 +0000 (05:10 +0000)]
When parsing aliases, don't consider ';' a token
delimiter.

26 years agoUndoing Vikas' complete patch and applying
Thomas Roessler [Tue, 15 Sep 1998 21:41:51 +0000 (21:41 +0000)]
Undoing Vikas' complete patch and applying
patch-0.94.6i.jmy.cycle_complete.1 instead.

26 years ago_Really_ fix CRLF handling.
Thomas Roessler [Tue, 15 Sep 1998 21:24:53 +0000 (21:24 +0000)]
_Really_ fix CRLF handling.

26 years agoFix the crlf handling.
Thomas Roessler [Tue, 15 Sep 1998 21:18:50 +0000 (21:18 +0000)]
Fix the crlf handling.

26 years agoUTF8-decode PGP user ID packets.
Thomas Roessler [Tue, 15 Sep 1998 20:56:34 +0000 (20:56 +0000)]
UTF8-decode PGP user ID packets.

26 years agoAdding basic UTF-8 support.
Thomas Roessler [Tue, 15 Sep 1998 20:53:17 +0000 (20:53 +0000)]
Adding basic UTF-8 support.

26 years agoWhen using mutt_copy_header with CH_TXTPLAIN, generate a
Thomas Roessler [Tue, 15 Sep 1998 17:19:16 +0000 (17:19 +0000)]
When using mutt_copy_header with CH_TXTPLAIN, generate a
content-type _with_ a character set parameter.

26 years agoCorrecting a typo in the clean target.
Thomas Roessler [Tue, 15 Sep 1998 17:15:29 +0000 (17:15 +0000)]
Correcting a typo in the clean target.

26 years agoAdd charset alias support and fix various errors in the
Thomas Roessler [Tue, 15 Sep 1998 16:00:57 +0000 (16:00 +0000)]
Add charset alias support and fix various errors in the
character set code.

26 years agoFix mutt_display_char to map '\0' to itself regardless of
Thomas Roessler [Tue, 15 Sep 1998 13:59:59 +0000 (13:59 +0000)]
Fix mutt_display_char to map '\0' to itself regardless of
the translation table we use.

26 years agoGenerate the character set tables from i18n files.
Thomas Roessler [Tue, 15 Sep 1998 13:36:40 +0000 (13:36 +0000)]
Generate the character set tables from i18n files.

26 years agoFinally fix imap_quote_string().
Thomas Roessler [Tue, 15 Sep 1998 11:02:46 +0000 (11:02 +0000)]
Finally fix imap_quote_string().

26 years ago[patch-0.94.6i.gt.arrow.1] Add M_ARROWCURSOR on the
Thomas Roessler [Tue, 15 Sep 1998 10:54:46 +0000 (10:54 +0000)]
[patch-0.94.6i.gt.arrow.1] Add M_ARROWCURSOR on the
compose menu.

26 years agoFix IMAP quoting.
Thomas Roessler [Mon, 14 Sep 1998 21:33:34 +0000 (21:33 +0000)]
Fix IMAP quoting.

26 years agoSpeling corection for Muttrc.in.
Thomas Roessler [Mon, 14 Sep 1998 08:03:42 +0000 (08:03 +0000)]
Speling corection for Muttrc.in.

26 years ago[patch-0.94.6.vikas.complete.1] Fix a completion-related
Thomas Roessler [Mon, 14 Sep 1998 08:02:02 +0000 (08:02 +0000)]
[patch-0.94.6.vikas.complete.1] Fix a completion-related
buffer overflow.

18 years agoupdate tags
convert-repo [Thu, 1 Mar 2007 19:12:37 +0000 (19:12 +0000)]
update tags

26 years agoPreparing 0.94.6i.
Thomas Roessler [Sun, 13 Sep 1998 15:29:51 +0000 (15:29 +0000)]
Preparing 0.94.6i.

26 years agoThis patch adds on-demand loading of character set tables,
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.

26 years agoFixing a silly typo in the edit-message code.
Thomas Roessler [Sat, 12 Sep 1998 19:58:56 +0000 (19:58 +0000)]
Fixing a silly typo in the edit-message code.

26 years ago[patch-0.93.2i.ru.mmultiple_charsets.gz] This patch adds
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:

iso-8859-1, ..., iso-8859-9, koi8-r, windows-1251, x-cp866.

(From: Ruslan Ermilov <ru@ucb.crimea.ua>)

26 years agoWhen entering a 'set' command on the command-line,
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:

(From: Vikas Agnihotri <VikasA@att.com>)

26 years agoUse the proper history class when entering mutt commands.
Thomas Roessler [Sat, 12 Sep 1998 19:26:47 +0000 (19:26 +0000)]
Use the proper history class when entering mutt commands.

26 years ago[patch-0.94.5i.jmy.imap_quote.1]
Thomas Roessler [Sat, 12 Sep 1998 19:24:02 +0000 (19:24 +0000)]
[patch-0.94.5i.jmy.imap_quote.1]

26 years agoAdding the edit-message feature.
Thomas Roessler [Sat, 12 Sep 1998 19:23:27 +0000 (19:23 +0000)]
Adding the edit-message feature.

26 years ago[patch-0.94.5.vikas.collapse_format.2] - introduce %M for
Thomas Roessler [Sat, 12 Sep 1998 19:07:16 +0000 (19:07 +0000)]
[patch-0.94.5.vikas.collapse_format.2] - introduce %M for
the number of messages which is hidden in a thread.

26 years agoBogus bug. Actually, by setting use_mailcap=no, it _is_
Thomas Roessler [Tue, 8 Sep 1998 19:32:57 +0000 (19:32 +0000)]
Bogus bug.  Actually, by setting use_mailcap=no, it _is_
possible to view the header of a single-part message with
a non-autoview body type.

26 years agoThis patch makes the view attachment menu show all
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>)

26 years agoChange the interface of pgp_decrypt_mime() to enable this
Thomas Roessler [Tue, 8 Sep 1998 19:14:12 +0000 (19:14 +0000)]
Change the interface of pgp_decrypt_mime() to enable this
function to do some sanity checks.

26 years agoDon't descend into multipart/encrypted on the recvattach
Thomas Roessler [Mon, 7 Sep 1998 20:47:25 +0000 (20:47 +0000)]
Don't descend into multipart/encrypted on the recvattach
menu.

26 years ago[patch-0.94.5i.tlr.pgp_fixes.1] This patch fixes various
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.

26 years agoClear the "Exit Mutt" prompt.
Thomas Roessler [Mon, 7 Sep 1998 15:23:46 +0000 (15:23 +0000)]
Clear the "Exit Mutt" prompt.

26 years agoSGML typo.
Thomas Roessler [Mon, 7 Sep 1998 15:18:21 +0000 (15:18 +0000)]
SGML typo.

26 years agoSome testing.
Thomas Roessler [Mon, 7 Sep 1998 15:06:19 +0000 (15:06 +0000)]
Some testing.

26 years agoYet another fix to the alias and query completion stuff:
Thomas Roessler [Mon, 7 Sep 1998 14:54:47 +0000 (14:54 +0000)]
Yet another fix to the alias and query completion stuff:
Skip leading white space when constructing the addresses.

26 years agoDon't use <space> as an address delimiter when using
Thomas Roessler [Mon, 7 Sep 1998 14:47:05 +0000 (14:47 +0000)]
Don't use <space> as an address delimiter when using
query-complete and alias-complete.

26 years agoQuote MIME parameters when doing %{MIME-parameter}
Thomas Roessler [Mon, 7 Sep 1998 14:41:30 +0000 (14:41 +0000)]
Quote MIME parameters when doing %{MIME-parameter}
substitution.

26 years agoIntroducing decrypt-save, decrypt-copy, and
Thomas Roessler [Mon, 7 Sep 1998 11:47:26 +0000 (11:47 +0000)]
Introducing decrypt-save, decrypt-copy, and
$forw{ard,}-decrypt.  Based on work by Emil Laurentiu.

26 years ago[patch-0.94.4i.matthewf.writingmessages-fix.1] Fix the
Thomas Roessler [Mon, 7 Sep 1998 09:15:04 +0000 (09:15 +0000)]
[patch-0.94.4i.matthewf.writingmessages-fix.1] Fix the
display when synchronizing mbox mail folders.

26 years agoFix simple patterns.
Thomas Roessler [Mon, 7 Sep 1998 09:13:53 +0000 (09:13 +0000)]
Fix simple patterns.

26 years agoPut the S_ISLNK definition into protos.h.
Thomas Roessler [Mon, 7 Sep 1998 08:58:56 +0000 (08:58 +0000)]
Put the S_ISLNK definition into protos.h.

26 years agoFixing convert_to_7bit(). From Liviu Daia.
Thomas Roessler [Mon, 7 Sep 1998 08:10:59 +0000 (08:10 +0000)]
Fixing convert_to_7bit().  From Liviu Daia.

26 years agoFixing the quoting of shell specials in mutt_expand_fmt().
Thomas Roessler [Sun, 6 Sep 1998 11:35:34 +0000 (11:35 +0000)]
Fixing the quoting of shell specials in mutt_expand_fmt().

26 years agoChange snprintf to mutt_expand_fmt when expanding the
Thomas Roessler [Sun, 6 Sep 1998 11:33:07 +0000 (11:33 +0000)]
Change snprintf to mutt_expand_fmt when expanding the
query command.

26 years ago[patch-0.94.5i.tlr.safe_symlink.1] Introduce
Thomas Roessler [Sun, 6 Sep 1998 10:05:41 +0000 (10:05 +0000)]
[patch-0.94.5i.tlr.safe_symlink.1] Introduce
safe_symlink() for /tmp-safe symlinking in the
nametemplate code.

18 years agoupdate tags
convert-repo [Thu, 1 Mar 2007 19:12:34 +0000 (19:12 +0000)]
update tags

26 years agoPreparing 0.94.5i.
Thomas Roessler [Sun, 6 Sep 1998 09:32:23 +0000 (09:32 +0000)]
Preparing 0.94.5i.

26 years agoCatch MIME parameters with p->value == NULL.
Thomas Roessler [Fri, 4 Sep 1998 15:53:27 +0000 (15:53 +0000)]
Catch MIME parameters with p->value == NULL.

26 years agoFixing a memory leak in mutt_prepare_envelope().
Thomas Roessler [Fri, 4 Sep 1998 14:43:06 +0000 (14:43 +0000)]
Fixing a memory leak in mutt_prepare_envelope().

26 years agoIMAP fixes from Nathan Neulinger.
Thomas Roessler [Tue, 1 Sep 1998 06:54:53 +0000 (06:54 +0000)]
IMAP fixes from Nathan Neulinger.
(<19980831170941.A7327@umr.edu> on mutt-dev.)

26 years agoFix a small problem with Liviu's attach_fcc patch.
Thomas Roessler [Mon, 31 Aug 1998 16:46:29 +0000 (16:46 +0000)]
Fix a small problem with Liviu's attach_fcc patch.

26 years agoUpdating to patch-0.94.4.vikas.attach_message.3.
Thomas Roessler [Mon, 31 Aug 1998 13:41:19 +0000 (13:41 +0000)]
Updating to patch-0.94.4.vikas.attach_message.3.

26 years agoUpdating to patch-0.94.4.vikas.collapse.3.
Thomas Roessler [Mon, 31 Aug 1998 13:40:07 +0000 (13:40 +0000)]
Updating to patch-0.94.4.vikas.collapse.3.

26 years agoCorrect an editor key binding example.
Thomas Roessler [Sat, 29 Aug 1998 08:27:01 +0000 (08:27 +0000)]
Correct an editor key binding example.

26 years agoCleaning up the fcc_attach hack. From Liviu.
Thomas Roessler [Fri, 28 Aug 1998 19:09:20 +0000 (19:09 +0000)]
Cleaning up the fcc_attach hack.  From Liviu.

26 years ago[patch-0.94.4i.tlr.display_filename.1] Introduce a new
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.

26 years ago[patch-0.94.4i.tlr.get_attachment.1-2] Get the attachment
Thomas Roessler [Fri, 28 Aug 1998 00:58:25 +0000 (00:58 +0000)]
[patch-0.94.4i.tlr.get_attachment.1-2] Get the attachment
time stamping business right.

26 years ago[patch-0.94.4i.tlr.get_attachment.1] Create a new
Thomas Roessler [Fri, 28 Aug 1998 00:53:12 +0000 (00:53 +0000)]
[patch-0.94.4i.tlr.get_attachment.1] Create a new
"get-attachment" function on the compose menu which will
copy an attachment to a temporary file.

26 years ago[patch-0.94.4.vikas.attach_message.1] Cleaning up some of
Thomas Roessler [Fri, 28 Aug 1998 00:12:19 +0000 (00:12 +0000)]
[patch-0.94.4.vikas.attach_message.1] Cleaning up some of
the attach-message code.

26 years agoremoving superfluous include statements.
Thomas Roessler [Fri, 28 Aug 1998 00:11:54 +0000 (00:11 +0000)]
removing superfluous include statements.

26 years agocode cosmetics.
Thomas Roessler [Thu, 27 Aug 1998 23:51:58 +0000 (23:51 +0000)]
code cosmetics.

26 years ago[patch-0.94.4.vikas.collapse.2] Vikas' collapse-thread
Thomas Roessler [Thu, 27 Aug 1998 23:45:40 +0000 (23:45 +0000)]
[patch-0.94.4.vikas.collapse.2] Vikas' collapse-thread
patch.

26 years ago[patch-0.94.4i.gt.arrowcursor.1] Padding to the end of
Thomas Roessler [Thu, 27 Aug 1998 19:37:10 +0000 (19:37 +0000)]
[patch-0.94.4i.gt.arrowcursor.1] Padding to the end of
line/right jusitifying does not work in menus when
$arrow_cursor is set, because the extra space needed for
the arrow is not taken into account.
(From Gero Treuner <gero@faveve.uni-stuttgart.de>)

26 years ago[patch-0.94.4i.tlr.shell_quote.1-2] Fix a brain-dead
Thomas Roessler [Thu, 27 Aug 1998 17:24:21 +0000 (17:24 +0000)]
[patch-0.94.4i.tlr.shell_quote.1-2] Fix a brain-dead
segmentation fault when freeing non-allocated memory.

26 years agoMh. This seems to have shown up again while cleaning up
Thomas Roessler [Thu, 27 Aug 1998 16:18:24 +0000 (16:18 +0000)]
Mh. This seems to have shown up again while cleaning up
the CVS branches.

26 years agoMake $fcc_attach work correctly when sending PGP-encrypted
Thomas Roessler [Thu, 27 Aug 1998 16:13:38 +0000 (16:13 +0000)]
Make $fcc_attach work correctly when sending PGP-encrypted
messages.  Hack by Liviu.

26 years agoDocument attach_format. (From: Gero Treuner
Thomas Roessler [Thu, 27 Aug 1998 15:57:29 +0000 (15:57 +0000)]
Document attach_format. (From: Gero Treuner
<gero@faveve.uni-stuttgart.de>)

26 years ago[patch-0.94.4i.tlr.shell_quote.1] Try to quote file name
Thomas Roessler [Thu, 27 Aug 1998 09:51:21 +0000 (09:51 +0000)]
[patch-0.94.4i.tlr.shell_quote.1] Try to quote file name
arguments and the like for shell commands.

26 years agoMinor nit: if you enter the wrong key ID at Mutt's prompt,
Thomas Roessler [Thu, 27 Aug 1998 08:41:07 +0000 (08:41 +0000)]
Minor nit: if you enter the wrong key ID at Mutt's prompt,
Mutt should erase the old value --- otherwise people might
think it has just hung there. (From Liviu Daia.)

26 years agoAnother possible memory leak in rfc822_parse_adrlist. The
Thomas Roessler [Wed, 26 Aug 1998 21:12:23 +0000 (21:12 +0000)]
Another possible memory leak in rfc822_parse_adrlist.  The
problem and the patch are pretty much the same as with the
last fix applied to this file - it's just ',' instaed of
';' this time.

26 years ago[patch-0.94.4i.tlr.rfc822_leak.1] Fixing a memory leak in
Thomas Roessler [Wed, 26 Aug 1998 19:13:33 +0000 (19:13 +0000)]
[patch-0.94.4i.tlr.rfc822_leak.1] Fixing a memory leak in
the rfc822_parse_adrlist().

Some explanations seem to be in order here.  Let's look at
the code:

   386     else if (*s == ';')
   387     {
   388       if (phraselen)
   389       {
   390 phrase[phraselen] = 0;
   391 add_addrspec (&top, &last, phrase, comment, &commentlen, sizeof (comment) - 1);
   392       }
   393       else if (commentlen && !last->personal)
   394       {
   395 comment[commentlen] = 0;
   396 last->personal = safe_strdup (comment);
   397       }
   398 #ifdef EXACT_ADDRESS
   399       if (last && !last->val)

Line 399 contains the change; previously, it looked like
this:

   399'       if (last)

   400 last->val = mutt_substrdup (begin, s);
   401 #endif
   402
   403       /* add group terminator */
   404       cur = rfc822_new_address ();
   405       if (last)
   406       {
   407 last->next = cur;
   408 last = cur;
   409       }
   410
   411       phraselen = 0;
   412       commentlen = 0;
   413       s++;
   414       begin = s;
   415       SKIPWS (begin);
   416     }

OK, what happens? There are essentially two situations here:

-> We have already parsed a complete address specification
   and know about this fact, but there was no new address
   information.  This is the case if we are parsing
   through addresses like

undisclosed-recipients:;

   or

recipients: a, b, c,;

   (Note the extra ',' before the ';'!)

   In this case, some of the other code in rfc822.c has
   already filled in last->val, and we really shouldn't
   overwrite that with a NULL pointer.

-> The ';' finishes an address spec, like in

recipients: a;

   In this case, last is either set by add_addrspec(), or
   it has already been set by some of the previous code
   (comment handling, ...).  Anyway, last->val is still
   NULL, so it is correct to write the complete addr spec
   to last->val.

26 years agoError message cosmetics.
Thomas Roessler [Wed, 26 Aug 1998 19:01:30 +0000 (19:01 +0000)]
Error message cosmetics.

26 years agoCVS branch clean-up.
Thomas Roessler [Tue, 25 Aug 1998 22:33:07 +0000 (22:33 +0000)]
CVS branch clean-up.

26 years agoRemoving the Attach-Menu feature for the next release
Thomas Roessler [Fri, 19 Jun 1998 12:52:04 +0000 (12:52 +0000)]
Removing the Attach-Menu feature for the next release
version.

18 years agoupdate tags
convert-repo [Thu, 1 Mar 2007 19:12:30 +0000 (19:12 +0000)]
update tags

26 years agoBradon long's alias_path patch, for the sake of Elm
Thomas Roessler [Thu, 18 Jun 1998 20:37:56 +0000 (20:37 +0000)]
Bradon long's alias_path patch, for the sake of Elm
compatibility.

26 years agoAvoid pointless error messages from mx_get_magic() when
Thomas Roessler [Tue, 16 Jun 1998 20:59:20 +0000 (20:59 +0000)]
Avoid pointless error messages from mx_get_magic() when
called from an mx_open_mailbox_append() on a non-existing
mailbox.

26 years agoHave "make install" install manual.txt as well.
Thomas Roessler [Tue, 16 Jun 1998 18:11:24 +0000 (18:11 +0000)]
Have "make install" install manual.txt as well.

26 years agoPutting Makefile under autoconf control.
Thomas Roessler [Tue, 16 Jun 1998 17:58:16 +0000 (17:58 +0000)]
Putting Makefile under autoconf control.

26 years agoSwitch the error reporting address from mutt-users to
Thomas Roessler [Tue, 16 Jun 1998 16:19:50 +0000 (16:19 +0000)]
Switch the error reporting address from mutt-users to
mutt-dev.

18 years agoupdate tags
convert-repo [Thu, 1 Mar 2007 19:12:30 +0000 (19:12 +0000)]
update tags

26 years agoBump the version to 0.92.11i.
Thomas Roessler [Tue, 16 Jun 1998 15:18:05 +0000 (15:18 +0000)]
Bump the version to 0.92.11i.

26 years agoCheck in a proper version of imap.h.
Thomas Roessler [Tue, 16 Jun 1998 15:15:00 +0000 (15:15 +0000)]
Check in a proper version of imap.h.