]> granicus.if.org Git - neomutt/log
neomutt
20 years agoAdd config.h to the top of every C file that could possibly want it.
Brendan Cully [Thu, 3 Feb 2005 17:01:42 +0000 (17:01 +0000)]
Add config.h to the top of every C file that could possibly want it.
Remove it from mutt.h

20 years ago# changelog commit
Brendan Cully [Tue, 1 Feb 2005 03:38:46 +0000 (03:38 +0000)]
# changelog commit

20 years agoPull config.h out of protos.h, add to top of every IMAP C file. This should
Brendan Cully [Tue, 1 Feb 2005 03:36:39 +0000 (03:36 +0000)]
Pull config.h out of protos.h, add to top of every IMAP C file. This should
probably be done to every C file, but the results need testing in case
some files depend on the current (broken) includes.

20 years ago# changelog commit
Brendan Cully [Mon, 31 Jan 2005 02:42:37 +0000 (02:42 +0000)]
# changelog commit

20 years agoBegin removing deprecated autoconf 2.13 backward compatibility code.
Brendan Cully [Mon, 31 Jan 2005 02:40:14 +0000 (02:40 +0000)]
Begin removing deprecated autoconf 2.13 backward compatibility code.
Add AC_CHECK_TYPES macros for uin32/64 types, use uint64_t instead of long long
in hcache code.

20 years ago# changelog commit
Thomas Roessler [Sat, 29 Jan 2005 19:15:47 +0000 (19:15 +0000)]
# changelog commit

20 years ago- make hcache.c conform to mutt codingstyle
Thomas Glanzmann [Sat, 29 Jan 2005 19:15:07 +0000 (19:15 +0000)]
- make hcache.c conform to mutt codingstyle
- use $Id$ CVS keyword instead of %K% BitKeeper keyword

20 years ago# speling fiks
Thomas Roessler [Fri, 28 Jan 2005 17:01:28 +0000 (17:01 +0000)]
# speling fiks

20 years ago# changelog commit
Thomas Roessler [Fri, 28 Jan 2005 16:41:19 +0000 (16:41 +0000)]
# changelog commit

20 years agoAdeotato points out that feof() only works after a read. So, we now
Thomas Roessler [Fri, 28 Jan 2005 16:40:33 +0000 (16:40 +0000)]
Adeotato points out that feof() only works after a read.  So, we now
check for an unsuccessful fgetc().

20 years ago# changelog commit
Thomas Roessler [Fri, 28 Jan 2005 14:51:03 +0000 (14:51 +0000)]
# changelog commit

20 years agoTrigger window resizing code when waking up from suspension.
Paul Walker [Fri, 28 Jan 2005 14:50:31 +0000 (14:50 +0000)]
Trigger window resizing code when waking up from suspension.

20 years ago# changelog commit
Thomas Roessler [Fri, 28 Jan 2005 14:12:10 +0000 (14:12 +0000)]
# changelog commit

20 years agoupdate
René Clerc [Fri, 28 Jan 2005 14:09:08 +0000 (14:09 +0000)]
update

20 years ago# changelog commit
Thomas Roessler [Fri, 28 Jan 2005 13:17:51 +0000 (13:17 +0000)]
# changelog commit

20 years agogpgme integration. See documentation for $crypt_use_gpgme,
Werner Koch [Fri, 28 Jan 2005 13:17:22 +0000 (13:17 +0000)]
gpgme integration.  See documentation for $crypt_use_gpgme,
and http://www.gnupg.org/aegypten2/.

20 years ago# changelog commit
Thomas Roessler [Fri, 28 Jan 2005 13:01:00 +0000 (13:01 +0000)]
# changelog commit

20 years agoThe attached mini-patch from David Mosberger
Adeodato Simó [Fri, 28 Jan 2005 13:00:36 +0000 (13:00 +0000)]
The attached mini-patch from David Mosberger
<davidm@napali.hpl.hp.com> seems to fix a segfault in the ia64
architecture. Via Debian Bug#285001.

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

20 years agoautomatic post-release commit for mutt-1.5.7
Thomas Roessler [Fri, 28 Jan 2005 10:01:27 +0000 (10:01 +0000)]
automatic post-release commit for mutt-1.5.7

