]>
granicus.if.org Git - mutt/log
Antoine Reilles [Tue, 20 Mar 2007 16:45:04 +0000 (09:45 -0700)]
Remove trailing slash from $folder in mutt_expand_path.
Rocco Rutte [Tue, 20 Mar 2007 15:20:10 +0000 (08:20 -0700)]
Make f=f handler behave like old f=f handler for quoted lines
Now lines containing quote characters but no further content appear as
quoted lines again for making replies. Also, the spaces between quotes
and text are removed to make output look as it did for the old handler.
Rocco Rutte [Mon, 19 Mar 2007 15:12:25 +0000 (08:12 -0700)]
Manual: f=f messages are text/plain, not "plain ASCII"
Michael Elkins [Fri, 16 Mar 2007 18:21:59 +0000 (11:21 -0700)]
Fixed segfault when attempting to open an imaps mailbox when mutt is not configured with SSL support.
Brendan Cully [Fri, 16 Mar 2007 16:39:30 +0000 (09:39 -0700)]
Move configure.in to configure.ac
Brendan Cully [Thu, 15 Mar 2007 23:29:42 +0000 (16:29 -0700)]
Add reldate.h to BUILT_SOURCES
Christoph Berg [Thu, 15 Mar 2007 15:10:48 +0000 (16:10 +0100)]
Remove reldate.h from EXTRADIST to fix out-of-tree builds from tarballs (and
remove some stray tabs).
Christoph Berg [Thu, 15 Mar 2007 16:39:46 +0000 (17:39 +0100)]
Remove absolute paths.
Christoph Berg [Thu, 15 Mar 2007 16:21:05 +0000 (17:21 +0100)]
Pull release date directly from Changelog.
Brendan Cully [Thu, 15 Mar 2007 16:23:47 +0000 (09:23 -0700)]
Remove .cvsignores
Rocco Rutte [Thu, 15 Mar 2007 15:48:04 +0000 (08:48 -0700)]
Document pattern groups in the manual
Sync with muttrc. Add some rationale for groups. Fix some style issues.
Fix quoting issue with $smtp_authenticators.
Kyle Wheeler [Thu, 15 Mar 2007 06:03:37 +0000 (23:03 -0700)]
Improved pattern documentation (group/ungroup)
Brendan Cully [Thu, 15 Mar 2007 05:29:41 +0000 (22:29 -0700)]
Undefine mbyte macros before overriding them (#2820)
Brendan Cully [Thu, 15 Mar 2007 05:29:14 +0000 (22:29 -0700)]
Let user review ChangeLog after hg-commit writes it
Christoph Berg [Thu, 15 Mar 2007 01:12:32 +0000 (02:12 +0100)]
Add gen-map-doc to EXTRADIST, call using perl in srcdir, fix makedoc rules.
Christoph Berg [Thu, 15 Mar 2007 00:07:08 +0000 (01:07 +0100)]
Generate menu binding documentation from functions.h and OPS*.
Brendan Cully [Wed, 14 Mar 2007 21:45:37 +0000 (14:45 -0700)]
Update IMAP ACL parser to recognize RFC rights
Brendan Cully [Wed, 14 Mar 2007 21:04:25 +0000 (14:04 -0700)]
Add demo mutt_xtitle script
Brendan Cully [Wed, 14 Mar 2007 20:57:23 +0000 (13:57 -0700)]
Remove trailing newlines from fmtpipe return value.
Increase fmtpipe logging level to 3.
David Champion [Wed, 14 Mar 2007 20:49:11 +0000 (13:49 -0700)]
Allow format strings to be filtered.
Any format string ending in | will be expanded and piped through the
first word in the string. The string returned will be used for
display. If the returned string ends in %, it will be passed through
the formatter a second time. This allows the filter to generate a
replacement format string including % expandos.
Brendan Cully [Wed, 14 Mar 2007 20:26:47 +0000 (13:26 -0700)]
Recheck capabilities after authentication (closes: #2837)
Christoph Berg [Wed, 14 Mar 2007 20:09:20 +0000 (13:09 -0700)]
mutt.man and mutt -h updates
the following patch documents mutt --, removes the reference to flea,
and generally updates the mutt.1 manpage.
(I removed -d from the SYNOPSIS part since it wasn't entirely correct
syntactically there and putting it elsewhere seems like unnecessary
clutter.)
Brendan Cully [Wed, 14 Mar 2007 19:58:33 +0000 (12:58 -0700)]
Always give realpath a shot at the hcache folder name. Remove other hacks.
Rocco Rutte [Wed, 14 Mar 2007 19:53:49 +0000 (12:53 -0700)]
hcache: prepend current dir to path for local folders
If a folder is local (i.e. stat() succeeds), prepend the current working
directory if necessary to always fully qualify the path. Otherwise we
may end up using different cache files for the same folder when given
relative paths. This closes #2845.
TAKIZAWA Takashi [Wed, 14 Mar 2007 19:50:43 +0000 (12:50 -0700)]
Complete fix for #1503
Rado Smiljanic [Wed, 14 Mar 2007 19:39:11 +0000 (12:39 -0700)]
Let imap_conn_find have first crack at completion of root
Brendan Cully [Wed, 14 Mar 2007 19:23:13 +0000 (12:23 -0700)]
Don't skip the last connection in imap_complete_hosts
Rocco Rutte [Wed, 14 Mar 2007 18:33:57 +0000 (11:33 -0700)]
Fix return value for rfc822_write_address()
The strcat cleanup changed the return type from void to int but didn't
provide a return value for the case of bogus function arguments.
Brendan Cully [Wed, 14 Mar 2007 05:41:34 +0000 (22:41 -0700)]
Merge with upstream
Brendan Cully [Wed, 14 Mar 2007 05:40:07 +0000 (22:40 -0700)]
Fully expand $docdir when building Muttrc (closes: #2832)
Brendan Cully [Wed, 14 Mar 2007 05:38:59 +0000 (22:38 -0700)]
Make makedoc return 0 on success (be there dragons here?)
TAKIZAWA Takashi [Tue, 13 Mar 2007 19:39:59 +0000 (12:39 -0700)]
Use strwidth instead of strlen when generating help strings.
This fixes word-wrap with multibyte strings (closes: #1503)
Vincent Lefevre [Tue, 13 Mar 2007 16:22:17 +0000 (09:22 -0700)]
Updated French translation.
Thomas Roessler [Tue, 13 Mar 2007 09:58:34 +0000 (10:58 +0100)]
Clean up the strcat cleanup
Ronny Haryanto [Mon, 12 Mar 2007 23:26:41 +0000 (16:26 -0700)]
Updated Indonesian translation
René Clerc [Mon, 12 Mar 2007 19:19:03 +0000 (12:19 -0700)]
Updated Dutch translation.
Brendan Cully [Mon, 12 Mar 2007 17:32:35 +0000 (10:32 -0700)]
Substitute INBOX for empty mailbox _after_ cleanup (closes: #2841)
Brendan Cully [Mon, 12 Mar 2007 17:32:23 +0000 (10:32 -0700)]
More changelog cleanup
Brendan Cully [Mon, 12 Mar 2007 17:18:10 +0000 (10:18 -0700)]
Changelog cleanup
Sami Farin [Mon, 12 Mar 2007 17:03:12 +0000 (10:03 -0700)]
Improve strcat usage (#2802).
Thomas Roessler [Sun, 11 Mar 2007 10:54:14 +0000 (11:54 +0100)]
Grabage-collect references to an outdated email address.
Rocco Rutte [Fri, 9 Mar 2007 18:58:20 +0000 (10:58 -0800)]
Make manual validate against DocBook 4.2 DTD for "book"
This adds a 'validate' target to doc/Makefile which uses xmllint(1)
to validate manual.xml against the DTD given in the doctype (intended
for developers only).
Running it revealed two validation errors which this patch fixes:
1) We declare 'article' as the doctype but want to use 'book'
2) Within a lists's items, we didn't include our text in a paragraph
Michael Elkins [Fri, 9 Mar 2007 05:13:02 +0000 (21:13 -0800)]
Add `UL' cast for Umask entry in MuttVars to supress compiler warning.
Petr Pisar [Thu, 8 Mar 2007 20:19:04 +0000 (12:19 -0800)]
Czech spelling fixes and new translations
Christoph Berg [Wed, 7 Mar 2007 20:18:34 +0000 (12:18 -0800)]
Typos in muttrc.man.head
Michael Tatge [Wed, 7 Mar 2007 20:11:07 +0000 (12:11 -0800)]
Document -d in the man page
Alain Bench [Wed, 7 Mar 2007 02:13:14 +0000 (18:13 -0800)]
Remove buggy usage of M_ICONV_HOOK_TO flag in mutt_idna.c:mutt_idna_to_local().
Wipe unwanted code depending on M_ICONV_HOOK_TO in charset.c:mutt_iconv_open().
Totally wipe M_ICONV_HOOK_TO symbol.
Remove misusages of M_ICONV_HOOK_FROM flag in:
- crypt-gpgme.c:print_utf8().
- mutt_idna.c:mutt_idna_to_local() and mutt_local_to_idna().
- pgp.c:pgp_traditional_encryptsign().
Document usage policy of M_ICONV_HOOK_FROM flag.
Cosmetic downcasing of some constant charset names (utf-8, euc-jp) for consistency.
Correction of a typo in the "iso8859-5" charset name.
Rocco Rutte [Wed, 7 Mar 2007 01:59:57 +0000 (17:59 -0800)]
Documentation updates for format=flowed
Masayuki Moriyama [Wed, 7 Mar 2007 01:45:49 +0000 (17:45 -0800)]
Allow iconv-hook to use virtual charsets as targets. (closes: #1269)
Alain Bench [Sun, 4 Mar 2007 18:26:29 +0000 (19:26 +0100)]
Doc fixes and updates concerning hooks
- Add reply-hooks and send2-hooks in lists they miss.
- Fix that they all take full patterns, not only regexps.
- Note interaction with $default_hook.
- Enumerate them in execution order/increasing priority.
- Add iconv-hook, remove a duplicate charset-hook.
Brendan Cully [Tue, 6 Mar 2007 23:45:15 +0000 (15:45 -0800)]
Add check_sec.sh call
Brendan Cully [Tue, 6 Mar 2007 23:43:21 +0000 (15:43 -0800)]
Make hg commit less clever
Brendan Cully [Tue, 6 Mar 2007 19:58:14 +0000 (11:58 -0800)]
# changelog commit
Brendan Cully [Tue, 6 Mar 2007 19:13:43 +0000 (11:13 -0800)]
Undo bad PATCHES commit from f=f
Rocco Rutte [Tue, 6 Mar 2007 17:49:48 +0000 (09:49 -0800)]
New format=flowed handler.
Brendan Cully [Sat, 3 Mar 2007 05:12:33 +0000 (21:12 -0800)]
Add $umask for mailboxes and attachments.
init.c could really use some refactoring.
Pawel Dziekonski [Mon, 5 Mar 2007 22:50:11 +0000 (14:50 -0800)]
Updated Polish translation.
Brendan Cully [Sun, 4 Mar 2007 06:09:53 +0000 (22:09 -0800)]
Do not append ${prefix}/include to CPPFLAGS.
If configure didn't see it, neither should make. (closes: #2603)
Rado Smiljanic [Sun, 4 Mar 2007 05:49:24 +0000 (21:49 -0800)]
Increase buffer for color-command regular expressions.
Brendan Cully [Sun, 4 Mar 2007 05:26:08 +0000 (21:26 -0800)]
Revise status_format docs for %??&?. (closes: #2805)
Brendan Cully [Sun, 4 Mar 2007 05:24:41 +0000 (21:24 -0800)]
s/CVS/Mercurial/
Brendan Cully [Sun, 4 Mar 2007 03:04:37 +0000 (19:04 -0800)]
More .hgignore fixes
Brendan Cully [Sun, 4 Mar 2007 02:51:06 +0000 (18:51 -0800)]
Remove a couple of extraneous ChangeLog entries
Brendan Cully [Sun, 4 Mar 2007 02:47:41 +0000 (18:47 -0800)]
Add $wrap, which supersedes $wrapmargin.
When set to a positive number, wrap at that column. When set to a
negative number, keep that many characters empty on the right.
Brendan Cully [Sat, 3 Mar 2007 08:35:07 +0000 (00:35 -0800)]
Use hg-commit to perform commits that also update the ChangeLog.
Brendan Cully [Sat, 3 Mar 2007 05:17:19 +0000 (21:17 -0800)]
Ignore more built files
Brendan Cully [Fri, 2 Mar 2007 19:09:12 +0000 (11:09 -0800)]
Create .hgignore file
Thomas Roessler [Fri, 2 Mar 2007 09:29:41 +0000 (10:29 +0100)]
Make --enable-ssl without pop or imap a mere warning.
Petr Pisar [Fri, 2 Mar 2007 01:25:41 +0000 (01:25 +0000)]
Updated Czech translation (now in UTF-8).
Brendan Cully [Thu, 1 Mar 2007 06:05:39 +0000 (06:05 +0000)]
Remove $file_charset SYN - it never appeared in an official release.
Brendan Cully [Wed, 28 Feb 2007 17:48:29 +0000 (17:48 +0000)]
# changelog commit
Brendan Cully [Wed, 28 Feb 2007 17:47:13 +0000 (17:47 +0000)]
Add imap_close_connection to fully reset IMAP state. (closes: #2717)
Thanks to Sergey Svishchev for the original patch.
Vsevolod Volkov [Wed, 28 Feb 2007 16:27:47 +0000 (16:27 +0000)]
Updated Russian translation.
TAKAHASHI Tamotsu [Wed, 28 Feb 2007 07:36:33 +0000 (07:36 +0000)]
Updated Japanese translation.
Brendan Cully [Tue, 27 Feb 2007 20:53:13 +0000 (20:53 +0000)]
Bump hcache version after $assumed_charset BODY change.
Brendan Cully [Tue, 27 Feb 2007 20:39:37 +0000 (20:39 +0000)]
Fix init.h preprocessing when USE_SMTP is not set.
Brendan Cully [Tue, 27 Feb 2007 17:48:26 +0000 (17:48 +0000)]
# changelog commit
TAKIZAWA Takashi [Tue, 27 Feb 2007 17:44:08 +0000 (17:44 +0000)]
Updated $assumed_charset patch (closes: #2218).
Thanks to TAKAHASHI Tamotsu for the fixes and for handling patch conflicts.
Brendan Cully [Tue, 27 Feb 2007 01:10:57 +0000 (01:10 +0000)]
Add some missing files. This should probably be autogenerated somehow.
Brendan Cully [Mon, 26 Feb 2007 18:39:52 +0000 (18:39 +0000)]
Add gpgme.m4 to distribution to avoid an error running autoconf on systems
that do not have gpgme installed.
Brendan Cully [Mon, 26 Feb 2007 17:28:09 +0000 (17:28 +0000)]
# changelog commit
Brendan Cully [Mon, 26 Feb 2007 17:27:29 +0000 (17:27 +0000)]
Add curses_version to mutt -v output (thanks to Vincent Lefevre for
the initial patch), and reformat library information.
Brendan Cully [Mon, 26 Feb 2007 17:18:24 +0000 (17:18 +0000)]
# changelog commit
Vincent Lefevre [Mon, 26 Feb 2007 17:17:13 +0000 (17:17 +0000)]
Add $history_file and $save_history, for saving command history across
sessions.
Roland Rosenfeld [Mon, 26 Feb 2007 16:54:26 +0000 (16:54 +0000)]
Updated German translation.
Brendan Cully [Sun, 25 Feb 2007 01:33:16 +0000 (01:33 +0000)]
# changelog commit
Brendan Cully [Sun, 25 Feb 2007 01:32:31 +0000 (01:32 +0000)]
Update copyrights.
Brendan Cully [Sat, 24 Feb 2007 07:02:16 +0000 (07:02 +0000)]
# changelog commit
TAKIZAWA Takashi [Sat, 24 Feb 2007 07:01:24 +0000 (07:01 +0000)]
Add $assumed_charset, $file_charset and $strict_mime.
Brendan Cully [Sat, 24 Feb 2007 06:39:16 +0000 (06:39 +0000)]
# changelog commit
Brendan Cully [Sat, 24 Feb 2007 06:37:31 +0000 (06:37 +0000)]
This patch adds ESMTP relay support to mutt.
To use, set $smtp_url to the address of your smtp relay, in the form:
smtp[s]://[user[:password]@]host[:port]/
where port defaults to 25 for smtp and 465 for smtps.
You can also set $smtp_authenticators to control which methods mutt
will attempt to use during authentication. See $imap_authenticators
for details.
Brendan Cully [Sat, 24 Feb 2007 06:13:18 +0000 (06:13 +0000)]
# changelog commit
Moritz Schulte [Sat, 24 Feb 2007 06:12:19 +0000 (06:12 +0000)]
PKA signature verification via GPGME, controlled by $crypt_use_pka.
Vincent Lefevre [Sat, 24 Feb 2007 05:47:35 +0000 (05:47 +0000)]
Updated French translation.
Brendan Cully [Fri, 23 Feb 2007 22:15:24 +0000 (22:15 +0000)]
# changelog commit
convert-repo [Thu, 1 Mar 2007 19:23:31 +0000 (19:23 +0000)]
update tags
Brendan Cully [Fri, 23 Feb 2007 17:38:20 +0000 (17:38 +0000)]
automatic post-release commit for mutt-1.5.14
Brendan Cully [Mon, 12 Feb 2007 00:57:13 +0000 (00:57 +0000)]
# changelog commit
Kees Cook [Mon, 12 Feb 2007 00:56:36 +0000 (00:56 +0000)]
Full fix for null-pointer dereferences on partial opens. Thanks also
to Ken Brush.
Brendan Cully [Mon, 12 Feb 2007 00:07:12 +0000 (00:07 +0000)]
# changelog commit