]> granicus.if.org Git - neomutt/log
neomutt
26 years agoSome more changes to the installation process.
Thomas Roessler [Thu, 8 Oct 1998 13:21:53 +0000 (13:21 +0000)]
Some more changes to the installation process.

26 years agoFix the uninstall target; add some magic to build and install the
Thomas Roessler [Thu, 8 Oct 1998 12:51:09 +0000 (12:51 +0000)]
Fix the uninstall target; add some magic to build and install the
HTML version of the manual if we can.

26 years agoSome more documentation; install the html version of the manual if
Thomas Roessler [Thu, 8 Oct 1998 12:45:13 +0000 (12:45 +0000)]
Some more documentation; install the html version of the manual if
it's there.

26 years agoThe manual was wrong on the default binding for extract-keys.
Thomas Roessler [Thu, 8 Oct 1998 12:18:49 +0000 (12:18 +0000)]
The manual was wrong on the default binding for extract-keys.

26 years agoPOP3 LAST support. From Jason Lavoie <jason@mint.net> by way of
Thomas Roessler [Wed, 7 Oct 1998 22:18:38 +0000 (22:18 +0000)]
POP3 LAST support.  From Jason Lavoie <jason@mint.net> by way of
Michael Elkins.

26 years agoClean-up commit.
Thomas Roessler [Wed, 7 Oct 1998 22:15:39 +0000 (22:15 +0000)]
Clean-up commit.

26 years agoRedirect stdin and stderr to /dev/null when invoking gpgm for
Thomas Roessler [Wed, 7 Oct 1998 19:58:18 +0000 (19:58 +0000)]
Redirect stdin and stderr to /dev/null when invoking gpgm for
listing key IDs.

26 years agoFirst fix of the IMAP expunge handling. From Brandon Long.
Thomas Roessler [Wed, 7 Oct 1998 19:26:19 +0000 (19:26 +0000)]
First fix of the IMAP expunge handling.  From Brandon Long.

26 years agoFix macro functions for the pager menu.
Thomas Roessler [Wed, 7 Oct 1998 17:09:03 +0000 (17:09 +0000)]
Fix macro functions for the pager menu.

26 years agoThe attached patch fixes a minor inconsistency between the display
Thomas Roessler [Wed, 7 Oct 1998 17:07:04 +0000 (17:07 +0000)]
The attached patch fixes a minor inconsistency between the display
of special key-names in the help screen and their actual usage. The
help screen now shows the special keys exactly as you
would/could/should use them in the muttrc/command-line. (From: Vikas
Agnihotri <VikasA@att.com>)

26 years agoFix the error message for unbound keys. From Vikas.
Thomas Roessler [Wed, 7 Oct 1998 15:43:00 +0000 (15:43 +0000)]
Fix the error message for unbound keys.  From Vikas.

26 years agos/make/$(MAKE)/
Thomas Roessler [Wed, 7 Oct 1998 15:36:25 +0000 (15:36 +0000)]
s/make/$(MAKE)/

26 years agoUnixWare needs our own version of strcasecmp/strncasecmp.
Thomas Roessler [Wed, 7 Oct 1998 15:35:38 +0000 (15:35 +0000)]
UnixWare needs our own version of strcasecmp/strncasecmp.

26 years agoClean up behind an aborted sort-by prompt on the file browser. From
Thomas Roessler [Wed, 7 Oct 1998 15:16:41 +0000 (15:16 +0000)]
Clean up behind an aborted sort-by prompt on the file browser.  From
Vikas.

26 years agoThe attached patch fixes a minor bug in $index_format's %B and %b
Thomas Roessler [Wed, 7 Oct 1998 11:14:35 +0000 (11:14 +0000)]
The attached patch fixes a minor bug in $index_format's %B and %b
where they didnt respect the given prefix. In addition, the manual
says that %B is supposed to fall back to %b if the message is not
sent to a known mailing list. The code was not doing that.  (From:
Vikas Agnihotri <VikasA@att.com>, noted on comp.mail.mutt by
unny@rz114s0.rz.uni-karlsruhe.de (Vladimir Klebanov)).

26 years agopgp_language is obsolete. Noted by Heiko Schlichting.
Thomas Roessler [Wed, 7 Oct 1998 10:59:00 +0000 (10:59 +0000)]
pgp_language is obsolete.  Noted by Heiko Schlichting.

