]> granicus.if.org Git - neomutt/log
neomutt
26 years agoDrop ci_attach - it doesn't exist. Noted by Byrial Jensen.
Thomas Roessler [Mon, 16 Nov 1998 11:44:42 +0000 (11:44 +0000)]
Drop ci_attach - it doesn't exist.  Noted by Byrial Jensen.

26 years agoStupid typo.
Thomas Roessler [Sun, 15 Nov 1998 09:53:23 +0000 (09:53 +0000)]
Stupid typo.

26 years agoMy version of Byrial's parse_part patch.
Thomas Roessler [Sun, 15 Nov 1998 09:42:00 +0000 (09:42 +0000)]
My version of Byrial's parse_part patch.

26 years agoI can elaborate a little more on the last paragraph. It is deletion
Thomas Roessler [Sun, 15 Nov 1998 09:34:15 +0000 (09:34 +0000)]
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.

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: Byrial Jensen)

26 years agoCorrecting Vikas' E-Mail address in the credits section.
Thomas Roessler [Sun, 15 Nov 1998 09:14:37 +0000 (09:14 +0000)]
Correcting Vikas' E-Mail address in the credits section.

26 years agoUpdate Byrial's e-mail address.
Thomas Roessler [Sat, 14 Nov 1998 08:24:56 +0000 (08:24 +0000)]
Update Byrial's e-mail address.

26 years agoSimplify the new attachment deletion code not to require an extra
Thomas Roessler [Sat, 14 Nov 1998 08:24:19 +0000 (08:24 +0000)]
Simplify the new attachment deletion code not to require an extra
temporary file.  (From: Byrial Jensen <byrial@image.dk>)

26 years agoType cast nit from Gero Treuner.
Thomas Roessler [Sat, 14 Nov 1998 08:22:02 +0000 (08:22 +0000)]
Type cast nit from Gero Treuner.

26 years agoCurrently, Mutt won't use a default folder if just the IMAP server is
Thomas Roessler [Fri, 13 Nov 1998 18:31:06 +0000 (18:31 +0000)]
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.

The attached patch will use INBOX as the IMAP folder name if none is
specified, eliminating the core-dump.

(From: Aaron Schrab <aaron+mutt@schrab.com>)

26 years agoByrial's latest attachment deletion patch.
Thomas Roessler [Thu, 12 Nov 1998 21:51:59 +0000 (21:51 +0000)]
Byrial's latest attachment deletion patch.

26 years agoIntroduce a state_printf() function.
Thomas Roessler [Thu, 12 Nov 1998 21:23:33 +0000 (21:23 +0000)]
Introduce a state_printf() function.

26 years agoNew it.po from Marco.
Thomas Roessler [Wed, 11 Nov 1998 21:18:08 +0000 (21:18 +0000)]
New it.po from Marco.

26 years agoDon't use the mutt_str* functions in this module.
Thomas Roessler [Wed, 11 Nov 1998 13:58:01 +0000 (13:58 +0000)]
Don't use the mutt_str* functions in this module.

26 years agothe s/str.*cmp/mutt_str.*cmp/ replacement should not have taken
Thomas Roessler [Wed, 11 Nov 1998 13:52:13 +0000 (13:52 +0000)]
the s/str.*cmp/mutt_str.*cmp/ replacement should not have taken
place here.

26 years agoDon't use mutt_strsomething in the dotlocking code.
Thomas Roessler [Tue, 10 Nov 1998 22:21:51 +0000 (22:21 +0000)]
Don't use mutt_strsomething in the dotlocking code.

26 years agoFix the $metoo option's behaviour.
Thomas Roessler [Tue, 10 Nov 1998 22:21:01 +0000 (22:21 +0000)]
Fix the $metoo option's behaviour.

26 years agoIntroduce or rewrite mutt_{str*cmp,strlen} and use them all over the
Thomas Roessler [Tue, 10 Nov 1998 22:14:00 +0000 (22:14 +0000)]
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.

26 years agoAdd a "pseudo-credit" to the extended copyright notice.
Thomas Roessler [Tue, 10 Nov 1998 21:32:53 +0000 (21:32 +0000)]
Add a "pseudo-credit" to the extended copyright notice.

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

26 years agoReleasing 0.94.16.
Thomas Roessler [Tue, 10 Nov 1998 21:15:06 +0000 (21:15 +0000)]
Releasing 0.94.16.

