]> granicus.if.org Git - neomutt/log
neomutt
19 years agofix a problem that appears with signatures without newline.
TAKAHASHI Tamotsu [Mon, 3 Oct 2005 07:52:00 +0000 (07:52 +0000)]
fix a problem that appears with signatures without newline.

19 years agoChange manual.sgml to manual.xml (noted by Alain Bench).
Brendan Cully [Fri, 30 Sep 2005 18:24:17 +0000 (18:24 +0000)]
Change manual.sgml to manual.xml (noted by Alain Bench).

19 years ago# changelog commit
Brendan Cully [Fri, 30 Sep 2005 01:43:46 +0000 (01:43 +0000)]
# changelog commit

19 years agoUpdate.
Roland Rosenfeld [Fri, 30 Sep 2005 01:42:50 +0000 (01:42 +0000)]
Update.

19 years ago# changelog commit
Brendan Cully [Thu, 29 Sep 2005 23:57:50 +0000 (23:57 +0000)]
# changelog commit

19 years agoUpdate.
Vincent Lefevre [Thu, 29 Sep 2005 23:57:07 +0000 (23:57 +0000)]
Update.

19 years ago# changelog commit
Brendan Cully [Thu, 29 Sep 2005 23:53:36 +0000 (23:53 +0000)]
# changelog commit

19 years agoBasque translation.
pi [Thu, 29 Sep 2005 23:52:16 +0000 (23:52 +0000)]
Basque translation.

19 years ago# changelog commit
Brendan Cully [Thu, 29 Sep 2005 23:06:56 +0000 (23:06 +0000)]
# changelog commit

19 years agoEnsure that Content-Length printf format specifier matches off_t size, to
Brendan Cully [Thu, 29 Sep 2005 23:02:49 +0000 (23:02 +0000)]
Ensure that Content-Length printf format specifier matches off_t size, to
avoid mail-losing Content-Length: 0 (bug introduced by large file patch a couple
of days ago). Closes: #2096.

19 years ago# changelog commit
Brendan Cully [Tue, 27 Sep 2005 03:44:26 +0000 (03:44 +0000)]
# changelog commit

19 years agoUpdate.
Johan Svedberg [Tue, 27 Sep 2005 03:43:24 +0000 (03:43 +0000)]
Update.

19 years ago# changelog commit
Brendan Cully [Sat, 24 Sep 2005 20:04:38 +0000 (20:04 +0000)]
# changelog commit

19 years agoInflict more needless pain on translators by splitting EditorHelp to
Brendan Cully [Sat, 24 Sep 2005 20:03:04 +0000 (20:03 +0000)]
Inflict more needless pain on translators by splitting EditorHelp to
satisfy -pedantic.

19 years ago# changelog commit
Brendan Cully [Sat, 24 Sep 2005 19:46:09 +0000 (19:46 +0000)]
# changelog commit

19 years agoUse fseeko/ftello when available while opening mbox/mmdf. Closes: #2084.
Brendan Cully [Sat, 24 Sep 2005 19:45:22 +0000 (19:45 +0000)]
Use fseeko/ftello when available while opening mbox/mmdf. Closes: #2084.

19 years ago# changelog commit
Brendan Cully [Sat, 24 Sep 2005 19:38:07 +0000 (19:38 +0000)]
# changelog commit

19 years agoCosmetic fixes to MIME headers. Closes: #2086.
Alain Bench [Sat, 24 Sep 2005 19:36:35 +0000 (19:36 +0000)]
Cosmetic fixes to MIME headers. Closes: #2086.

19 years agoUpdate to HEAD.
TAKAHASHI Tamotsu [Sat, 24 Sep 2005 17:51:17 +0000 (17:51 +0000)]
Update to HEAD.

19 years agoQuote an error message.
TAKAHASHI Tamotsu [Fri, 23 Sep 2005 18:38:36 +0000 (18:38 +0000)]
Quote an error message.

19 years ago# changelog commit
Brendan Cully [Thu, 22 Sep 2005 16:39:10 +0000 (16:39 +0000)]
# changelog commit

19 years agoUpdate QDBM patch to the current state of the art. Closes: #2003 (again).
TAKAHASHI Tamotsu [Thu, 22 Sep 2005 16:38:08 +0000 (16:38 +0000)]
Update QDBM patch to the current state of the art. Closes: #2003 (again).

