]>
granicus.if.org Git - neomutt/log
Thomas Roessler [Thu, 22 Apr 1999 10:09:22 +0000 (10:09 +0000)]
Add "_" as an expando option.
convert-repo [Thu, 1 Mar 2007 19:14:17 +0000 (19:14 +0000)]
update tags
Thomas Roessler [Thu, 22 Apr 1999 09:32:47 +0000 (09:32 +0000)]
Fix FCC-related SNAFU in the ci_send_message() spaghetti.
Thomas Roessler [Tue, 20 Apr 1999 19:26:08 +0000 (19:26 +0000)]
Fix a time zone snafu.
Thomas Roessler [Tue, 20 Apr 1999 16:14:18 +0000 (16:14 +0000)]
Preparing 0.96.2.
Thomas Roessler [Mon, 12 Apr 1999 21:02:35 +0000 (21:02 +0000)]
more multipart/alternative handling.
Thomas Roessler [Mon, 12 Apr 1999 20:52:28 +0000 (20:52 +0000)]
Change multipart handling when receiving messages.
Thomas Roessler [Mon, 12 Apr 1999 19:13:29 +0000 (19:13 +0000)]
Clean-up, from Vikas.
Thomas Roessler [Mon, 12 Apr 1999 17:50:08 +0000 (17:50 +0000)]
typo.
Thomas Roessler [Mon, 12 Apr 1999 17:48:27 +0000 (17:48 +0000)]
us-ascii is the default character set for text attachments we receive.
Thomas Roessler [Mon, 12 Apr 1999 17:34:10 +0000 (17:34 +0000)]
Fix default character set setting when attaching text files.
Thomas Roessler [Mon, 12 Apr 1999 17:22:03 +0000 (17:22 +0000)]
Fix an IMAP quoting problem. Essentially from Randall Nortman
<rnortman@computer.org>.
Thomas Roessler [Mon, 12 Apr 1999 17:16:45 +0000 (17:16 +0000)]
New translations: id, sk.
Thomas Roessler [Wed, 31 Mar 1999 06:35:03 +0000 (06:35 +0000)]
Stupid error.
Thomas Roessler [Wed, 31 Mar 1999 06:34:01 +0000 (06:34 +0000)]
Another small charset optimization.
Thomas Roessler [Wed, 31 Mar 1999 00:11:03 +0000 (00:11 +0000)]
A couple of optimizations, most notably for the special case of a
non-prefix state.
Thomas Roessler [Tue, 30 Mar 1999 23:50:33 +0000 (23:50 +0000)]
This patch removes at least some of the horrible utf-8 kluges in
charset.c. The new DECODER framework is currently only used in
handler.c, and there in a horribly inefficient manner. We should
use greater blocks of data, which would be much more efficient than
what we are currently doing.
Most of the other charset-related code still uses the old
mutt_display_char() &friends interface, which is actually ok as long
as you don't try to handle multibyte character sets.
The most notable change should be the one to mutt_get_translation():
It will delay the loading and parsing of character set information
files until it's really needed, catching a huge amount of standard
cases. As a side effect, this will make "iso tagged as ascii"
"work" again, as long as both sides use the same iso character set.
Thomas Roessler [Tue, 30 Mar 1999 21:38:24 +0000 (21:38 +0000)]
resort headers when forward-decoding them with weed switched on.
Thomas Roessler [Tue, 30 Mar 1999 10:51:03 +0000 (10:51 +0000)]
Fix a pager failure for long messages. From Liviu.
Thomas Roessler [Tue, 30 Mar 1999 10:05:52 +0000 (10:05 +0000)]
Add some user feedback to attachment forwarding. From Vikas.
Thomas Roessler [Thu, 25 Mar 1999 19:46:47 +0000 (19:46 +0000)]
Roland's sort_keys patch.
Thomas Roessler [Wed, 24 Mar 1999 20:35:35 +0000 (20:35 +0000)]
Vikas' latest version of attachment forwarding.
Thomas Roessler [Wed, 24 Mar 1999 16:32:30 +0000 (16:32 +0000)]
patch-0.96.1.vikas.forward_attachment.2
Thomas Roessler [Wed, 24 Mar 1999 16:31:17 +0000 (16:31 +0000)]
Only exit with "no recipients specified", when $auto_edit is set.
Thomas Roessler [Tue, 23 Mar 1999 20:21:49 +0000 (20:21 +0000)]
Vikas' forward_attachment patch.
Thomas Roessler [Mon, 22 Mar 1999 16:00:36 +0000 (16:00 +0000)]
PGP key creation time fix by Roland Rosenfeld.
Thomas Roessler [Wed, 17 Mar 1999 14:45:10 +0000 (14:45 +0000)]
Vikas' attach_tag patch.
Thomas Roessler [Tue, 16 Mar 1999 21:41:50 +0000 (21:41 +0000)]
Detect thread loops.
Thomas Roessler [Mon, 15 Mar 1999 15:32:15 +0000 (15:32 +0000)]
Add $bounce_delivered.
Thomas Roessler [Mon, 15 Mar 1999 15:32:06 +0000 (15:32 +0000)]
another digital unix compile problem.
Thomas Roessler [Mon, 15 Mar 1999 15:27:40 +0000 (15:27 +0000)]
_Fix_ the compile problems, don't install new ones.
Thomas Roessler [Mon, 15 Mar 1999 15:17:42 +0000 (15:17 +0000)]
Cleanly handle fcc when the user unsets it and the message is
postponed.
Thomas Roessler [Mon, 15 Mar 1999 15:17:26 +0000 (15:17 +0000)]
Fix compilation problems under digital unix.
Thomas Roessler [Mon, 15 Mar 1999 15:15:16 +0000 (15:15 +0000)]
Fix sendmail autodetection.
Thomas Roessler [Mon, 15 Mar 1999 15:14:29 +0000 (15:14 +0000)]
Fix colorN, N > 7 for Slang's curses emulation. From Vikas.
Thomas Roessler [Tue, 9 Mar 1999 13:34:52 +0000 (13:34 +0000)]
another menu.c fix from Kim DeVaughn.
Thomas Roessler [Tue, 9 Mar 1999 13:09:52 +0000 (13:09 +0000)]
handler.c: Properly handle message/external-body expiry.
menu.c: Small fix from Liviu.
send.c: Honor confirm_create for FCCs.
cvs: ----------------------------------------------------------------------
convert-repo [Thu, 1 Mar 2007 19:14:09 +0000 (19:14 +0000)]
update tags
Thomas Roessler [Thu, 4 Mar 1999 08:00:38 +0000 (08:00 +0000)]
post-postrelease commit.
Thomas Roessler [Wed, 3 Mar 1999 20:06:33 +0000 (20:06 +0000)]
ups.
Thomas Roessler [Wed, 3 Mar 1999 19:58:41 +0000 (19:58 +0000)]
releasing 0.96.1.
Thomas Roessler [Tue, 2 Mar 1999 22:13:29 +0000 (22:13 +0000)]
Some small fixes from Vikas.
Thomas Roessler [Tue, 2 Mar 1999 20:32:00 +0000 (20:32 +0000)]
Brandon Long's latest IMAP fixes.
Thomas Roessler [Tue, 2 Mar 1999 20:27:23 +0000 (20:27 +0000)]
Properly handle messages which have themselves in "References".
Thomas Roessler [Sun, 28 Feb 1999 08:29:59 +0000 (08:29 +0000)]
Fix a memory leak. From Liviu.
Thomas Roessler [Sun, 28 Feb 1999 08:05:54 +0000 (08:05 +0000)]
Fix a $TMPDIR race condition.
Thomas Roessler [Sun, 28 Feb 1999 07:45:37 +0000 (07:45 +0000)]
post-snapshot commit.
Thomas Roessler [Fri, 26 Feb 1999 15:41:52 +0000 (15:41 +0000)]
Adding pgp_replyencrypt.
Thomas Roessler [Thu, 25 Feb 1999 06:58:01 +0000 (06:58 +0000)]
parse some more from_ lines. Before, there were problems with cases
like this:
>From <@x400host:"/G=Bob/S=Allinson/CN=Has embedded spaces/OU=X400HOST/
>OU=xxxx/O=xxx/PRMD=xxxxx/ADMD=XXXXXX/C=GB/"@x400host>
>Tue Feb 23 09:44:52 1999
Problem noted by johnm@sirius3.demon.co.uk
Thomas Roessler [Mon, 22 Feb 1999 12:37:43 +0000 (12:37 +0000)]
Vikas' latest collapse fix.
Thomas Roessler [Mon, 22 Feb 1999 11:10:14 +0000 (11:10 +0000)]
Avoid reading past actual headers when reopening mailboxes. From
Daniel Eisenbud.
Thomas Roessler [Mon, 22 Feb 1999 11:06:27 +0000 (11:06 +0000)]
replace clear() by clrtobot().
Thomas Roessler [Mon, 22 Feb 1999 10:19:30 +0000 (10:19 +0000)]
Currently, PGP signing messages will force quoted-printable encoding
even if we should use base64.
Thomas Roessler [Fri, 19 Feb 1999 07:37:35 +0000 (07:37 +0000)]
... message and multipart, not just message.
Thomas Roessler [Fri, 19 Feb 1999 07:36:40 +0000 (07:36 +0000)]
Add $encode_from: This option causes mutt to trigger
quoted-printable encoding for any non-multipart attachments which
have ^From at the beginning of a line. Note that we don't trigger
on ^From_ since either procmail or sendmail is >-escaping on ^From,
and note that this won't help against sites where sendmail has the
'9' flag set on the local mailer, as these sites will inevitably
transform to 8bit (sic!).
Thomas Roessler [Thu, 18 Feb 1999 23:14:34 +0000 (23:14 +0000)]
Add retainable signatures. This should work nicely with encrypted
mailing lists.
Thomas Roessler [Thu, 18 Feb 1999 22:11:27 +0000 (22:11 +0000)]
Introduce $dotlock_program: This makes the mutt_dotlock program's
location a run-time configuration variable.
Thomas Roessler [Thu, 18 Feb 1999 17:58:43 +0000 (17:58 +0000)]
Introduce $honor_followup_to. The user will now be asked whether he
wants to honor mail-followup-to or not.
Thomas Roessler [Thu, 18 Feb 1999 12:21:37 +0000 (12:21 +0000)]
properly handle OP_FLAG_MESSAGE when applied to tagged messages.
Thomas Roessler [Thu, 18 Feb 1999 08:31:39 +0000 (08:31 +0000)]
Expand aliases on the From header.
Thomas Roessler [Wed, 17 Feb 1999 15:48:05 +0000 (15:48 +0000)]
Fix the URL.
Thomas Roessler [Wed, 17 Feb 1999 15:47:57 +0000 (15:47 +0000)]
User-Agent, not X-Mailer.
Thomas Roessler [Wed, 17 Feb 1999 14:09:46 +0000 (14:09 +0000)]
update.
Thomas Roessler [Wed, 17 Feb 1999 14:09:39 +0000 (14:09 +0000)]
Some of the M_CM flags erroneously had been defined to have the same
value. _Very_ bad.
Thomas Roessler [Wed, 17 Feb 1999 11:42:43 +0000 (11:42 +0000)]
Correct the netscape text/html entry.
Thomas Roessler [Wed, 17 Feb 1999 11:38:05 +0000 (11:38 +0000)]
- Makefile.am: Fix the dist target to include all necessary files.
- po/fr.po: New French translation. (-> stable!)
- Add the new options to Muttrc.in.
- regex.c, configure.in: include config.h from regex.c, and handle
alloca in a more intelligent way than before. (Currently, we just
mis-handle it.)
Port this to stable and test it!
- po/cs.po: update cs.po.
- po/de.po, po/nl.po: updated versions from Roland and Boris.
- pager.c: Vikas' grok_ansi fix.
- po/Makefile.in.in: keymap_defs is always in po/.. - from Lars
Hecking.
convert-repo [Thu, 1 Mar 2007 19:14:00 +0000 (19:14 +0000)]
update tags
Thomas Roessler [Fri, 12 Feb 1999 11:13:14 +0000 (11:13 +0000)]
post-release commit for 0.96.
Thomas Roessler [Thu, 11 Feb 1999 21:55:03 +0000 (21:55 +0000)]
another signal fix from liviu.
Thomas Roessler [Thu, 11 Feb 1999 21:15:02 +0000 (21:15 +0000)]
Remove a superfluous if statement.
Thomas Roessler [Thu, 11 Feb 1999 19:58:58 +0000 (19:58 +0000)]
The HEADER structure doesn't have a mailcap component any more.
Thomas Roessler [Thu, 11 Feb 1999 19:55:30 +0000 (19:55 +0000)]
patch.mutt-0.95.1i.ld.signals.1-2.gz
Thomas Roessler [Thu, 11 Feb 1999 17:46:12 +0000 (17:46 +0000)]
New nl translation.
Thomas Roessler [Thu, 11 Feb 1999 17:46:03 +0000 (17:46 +0000)]
curs_main.c: Check whether the user pressed a number before putting
it back onto the stack. (OP_JUMP)
pattern.c: Vikas' latest fix.
Thomas Roessler [Thu, 11 Feb 1999 14:06:09 +0000 (14:06 +0000)]
Updating the po files.
Thomas Roessler [Thu, 11 Feb 1999 14:05:56 +0000 (14:05 +0000)]
Install README.SECURITY in the doc directory, document
mailcap_sanitize.
Thomas Roessler [Thu, 11 Feb 1999 14:05:33 +0000 (14:05 +0000)]
Preparing for 0.96: $output.in was real fun in the dist target.
*argh*
Thomas Roessler [Thu, 11 Feb 1999 12:38:59 +0000 (12:38 +0000)]
Add a note on how to write mailcaps.
Thomas Roessler [Wed, 10 Feb 1999 23:12:27 +0000 (23:12 +0000)]
Ups, this one needed a #ifdef USE_IMAP.
Thomas Roessler [Wed, 10 Feb 1999 23:10:35 +0000 (23:10 +0000)]
Some patches Brandon Long posted to comp.mail.mutt.
Thomas Roessler [Wed, 10 Feb 1999 22:01:46 +0000 (22:01 +0000)]
Fix the security fix.
Thomas Roessler [Wed, 10 Feb 1999 21:42:05 +0000 (21:42 +0000)]
[unstable] $mailcap_sanitize.
Thomas Roessler [Wed, 10 Feb 1999 21:19:34 +0000 (21:19 +0000)]
patch.mutt-0.95.1i.ld.signals.1: A major redesign of how child
processes are invoked. From Liviu.
Thomas Roessler [Tue, 9 Feb 1999 23:53:28 +0000 (23:53 +0000)]
Vikas' latest collapse fix.
Thomas Roessler [Tue, 9 Feb 1999 23:51:09 +0000 (23:51 +0000)]
Small prepare bug noted by vikas.
Thomas Roessler [Tue, 9 Feb 1999 23:04:28 +0000 (23:04 +0000)]
browser.h: re-insert the "tagged" component.
pgp support: fix handling of PGP 5 subkeys, algorithm 20.
Thomas Roessler [Tue, 9 Feb 1999 20:52:19 +0000 (20:52 +0000)]
Reorder headers when decode-piping.
Thomas Roessler [Tue, 9 Feb 1999 20:50:36 +0000 (20:50 +0000)]
Brandon's IMAP clean-up; new czech translation.
Thomas Roessler [Thu, 4 Feb 1999 12:00:06 +0000 (12:00 +0000)]
[unstable] Change the way mutt_quote_filename() worked. It's not
too reasonable to allocate memory dynamically whenever we quote a
file name. (I guess I should add "vim" to pgpinvoke.c's copyright
notice. :-)
Thomas Roessler [Thu, 4 Feb 1999 11:20:45 +0000 (11:20 +0000)]
[unstable] Check for write errors when moving messages to $mbox.
Thomas Roessler [Wed, 3 Feb 1999 22:14:08 +0000 (22:14 +0000)]
[unstable] Produce some reasonable character set support when
postponing messages.
Additionally, this patch fixes a nasty pointer leak in
load_charset() [noted with electric fence], and a completely
mis-lead attempt to use bsearch(). Apparently, nobody ever tested
the utf8 decoder for quite some time.
Thomas Roessler [Tue, 2 Feb 1999 21:57:44 +0000 (21:57 +0000)]
merge ~v patch into unstable.
Thomas Roessler [Tue, 2 Feb 1999 17:58:07 +0000 (17:58 +0000)]
Thou shall not use dangling pointers.
Thomas Roessler [Tue, 2 Feb 1999 17:38:20 +0000 (17:38 +0000)]
[unstable] Fix mutt_decode_save_attachment's handling of character
set conversions.
Thomas Roessler [Tue, 2 Feb 1999 15:47:44 +0000 (15:47 +0000)]
Merging the external character set patch into unstable.
Additionally, this change introduces a M_CHARCONV state flag which
gives us some more control about when character set conversions are
actually done. Current versions of mutt would happily apply
character set conversions when, e.g., saving a text/plain attachment
to a file. (We had at least one corrupt russing translation file
due to this mis-feature.)
Additionally, we clean up some of the character set related code in
handler.c. Most of that is now done by the decoder functions in
charset.c.
Thomas Roessler [Tue, 2 Feb 1999 11:22:39 +0000 (11:22 +0000)]
Brandon's imap_create patch.
Thomas Roessler [Tue, 2 Feb 1999 11:22:26 +0000 (11:22 +0000)]
[unstable] clear the message line before letting people select
public keys.
Thomas Roessler [Tue, 2 Feb 1999 10:58:28 +0000 (10:58 +0000)]
[unstable] merging Brandon's imap fixes.
Thomas Roessler [Sat, 30 Jan 1999 17:07:30 +0000 (17:07 +0000)]
really fix the weak associations problem. it was worse than i
thought.
Thomas Roessler [Sat, 30 Jan 1999 16:32:34 +0000 (16:32 +0000)]
Handle expired keys correclty, even when they are the only and exact
match when searching for keys by address.