]> granicus.if.org Git - neomutt/log
neomutt
17 years agoAdd function pointer for close hook in Context.
Brendan Cully [Sat, 31 Mar 2007 02:22:55 +0000 (19:22 -0700)]
Add function pointer for close hook in Context.
Slowly inch towards function pointers instead of switch statements.

17 years agoUse RECENT for first mailbox check if header cache check fails
Brendan Cully [Fri, 30 Mar 2007 21:12:58 +0000 (14:12 -0700)]
Use RECENT for first mailbox check if header cache check fails

17 years agoConsult header cache if available for last known new mail count.
Brendan Cully [Fri, 30 Mar 2007 07:21:02 +0000 (00:21 -0700)]
Consult header cache if available for last known new mail count.
This prevents mutt from announcing new mail in mailboxes that have
unseen, but not new, messages, if those mailboxes are in the header
cache.

17 years agoDo not page sendmail error in batch mode. (closes: #2800)
Brendan Cully [Fri, 30 Mar 2007 04:08:28 +0000 (21:08 -0700)]
Do not page sendmail error in batch mode. (closes: #2800)

17 years agof=f handler: Re-add space between quotes and text
Rocco Rutte [Thu, 29 Mar 2007 22:53:35 +0000 (15:53 -0700)]
f=f handler: Re-add space between quotes and text

17 years agoMake -j2 in doc work (closes: #2538)
Brendan Cully [Thu, 29 Mar 2007 22:47:51 +0000 (15:47 -0700)]
Make -j2 in doc work (closes: #2538)

17 years agoUse ~/.muttrc as the default alias_file if no user muttrc exists.
Christoph Berg [Thu, 29 Mar 2007 22:23:58 +0000 (15:23 -0700)]
Use ~/.muttrc as the default alias_file if no user muttrc exists.
Makes the code agree with the documentation. Document that default is
actually the used muttrc. (Closes Debian #226500.)

17 years agoMake message cache write to temporary location until file is complete.
Brendan Cully [Thu, 29 Mar 2007 17:30:15 +0000 (10:30 -0700)]
Make message cache write to temporary location until file is complete.
Previously mutt trusted the cache file even when it was incomplete,
causing permanently incorrect message display if the fetch was
interrupted for some reason.

17 years agoFix debug message for mutt_adr_is_user
Thomas Roessler [Wed, 28 Mar 2007 07:43:00 +0000 (09:43 +0200)]
Fix debug message for mutt_adr_is_user

17 years agoReset list.name before each list response in folder browser
Brendan Cully [Fri, 23 Mar 2007 17:32:29 +0000 (10:32 -0700)]
Reset list.name before each list response in folder browser

17 years agoFix update_index().
Thomas Roessler [Thu, 22 Mar 2007 13:36:53 +0000 (14:36 +0100)]
Fix update_index().

17 years agoMerge $umask backout
Brendan Cully [Wed, 21 Mar 2007 18:29:20 +0000 (11:29 -0700)]
Merge $umask backout

17 years agoBack out $umask.
Brendan Cully [Wed, 21 Mar 2007 18:26:38 +0000 (11:26 -0700)]
Back out $umask.

17 years agoUse execvp to call sendmail, useful for people trying sendmail="ssh host sendmail".
Christoph Berg [Fri, 16 Mar 2007 14:37:19 +0000 (15:37 +0100)]
Use execvp to call sendmail, useful for people trying sendmail="ssh host sendmail".

17 years agoPipe functions.h through cpp -C for the manual generation; factor out
Christoph Berg [Wed, 21 Mar 2007 17:08:56 +0000 (10:08 -0700)]
Pipe functions.h through cpp -C for the manual generation; factor out
makedoc-defs.h from init.h for use in functions.h.

17 years agoconfigure.ac: Make SSL tests for OpenSSL and gnutls behave the same
Rocco Rutte [Wed, 21 Mar 2007 16:29:00 +0000 (09:29 -0700)]
configure.ac: Make SSL tests for OpenSSL and gnutls behave the same
For both this now mentions SMTP as a possible SSL user and also turns
the error for configuring with gnutls without POP/IMAP/SMTP into a
warning as the OpenSSL part does.

17 years agoMake BUFFY_SIZE a runtime switch ($check_mbox_size)
Miroslav Lichvar [Tue, 20 Mar 2007 20:39:29 +0000 (13:39 -0700)]
Make BUFFY_SIZE a runtime switch ($check_mbox_size)

17 years agoEnlarge help string buffers
Rocco Rutte [Tue, 20 Mar 2007 20:17:28 +0000 (13:17 -0700)]
Enlarge help string buffers
Even on 80x25 terminals, SHORT_STRING (128 byte) may not be enough so use
LONG_STRING (1k) as STRING (256 byte) may well be too short for wider
terminals. Closes debian #4152777.

17 years agoRemove trailing slash from $folder in mutt_expand_path.
Antoine Reilles [Tue, 20 Mar 2007 16:45:04 +0000 (09:45 -0700)]
Remove trailing slash from $folder in mutt_expand_path.

17 years agoMake f=f handler behave like old f=f handler for quoted lines
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.

17 years agoManual: f=f messages are text/plain, not "plain ASCII"
Rocco Rutte [Mon, 19 Mar 2007 15:12:25 +0000 (08:12 -0700)]
Manual: f=f messages are text/plain, not "plain ASCII"

17 years agoFixed segfault when attempting to open an imaps mailbox when mutt is not configured...
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.

17 years agoMove configure.in to configure.ac
Brendan Cully [Fri, 16 Mar 2007 16:39:30 +0000 (09:39 -0700)]
Move configure.in to configure.ac

17 years agoAdd reldate.h to BUILT_SOURCES
Brendan Cully [Thu, 15 Mar 2007 23:29:42 +0000 (16:29 -0700)]
Add reldate.h to BUILT_SOURCES

17 years agoRemove reldate.h from EXTRADIST to fix out-of-tree builds from tarballs (and
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).

17 years agoRemove absolute paths.
Christoph Berg [Thu, 15 Mar 2007 16:39:46 +0000 (17:39 +0100)]
Remove absolute paths.

17 years agoPull release date directly from Changelog.
Christoph Berg [Thu, 15 Mar 2007 16:21:05 +0000 (17:21 +0100)]
Pull release date directly from Changelog.

17 years agoRemove .cvsignores
Brendan Cully [Thu, 15 Mar 2007 16:23:47 +0000 (09:23 -0700)]
Remove .cvsignores

17 years agoDocument pattern groups in the manual
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.

17 years agoImproved pattern documentation (group/ungroup)
Kyle Wheeler [Thu, 15 Mar 2007 06:03:37 +0000 (23:03 -0700)]
Improved pattern documentation (group/ungroup)

17 years agoUndefine mbyte macros before overriding them (#2820)
Brendan Cully [Thu, 15 Mar 2007 05:29:41 +0000 (22:29 -0700)]
Undefine mbyte macros before overriding them (#2820)

17 years agoLet user review ChangeLog after hg-commit writes it
Brendan Cully [Thu, 15 Mar 2007 05:29:14 +0000 (22:29 -0700)]
Let user review ChangeLog after hg-commit writes it

17 years agoAdd gen-map-doc to EXTRADIST, call using perl in srcdir, fix makedoc rules.
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.

17 years agoGenerate menu binding documentation from functions.h and OPS*.
Christoph Berg [Thu, 15 Mar 2007 00:07:08 +0000 (01:07 +0100)]
Generate menu binding documentation from functions.h and OPS*.

17 years agoUpdate IMAP ACL parser to recognize RFC rights
Brendan Cully [Wed, 14 Mar 2007 21:45:37 +0000 (14:45 -0700)]
Update IMAP ACL parser to recognize RFC rights

17 years agoAdd demo mutt_xtitle script
Brendan Cully [Wed, 14 Mar 2007 21:04:25 +0000 (14:04 -0700)]
Add demo mutt_xtitle script

17 years agoRemove trailing newlines from fmtpipe return value.
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.

17 years agoAllow format strings to be filtered.
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.

17 years agoRecheck capabilities after authentication (closes: #2837)
Brendan Cully [Wed, 14 Mar 2007 20:26:47 +0000 (13:26 -0700)]
Recheck capabilities after authentication (closes: #2837)

17 years agomutt.man and mutt -h updates
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.)

17 years agoAlways give realpath a shot at the hcache folder name. Remove other hacks.
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.

17 years agohcache: prepend current dir to path for local folders
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.

17 years agoComplete fix for #1503
TAKIZAWA Takashi [Wed, 14 Mar 2007 19:50:43 +0000 (12:50 -0700)]
Complete fix for #1503

17 years agoLet imap_conn_find have first crack at completion of root
Rado S [Wed, 14 Mar 2007 19:39:11 +0000 (12:39 -0700)]
Let imap_conn_find have first crack at completion of root

17 years agoDon't skip the last connection in imap_complete_hosts
Brendan Cully [Wed, 14 Mar 2007 19:23:13 +0000 (12:23 -0700)]
Don't skip the last connection in imap_complete_hosts

17 years agoFix return value for rfc822_write_address()
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.

17 years agoMerge with upstream
Brendan Cully [Wed, 14 Mar 2007 05:41:34 +0000 (22:41 -0700)]
Merge with upstream

17 years agoFully expand $docdir when building Muttrc (closes: #2832)
Brendan Cully [Wed, 14 Mar 2007 05:40:07 +0000 (22:40 -0700)]
Fully expand $docdir when building Muttrc (closes: #2832)

17 years agoMake makedoc return 0 on success (be there dragons here?)
Brendan Cully [Wed, 14 Mar 2007 05:38:59 +0000 (22:38 -0700)]
Make makedoc return 0 on success (be there dragons here?)

17 years agoUse strwidth instead of strlen when generating help strings.
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)

17 years agoUpdated French translation.
Vincent Lefevre [Tue, 13 Mar 2007 16:22:17 +0000 (09:22 -0700)]
Updated French translation.

17 years agoClean up the strcat cleanup
Thomas Roessler [Tue, 13 Mar 2007 09:58:34 +0000 (10:58 +0100)]
Clean up the strcat cleanup

17 years agoUpdated Indonesian translation
Ronny Haryanto [Mon, 12 Mar 2007 23:26:41 +0000 (16:26 -0700)]
Updated Indonesian translation

17 years agoUpdated Dutch translation.
René Clerc [Mon, 12 Mar 2007 19:19:03 +0000 (12:19 -0700)]
Updated Dutch translation.

17 years agoSubstitute INBOX for empty mailbox _after_ cleanup (closes: #2841)
Brendan Cully [Mon, 12 Mar 2007 17:32:35 +0000 (10:32 -0700)]
Substitute INBOX for empty mailbox _after_ cleanup (closes: #2841)

17 years agoMore changelog cleanup
Brendan Cully [Mon, 12 Mar 2007 17:32:23 +0000 (10:32 -0700)]
More changelog cleanup

17 years agoChangelog cleanup
Brendan Cully [Mon, 12 Mar 2007 17:18:10 +0000 (10:18 -0700)]
Changelog cleanup

17 years agoImprove strcat usage (#2802).
Sami Farin [Mon, 12 Mar 2007 17:03:12 +0000 (10:03 -0700)]
Improve strcat usage (#2802).

17 years agoGrabage-collect references to an outdated email address.
Thomas Roessler [Sun, 11 Mar 2007 10:54:14 +0000 (11:54 +0100)]
Grabage-collect references to an outdated email address.

17 years agoMake manual validate against DocBook 4.2 DTD for "book"
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

17 years agoAdd `UL' cast for Umask entry in MuttVars to supress compiler warning.
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.

17 years agoCzech spelling fixes and new translations
Petr Písař [Thu, 8 Mar 2007 20:19:04 +0000 (12:19 -0800)]
Czech spelling fixes and new translations

17 years agoTypos in muttrc.man.head
Christoph Berg [Wed, 7 Mar 2007 20:18:34 +0000 (12:18 -0800)]
Typos in muttrc.man.head

17 years agoDocument -d in the man page
Michael Tatge [Wed, 7 Mar 2007 20:11:07 +0000 (12:11 -0800)]
Document -d in the man page

17 years agoRemove buggy usage of M_ICONV_HOOK_TO flag in mutt_idna.c:mutt_idna_to_local().
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.

17 years agoDocumentation updates for format=flowed
Rocco Rutte [Wed, 7 Mar 2007 01:59:57 +0000 (17:59 -0800)]
Documentation updates for format=flowed

17 years agoAllow iconv-hook to use virtual charsets as targets. (closes: #1269)
Masayuki Moriyama [Wed, 7 Mar 2007 01:45:49 +0000 (17:45 -0800)]
Allow iconv-hook to use virtual charsets as targets. (closes: #1269)

17 years agoDoc fixes and updates concerning hooks
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.

17 years agoAdd check_sec.sh call
Brendan Cully [Tue, 6 Mar 2007 23:45:15 +0000 (15:45 -0800)]
Add check_sec.sh call

17 years agoMake hg commit less clever
Brendan Cully [Tue, 6 Mar 2007 23:43:21 +0000 (15:43 -0800)]
Make hg commit less clever

17 years ago# changelog commit
Brendan Cully [Tue, 6 Mar 2007 19:58:14 +0000 (11:58 -0800)]
# changelog commit

17 years agoUndo bad PATCHES commit from f=f
Brendan Cully [Tue, 6 Mar 2007 19:13:43 +0000 (11:13 -0800)]
Undo bad PATCHES commit from f=f

17 years agoNew format=flowed handler.
Rocco Rutte [Tue, 6 Mar 2007 17:49:48 +0000 (09:49 -0800)]
New format=flowed handler.

17 years agoAdd $umask for mailboxes and attachments.
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.

17 years agoUpdated Polish translation.
Pawel Dziekonski [Mon, 5 Mar 2007 22:50:11 +0000 (14:50 -0800)]
Updated Polish translation.

17 years agoDo not append ${prefix}/include to CPPFLAGS.
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)

17 years agoIncrease buffer for color-command regular expressions.
Rado S [Sun, 4 Mar 2007 05:49:24 +0000 (21:49 -0800)]
Increase buffer for color-command regular expressions.

17 years agoRevise status_format docs for %??&?. (closes: #2805)
Brendan Cully [Sun, 4 Mar 2007 05:26:08 +0000 (21:26 -0800)]
Revise status_format docs for %??&?. (closes: #2805)

17 years agos/CVS/Mercurial/
Brendan Cully [Sun, 4 Mar 2007 05:24:41 +0000 (21:24 -0800)]
s/CVS/Mercurial/

17 years agoMore .hgignore fixes
Brendan Cully [Sun, 4 Mar 2007 03:04:37 +0000 (19:04 -0800)]
More .hgignore fixes

17 years agoRemove a couple of extraneous ChangeLog entries
Brendan Cully [Sun, 4 Mar 2007 02:51:06 +0000 (18:51 -0800)]
Remove a couple of extraneous ChangeLog entries

17 years agoAdd $wrap, which supersedes $wrapmargin.
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.

17 years agoUse hg-commit to perform commits that also update the ChangeLog.
Brendan Cully [Sat, 3 Mar 2007 08:35:07 +0000 (00:35 -0800)]
Use hg-commit to perform commits that also update the ChangeLog.

17 years agoIgnore more built files
Brendan Cully [Sat, 3 Mar 2007 05:17:19 +0000 (21:17 -0800)]
Ignore more built files

17 years agoCreate .hgignore file
Brendan Cully [Fri, 2 Mar 2007 19:09:12 +0000 (11:09 -0800)]
Create .hgignore file

17 years agoMake --enable-ssl without pop or imap a mere warning.
Thomas Roessler [Fri, 2 Mar 2007 09:29:41 +0000 (10:29 +0100)]
Make --enable-ssl without pop or imap a mere warning.

17 years agoUpdated Czech translation (now in UTF-8).
Petr Pisar [Fri, 2 Mar 2007 01:25:41 +0000 (01:25 +0000)]
Updated Czech translation (now in UTF-8).

17 years agoRemove $file_charset SYN - it never appeared in an official release.
Brendan Cully [Thu, 1 Mar 2007 06:05:39 +0000 (06:05 +0000)]
Remove $file_charset SYN - it never appeared in an official release.

17 years ago# changelog commit
Brendan Cully [Wed, 28 Feb 2007 17:48:29 +0000 (17:48 +0000)]
# changelog commit

17 years agoAdd imap_close_connection to fully reset IMAP state. (closes: #2717)
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.

17 years agoUpdated Russian translation.
Vsevolod Volkov [Wed, 28 Feb 2007 16:27:47 +0000 (16:27 +0000)]
Updated Russian translation.

17 years agoUpdated Japanese translation.
TAKAHASHI Tamotsu [Wed, 28 Feb 2007 07:36:33 +0000 (07:36 +0000)]
Updated Japanese translation.

17 years agoBump hcache version after $assumed_charset BODY change.
Brendan Cully [Tue, 27 Feb 2007 20:53:13 +0000 (20:53 +0000)]
Bump hcache version after $assumed_charset BODY change.

17 years agoFix init.h preprocessing when USE_SMTP is not set.
Brendan Cully [Tue, 27 Feb 2007 20:39:37 +0000 (20:39 +0000)]
Fix init.h preprocessing when USE_SMTP is not set.

17 years ago# changelog commit
Brendan Cully [Tue, 27 Feb 2007 17:48:26 +0000 (17:48 +0000)]
# changelog commit

17 years agoUpdated $assumed_charset patch (closes: #2218).
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.

17 years agoAdd some missing files. This should probably be autogenerated somehow.
Brendan Cully [Tue, 27 Feb 2007 01:10:57 +0000 (01:10 +0000)]
Add some missing files. This should probably be autogenerated somehow.

17 years agoAdd gpgme.m4 to distribution to avoid an error running autoconf on systems
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.

17 years ago# changelog commit
Brendan Cully [Mon, 26 Feb 2007 17:28:09 +0000 (17:28 +0000)]
# changelog commit

17 years agoAdd curses_version to mutt -v output (thanks to Vincent Lefevre for
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.