19 years ago# changelog commit
Thomas Roessler [Thu, 22 Sep 2005 09:06:38 +0000 (09:06 +0000)]
# changelog commit

19 years agoWhen composing a reply, there might be degenerate cases in which a
Thomas Roessler [Thu, 22 Sep 2005 09:06:13 +0000 (09:06 +0000)]
When composing a reply, there might be degenerate cases in which a
CC header is created, but no To header.  In this case, we now use
the auto-generated CC header as the To header.

19 years ago# changelog commit
Brendan Cully [Thu, 22 Sep 2005 04:07:19 +0000 (04:07 +0000)]
# changelog commit

19 years agoRefactor mutt var completion so it can be used for inline expansions (eg $from).
Brendan Cully [Thu, 22 Sep 2005 04:05:49 +0000 (04:05 +0000)]
Refactor mutt var completion so it can be used for inline expansions (eg $from).
Actual expansion not committed yet.

19 years ago# changelog commit
Brendan Cully [Thu, 22 Sep 2005 03:25:05 +0000 (03:25 +0000)]
# changelog commit

19 years agoIf ContentType is null, assume text/plain. Stopgap; a better mechanism would
Brendan Cully [Thu, 22 Sep 2005 03:23:09 +0000 (03:23 +0000)]
If ContentType is null, assume text/plain. Stopgap; a better mechanism would
sanity-check MuttVars assignments before allowing them. Closes: #2080.

19 years ago# changelog commit
Brendan Cully [Thu, 22 Sep 2005 03:11:45 +0000 (03:11 +0000)]
# changelog commit

19 years agoDon't allow imap URLs with empty hosts. Also don't attempt to complete
Brendan Cully [Thu, 22 Sep 2005 03:09:49 +0000 (03:09 +0000)]
Don't allow imap URLs with empty hosts. Also don't attempt to complete
on open connections when there aren't any (diagnosed by Nico Golde).
Closes: #2079.
19 years agoUse ctx instead of Context when checking whether or not to do IMAP search.
Brendan Cully [Wed, 21 Sep 2005 19:30:57 +0000 (19:30 +0000)]
Use ctx instead of Context when checking whether or not to do IMAP search.
Resolves a possible segfault in color index ~b operations. I can't remember
whether Context vs ctx was intentional - I doubt it.

19 years ago# changelog commit
Brendan Cully [Wed, 21 Sep 2005 14:28:54 +0000 (14:28 +0000)]
# changelog commit

19 years agoCheck for sigwinch in index before calling km_dokey, since for unknown
Adeodato Simó [Wed, 21 Sep 2005 14:17:14 +0000 (14:17 +0000)]
Check for sigwinch in index before calling km_dokey, since for unknown
reasons km_dokey seems to eat the signal in some cases. [Not reproducible
in my ncurses environments - Brendan]. Closes: #1907.

19 years ago# changelog commit
Brendan Cully [Wed, 21 Sep 2005 13:24:56 +0000 (13:24 +0000)]
# changelog commit