26 years agoMacro function fixes.
Thomas Roessler [Tue, 6 Oct 1998 15:10:53 +0000 (15:10 +0000)]
Macro function fixes.

26 years agoWith slang, ERR != -1.
Thomas Roessler [Tue, 6 Oct 1998 12:42:31 +0000 (12:42 +0000)]
With slang, ERR != -1.

26 years agoMessage fix.
Thomas Roessler [Tue, 6 Oct 1998 06:09:39 +0000 (06:09 +0000)]
Message fix.

26 years agoFix another pipe-related hang in mutt_view_attachment().
Thomas Roessler [Tue, 6 Oct 1998 06:07:55 +0000 (06:07 +0000)]
Fix another pipe-related hang in mutt_view_attachment().

26 years agoAnother fix to libintl detection.
Thomas Roessler [Mon, 5 Oct 1998 21:37:14 +0000 (21:37 +0000)]
Another fix to libintl detection.

26 years agomacro_function.2-3, from Vikas.
Thomas Roessler [Mon, 5 Oct 1998 21:07:39 +0000 (21:07 +0000)]
macro_function.2-3, from Vikas.

26 years agoFile descriptor leak alert.
Thomas Roessler [Mon, 5 Oct 1998 21:03:36 +0000 (21:03 +0000)]
File descriptor leak alert.

26 years agoAvoid a hang due to blocking pipe writes in the auto view code.
Thomas Roessler [Mon, 5 Oct 1998 20:37:08 +0000 (20:37 +0000)]
Avoid a hang due to blocking pipe writes in the auto view code.

26 years agoMake exec grok >= 1 parameters; fix double ops problem in
Thomas Roessler [Mon, 5 Oct 1998 20:25:40 +0000 (20:25 +0000)]
Make exec grok >= 1 parameters; fix double ops problem in
index_menu().

26 years agoL10n changes corresponding to the macro-function patch.
Thomas Roessler [Mon, 5 Oct 1998 18:43:16 +0000 (18:43 +0000)]
L10n changes corresponding to the macro-function patch.

26 years agoSome fixes to the macro-function patch.
Thomas Roessler [Mon, 5 Oct 1998 18:42:56 +0000 (18:42 +0000)]
Some fixes to the macro-function patch.

26 years agoAdding the Russian Localization.
Thomas Roessler [Mon, 5 Oct 1998 18:25:26 +0000 (18:25 +0000)]
Adding the Russian Localization.

26 years agoVikas' macro_function patch.
Thomas Roessler [Mon, 5 Oct 1998 18:24:42 +0000 (18:24 +0000)]
Vikas' macro_function patch.

26 years agoI'm told that some systems don't like "#!/bin/sh" at the beginning
Thomas Roessler [Mon, 5 Oct 1998 08:22:23 +0000 (08:22 +0000)]
I'm told that some systems don't like "#!/bin/sh" at the beginning
of a script, but need "#! /bin/sh".

26 years agoFixing some make-related problems noted by Petri Kaukasoina
Thomas Roessler [Sun, 4 Oct 1998 15:02:24 +0000 (15:02 +0000)]
Fixing some make-related problems noted by Petri Kaukasoina
<kaukasoi-mutt@elektroni.ee.tut.fi>.

26 years agoFix group-reply's behaviour.
Thomas Roessler [Sun, 4 Oct 1998 14:39:10 +0000 (14:39 +0000)]
Fix group-reply's behaviour.

26 years agoReplace style-guide by some more general notes on mutt development.
Thomas Roessler [Sun, 4 Oct 1998 10:15:11 +0000 (10:15 +0000)]
Replace style-guide by some more general notes on mutt development.

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

26 years agoPropagate fixes from Makefile.am.
Thomas Roessler [Sun, 4 Oct 1998 09:29:18 +0000 (09:29 +0000)]
Propagate fixes from Makefile.am.

26 years agoPreparing 0.94.10.
Thomas Roessler [Sun, 4 Oct 1998 09:27:07 +0000 (09:27 +0000)]
Preparing 0.94.10.

26 years agosubdir=rx was missing here.
Thomas Roessler [Sun, 4 Oct 1998 09:26:36 +0000 (09:26 +0000)]
subdir=rx was missing here.