20 years ago# changelog commit
Thomas Roessler [Thu, 27 Jan 2005 20:52:53 +0000 (20:52 +0000)]
# changelog commit

20 years agoAdd USE_INODESORT to main.c's option dump.
Thomas Roessler [Thu, 27 Jan 2005 20:52:13 +0000 (20:52 +0000)]
Add USE_INODESORT to main.c's option dump.

20 years ago# changelog commit
Thomas Roessler [Thu, 27 Jan 2005 20:38:20 +0000 (20:38 +0000)]
# changelog commit

20 years ago0. In compose mode, press Ctrl-t to change Content-Type.
TAKAHASHI Tamotsu [Thu, 27 Jan 2005 20:38:02 +0000 (20:38 +0000)]
0. In compose mode, press Ctrl-t to change Content-Type.
1. Type "application/octet-stream" for example.
2. Press Ctrl-t again.
3. Type "text/plain; charset=us-ascii"
4. You will be asked "Convert to us-ascii upon sending?"
5. Press y or n.
6. You will see a strange message:
 "Content-Type changed to Convert to us-ascii upon sending?."

20 years ago# changelog commit
Thomas Roessler [Thu, 27 Jan 2005 20:27:13 +0000 (20:27 +0000)]
# changelog commit

20 years agoReturn an error in pgp_decrypt_part when the PGP output file is empty.
Thomas Roessler [Thu, 27 Jan 2005 20:26:52 +0000 (20:26 +0000)]
Return an error in pgp_decrypt_part when the PGP output file is empty.

20 years ago# changelog commit
Thomas Roessler [Thu, 27 Jan 2005 20:18:47 +0000 (20:18 +0000)]
# changelog commit

20 years agothis patch doesn't raise an error if you try to sync an empty mailbox
Thomas Glanzmann [Thu, 27 Jan 2005 20:17:46 +0000 (20:17 +0000)]
this patch doesn't raise an error if you try to sync an empty mailbox
which makes it possible to use such a macro as this on an empty
mailbox:

macro index y "<sync-mailbox><change-folder>?"
macro pager y "<sync-mailbox><change-folder>?"

20 years ago# changelog commit
Thomas Roessler [Thu, 27 Jan 2005 19:35:25 +0000 (19:35 +0000)]
# changelog commit

20 years agoDetect end of PGP armor header when a line is whitespace-only.
David Shaw [Thu, 27 Jan 2005 19:34:50 +0000 (19:34 +0000)]
Detect end of PGP armor header when a line is whitespace-only.

20 years ago# changelog commit
Thomas Roessler [Thu, 27 Jan 2005 19:18:52 +0000 (19:18 +0000)]
# changelog commit

20 years agoVoid the S/MIME passphrase before prompting the user to re-enter it.
Thomas Roessler [Thu, 27 Jan 2005 19:18:15 +0000 (19:18 +0000)]
Void the S/MIME passphrase before prompting the user to re-enter it.
Noted by TAKAHASHI Tamotsu <ttakah@lapis.plala.or.jp>, but with
memset replaced by smime_void_passphrase().

20 years ago# changelog commit
Thomas Roessler [Thu, 27 Jan 2005 19:01:24 +0000 (19:01 +0000)]
# changelog commit

20 years agoAdd terminal newline when it lacks after editing a message.
TAKAHASHI Tamotsu [Thu, 27 Jan 2005 19:00:59 +0000 (19:00 +0000)]
Add terminal newline when it lacks after editing a message.
Originally from TAKIZAWA Takashi.

20 years ago# changelog commit
Thomas Roessler [Thu, 27 Jan 2005 18:59:19 +0000 (18:59 +0000)]
# changelog commit

20 years agoInclude mutt_ssl_gnutls.c with the distribution.
Thomas Roessler [Thu, 27 Jan 2005 18:58:14 +0000 (18:58 +0000)]
Include mutt_ssl_gnutls.c with the distribution.

20 years ago# changelog commit
Thomas Roessler [Thu, 27 Jan 2005 18:54:52 +0000 (18:54 +0000)]
# changelog commit

