]>
granicus.if.org Git - neomutt/log
Thomas Roessler [Thu, 19 Nov 1998 23:48:12 +0000 (23:48 +0000)]
Hack around problems with multi-valued Reply-To headers. From
Roland Rosenfeld.
Thomas Roessler [Thu, 19 Nov 1998 23:46:52 +0000 (23:46 +0000)]
Properly encode '_' characters in words which are qp-encoded.
Thomas Roessler [Thu, 19 Nov 1998 17:14:02 +0000 (17:14 +0000)]
Use mutt_is_message_type() in the message transformation code.
Thomas Roessler [Thu, 19 Nov 1998 14:10:10 +0000 (14:10 +0000)]
Fix all Makefiles. make DESTDIR=/path/to/something install should
work now.
convert-repo [Thu, 1 Mar 2007 19:13:18 +0000 (19:13 +0000)]
update tags
Thomas Roessler [Wed, 18 Nov 1998 23:09:33 +0000 (23:09 +0000)]
Release-commit for 0.94.17.
Thomas Roessler [Wed, 18 Nov 1998 22:56:57 +0000 (22:56 +0000)]
This patch simplifies the generation of content type parameters
significantly by introducing a funciton mutt_set_parameter().
Additionally, we re-use code from parse.c for parsing user-input
content type headers on the compose screen.
Thomas Roessler [Wed, 18 Nov 1998 22:14:31 +0000 (22:14 +0000)]
Remove some uuencode-related debris.
Thomas Roessler [Wed, 18 Nov 1998 22:05:22 +0000 (22:05 +0000)]
Remove some code which crept in from the external character set patch.
Thomas Roessler [Wed, 18 Nov 1998 22:02:44 +0000 (22:02 +0000)]
Make optional formats work while processing $attach_format.
Thomas Roessler [Wed, 18 Nov 1998 20:40:52 +0000 (20:40 +0000)]
Remove bogus re-sorting code from the maildir check routine.
Thomas Roessler [Wed, 18 Nov 1998 06:55:56 +0000 (06:55 +0000)]
Include <unistd.h>, so SEEK_SET is defined on some systems which
don't do so in <stdlib.h>.
Thomas Roessler [Tue, 17 Nov 1998 13:23:22 +0000 (13:23 +0000)]
Checkpoint commit, containing quite a few fuzzy translations.
Thomas Roessler [Tue, 17 Nov 1998 13:23:04 +0000 (13:23 +0000)]
Update some messages.
Thomas Roessler [Tue, 17 Nov 1998 13:05:11 +0000 (13:05 +0000)]
Configuration fixes from Lars Hecking, with some more fixes and
modifications from myself. With some luck, you don't need a gettext
installation any more.
Thomas Roessler [Tue, 17 Nov 1998 11:50:00 +0000 (11:50 +0000)]
Fix the base64 encoder. The current code would produce slightly
unpredictible output which leads to bad signatures.
Thomas Roessler [Tue, 17 Nov 1998 09:22:18 +0000 (09:22 +0000)]
Fix a search coloring related bug.
Thomas Roessler [Mon, 16 Nov 1998 11:44:42 +0000 (11:44 +0000)]
Drop ci_attach - it doesn't exist. Noted by Byrial Jensen.
Thomas Roessler [Sun, 15 Nov 1998 09:53:23 +0000 (09:53 +0000)]
Stupid typo.
Thomas Roessler [Sun, 15 Nov 1998 09:42:00 +0000 (09:42 +0000)]
My version of Byrial's parse_part patch.
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)
Thomas Roessler [Sun, 15 Nov 1998 09:14:37 +0000 (09:14 +0000)]
Correcting Vikas' E-Mail address in the credits section.
Thomas Roessler [Sat, 14 Nov 1998 08:24:56 +0000 (08:24 +0000)]
Update Byrial's e-mail address.
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>)
Thomas Roessler [Sat, 14 Nov 1998 08:22:02 +0000 (08:22 +0000)]
Type cast nit from Gero Treuner.
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>)
Thomas Roessler [Thu, 12 Nov 1998 21:51:59 +0000 (21:51 +0000)]
Byrial's latest attachment deletion patch.
Thomas Roessler [Thu, 12 Nov 1998 21:23:33 +0000 (21:23 +0000)]
Introduce a state_printf() function.
Thomas Roessler [Wed, 11 Nov 1998 21:18:08 +0000 (21:18 +0000)]
New it.po from Marco.
Thomas Roessler [Wed, 11 Nov 1998 13:58:01 +0000 (13:58 +0000)]
Don't use the mutt_str* functions in this module.
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.
Thomas Roessler [Tue, 10 Nov 1998 22:21:51 +0000 (22:21 +0000)]
Don't use mutt_strsomething in the dotlocking code.
Thomas Roessler [Tue, 10 Nov 1998 22:21:01 +0000 (22:21 +0000)]
Fix the $metoo option's behaviour.
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.
Thomas Roessler [Tue, 10 Nov 1998 21:32:53 +0000 (21:32 +0000)]
Add a "pseudo-credit" to the extended copyright notice.
convert-repo [Thu, 1 Mar 2007 19:13:15 +0000 (19:13 +0000)]
update tags
Thomas Roessler [Tue, 10 Nov 1998 21:15:06 +0000 (21:15 +0000)]
Releasing 0.94.16.
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.
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.
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>.)
Thomas Roessler [Tue, 10 Nov 1998 20:05:53 +0000 (20:05 +0000)]
Wrong fix from Vikas. Undo it. (Noted by Byrial.)
Thomas Roessler [Tue, 10 Nov 1998 19:20:12 +0000 (19:20 +0000)]
Fix a multi_choice related bug. From Vikas.
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.
Thomas Roessler [Mon, 9 Nov 1998 19:28:42 +0000 (19:28 +0000)]
Catch possible bad memory access.
Thomas Roessler [Mon, 9 Nov 1998 11:52:22 +0000 (11:52 +0000)]
Rewrite copy_delete_attach().
Thomas Roessler [Mon, 9 Nov 1998 11:15:28 +0000 (11:15 +0000)]
Fix an efficiency problem with the color index features.
Thomas Roessler [Mon, 9 Nov 1998 11:15:03 +0000 (11:15 +0000)]
Replace @sharedir@ by @sysconfdir@.
Thomas Roessler [Mon, 9 Nov 1998 11:09:07 +0000 (11:09 +0000)]
Make the default_hook documentation match the code.
Thomas Roessler [Mon, 9 Nov 1998 11:07:24 +0000 (11:07 +0000)]
Avoid duplicate mx_close_mailbox() when OP_QUIT is called.
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.
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.
Thomas Roessler [Mon, 9 Nov 1998 11:05:18 +0000 (11:05 +0000)]
patch-0.94.15.vikas.browser_sort.3
Thomas Roessler [Mon, 9 Nov 1998 11:04:10 +0000 (11:04 +0000)]
Add a forwarding chapter to the manual. From Gero Treuner.
Thomas Roessler [Mon, 9 Nov 1998 11:03:35 +0000 (11:03 +0000)]
Revert de.po to the traditional German spelling rules.
Thomas Roessler [Mon, 9 Nov 1998 10:59:41 +0000 (10:59 +0000)]
L10 fixes from Gero Treuner.
Thomas Roessler [Mon, 9 Nov 1998 10:58:45 +0000 (10:58 +0000)]
A message/external-body handler. From Byrial Jensen.
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>.)
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>.
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.
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.
Thomas Roessler [Mon, 9 Nov 1998 10:47:17 +0000 (10:47 +0000)]
Fix the display of DEL in the pager.
Thomas Roessler [Mon, 9 Nov 1998 10:46:48 +0000 (10:46 +0000)]
Fix a group reply problem.
Thomas Roessler [Fri, 30 Oct 1998 13:00:05 +0000 (13:00 +0000)]
Some recent changes.
Thomas Roessler [Thu, 29 Oct 1998 09:46:45 +0000 (09:46 +0000)]
Mbox robustness patch from Johnny Tevessen <j.tevessen@gmx.net>.
Thomas Roessler [Thu, 29 Oct 1998 09:44:48 +0000 (09:44 +0000)]
Fixing a typo.
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.
convert-repo [Thu, 1 Mar 2007 19:13:11 +0000 (19:13 +0000)]
update tags
Thomas Roessler [Wed, 28 Oct 1998 21:48:29 +0000 (21:48 +0000)]
0.94.15 release commit.
Thomas Roessler [Wed, 28 Oct 1998 21:46:22 +0000 (21:46 +0000)]
pre-release commit, take 1.
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.
Thomas Roessler [Wed, 28 Oct 1998 21:34:14 +0000 (21:34 +0000)]
reldate contais really _no_ i18n-related data.
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.
Thomas Roessler [Wed, 28 Oct 1998 21:27:38 +0000 (21:27 +0000)]
Fix a possible segmentation fault when deleting nested attachments.
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.
Thomas Roessler [Wed, 28 Oct 1998 16:52:20 +0000 (16:52 +0000)]
German translation fixes from Gero plus checkpoint commit.
Thomas Roessler [Wed, 28 Oct 1998 16:39:53 +0000 (16:39 +0000)]
Gero Treuner's help-wrap patch.
Thomas Roessler [Wed, 28 Oct 1998 08:23:59 +0000 (08:23 +0000)]
Adding a current spanish translation.
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.
Thomas Roessler [Wed, 28 Oct 1998 00:28:41 +0000 (00:28 +0000)]
add the ukrainian l10n.
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.
Thomas Roessler [Tue, 27 Oct 1998 18:59:53 +0000 (18:59 +0000)]
Try to detect Solaris 2.4's broken regcomp().
Thomas Roessler [Tue, 27 Oct 1998 18:28:12 +0000 (18:28 +0000)]
Move some code around.
Thomas Roessler [Tue, 27 Oct 1998 18:25:06 +0000 (18:25 +0000)]
Some documentation nits.
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>.
Thomas Roessler [Tue, 27 Oct 1998 16:33:16 +0000 (16:33 +0000)]
Add a macro for viewing the manual.
Thomas Roessler [Tue, 27 Oct 1998 15:37:11 +0000 (15:37 +0000)]
i18n fixes.
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>.
Thomas Roessler [Tue, 27 Oct 1998 15:31:34 +0000 (15:31 +0000)]
Handle systems which have neither pgp2 nor pgp5, but gpg correctly.
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.
Thomas Roessler [Tue, 27 Oct 1998 09:41:13 +0000 (09:41 +0000)]
Preserve FCC headers when postponing. From Vikas.
Thomas Roessler [Tue, 27 Oct 1998 09:40:36 +0000 (09:40 +0000)]
Prevent mutt from re-reading IMAP folders before quitting.
Thomas Roessler [Thu, 22 Oct 1998 13:53:47 +0000 (13:53 +0000)]
Undo some superfluous changes. Pointed out by V.A.
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.
Thomas Roessler [Thu, 22 Oct 1998 09:23:48 +0000 (09:23 +0000)]
Make _all_ IMAP-related code conditionally defined. From Byrial
Jensen.
Thomas Roessler [Wed, 21 Oct 1998 22:46:13 +0000 (22:46 +0000)]
Fix match-all for the ~p, ~P modifiers.
Thomas Roessler [Wed, 21 Oct 1998 17:17:17 +0000 (17:17 +0000)]
Vikas' write_fcc patch.
Thomas Roessler [Wed, 21 Oct 1998 16:08:14 +0000 (16:08 +0000)]
Documentation nits 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.
Thomas Roessler [Wed, 21 Oct 1998 16:02:38 +0000 (16:02 +0000)]
Fix the documentation reference in prepare.
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.