26 years agoNoise.
Thomas Roessler [Sun, 4 Oct 1998 09:26:25 +0000 (09:26 +0000)]
Noise.

26 years agoMore fixes to the build process. This version was tested to build
Thomas Roessler [Sun, 4 Oct 1998 09:26:12 +0000 (09:26 +0000)]
More fixes to the build process.  This version was tested to build
cleanly under SuSE Linux and IRIX.

26 years agomanual.txt can be rebuilt when making the dist - no need to keep
Thomas Roessler [Sat, 3 Oct 1998 22:08:09 +0000 (22:08 +0000)]
manual.txt can be rebuilt when making the dist - no need to keep
this in the repository.

26 years agoPreparing ChangeLog for 0.94.10.
Thomas Roessler [Sat, 3 Oct 1998 22:07:17 +0000 (22:07 +0000)]
Preparing ChangeLog for 0.94.10.

26 years agoUps.
Thomas Roessler [Sat, 3 Oct 1998 22:06:19 +0000 (22:06 +0000)]
Ups.

26 years agoSource tree and make process changes. make dist and make
Thomas Roessler [Sat, 3 Oct 1998 22:04:35 +0000 (22:04 +0000)]
Source tree and make process changes.  make dist and make
maintainer-clean should now work as they are supposed to.

26 years agoRemove an unprotected gettext() call.
Thomas Roessler [Sat, 3 Oct 1998 18:18:39 +0000 (18:18 +0000)]
Remove an unprotected gettext() call.

26 years ago*** empty log message ***
Thomas Roessler [Sat, 3 Oct 1998 18:17:32 +0000 (18:17 +0000)]
*** empty log message ***

26 years agoPersuade CVS to get the file modes right.
Thomas Roessler [Sat, 3 Oct 1998 18:17:16 +0000 (18:17 +0000)]
Persuade CVS to get the file modes right.

26 years agoAdding a note on SparcLinux problems when gcc is called with the
Thomas Roessler [Sat, 3 Oct 1998 17:49:43 +0000 (17:49 +0000)]
Adding a note on SparcLinux problems when gcc is called with the
-pedantic flag.

26 years agoA small fix to get autoview messages properly colored.
Thomas Roessler [Fri, 2 Oct 1998 17:39:46 +0000 (17:39 +0000)]
A small fix to get autoview messages properly colored.

26 years agopatch-0.92.8.sec.match_all.1
Thomas Roessler [Fri, 2 Oct 1998 17:39:17 +0000 (17:39 +0000)]
patch-0.92.8.sec.match_all.1

26 years agoThe Makefile here is supposed to be generated by autoconf.
Thomas Roessler [Fri, 2 Oct 1998 14:15:53 +0000 (14:15 +0000)]
The Makefile here is supposed to be generated by autoconf.

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

26 years agoFixing some build-related problems, and preparing 0.94.9p1.
Thomas Roessler [Fri, 2 Oct 1998 14:15:09 +0000 (14:15 +0000)]
Fixing some build-related problems, and preparing 0.94.9p1.

26 years agoRoland Rosenfeld's first name patch.
Thomas Roessler [Fri, 2 Oct 1998 10:13:26 +0000 (10:13 +0000)]
Roland Rosenfeld's first name patch.

26 years agoMore () fixes.
Thomas Roessler [Fri, 2 Oct 1998 09:40:50 +0000 (09:40 +0000)]
More () fixes.

26 years agoWith SLang, addstr() is a macro. This means we should put
Thomas Roessler [Fri, 2 Oct 1998 09:38:06 +0000 (09:38 +0000)]
With SLang, addstr() is a macro.  This means we should put
additional braces around _()-style arguments.

26 years agoTranslate help strings.
Thomas Roessler [Thu, 1 Oct 1998 20:16:50 +0000 (20:16 +0000)]
Translate help strings.

26 years agoTranslate help strigns.
Thomas Roessler [Thu, 1 Oct 1998 20:16:32 +0000 (20:16 +0000)]
Translate help strigns.

26 years ago*** empty log message ***
Thomas Roessler [Thu, 1 Oct 1998 19:28:40 +0000 (19:28 +0000)]
*** empty log message ***

26 years agoTranslate the various help lines.
Thomas Roessler [Thu, 1 Oct 1998 17:18:29 +0000 (17:18 +0000)]
Translate the various help lines.

