]> granicus.if.org Git - neomutt/log
neomutt
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.

26 years agoFix the "unknown color" bug reported by Vikas.
Thomas Roessler [Tue, 16 Jun 1998 15:02:09 +0000 (15:02 +0000)]
Fix the "unknown color" bug reported by Vikas.

26 years agoRemove a spurious #include "imap.h" from mx.c.
Thomas Roessler [Tue, 16 Jun 1998 12:08:40 +0000 (12:08 +0000)]
Remove a spurious #include "imap.h" from mx.c.

26 years agoAdd a note about the global Muttrc to style-guide.
Thomas Roessler [Tue, 16 Jun 1998 12:00:38 +0000 (12:00 +0000)]
Add a note about the global Muttrc to style-guide.

26 years agoThe global Muttrc contains a list of default settings
Thomas Roessler [Tue, 16 Jun 1998 11:55:59 +0000 (11:55 +0000)]
The global Muttrc contains a list of default settings
which can be used as a starting-point for the user's own
configuration.

26 years agoRemoving some duplicate code from gnupgparse.c and
Thomas Roessler [Tue, 16 Jun 1998 11:18:51 +0000 (11:18 +0000)]
Removing some duplicate code from gnupgparse.c and
pgppubring.c.

26 years agoInclude part of Werner Koch's latest GPG patches.
Thomas Roessler [Tue, 16 Jun 1998 10:47:52 +0000 (10:47 +0000)]
Include part of Werner Koch's latest GPG patches.

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

26 years ago*** empty log message ***
Thomas Roessler [Tue, 16 Jun 1998 00:35:38 +0000 (00:35 +0000)]
*** empty log message ***

26 years agoPreparing 0.92.10i.
Thomas Roessler [Tue, 16 Jun 1998 00:33:32 +0000 (00:33 +0000)]
Preparing 0.92.10i.

26 years agoIncluding Roland's new procmail recipe.
Thomas Roessler [Tue, 16 Jun 1998 00:22:28 +0000 (00:22 +0000)]
Including Roland's new procmail recipe.

26 years agoIncluding Vikas' search code for the "attach message" menu.
Thomas Roessler [Tue, 16 Jun 1998 00:22:10 +0000 (00:22 +0000)]
Including Vikas' search code for the "attach message" menu.

26 years agoBrandon's IMAP patch.
Thomas Roessler [Mon, 15 Jun 1998 15:19:45 +0000 (15:19 +0000)]
Brandon's IMAP patch.

26 years agoGPG support, first take.
Thomas Roessler [Mon, 8 Jun 1998 20:05:39 +0000 (20:05 +0000)]
GPG support, first take.

26 years agoFixing the %a format.
Thomas Roessler [Mon, 8 Jun 1998 09:44:13 +0000 (09:44 +0000)]
Fixing the %a format.

26 years agoFixing a segmentation fault in the hdr_line code.
Thomas Roessler [Mon, 8 Jun 1998 09:36:59 +0000 (09:36 +0000)]
Fixing a segmentation fault in the hdr_line code.

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

26 years agoMutt 0.92.9i.
Thomas Roessler [Mon, 8 Jun 1998 09:17:25 +0000 (09:17 +0000)]
Mutt 0.92.9i.

26 years agoInitial revision
Thomas Roessler [Mon, 8 Jun 1998 09:16:03 +0000 (09:16 +0000)]
Initial revision