19 years agoCatch empty substring/regexp search arguments (precludes a segfault from
Brendan Cully [Wed, 21 Sep 2005 13:23:43 +0000 (13:23 +0000)]
Catch empty substring/regexp search arguments (precludes a segfault from
dereferencing a null string pointer later).

19 years ago# changelog commit
Thomas Roessler [Wed, 21 Sep 2005 06:05:20 +0000 (06:05 +0000)]
# changelog commit

19 years agoQDBM support for the header cache.
Thomas Glanzmann [Wed, 21 Sep 2005 06:04:36 +0000 (06:04 +0000)]
QDBM support for the header cache.

19 years ago# changelog commit
Brendan Cully [Wed, 21 Sep 2005 04:57:11 +0000 (04:57 +0000)]
# changelog commit

19 years agoWhen using GPG agent in classic mode, set GPG_TTY if it isn't already set
Adeodato Simó [Wed, 21 Sep 2005 04:50:31 +0000 (04:50 +0000)]
When using GPG agent in classic mode, set GPG_TTY if it isn't already set
instead of bailing out. Closes: #2072.

19 years ago# changelog commit
Brendan Cully [Wed, 21 Sep 2005 03:50:08 +0000 (03:50 +0000)]
# changelog commit

19 years agoEnsure that set doesn't change variables from within the help screen. I think
TAKAHASHI Tamotsu [Wed, 21 Sep 2005 03:48:38 +0000 (03:48 +0000)]
Ensure that set doesn't change variables from within the help screen. I think
this is a gross approach, and probably overkill, but it's the fault of the
original code design, not Tamo's patch. Until a better way falls from the sky,
this Closes: #2011.

19 years ago# changelog commit
Brendan Cully [Wed, 21 Sep 2005 02:59:04 +0000 (02:59 +0000)]
# changelog commit

19 years agoCancelling <change-folder> from within the pager will now keep you in the
Brendan Cully [Wed, 21 Sep 2005 02:58:07 +0000 (02:58 +0000)]
Cancelling <change-folder> from within the pager will now keep you in the
pager rather than kicking you back to the index. Closes: #2075.

19 years agoSlight improvement on dgc's warning fix in edge cases.
Vincent Lefevre [Tue, 20 Sep 2005 23:41:21 +0000 (23:41 +0000)]
Slight improvement on dgc's warning fix in edge cases.

19 years ago# changelog commit
Brendan Cully [Tue, 20 Sep 2005 15:07:01 +0000 (15:07 +0000)]
# changelog commit

19 years agoFix a null-pointer-dereference parsing aliases with -d3+.
David Champion [Tue, 20 Sep 2005 06:43:39 +0000 (06:43 +0000)]
Fix a null-pointer-dereference parsing aliases with -d3+.

19 years agoClear a compiler warning.
David Champion [Tue, 20 Sep 2005 06:15:25 +0000 (06:15 +0000)]
Clear a compiler warning.

19 years agoUpdate locations of gpg-2comp, Gero Treuner.
Gero Treuner [Tue, 20 Sep 2005 03:56:25 +0000 (03:56 +0000)]
Update locations of gpg-2comp, Gero Treuner.

19 years ago# changelog commit
Brendan Cully [Mon, 19 Sep 2005 06:17:14 +0000 (06:17 +0000)]
# changelog commit

19 years agoI just realised what's been happening to the changelog: I recently got
Brendan Cully [Mon, 19 Sep 2005 06:14:27 +0000 (06:14 +0000)]
I just realised what's been happening to the changelog: I recently got
a new version of 'head' that refuses to accept -1 instead of -n 1, but doesn't
actually return failure. So mkchangelog was feeding nothing to the cvs
date argument, and instead merrily snarfing down the entire changelog
every time. I've put in a simple $date != "" check. Thanks, textutils!
Thanks for ushering in the future! I'd like to shake your hand. Hard.

19 years ago# changelog commit
Brendan Cully [Mon, 19 Sep 2005 05:45:05 +0000 (05:45 +0000)]
# changelog commit

19 years ago# changelog commit
Brendan Cully [Mon, 19 Sep 2005 05:19:54 +0000 (05:19 +0000)]
# changelog commit

19 years agoRemove mention of obsolete --enable-imap-edit-threads configure option.
Brendan Cully [Mon, 19 Sep 2005 05:12:29 +0000 (05:12 +0000)]
Remove mention of obsolete --enable-imap-edit-threads configure option.

19 years agoSomehow the changelog got mangled (multiple copies of large parts).
Brendan Cully [Sun, 18 Sep 2005 17:49:33 +0000 (17:49 +0000)]
Somehow the changelog got mangled (multiple copies of large parts).

19 years ago# changelog commit
Thomas Roessler [Sun, 18 Sep 2005 08:23:36 +0000 (08:23 +0000)]
# changelog commit

19 years agoupdate
Vsevolod Volkov [Sun, 18 Sep 2005 08:22:49 +0000 (08:22 +0000)]
update

19 years ago# changelog commit
Brendan Cully [Sun, 18 Sep 2005 03:03:40 +0000 (03:03 +0000)]
# changelog commit

19 years agoMore cleanups, slightly better dependencies.
Brendan Cully [Sun, 18 Sep 2005 02:53:18 +0000 (02:53 +0000)]
More cleanups, slightly better dependencies.

19 years ago# changelog commit
Brendan Cully [Sun, 18 Sep 2005 02:38:32 +0000 (02:38 +0000)]
# changelog commit

19 years agoStupid hack to synchronise on makedoc for parallel builds. Only works
Brendan Cully [Sun, 18 Sep 2005 02:35:10 +0000 (02:35 +0000)]
Stupid hack to synchronise on makedoc for parallel builds. Only works
when entered via make all. make stamp-doc-xml directly can fail in
pathological conditions.

19 years ago# changelog commit
Brendan Cully [Sun, 18 Sep 2005 02:14:36 +0000 (02:14 +0000)]
# changelog commit

19 years agoAttempt to work around make -j2 breakage. Dependencies are still
Brendan Cully [Sun, 18 Sep 2005 02:13:06 +0000 (02:13 +0000)]
Attempt to work around make -j2 breakage. Dependencies are still
wrong, but I don't have the brainpower right now to get it
right. People talk about imperative, functional, and logic
programming, but no one ever mentions make programming.

19 years ago# changelog commit
Brendan Cully [Sat, 17 Sep 2005 20:47:36 +0000 (20:47 +0000)]
# changelog commit

19 years agoGah, forgot the zip code when updating the FSF address...
Brendan Cully [Sat, 17 Sep 2005 20:46:09 +0000 (20:46 +0000)]
Gah, forgot the zip code when updating the FSF address...

19 years ago# changelog commit
Brendan Cully [Sat, 17 Sep 2005 19:17:14 +0000 (19:17 +0000)]
# changelog commit

19 years agoUpdate FSF address (via sed, I hope nothing got mangled). Closes: #2071.
Brendan Cully [Sat, 17 Sep 2005 19:15:35 +0000 (19:15 +0000)]
Update FSF address (via sed, I hope nothing got mangled). Closes: #2071.

19 years ago# changelog commit
Brendan Cully [Sat, 17 Sep 2005 17:40:04 +0000 (17:40 +0000)]
# changelog commit

19 years agoClean up some Muttrc macros, and add macro 'y' to jump to the mailboxes
Alain Bench [Sat, 17 Sep 2005 17:39:18 +0000 (17:39 +0000)]
Clean up some Muttrc macros, and add macro 'y' to jump to the mailboxes
view. Closes: #2069.

19 years ago# changelog commit
Brendan Cully [Sat, 17 Sep 2005 17:29:12 +0000 (17:29 +0000)]
# changelog commit

19 years agoSome minor cleanups: tell users to go to bugs.mutt.org instead of using flea;
Brendan Cully [Sat, 17 Sep 2005 17:27:54 +0000 (17:27 +0000)]
Some minor cleanups: tell users to go to bugs.mutt.org instead of using flea;
update copyright year in mutt -v; reorganise USE opts a little; break long
strings so that -pedantic stops complaining. Not sure that last one is worth
the trouble it causes the po team...

19 years ago# changelog commit
Brendan Cully [Sat, 17 Sep 2005 01:08:53 +0000 (01:08 +0000)]
# changelog commit

19 years agoUpdate.
Vincent Lefevre [Sat, 17 Sep 2005 01:07:54 +0000 (01:07 +0000)]
Update.

19 years ago# changelog commit
Brendan Cully [Fri, 16 Sep 2005 23:10:24 +0000 (23:10 +0000)]
# changelog commit

19 years agoIrish translation.
Kevin Scannell [Fri, 16 Sep 2005 23:09:12 +0000 (23:09 +0000)]
Irish translation.

19 years ago# changelog commit
Brendan Cully [Fri, 16 Sep 2005 15:22:05 +0000 (15:22 +0000)]
# changelog commit

19 years agoMove update-po out of make dist, into build-release. It seems to me that make
Brendan Cully [Fri, 16 Sep 2005 15:20:59 +0000 (15:20 +0000)]
Move update-po out of make dist, into build-release. It seems to me that make
dist should do as little as possible beyond putting the right files in a tarball.

19 years ago# changelog commit
Thomas Roessler [Fri, 16 Sep 2005 13:44:19 +0000 (13:44 +0000)]
# changelog commit

19 years agoupdate
Ronny Haryanto [Fri, 16 Sep 2005 13:43:58 +0000 (13:43 +0000)]
update

19 years ago# changelog commit
Thomas Roessler [Fri, 16 Sep 2005 11:02:19 +0000 (11:02 +0000)]
# changelog commit

19 years agoupdate
Ivan Vilata i Balaguer [Fri, 16 Sep 2005 11:02:00 +0000 (11:02 +0000)]
update

19 years ago# changelog commit
Thomas Roessler [Fri, 16 Sep 2005 10:21:20 +0000 (10:21 +0000)]
# changelog commit

19 years agoupdate
TAKAHASHI Tamotsu [Fri, 16 Sep 2005 10:20:20 +0000 (10:20 +0000)]
update

19 years ago# changelog commit
Thomas Roessler [Fri, 16 Sep 2005 10:20:05 +0000 (10:20 +0000)]
# changelog commit

19 years agoupdate
René Clerc [Fri, 16 Sep 2005 10:19:46 +0000 (10:19 +0000)]
update

19 years agoAdd stamp-doc-xml to "all".
Brendan Cully [Fri, 16 Sep 2005 02:15:45 +0000 (02:15 +0000)]
Add stamp-doc-xml to "all".

19 years ago# changelog commit
Brendan Cully [Fri, 16 Sep 2005 01:55:34 +0000 (01:55 +0000)]
# changelog commit

19 years agostamp-doc-man is pointless as far as I can tell. Removed.
Brendan Cully [Fri, 16 Sep 2005 01:50:40 +0000 (01:50 +0000)]
stamp-doc-man is pointless as far as I can tell. Removed.

19 years agoTweak makefile so that the dist tarball doesn't always try to build docs.
Brendan Cully [Fri, 16 Sep 2005 01:37:20 +0000 (01:37 +0000)]
Tweak makefile so that the dist tarball doesn't always try to build docs.

19 years agoVERSION should go into CONFIG_STATUS_DEPENDENCIES, not
Brendan Cully [Fri, 16 Sep 2005 01:16:29 +0000 (01:16 +0000)]
VERSION should go into CONFIG_STATUS_DEPENDENCIES, not
CONFIGURE_DEPENDENCIES. Slap ma fro.

19 years ago# changelog commit
Brendan Cully [Thu, 15 Sep 2005 23:19:59 +0000 (23:19 +0000)]
# changelog commit

19 years agoMove changelog target to update-changelog so that dist won't automatically
Brendan Cully [Thu, 15 Sep 2005 23:18:48 +0000 (23:18 +0000)]
Move changelog target to update-changelog so that dist won't automatically
invoke it, and have commit and build-release call it.

19 years ago# changelog commit
Brendan Cully [Thu, 15 Sep 2005 22:14:49 +0000 (22:14 +0000)]
# changelog commit

19 years agoNow that 1.5.11 is out, previous versions won't be x.y.zi: adjust diff.
Brendan Cully [Thu, 15 Sep 2005 22:13:49 +0000 (22:13 +0000)]
Now that 1.5.11 is out, previous versions won't be x.y.zi: adjust diff.

17 years agoupdate tags
convert-repo [Thu, 1 Mar 2007 19:22:37 +0000 (19:22 +0000)]
update tags

19 years agoautomatic post-release commit for mutt-1.5.11
Thomas Roessler [Thu, 15 Sep 2005 14:24:37 +0000 (14:24 +0000)]
automatic post-release commit for mutt-1.5.11

19 years ago# changelog commit
Brendan Cully [Wed, 14 Sep 2005 14:15:54 +0000 (14:15 +0000)]
# changelog commit

19 years agoRefer to $use_envelope_from rather than old $envelope_from in description of
TAKAHASHI Tamotsu [Wed, 14 Sep 2005 14:15:06 +0000 (14:15 +0000)]
Refer to $use_envelope_from rather than old $envelope_from in description of
$envelope_from_address.

19 years ago# changelog commit
Brendan Cully [Wed, 14 Sep 2005 02:48:34 +0000 (02:48 +0000)]
# changelog commit

19 years agoAdd new $envelope_from_address variable for manually specifying the
Brendan Cully [Wed, 14 Sep 2005 02:45:44 +0000 (02:45 +0000)]
Add new $envelope_from_address variable for manually specifying the
envelope sender. Rename (with compatibility synonym) $envelope_from
to $use_envelope_from. Make $envelope_from subordinate to $use_e_f, as
$from is to $use_from. From a discussion with TLR.

19 years ago# changelog commit
Brendan Cully [Tue, 13 Sep 2005 20:37:12 +0000 (20:37 +0000)]
# changelog commit