26 years agoGero Treuner's reply_quote patch.
Thomas Roessler [Thu, 1 Oct 1998 16:18:38 +0000 (16:18 +0000)]
Gero Treuner's reply_quote patch.

26 years agoAdd l10n for handler.c.
Thomas Roessler [Thu, 1 Oct 1998 15:13:49 +0000 (15:13 +0000)]
Add l10n for handler.c.

26 years agoMake mutt_yesorno() language sensitive.
Thomas Roessler [Thu, 1 Oct 1998 14:56:59 +0000 (14:56 +0000)]
Make mutt_yesorno() language sensitive.

26 years agoVarious German-language related fixes.
Thomas Roessler [Thu, 1 Oct 1998 14:55:08 +0000 (14:55 +0000)]
Various German-language related fixes.

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

26 years agoPreparing 0.94.9i.
Thomas Roessler [Thu, 1 Oct 1998 11:36:48 +0000 (11:36 +0000)]
Preparing 0.94.9i.

26 years agoGerman l10n, first take.
Thomas Roessler [Thu, 1 Oct 1998 11:22:51 +0000 (11:22 +0000)]
German l10n, first take.

26 years agoAdding legalese.
Thomas Roessler [Thu, 1 Oct 1998 10:15:23 +0000 (10:15 +0000)]
Adding legalese.

26 years agoMore i18n fixes.
Thomas Roessler [Thu, 1 Oct 1998 10:11:41 +0000 (10:11 +0000)]
More i18n fixes.

26 years agoAdapting the catalog files to 0.94.8.
Thomas Roessler [Thu, 1 Oct 1998 10:06:52 +0000 (10:06 +0000)]
Adapting the catalog files to 0.94.8.

26 years agoVarious automake and installation fixes.
Thomas Roessler [Thu, 1 Oct 1998 10:06:31 +0000 (10:06 +0000)]
Various automake and installation fixes.

26 years agoAdding gettext support, based on the patch by Marco d'Itri.
Thomas Roessler [Thu, 1 Oct 1998 09:27:57 +0000 (09:27 +0000)]
Adding gettext support, based on the patch by Marco d'Itri.

26 years agoadd a note about the currently-missing mh_sequences support.
Thomas Roessler [Thu, 1 Oct 1998 09:24:57 +0000 (09:24 +0000)]
add a note about the currently-missing mh_sequences support.

26 years agoFix the PgpSignMicalg vanishing when recalling postponed messages.
Thomas Roessler [Thu, 1 Oct 1998 09:19:37 +0000 (09:19 +0000)]
Fix the PgpSignMicalg vanishing when recalling postponed messages.
Bug squashed by Bjørn Fischer.

26 years agoSGML fix.
Thomas Roessler [Wed, 30 Sep 1998 13:56:23 +0000 (13:56 +0000)]
SGML fix.

26 years agoDon't generate a NULL micalg parameter when getting postponed
Thomas Roessler [Wed, 30 Sep 1998 06:40:30 +0000 (06:40 +0000)]
Don't generate a NULL micalg parameter when getting postponed
messages.