20 years agoGNUTLS support. Used in Debian since Nov. 2001.
Marco d'Itri [Thu, 27 Jan 2005 18:54:24 +0000 (18:54 +0000)]
GNUTLS support.  Used in Debian since Nov. 2001.

20 years ago# changelog commit
Thomas Roessler [Thu, 27 Jan 2005 18:49:07 +0000 (18:49 +0000)]
# changelog commit

20 years agoWith SASL, expect the server to prompt for additional auth data if
Bill Nottingham [Thu, 27 Jan 2005 18:48:41 +0000 (18:48 +0000)]
With SASL, expect the server to prompt for additional auth data if
we have some to send (#129961, upstream #1845)

20 years ago# changelog commit
Thomas Roessler [Thu, 27 Jan 2005 18:48:24 +0000 (18:48 +0000)]
# changelog commit

20 years agoChanges the sample.muttrc highlight to catch https URLs as well.
Bill Nottingham [Thu, 27 Jan 2005 18:47:57 +0000 (18:47 +0000)]
Changes the sample.muttrc highlight to catch https URLs as well.

20 years ago# changelog commit
Thomas Roessler [Thu, 27 Jan 2005 18:47:18 +0000 (18:47 +0000)]
# changelog commit

20 years agoSupport for the "default" color in Slang.
Bill Nottingham [Thu, 27 Jan 2005 18:46:52 +0000 (18:46 +0000)]
Support for the "default" color in Slang.

20 years ago# changelog commit
Thomas Roessler [Thu, 27 Jan 2005 18:46:03 +0000 (18:46 +0000)]
# changelog commit

20 years agoRead files in maildir folders in inode order; this seems to reduce
Florian Weimer [Thu, 27 Jan 2005 18:45:36 +0000 (18:45 +0000)]
Read files in maildir folders in inode order; this seems to reduce
seek overhead on Linux.  Enabled by default; to disable, run
configure with --disable-inodesort.  (By way of Mario d'Itri.)

20 years ago# changelog commit
Thomas Roessler [Thu, 27 Jan 2005 18:29:12 +0000 (18:29 +0000)]
# changelog commit

20 years agoImproved good signature check.
Marco d'Itri [Thu, 27 Jan 2005 18:28:42 +0000 (18:28 +0000)]
Improved good signature check.

20 years ago# changelog commit
Thomas Roessler [Thu, 27 Jan 2005 18:28:02 +0000 (18:28 +0000)]
# changelog commit

20 years agoMake the default Muttrc work out the box for people using gnupg-agent.
Marco d'Itri [Thu, 27 Jan 2005 18:27:36 +0000 (18:27 +0000)]
Make the default Muttrc work out the box for people using gnupg-agent.
Wrote and applied a one-line patch to make the %?p? conditional escape
work correctly, patch forwarded upstream. (Closes: #277646)

20 years ago# changelog commit
Thomas Roessler [Thu, 27 Jan 2005 18:26:24 +0000 (18:26 +0000)]
# changelog commit

20 years agoDon't segfault when invoked without any arguments.
Marco d'Itri [Thu, 27 Jan 2005 18:25:40 +0000 (18:25 +0000)]
Don't segfault when invoked without any arguments.

20 years ago# changelog commit
Thomas Roessler [Thu, 27 Jan 2005 18:24:30 +0000 (18:24 +0000)]
# changelog commit

20 years agoEvaluate gpg's machine-parseable status messages.
Marco d'Itri [Thu, 27 Jan 2005 18:24:10 +0000 (18:24 +0000)]
Evaluate gpg's machine-parseable status messages.

20 years ago# changelog commit
Thomas Roessler [Thu, 27 Jan 2005 18:23:21 +0000 (18:23 +0000)]
# changelog commit

20 years agoAdd some sanity checks to smime_keys.pl.
Marco d'Itri [Thu, 27 Jan 2005 18:22:59 +0000 (18:22 +0000)]
Add some sanity checks to smime_keys.pl.

20 years ago# changelog commit
Thomas Roessler [Thu, 27 Jan 2005 18:22:41 +0000 (18:22 +0000)]
# changelog commit

20 years agoA gpg command line contains both --verbose and --no-verbose, remove
Marco d'Itri [Thu, 27 Jan 2005 18:21:51 +0000 (18:21 +0000)]
A gpg command line contains both --verbose and --no-verbose, remove
the first.

20 years ago# changelog commit
Thomas Roessler [Wed, 26 Jan 2005 14:33:25 +0000 (14:33 +0000)]
# changelog commit

20 years agoAnd, thinking about it further, this should just be an empty string,
Thomas Roessler [Wed, 26 Jan 2005 14:33:08 +0000 (14:33 +0000)]
And, thinking about it further, this should just be an empty string,
not "(null)".

20 years ago# changelog commit
Thomas Roessler [Wed, 26 Jan 2005 14:32:26 +0000 (14:32 +0000)]
# changelog commit

20 years agoThe last Context->pattern fix was still crap. Ooooops. (Thanks
Thomas Roessler [Wed, 26 Jan 2005 14:32:06 +0000 (14:32 +0000)]
The last Context->pattern fix was still crap.  Ooooops. (Thanks
Ralf.)

20 years ago# changelog commit
Thomas Roessler [Wed, 26 Jan 2005 13:37:15 +0000 (13:37 +0000)]
# changelog commit

20 years agoIMAP header cache.
Thomas Glanzmann [Wed, 26 Jan 2005 13:36:44 +0000 (13:36 +0000)]
IMAP header cache.

20 years ago# changelog commit
Thomas Roessler [Wed, 26 Jan 2005 12:38:19 +0000 (12:38 +0000)]
# changelog commit

20 years agoMake some functions static.
Ralf Wildenhues [Wed, 26 Jan 2005 12:37:38 +0000 (12:37 +0000)]
Make some functions static.

20 years ago# changelog commit
Thomas Roessler [Wed, 26 Jan 2005 12:37:04 +0000 (12:37 +0000)]
# changelog commit

20 years agoFix some printf arguments.
Ralf Wildenhues [Wed, 26 Jan 2005 12:36:36 +0000 (12:36 +0000)]
Fix some printf arguments.

20 years ago# changelog commit
Thomas Roessler [Wed, 26 Jan 2005 12:22:50 +0000 (12:22 +0000)]
# changelog commit

20 years ago*** empty log message ***
Thomas Roessler [Wed, 26 Jan 2005 12:21:46 +0000 (12:21 +0000)]
*** empty log message ***

20 years agoA variant of
Thomas Roessler [Wed, 26 Jan 2005 12:16:54 +0000 (12:16 +0000)]
A variant of
<http://marc.theaimsgroup.com/?l=mutt-dev&m=110053165002362&w=2>.
Spotted by Ralf Wildenhues <wildenhues@ins.uni-bonn.de>.

20 years ago# changelog commit
Brendan Cully [Mon, 17 Jan 2005 02:26:11 +0000 (02:26 +0000)]
# changelog commit

20 years agocvs log emits a timezone after the hour, at least here. Adjust date regexp
Brendan Cully [Mon, 17 Jan 2005 02:24:49 +0000 (02:24 +0000)]
cvs log emits a timezone after the hour, at least here. Adjust date regexp
to handle that case.

20 years ago# changelog commit
Brendan Cully [Sat, 15 Jan 2005 17:50:33 +0000 (17:50 +0000)]
# changelog commit

20 years agoMajor translation updates forgotten in mutt-po.
Adeodato Simó [Sat, 15 Jan 2005 17:45:01 +0000 (17:45 +0000)]
Major translation updates forgotten in mutt-po.
(I missed cs in the last commit).

20 years ago# changelog commit
Brendan Cully [Sat, 15 Jan 2005 08:03:44 +0000 (08:03 +0000)]
# changelog commit

20 years agoUpdate commit targets to work when builddir != srcdir.
Brendan Cully [Sat, 15 Jan 2005 08:01:35 +0000 (08:01 +0000)]
Update commit targets to work when builddir != srcdir.

20 years ago# changelog commit
Brendan Cully [Sat, 15 Jan 2005 07:59:22 +0000 (07:59 +0000)]
# changelog commit

20 years agoi18n updates.
Adeodato Simó [Sat, 15 Jan 2005 07:43:29 +0000 (07:43 +0000)]
i18n updates.

20 years ago# changelog commit
Brendan Cully [Sat, 15 Jan 2005 07:37:45 +0000 (07:37 +0000)]
# changelog commit

20 years agoSundry documentation nits fixed.
Adeodato Simó [Sat, 15 Jan 2005 07:36:37 +0000 (07:36 +0000)]
Sundry documentation nits fixed.
Debian #210679, #254294, #258621, #272579

20 years ago# changelog commit
Thomas Roessler [Tue, 11 Jan 2005 12:16:01 +0000 (12:16 +0000)]
# changelog commit

20 years agoDocument send2-hook.
Thomas Roessler [Tue, 11 Jan 2005 12:15:13 +0000 (12:15 +0000)]
Document send2-hook.

20 years ago# changelog commit
Thomas Roessler [Tue, 11 Jan 2005 11:10:04 +0000 (11:10 +0000)]
# changelog commit

20 years agosend2-hook should also be executed after the first time the message
Thomas Roessler [Tue, 11 Jan 2005 11:09:15 +0000 (11:09 +0000)]
send2-hook should also be executed after the first time the message
is edited by the user.

20 years ago# changelog commit
Thomas Roessler [Sun, 9 Jan 2005 15:36:14 +0000 (15:36 +0000)]
# changelog commit

20 years agoReplace muttbug and its documentation by a note that acknowledges
Thomas Roessler [Sun, 9 Jan 2005 15:35:51 +0000 (15:35 +0000)]
Replace muttbug and its documentation by a note that acknowledges
the shut down of the bug tracking system.

20 years ago# changelog commit
Thomas Roessler [Tue, 21 Dec 2004 09:46:53 +0000 (09:46 +0000)]
# changelog commit

20 years agoFix Debian #275188.
Thomas Roessler [Tue, 21 Dec 2004 09:46:24 +0000 (09:46 +0000)]
Fix Debian #275188.

20 years ago# changelog commit
Thomas Roessler [Wed, 8 Dec 2004 17:36:35 +0000 (17:36 +0000)]
# changelog commit

20 years agoAdd send2-hook and fix alternates handling.
Thomas Roessler [Tue, 7 Dec 2004 19:50:04 +0000 (19:50 +0000)]
Add send2-hook and fix alternates handling.

20 years ago# changelog commit
Thomas Roessler [Fri, 19 Nov 2004 16:17:14 +0000 (16:17 +0000)]
# changelog commit

20 years agoDocument tag-prefix-cond.
René Clerc [Fri, 19 Nov 2004 16:16:50 +0000 (16:16 +0000)]
Document tag-prefix-cond.

20 years ago# changelog commit
Thomas Roessler [Mon, 8 Nov 2004 08:43:42 +0000 (08:43 +0000)]
# changelog commit

20 years agoHaving a signed one-bit bitfield is quite odd -- its value is either
Ralf Wildenhues [Mon, 8 Nov 2004 08:43:17 +0000 (08:43 +0000)]
Having a signed one-bit bitfield is quite odd -- its value is either
0 or -1.  Although the current code is not broken because it doesn't
test equality to 1, IMHO it's better not to use that.

20 years ago# changelog commit
Thomas Roessler [Mon, 8 Nov 2004 07:30:57 +0000 (07:30 +0000)]
# changelog commit

20 years agoThere's a size_t in imap_append_message not printed out portably.
Ralf Wildenhues [Mon, 8 Nov 2004 07:30:29 +0000 (07:30 +0000)]
There's a size_t in imap_append_message not printed out portably.

20 years ago# changelog commit
Thomas Roessler [Tue, 2 Nov 2004 13:31:21 +0000 (13:31 +0000)]
# changelog commit

20 years agoFix flag confusion. Noted by Vincent Lefevre.
Thomas Roessler [Tue, 2 Nov 2004 13:30:58 +0000 (13:30 +0000)]
Fix flag confusion.  Noted by Vincent Lefevre.

20 years ago# changelog commit
Thomas Roessler [Sat, 30 Oct 2004 22:00:34 +0000 (22:00 +0000)]
# changelog commit