changeset: 7152:19597bb7baa6
user: Kevin McCarthy
date: Wed Sep 13 15:48:13 2017 -0700
link: http://dev.mutt.org/hg/mutt/rev/19597bb7baa6
Remove \Seen flag setting for imap trash. (see #3966) (see #3860)
Commit 323e3d6e5e4c has a side effect where spurious FETCH flag
updates afte
changeset: 7145:f2298b3e6b93
user: Kevin McCarthy
date: Mon Sep 04 09:20:53 2017 -0700
link: http://dev.mutt.org/hg/mutt/rev/f2298b3e6b93
Fix fp resource leak. (closes #3965)
Thanks to dcb314 for reporting the issue.
changeset: 7146:3c6f3ca07807
user: Kevin McCarthy
date:
changeset: 7107:cf98f5d606a3
user: Kevin McCarthy
date: Wed Jul 19 14:04:32 2017 -0700
link: http://dev.mutt.org/hg/mutt/rev/cf98f5d606a3
Fix menu color calls to occur before positioning the cursor. (see #3956)
It is possible for menu->color() to end up fetching an imap message,
a
changeset: 7097:b90d818b768c
user: Kevin McCarthy
date: Mon Jul 03 19:22:18 2017 -0700
link: http://dev.mutt.org/hg/mutt/rev/b90d818b768c
Add L10N comments to the GNUTLS certificate prompt.
The prompts are shared with OpenSSL, and so the prompts end up being
separate from the acti
changeset: 7078:915ba3928d49
user: Kevin McCarthy
date: Tue Jun 06 18:38:41 2017 -0700
link: http://dev.mutt.org/hg/mutt/rev/915ba3928d49
Restore setenv function.
Partially revert fa1192803257, restoring setenv. It turns out we
still need the function.
changeset: 7079:02ff427725
changeset: 7064:085fc55029d8
user: Kevin McCarthy
date: Mon May 29 11:48:41 2017 -0700
link: http://dev.mutt.org/hg/mutt/rev/085fc55029d8
Convert classic s/mime to space delimit findKeys output.
Unlike gpgme and classic pgp, smime used a "cert\ncert\n" pattern.
Convert to use a sp
changeset: 7007:24e38e932693
user: Kevin McCarthy
date: Sat Apr 15 12:56:42 2017 -0700
link: http://dev.mutt.org/hg/mutt/rev/24e38e932693
Add ifdefs around new mutt_resize_screen calls.
Changeset 231fa2eff206 added sigwinch handling to _mutt_enter_string()
but neglected to add an
changeset: 6998:a8b1017a4cc1
user: Kevin McCarthy
date: Sat Apr 08 14:18:26 2017 -0700
link: http://dev.mutt.org/hg/mutt/rev/a8b1017a4cc1
Silence imap progress messages for pipe-message. (see #3929)
_mutt_pipe_message() calls endwin(), and then calls pipe_msg(). If an
imap messag
changeset: 6971:37209157e33c
user: Kevin McCarthy
date: Sat Mar 18 13:48:02 2017 -0700
link: http://dev.mutt.org/hg/mutt/rev/37209157e33c
Pass envlist to filter children too. (closes #3922)
The new setenv patch neglected to pass the envlist for filters too.
Unfortunately, the fi
changeset: 6960:5a04f3797f03
user: Matthias Andree
date: Tue Mar 07 18:26:04 2017 -0800
link: http://dev.mutt.org/hg/mutt/rev/5a04f3797f03
Add $ssl_verify_partial_chains option for OpenSSL. (closes #3916)
The reworked OpenSSL certificate validation took away a "feature" of
the pr
changeset: 6931:2632bc4f5b20
user: Kevin McCarthy
date: Sun Feb 12 09:59:41 2017 -0800
link: http://dev.mutt.org/hg/mutt/rev/2632bc4f5b20
Filter expired local certs for OpenSSL verification.
OpenSSL has trouble establishing the chain and verifying when
duplicate expired certs are
changeset: 6919:9ca99f2b1205
user: Kevin McCarthy
date: Tue Jan 31 14:27:09 2017 -0800
link: http://dev.mutt.org/hg/mutt/rev/9ca99f2b1205
Fix the mutt_label_complete() pos parameter.
i is the state->wbuf index, not the end of the buf. It was "working"
only because the contents of
changeset: 6899:ebb93147aec7
user: Kevin McCarthy
date: Fri Jan 06 14:17:10 2017 -0800
link: http://dev.mutt.org/hg/mutt/rev/ebb93147aec7
Convert HASH to be indexable by unsigned int. (see #3905)
Convert the HASH to be usable for either string or unsigned int keys,
so that a uid h
changeset: 6837:a9e7402af4de
user: Damien Riegel
date: Mon Nov 07 18:06:13 2016 -0800
link: http://dev.mutt.org/hg/mutt/rev/a9e7402af4de
attach_format: add new %F placeholder
This new placeholder allows to print the attachment name as it will be
seen on the recipient side.
change
changeset: 6782:90c1b756d87d
user: Kevin McCarthy
date: Mon Sep 05 12:22:58 2016 -0700
link: http://dev.mutt.org/hg/mutt/rev/90c1b756d87d
Autoconf: always check for getaddrinfo().
The getdnsdomainname() function introduced in 1.6.0 uses
getaddrinfo().
Pull the dependency checks f
On Sun, Jul 17, 2016 at 07:48:52PM -0700, Brendan Cully wrote:
> +rc = imap_exec_msgset (idata, "UID COPY", mmbox, MUTT_TRASH, 0, 0);
>
note that here is also a [UID] MOVE extension, which is somewhat more
efficient. (caveat: UID MOVE is broken with m$ exchange, so in isync i
implemented a way
changeset: 6726:20499921a4e5
user: Kevin McCarthy
date: Sun Jul 17 19:31:09 2016 -0700
link: http://dev.mutt.org/hg/mutt/rev/20499921a4e5
Add the trash folder patch.
This is based on the trash folder patch by Cedric Duval.
Modifications to the original patch are:
* Use a flag cal
changeset: 6685:3ec6c133641c
user: Damien Riegel
date: Sat Jun 18 12:41:42 2016 -0700
link: http://dev.mutt.org/hg/mutt/rev/3ec6c133641c
pass context in mx_close_message
The mx_close_message is one of the few mx_* functions that don't have a
context as parameter. To make them more
changeset: 6675:594137a8ea12
user: Kevin McCarthy
date: Wed Jun 08 13:16:45 2016 -0700
link: http://dev.mutt.org/hg/mutt/rev/594137a8ea12
Add sidebar_format flag '%n' to display 'N' on new mail.
changeset: 6676:4be8b077c81f
user: Kevin McCarthy
date: Wed Jun 08 14:43:35
changeset: 6655:0ae29df8a81a
user: Damien Riegel
date: Thu May 26 14:05:36 2016 -0700
link: http://dev.mutt.org/hg/mutt/rev/0ae29df8a81a
add function imap_check_mailbox_reopen
In mx_check_mailbox, imap mailbox is the only function with a different
prototype: it has an extra force
changeset: 6545:fdd3fdd6f708
user: Kevin McCarthy
date: Fri Jan 01 12:07:40 2016 -0800
link: http://dev.mutt.org/hg/mutt/rev/fdd3fdd6f708
Update copyright notices.
This patch only updates existing copyright notices in the source
files, using commit dates since the last copyright u
changeset: 6512:590ff6eebe1a
user: Kevin McCarthy
date: Wed Sep 30 11:21:06 2015 +0800
link: http://dev.mutt.org/hg/mutt/rev/590ff6eebe1a
Fix oob reads when fgets returns "\0". (closes #3776)
The ticket reported an out of bounds read in mutt_read_rfc822_line()
when a '\0' was emb
changeset: 6452:aabd030b25cb
user: Kevin McCarthy
date: Sun Jun 07 13:59:19 2015 -0700
link: http://dev.mutt.org/hg/mutt/rev/aabd030b25cb
smime_keys: Add purpose flag to index.
A subsequent patch will change smime.c to use the purpose to filter
certs and keys that can't be used fo
changeset: 6426:aac979f8b529
user: Kevin McCarthy
date: Tue Mar 17 16:28:54 2015 -0700
link: http://dev.mutt.org/hg/mutt/rev/aac979f8b529
Clarify hook documentation to specify regexp instead of pattern.
Account-hook, crypt-hook, and mbox-hook accept a regexp parameter, not a
patte
changeset: 6420:47b4e57b2f1c
user: Kevin McCarthy
date: Sun Feb 15 10:08:58 2015 -0800
link: http://dev.mutt.org/hg/mutt/rev/47b4e57b2f1c
Convert pgp_key_t fingerprint to a char* (see #3695)
Currently only pgppubring.c is using the fingerprint field, and is using
it to store a bin
changeset: 6341:b5c894182719
user: Kevin McCarthy
date: Sun Jul 14 19:48:44 2013 -0700
link: http://dev.mutt.org/hg/mutt/rev/b5c894182719
Allow filename prompt when saving multiple attachments to a directory. (closes
#3083)
Currently, if you specify a directory when saving multip
changeset: 6331:23e07107122e
user: Brendan Cully
date: Tue Oct 22 21:25:04 2013 -0700
link: http://dev.mutt.org/hg/mutt/rev/23e07107122e
Close HEAD
changeset: 6332:9fcfd9c623f0
user: Brendan Cully
date: Tue Oct 22 21:25:31 2013 -0700
link: http://dev.mutt.org/hg/mu
changeset: 6320:8c5ea668e7e0
user: Brendan Cully
date: Thu Oct 17 22:43:05 2013 -0700
link: http://dev.mutt.org/hg/mutt/rev/8c5ea668e7e0
automatic post-release commit for mutt-1.5.22
changeset: 6321:941ba77040a8
user: Brendan Cully
date: Thu Oct 17 22:43:06 2013 -0700
l
3 new changesets in mutt:
http://dev.mutt.org/hg/mutt/rev/1a75c9e477b4
changeset: 6286:1a75c9e477b4
branch: HEAD
tag: tip
user:Michael Elkins
date:Mon Jan 14 20:39:15 2013 -0800
summary: detect pipermail-style obscured return path in mbox From lines
http://dev.
3 new changesets in mutt:
http://dev.mutt.org/hg/mutt/rev/7d55bad3b11f
changeset: 6259:7d55bad3b11f
branch: HEAD
tag: tip
user:Matthias Andree
date:Fri Dec 21 11:17:41 2012 +0100
summary: Fix VPATH-based generation of non-hg-mq based patchlists.
http://dev.mutt
3 new changesets in mutt:
http://dev.mutt.org/hg/mutt/rev/ed06326ae8a8
changeset: 6227:ed06326ae8a8
branch: HEAD
tag: tip
user:Andrew Gaul
date:Sun Dec 16 20:23:17 2012 -0800
summary: Correct typos
http://dev.mutt.org/hg/mutt/rev/5e745e37fe6e
changeset: 6226:
3 new changesets in mutt:
http://dev.mutt.org/hg/mutt/rev/dace74dd904a
changeset: 6219:dace74dd904a
branch: HEAD
tag: tip
user:Michael Elkins
date:Sat Dec 01 14:48:27 2012 -0800
summary: list-reply documentation should mention its behavior wrt the
List-Post hea
3 new changesets in mutt:
http://dev.mutt.org/hg/mutt/rev/b574d6f9f532
changeset: 6183:b574d6f9f532
branch: HEAD
tag: tip
user:Michael Elkins
date:Mon Jun 20 16:39:27 2011 -0700
summary: rfc2047 encode recipient list in resent-to header field. closes
#3512
ht
3 new changesets in mutt:
http://dev.mutt.org/hg/mutt/rev/a23835db228d
changeset: 6159:a23835db228d
branch: HEAD
tag: tip
user:Michael Elkins
date:Wed Sep 29 14:17:24 2010 -0700
summary: Add $reflow_text boolean, and $reflow_wrap variables to control
display of
3 new changesets in mutt:
http://dev.mutt.org/hg/mutt/rev/cf97505addf8
changeset: 6072:cf97505addf8
branch: HEAD
tag: tip
user:Michael Elkins
date:Sat Apr 03 20:34:04 2010 -0700
summary: prevent user from setting $charset to an empty string since other
code req
3 new changesets in mutt:
http://dev.mutt.org/hg/mutt/rev/b9baa0234846
changeset: 6069:b9baa0234846
branch: HEAD
tag: tip
user:Simon Ruderich
date:Thu Apr 01 10:10:21 2010 -0700
summary: fix comment typos
http://dev.mutt.org/hg/mutt/rev/96ed7cdacdc6
changeset:
3 new changesets in mutt:
http://dev.mutt.org/hg/mutt/rev/cc02f079b1b9
changeset: 6054:cc02f079b1b9
branch: HEAD
tag: tip
user:Brendan Cully
date:Mon Mar 01 22:40:41 2010 -0800
summary: Guard dequote with NULL check on personal field
http://dev.mutt.org/hg/mutt
3 new changesets in mutt:
http://dev.mutt.org/hg/mutt/rev/6b48ff4e69a3
changeset: 6025:6b48ff4e69a3
branch: HEAD
tag: tip
user:Ren? Clerc
date:Thu Aug 20 11:34:44 2009 +0200
summary: No-brain documentation typo fix
http://dev.mutt.org/hg/mutt/rev/e196cfc00105
c
3 new changesets in mutt:
http://dev.mutt.org/hg/mutt/rev/d0fce0eec0b3
changeset: 6022:d0fce0eec0b3
branch: HEAD
tag: tip
user:Rocco Rutte
date:Mon Aug 17 17:07:26 2009 +0200
summary: Doc: fix more typos
http://dev.mutt.org/hg/mutt/rev/8ecff5e69ee1
changeset:
3 new changesets in mutt:
http://dev.mutt.org/hg/mutt/rev/002b4676d502
changeset: 6015:002b4676d502
branch: HEAD
tag: tip
user:Brendan Cully
date:Sun Aug 09 14:45:31 2009 -0700
summary: Add buffy_new and buffy_free abstractions.
http://dev.mutt.org/hg/mutt/rev/
3 new changesets in mutt:
http://dev.mutt.org/hg/mutt/rev/d4ea7f571f10
changeset: 6012:d4ea7f571f10
branch: HEAD
tag: tip
user:Brendan Cully
date:Sat Aug 08 22:50:39 2009 -0700
summary: Split out mailbox-specific code in mutt_buffy_check
http://dev.mutt.org/hg/
3 new changesets in mutt:
http://dev.mutt.org/hg/mutt/rev/d41e043fa775
changeset: 5987:d41e043fa775
branch: HEAD
tag: tip
user:Fabian Groffen
date:Wed Jul 22 15:25:59 2009 +0200
summary: Use CRYPT_BACKEND_GPGME instead of non-existent HAVE_GPGME
http://dev.mutt
3 new changesets in mutt:
http://dev.mutt.org/hg/mutt/rev/f6c6066a5925
changeset: 5965:f6c6066a5925
branch: HEAD
tag: tip
user:Rocco Rutte
date:Wed Jul 01 18:13:34 2009 -0700
summary: Make getuser/pass abort if input is required in batch mode.
http://dev.mutt.o
3 new changesets in mutt:
http://dev.mutt.org/hg/mutt/rev/b2b97c7a2ae6
changeset: 5949:b2b97c7a2ae6
branch: HEAD
tag: tip
user:Brendan Cully
date:Fri Jun 26 21:47:34 2009 -0700
summary: Set internaldate of messages appended to IMAP mailboxes
http://dev.mutt.org
3 new changesets in mutt:
http://dev.mutt.org/hg/mutt/rev/c6fe0bb8cf11
changeset: 5917:c6fe0bb8cf11
branch: HEAD
tag: tip
user:Antonio Radici
date:Thu Jun 18 15:06:14 2009 +0200
summary: Provide smime_keys(1). Closes #3272.
http://dev.mutt.org/hg/mutt/rev/508bf
3 new changesets in mutt:
http://dev.mutt.org/hg/mutt/rev/83ffb5593bc6
changeset: 5885:83ffb5593bc6
branch: HEAD
tag: tip
user:Brendan Cully
date:Sat Jun 13 19:52:43 2009 -0700
summary: Adjust menu position after sync more carefully. Closes #3092.
http://dev.mu
3 new changesets in mutt:
http://dev.mutt.org/hg/mutt/rev/386f2ce6b872
changeset: 5857:386f2ce6b872
branch: HEAD
tag: tip
user:Rocco Rutte
date:Wed Jun 03 22:35:32 2009 +0200
summary: Fix several f=f bugs
http://dev.mutt.org/hg/mutt/rev/cdfc2dc540b0
changeset:
3 new changesets in mutt:
http://dev.mutt.org/hg/mutt/rev/c1b947f60ea6
changeset: 5832:c1b947f60ea6
branch: HEAD
tag: tip
user:Dan Loewenherz
date:Sat Apr 25 01:56:39 2009 -0400
summary: Disables the insecure SSLv2 protocol. Closes #3192.
http://dev.mutt.org/hg
3 new changesets in mutt:
http://dev.mutt.org/hg/mutt/rev/f260f5836284
changeset: 5823:f260f5836284
branch: HEAD
tag: tip
user:Rocco Rutte
date:Thu May 28 16:37:44 2009 +0200
summary: SMTP: don't interactively authenticate without a password in
batch/mailx mode
3 new changesets in mutt:
http://dev.mutt.org/hg/mutt/rev/0aa313a3bf20
changeset: 5783:0aa313a3bf20
branch: HEAD
tag: tip
user:Bertram Felgenhauer
date:Wed Apr 22 23:29:23 2009 +0200
summary: Fix memory leak in mutt_edit_headers(). Closes #3220.
http://dev.mutt
3 new changesets in mutt:
http://dev.mutt.org/hg/mutt/rev/a4f66ae72dc5
changeset: 5769:a4f66ae72dc5
branch: HEAD
tag: tip
user:Rocco Rutte
date:Thu Apr 16 19:23:32 2009 +0200
summary: POP: Default to using getservbyname() as we do for IMAP and SMTP
http://dev.m
3 new changesets in mutt:
http://dev.mutt.org/hg/mutt/rev/667b0006b586
changeset: 5763:667b0006b586
branch: HEAD
tag: tip
user:Rocco Rutte
date:Tue Apr 07 19:57:30 2009 +0200
summary: Fix b5cbd0dab863, closes #3215.
http://dev.mutt.org/hg/mutt/rev/d344c6429a48
3 new changesets in mutt:
http://dev.mutt.org/hg/mutt/rev/8205a12329d3
changeset: 5732:8205a12329d3
branch: HEAD
tag: tip
user:Miroslav Lichvar
date:Wed Apr 01 14:33:35 2009 +0200
summary: Use PATH_MAX for buffers passed to realpath(3) as we're supposed to
http
3 new changesets in mutt:
http://dev.mutt.org/hg/mutt/rev/be9fb07730c6
changeset: 5720:be9fb07730c6
branch: HEAD
tag: tip
user:Thomas Roessler
date:Sat Mar 28 22:37:22 2009 +0100
summary: Make IDNA code more readable
http://dev.mutt.org/hg/mutt/rev/77cfe8016930
3 new changesets in mutt:
http://dev.mutt.org/hg/mutt/rev/ff74e612f790
changeset: 5667:ff74e612f790
branch: HEAD
tag: tip
user:Brendan Cully
date:Sun Jan 11 21:47:22 2009 -0800
summary: GNUTLS: check all available certs noninteractively before
presenting any me
3 new changesets in mutt:
http://dev.mutt.org/hg/mutt/rev/e13e903af3bf
changeset: 5586:e13e903af3bf
branch: HEAD
tag: tip
user:Rocco Rutte <[EMAIL PROTECTED]>
date:Sat Dec 06 15:06:21 2008 +0100
summary: Manual: Fixup configuration command synopsis and switch to
3 new changesets in mutt:
http://dev.mutt.org/hg/mutt/rev/82b4664129cd
changeset: 5573:82b4664129cd
branch: HEAD
tag: tip
user:Rocco Rutte <[EMAIL PROTECTED]>
date:Sun Nov 23 18:46:41 2008 +0100
summary: Complete e1304a641938 commit
http://dev.mutt.org/hg/mutt/r
3 new changesets in mutt:
http://dev.mutt.org/hg/mutt/rev/8087be7178cd
changeset: 5562:8087be7178cd
branch: HEAD
tag: tip
user:Brendan Cully <[EMAIL PROTECTED]>
date:Sat Nov 15 20:24:46 2008 -0800
summary: Use with_tokyocabinet exclusively (with_tc is undefined).
3 new changesets in mutt:
http://dev.mutt.org/hg/mutt/rev/c2439fc68cd6
changeset: 5558:c2439fc68cd6
branch: HEAD
tag: tip
user:TAKAHASHI Tamotsu <[EMAIL PROTECTED]>
date:Wed Oct 29 20:49:27 2008 -0700
summary: Restart pager search from top if called twice. Do not
3 new changesets in mutt:
http://dev.mutt.org/hg/mutt/rev/10a1f06bc8aa
changeset: 5541:10a1f06bc8aa
branch: HEAD
tag: tip
user:Brendan Cully <[EMAIL PROTECTED]>
date:Tue Oct 07 19:22:53 2008 -0700
summary: Clean up with/without-idn handling
http://dev.mutt.org/h
3 new changesets in mutt:
http://dev.mutt.org/hg/mutt/rev/045c5942e1ad
changeset: 5493:045c5942e1ad
branch: HEAD
tag: tip
user:Rocco Rutte <[EMAIL PROTECTED]>
date:Sun Aug 24 20:01:31 2008 +0200
summary: Manual: Fix DTD validation error and message header display
3 new changesets in mutt:
http://dev.mutt.org/hg/mutt/rev/1f9849496bc2
changeset: 5490:1f9849496bc2
branch: HEAD
tag: tip
user:Brendan Cully <[EMAIL PROTECTED]>
date:Sat Aug 23 15:25:49 2008 -0700
summary: Whitespace cleanup
http://dev.mutt.org/hg/mutt/rev/63efe
3 new changesets in mutt:
http://dev.mutt.org/hg/mutt/rev/15d93fe50e62
changeset: 5486:15d93fe50e62
branch: HEAD
tag: tip
user:Rocco Rutte <[EMAIL PROTECTED]>
date:Thu Aug 21 10:42:31 2008 +0200
summary: Clarify documentation for $config_charset.
http://dev.mutt
3 new changesets in mutt:
http://dev.mutt.org/hg/mutt/rev/573d1aab3c89
changeset: 5482:573d1aab3c89
branch: HEAD
tag: tip
user:Brendan Cully <[EMAIL PROTECTED]>
date:Tue Aug 19 13:17:18 2008 -0700
summary: Silence an incorrect uninitialized variable warning.
htt
3 new changesets in mutt:
http://dev.mutt.org/hg/mutt/rev/95a11c7f677d
changeset: 5479:95a11c7f677d
branch: HEAD
tag: tip
user:Vincent Lefevre <[EMAIL PROTECTED]>
date:Mon Aug 18 13:08:43 2008 -0700
summary: Updated French translation.
http://dev.mutt.org/hg/mut
3 new changesets in mutt:
http://dev.mutt.org/hg/mutt/rev/934a802dff7f
changeset: 5452:934a802dff7f
branch: HEAD
tag: tip
user:Rocco Rutte <[EMAIL PROTECTED]>
date:Fri Jul 11 08:47:01 2008 +0200
summary: Verify hostname in (Open)SSL certificate validation
http:/
3 new changesets in mutt:
http://dev.mutt.org/hg/mutt/rev/553ae136f20e
changeset: 5355:553ae136f20e
branch: HEAD
tag: tip
user:Rocco Rutte <[EMAIL PROTECTED]>
date:Wed Feb 27 14:45:13 2008 +0100
summary: Update copyright years in 'mutt -v' output and COPYRIGHT
h
3 new changesets in mutt:
http://dev.mutt.org/hg/mutt/rev/130aa0517251
changeset: 5341:130aa0517251
branch: HEAD
tag: tip
user:Rocco Rutte <[EMAIL PROTECTED]>
date:Mon Jan 14 23:00:37 2008 +0100
summary: Fix typo of in dae38f5ab2a5 commit
http://dev.mutt.org/hg/
3 new changesets in mutt:
http://dev.mutt.org/hg/mutt/rev/4a66cbb5230c
changeset: 5297:4a66cbb5230c
branch: HEAD
tag: tip
parent: 5296:84284776659e
parent: 5294:4bba47e6d026
user:Rocco Rutte <[EMAIL PROTECTED]>
date:Fri Nov 09 20:23:29 2007 +0100
summary:
3 new changesets in mutt:
http://dev.mutt.org/hg/mutt/rev/c15eeb44f139
changeset: 5234:c15eeb44f139
branch: HEAD
tag: tip
user:Rocco Rutte <[EMAIL PROTECTED]>
date:Thu Oct 11 12:10:49 2007 +0200
summary: Document format string pipes.
http://dev.mutt.org/hg/mutt/
3 new changesets in mutt:
http://dev.mutt.org/hg/mutt/rev/bb4f47b4578d
changeset: 5205:bb4f47b4578d
branch: HEAD
tag: tip
user:Rocco Rutte <[EMAIL PROTECTED]>
date:Wed Sep 05 06:56:25 2007 +
summary: Fix buffer overflow in mutt_FormatString()
http://dev.mutt
3 new changesets in mutt:
http://dev.mutt.org/hg/mutt/rev/3f8829e739e9
changeset: 5201:3f8829e739e9
branch: HEAD
tag: tip
user:Brendan Cully <[EMAIL PROTECTED]>
date:Tue Aug 28 11:33:52 2007 -0700
summary: Insert .pp after .de to fix man page generation (closes #
3 new changesets in mutt:
http://dev.mutt.org/hg/mutt/rev/ef1882fe42f9
changeset: 5174:ef1882fe42f9
branch: HEAD
tag: tip
user:Pawel Dziekonski <[EMAIL PROTECTED]>
date:Sun Jun 10 21:30:58 2007 -0700
summary: Updated Polish translation.
http://dev.mutt.org/hg/mu
3 new changesets in mutt:
http://dev.mutt.org/hg/mutt/rev/cb9bef17b3a8
changeset: 5139:cb9bef17b3a8
branch: HEAD
tag: tip
user:Michael Elkins <[EMAIL PROTECTED]>
date:Sun Apr 15 15:43:57 2007 -0700
summary: Removed hardcoded pager progress indicator and add %P fo
3 new changesets in mutt:
http://dev.mutt.org/hg/mutt/rev/e96bd1f85634
changeset: 5063:e96bd1f85634
branch: HEAD
tag: tip
user:Brendan Cully <[EMAIL PROTECTED]>
date:Wed Apr 04 16:31:50 2007 -0700
summary: Ignore cscope files
http://dev.mutt.org/hg/mutt/rev/5e0e
3 new changesets in mutt:
http://dev.mutt.org/hg/mutt/rev/f467353f5657
changeset: 5034:f467353f5657
tag: tip
user:Brendan Cully <[EMAIL PROTECTED]>
date:Sat Mar 31 18:50:39 2007 -0700
summary: Add tmp flag to bcache_put, create bcache_commit.
http://dev.mutt.org/hg/m
76 matches
Mail list logo