26 years agoRemoving some superfluous key bindings from functions.h. (From:
Thomas Roessler [Wed, 30 Sep 1998 06:16:57 +0000 (06:16 +0000)]
Removing some superfluous key bindings from functions.h.  (From:
Gero Treuner <gero@faveve.uni-stuttgart.de>)

26 years agoAdd some more support for version-dependant configuration files.
Thomas Roessler [Wed, 30 Sep 1998 06:16:07 +0000 (06:16 +0000)]
Add some more support for version-dependant configuration files.

26 years agoWhen forwarding a mail (nomime_forw) and you have forw_quote set,
Thomas Roessler [Wed, 30 Sep 1998 06:05:57 +0000 (06:05 +0000)]
When forwarding a mail (nomime_forw) and you have forw_quote set,
mutt inserts a blank line between header and body of the forwarded
message.

26 years agoTell the user how to attach messages when using the attach-message
Thomas Roessler [Wed, 30 Sep 1998 06:04:36 +0000 (06:04 +0000)]
Tell the user how to attach messages when using the attach-message
feature.

26 years agoAdd ~g and ~G patterns for PGP signed and encrypted messages.
Thomas Roessler [Wed, 30 Sep 1998 06:03:21 +0000 (06:03 +0000)]
Add ~g and ~G patterns for PGP signed and encrypted messages.

26 years agoDocumentation for Vikas' latest features.
Thomas Roessler [Wed, 30 Sep 1998 06:02:53 +0000 (06:02 +0000)]
Documentation for Vikas' latest features.

26 years ago_Really_ fix an unset or too short StChars varialbe. (From Vikas.)
Thomas Roessler [Tue, 29 Sep 1998 15:40:01 +0000 (15:40 +0000)]
_Really_ fix an unset or too short StChars varialbe.  (From Vikas.)

26 years agoFix a segmentation fault occuring with certain badly-formed
Thomas Roessler [Tue, 29 Sep 1998 12:29:17 +0000 (12:29 +0000)]
Fix a segmentation fault occuring with certain badly-formed
RFC822-like addresses.

26 years agoMake status characters work again.
Thomas Roessler [Tue, 29 Sep 1998 12:10:34 +0000 (12:10 +0000)]
Make status characters work again.

26 years agoDocumenting some more variables.
Thomas Roessler [Tue, 29 Sep 1998 07:34:14 +0000 (07:34 +0000)]
Documenting some more variables.

26 years agoAdd newly added variables to the default system muttrc.
Thomas Roessler [Tue, 29 Sep 1998 07:11:15 +0000 (07:11 +0000)]
Add newly added variables to the default system muttrc.

26 years agoCatch short StChars values.
Thomas Roessler [Tue, 29 Sep 1998 07:08:33 +0000 (07:08 +0000)]
Catch short StChars values.

26 years agoAdd caching for a message's flags.
Thomas Roessler [Tue, 29 Sep 1998 06:58:08 +0000 (06:58 +0000)]
Add caching for a message's flags.

26 years agopatch-0.94.7i.rr.charsets_fix.1, from Roland Rosenfeld.
Thomas Roessler [Tue, 29 Sep 1998 06:57:01 +0000 (06:57 +0000)]
patch-0.94.7i.rr.charsets_fix.1, from Roland Rosenfeld.

26 years agoSome nits from Gero Treuner.
Thomas Roessler [Tue, 29 Sep 1998 05:53:22 +0000 (05:53 +0000)]
Some nits from Gero Treuner.

26 years agoVikas' pipe-redraw fix.
Thomas Roessler [Mon, 28 Sep 1998 17:40:46 +0000 (17:40 +0000)]
Vikas' pipe-redraw fix.

26 years agoA first take at bringing copyright notices and credits into synch
Thomas Roessler [Mon, 28 Sep 1998 13:40:47 +0000 (13:40 +0000)]
A first take at bringing copyright notices and credits into synch
with reality.

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

26 years agoPreparing 0.94.8i.
Thomas Roessler [Mon, 28 Sep 1998 09:59:32 +0000 (09:59 +0000)]
Preparing 0.94.8i.

26 years agoChanging the index_hint handling for mh folders once again.
Thomas Roessler [Sat, 26 Sep 1998 10:13:39 +0000 (10:13 +0000)]
Changing the index_hint handling for mh folders once again.

26 years agoResort the incoming folder from mh_sync_mailbox() also when new mail
Thomas Roessler [Sat, 26 Sep 1998 10:06:10 +0000 (10:06 +0000)]
Resort the incoming folder from mh_sync_mailbox() also when new mail
arrived.

26 years agopatch.mutt-0.94.5i.ld.quote_levels.3-4
Thomas Roessler [Fri, 25 Sep 1998 06:56:35 +0000 (06:56 +0000)]
patch.mutt-0.94.5i.ld.quote_levels.3-4

26 years agoA new quote_levels patch from liviu.
Thomas Roessler [Thu, 24 Sep 1998 23:19:50 +0000 (23:19 +0000)]
A new quote_levels patch from liviu.

26 years agoRewrite the base64-encoder used for messages. This should be
Thomas Roessler [Thu, 24 Sep 1998 22:32:12 +0000 (22:32 +0000)]
Rewrite the base64-encoder used for messages.  This should be
unified with the encoder in rfc2047.c at some point.

26 years agoUndoing Livius quote-levels patch for now.
Thomas Roessler [Thu, 24 Sep 1998 21:16:22 +0000 (21:16 +0000)]
Undoing Livius quote-levels patch for now.