26 years agoExperimental support for the so-called "kendra" mail folder format.
Thomas Roessler [Tue, 10 Nov 1998 21:02:18 +0000 (21:02 +0000)]
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.

26 years agoDo some sanity checking when reading attachment. This fix should
Thomas Roessler [Tue, 10 Nov 1998 20:25:18 +0000 (20:25 +0000)]
Do some sanity checking when reading attachment.  This fix should
catch bad attachments.

26 years agoFix a possible buffer overflow. (This seems to be the one noticed
Thomas Roessler [Tue, 10 Nov 1998 20:23:29 +0000 (20:23 +0000)]
Fix a possible buffer overflow.  (This seems to be the one noticed
by Pavel Gulchouck <gul@lucky.net>.)

26 years agoWrong fix from Vikas. Undo it. (Noted by Byrial.)
Thomas Roessler [Tue, 10 Nov 1998 20:05:53 +0000 (20:05 +0000)]
Wrong fix from Vikas.  Undo it.  (Noted by Byrial.)

26 years agoFix a multi_choice related bug. From Vikas.
Thomas Roessler [Tue, 10 Nov 1998 19:20:12 +0000 (19:20 +0000)]
Fix a multi_choice related bug.  From Vikas.

26 years agoSkip empty mailbox parameters. This fixes a segmentation fault
Thomas Roessler [Tue, 10 Nov 1998 10:36:27 +0000 (10:36 +0000)]
Skip empty mailbox parameters.  This fixes a segmentation fault
noted by Marco d'Itri.

26 years agoCatch possible bad memory access.
Thomas Roessler [Mon, 9 Nov 1998 19:28:42 +0000 (19:28 +0000)]
Catch possible bad memory access.

26 years agoRewrite copy_delete_attach().
Thomas Roessler [Mon, 9 Nov 1998 11:52:22 +0000 (11:52 +0000)]
Rewrite copy_delete_attach().

26 years agoFix an efficiency problem with the color index features.
Thomas Roessler [Mon, 9 Nov 1998 11:15:28 +0000 (11:15 +0000)]
Fix an efficiency problem with the color index features.

26 years agoReplace @sharedir@ by @sysconfdir@.
Thomas Roessler [Mon, 9 Nov 1998 11:15:03 +0000 (11:15 +0000)]
Replace @sharedir@ by @sysconfdir@.

26 years agoMake the default_hook documentation match the code.
Thomas Roessler [Mon, 9 Nov 1998 11:09:07 +0000 (11:09 +0000)]
Make the default_hook documentation match the code.

26 years agoAvoid duplicate mx_close_mailbox() when OP_QUIT is called.
Thomas Roessler [Mon, 9 Nov 1998 11:07:24 +0000 (11:07 +0000)]
Avoid duplicate mx_close_mailbox() when OP_QUIT is called.

26 years agoThe attached patch fixes a potential problem in folder_format_str()
Thomas Roessler [Mon, 9 Nov 1998 11:06:28 +0000 (11:06 +0000)]
The attached patch fixes a potential problem in folder_format_str()
where a fixed buffer might not be null terminated.  From Vikas.

26 years agoThe attached patch fixes a bug in :set variable=<TAB> where variables
Thomas Roessler [Mon, 9 Nov 1998 11:06:02 +0000 (11:06 +0000)]
The attached patch fixes a bug in :set variable=<TAB> where variables
of type DT_SORT were not getting expanded (only 4 of them, but a bug
nevertheless).  From Vikas.

26 years agopatch-0.94.15.vikas.browser_sort.3
Thomas Roessler [Mon, 9 Nov 1998 11:05:18 +0000 (11:05 +0000)]
patch-0.94.15.vikas.browser_sort.3

26 years agoAdd a forwarding chapter to the manual. From Gero Treuner.
Thomas Roessler [Mon, 9 Nov 1998 11:04:10 +0000 (11:04 +0000)]
Add a forwarding chapter to the manual.  From Gero Treuner.

26 years agoRevert de.po to the traditional German spelling rules.
Thomas Roessler [Mon, 9 Nov 1998 11:03:35 +0000 (11:03 +0000)]
Revert de.po to the traditional German spelling rules.

26 years agoL10 fixes from Gero Treuner.
Thomas Roessler [Mon, 9 Nov 1998 10:59:41 +0000 (10:59 +0000)]
L10 fixes from Gero Treuner.

26 years agoA message/external-body handler. From Byrial Jensen.
Thomas Roessler [Mon, 9 Nov 1998 10:58:45 +0000 (10:58 +0000)]
A message/external-body handler.  From Byrial Jensen.

26 years ago - remove the static declaration from parse_date() in parse.c,
Thomas Roessler [Mon, 9 Nov 1998 10:56:29 +0000 (10:56 +0000)]
 - 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.

(From Byrial Jensen <byrial@post3.tele.dk>.)

26 years agoFix some spelling errors noted by Boris Wesslowski
Thomas Roessler [Mon, 9 Nov 1998 10:54:51 +0000 (10:54 +0000)]
Fix some spelling errors noted by Boris Wesslowski
<Boris.Wesslowski@StudBox.Uni-Stuttgart.DE>.

26 years agoByrial Jensen's alternative_handler patches. This may lead to
Thomas Roessler [Mon, 9 Nov 1998 10:54:04 +0000 (10:54 +0000)]
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.

26 years agoSeokChan LEE <bofh@nuri.net> says KST has a nine hour offset from GMT.
Thomas Roessler [Mon, 9 Nov 1998 10:53:16 +0000 (10:53 +0000)]
SeokChan LEE <bofh@nuri.net> says KST has a nine hour offset from GMT.

26 years agoFix the display of DEL in the pager.
Thomas Roessler [Mon, 9 Nov 1998 10:47:17 +0000 (10:47 +0000)]
Fix the display of DEL in the pager.

26 years agoFix a group reply problem.
Thomas Roessler [Mon, 9 Nov 1998 10:46:48 +0000 (10:46 +0000)]
Fix a group reply problem.

26 years agoSome recent changes.
Thomas Roessler [Fri, 30 Oct 1998 13:00:05 +0000 (13:00 +0000)]
Some recent changes.

26 years agoMbox robustness patch from Johnny Tevessen <j.tevessen@gmx.net>.
Thomas Roessler [Thu, 29 Oct 1998 09:46:45 +0000 (09:46 +0000)]
Mbox robustness patch from Johnny Tevessen <j.tevessen@gmx.net>.

26 years agoFixing a typo.
Thomas Roessler [Thu, 29 Oct 1998 09:44:48 +0000 (09:44 +0000)]
Fixing a typo.

26 years agoThis patch should cause mutt to ask for your IMAP login/password
Thomas Roessler [Thu, 29 Oct 1998 09:33:14 +0000 (09:33 +0000)]
This patch should cause mutt to ask for your IMAP login/password
again if its wrong.  From Brandon Long.

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

26 years ago0.94.15 release commit.
Thomas Roessler [Wed, 28 Oct 1998 21:48:29 +0000 (21:48 +0000)]
0.94.15 release commit.

26 years agopre-release commit, take 1.
Thomas Roessler [Wed, 28 Oct 1998 21:46:22 +0000 (21:46 +0000)]
pre-release commit, take 1.

26 years agoAdd an IsPrint check to mutt_message() and mutt_curses_error(). This
Thomas Roessler [Wed, 28 Oct 1998 21:43:27 +0000 (21:43 +0000)]
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.

26 years agoreldate contais really _no_ i18n-related data.
Thomas Roessler [Wed, 28 Oct 1998 21:34:14 +0000 (21:34 +0000)]
reldate contais really _no_ i18n-related data.

26 years agoDon't try to recall a postponed message when we are given a template.
Thomas Roessler [Wed, 28 Oct 1998 21:32:13 +0000 (21:32 +0000)]
Don't try to recall a postponed message when we are given a template.

26 years agoFix a possible segmentation fault when deleting nested attachments.
Thomas Roessler [Wed, 28 Oct 1998 21:27:38 +0000 (21:27 +0000)]
Fix a possible segmentation fault when deleting nested attachments.

26 years agoAdd a $forward_weed option which controls header weeding when
Thomas Roessler [Wed, 28 Oct 1998 18:36:11 +0000 (18:36 +0000)]
Add a $forward_weed option which controls header weeding when
decode-forwarding messages.

26 years agoGerman translation fixes from Gero plus checkpoint commit.
Thomas Roessler [Wed, 28 Oct 1998 16:52:20 +0000 (16:52 +0000)]
German translation fixes from Gero plus checkpoint commit.

26 years agoGero Treuner's help-wrap patch.
Thomas Roessler [Wed, 28 Oct 1998 16:39:53 +0000 (16:39 +0000)]
Gero Treuner's help-wrap patch.

26 years agoAdding a current spanish translation.
Thomas Roessler [Wed, 28 Oct 1998 08:23:59 +0000 (08:23 +0000)]
Adding a current spanish translation.

26 years agoif reply-to points to the address on the from header, use the from
Thomas Roessler [Wed, 28 Oct 1998 00:30:03 +0000 (00:30 +0000)]
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.

26 years agoadd the ukrainian l10n.
Thomas Roessler [Wed, 28 Oct 1998 00:28:41 +0000 (00:28 +0000)]
add the ukrainian l10n.

26 years agoConfigure is generated automatically and should thus _not_ be part
Thomas Roessler [Tue, 27 Oct 1998 19:02:45 +0000 (19:02 +0000)]
Configure is generated automatically and should thus _not_ be part
of the CVS repository.

26 years agoTry to detect Solaris 2.4's broken regcomp().
Thomas Roessler [Tue, 27 Oct 1998 18:59:53 +0000 (18:59 +0000)]
Try to detect Solaris 2.4's broken regcomp().

26 years agoMove some code around.
Thomas Roessler [Tue, 27 Oct 1998 18:28:12 +0000 (18:28 +0000)]
Move some code around.

26 years agoSome documentation nits.
Thomas Roessler [Tue, 27 Oct 1998 18:25:06 +0000 (18:25 +0000)]
Some documentation nits.

26 years agoinclude config.h _before_ checking for HAVE_GETOPT. Noted by Scott
Thomas Roessler [Tue, 27 Oct 1998 16:36:11 +0000 (16:36 +0000)]
include config.h _before_ checking for HAVE_GETOPT.  Noted by Scott
Perlman <perlman@linguist.dartmouth.edu>.

26 years agoAdd a macro for viewing the manual.
Thomas Roessler [Tue, 27 Oct 1998 16:33:16 +0000 (16:33 +0000)]
Add a macro for viewing the manual.

26 years agoi18n fixes.
Thomas Roessler [Tue, 27 Oct 1998 15:37:11 +0000 (15:37 +0000)]
i18n fixes.

26 years agoA couple of i18n fixes, plus a partial spanish translation from
Thomas Roessler [Tue, 27 Oct 1998 15:36:43 +0000 (15:36 +0000)]
A couple of i18n fixes, plus a partial spanish translation from
Boris Wesslowski <Boris.Wesslowski@StudBox.Uni-Stuttgart.DE>.

26 years agoHandle systems which have neither pgp2 nor pgp5, but gpg correctly.
Thomas Roessler [Tue, 27 Oct 1998 15:31:34 +0000 (15:31 +0000)]
Handle systems which have neither pgp2 nor pgp5, but gpg correctly.

26 years ago- snd_entry() is marked static
Thomas Roessler [Tue, 27 Oct 1998 09:42:02 +0000 (09:42 +0000)]
- 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.

26 years agoPreserve FCC headers when postponing. From Vikas.
Thomas Roessler [Tue, 27 Oct 1998 09:41:13 +0000 (09:41 +0000)]
Preserve FCC headers when postponing.  From Vikas.

26 years agoPrevent mutt from re-reading IMAP folders before quitting.
Thomas Roessler [Tue, 27 Oct 1998 09:40:36 +0000 (09:40 +0000)]
Prevent mutt from re-reading IMAP folders before quitting.

26 years agoUndo some superfluous changes. Pointed out by V.A.
Thomas Roessler [Thu, 22 Oct 1998 13:53:47 +0000 (13:53 +0000)]
Undo some superfluous changes.  Pointed out by V.A.

26 years ago- Preserve certain headers' values when recallling a postponed
Thomas Roessler [Thu, 22 Oct 1998 09:53:57 +0000 (09:53 +0000)]
- Preserve certain headers' values when recallling a postponed
  message.  TBD:  Fcc.

- Rename mutt_edit_message() to mutt_prepare_edit_message() since
  that's what that function actually does.

26 years agoMake _all_ IMAP-related code conditionally defined. From Byrial
Thomas Roessler [Thu, 22 Oct 1998 09:23:48 +0000 (09:23 +0000)]
Make _all_ IMAP-related code conditionally defined.  From Byrial
Jensen.

26 years agoFix match-all for the ~p, ~P modifiers.
Thomas Roessler [Wed, 21 Oct 1998 22:46:13 +0000 (22:46 +0000)]
Fix match-all for the ~p, ~P modifiers.

26 years agoVikas' write_fcc patch.
Thomas Roessler [Wed, 21 Oct 1998 17:17:17 +0000 (17:17 +0000)]
Vikas' write_fcc patch.

26 years agoDocumentation nits from Byrial.
Thomas Roessler [Wed, 21 Oct 1998 16:08:14 +0000 (16:08 +0000)]
Documentation nits from Byrial.

26 years agoAlso accept numbers as input in mutt_multi_choice(). From Byrial.
Thomas Roessler [Wed, 21 Oct 1998 16:07:41 +0000 (16:07 +0000)]
Also accept numbers as input in mutt_multi_choice().  From Byrial.

26 years agoFix the documentation reference in prepare.
Thomas Roessler [Wed, 21 Oct 1998 16:02:38 +0000 (16:02 +0000)]
Fix the documentation reference in prepare.

26 years agoAdd a gettext automake macro patch which is needed for proper
Thomas Roessler [Wed, 21 Oct 1998 15:57:41 +0000 (15:57 +0000)]
Add a gettext automake macro patch which is needed for proper
building of mutt.

26 years agoRemove some automatically generated files from the CVS repository,
Thomas Roessler [Wed, 21 Oct 1998 15:56:44 +0000 (15:56 +0000)]
Remove some automatically generated files from the CVS repository,
and add a script which generates them.

26 years agoDon't overwrite $(sysconfdir)/Muttrc if present.
Thomas Roessler [Wed, 21 Oct 1998 15:55:50 +0000 (15:55 +0000)]
Don't overwrite $(sysconfdir)/Muttrc if present.

26 years agoByrial Jensen's mutt_multi_choice() patch plus some German
Thomas Roessler [Wed, 21 Oct 1998 15:40:17 +0000 (15:40 +0000)]
Byrial Jensen's mutt_multi_choice() patch plus some German
translations.

26 years agoMake gpg's output look a little bit cleaner.
Thomas Roessler [Wed, 21 Oct 1998 15:08:23 +0000 (15:08 +0000)]
Make gpg's output look a little bit cleaner.

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

26 years agoRelease commit.
Thomas Roessler [Wed, 21 Oct 1998 08:56:07 +0000 (08:56 +0000)]
Release commit.

26 years agoPreparing 0.94.14.
Thomas Roessler [Wed, 21 Oct 1998 08:43:07 +0000 (08:43 +0000)]
Preparing 0.94.14.

26 years agoCheckpoint commit.
Thomas Roessler [Tue, 20 Oct 1998 22:02:56 +0000 (22:02 +0000)]
Checkpoint commit.

26 years agoInclude VERSION with the distribution.
Thomas Roessler [Tue, 20 Oct 1998 22:02:46 +0000 (22:02 +0000)]
Include VERSION with the distribution.

26 years agoDon't hard-wire the program's version in configure.in, but use the
Thomas Roessler [Tue, 20 Oct 1998 20:31:55 +0000 (20:31 +0000)]
Don't hard-wire the program's version in configure.in, but use the
VERSION file instead.  Stolen from gnupg.

26 years agoCheckpoint commit.
Thomas Roessler [Tue, 20 Oct 1998 20:24:13 +0000 (20:24 +0000)]
Checkpoint commit.

26 years agoAnother macro-function fix from Vikas.
Thomas Roessler [Tue, 20 Oct 1998 20:22:58 +0000 (20:22 +0000)]
Another macro-function fix from Vikas.

26 years agoFix the multiple connection code. From Brandon Long.
Thomas Roessler [Tue, 20 Oct 1998 09:31:15 +0000 (09:31 +0000)]
Fix the multiple connection code.  From Brandon Long.

26 years agofix a typo.
Thomas Roessler [Mon, 19 Oct 1998 20:08:10 +0000 (20:08 +0000)]
fix a typo.

26 years agoFix dotlock's installation when DOTLOCK_GROUP is empty.
Thomas Roessler [Mon, 19 Oct 1998 20:08:03 +0000 (20:08 +0000)]
Fix dotlock's installation when DOTLOCK_GROUP is empty.

26 years agoUps, this was missing from the repository.
Thomas Roessler [Mon, 19 Oct 1998 19:58:17 +0000 (19:58 +0000)]
Ups, this was missing from the repository.

26 years agoAdding some new and improved German translations.
Thomas Roessler [Mon, 19 Oct 1998 17:30:24 +0000 (17:30 +0000)]
Adding some new and improved German translations.