]> granicus.if.org Git - neomutt/log
neomutt
16 years agoDefine prototypes for compatibility functions in protos.h to silence compiler warnings
Rocco Rutte [Fri, 30 May 2008 14:14:57 +0000 (16:14 +0200)]
Define prototypes for compatibility functions in protos.h to silence compiler warnings

16 years agoRespect $wrap_search in generic menu search (e.g. for browser)
Rocco Rutte [Thu, 29 May 2008 12:18:25 +0000 (14:18 +0200)]
Respect $wrap_search in generic menu search (e.g. for browser)

16 years agoOnly install mutt_dotlock(1) if binary is installed, too (closes #1601).
Rocco Rutte [Thu, 29 May 2008 09:20:01 +0000 (11:20 +0200)]
Only install mutt_dotlock(1) if binary is installed, too (closes #1601).

16 years agoMake default muttrc header weeding tidier. Closes #286.
Paul Walker [Thu, 29 May 2008 05:22:20 +0000 (22:22 -0700)]
Make default muttrc header weeding tidier. Closes #286.

16 years agoCall mutt_need_hard_redraw() in pgp_decrypt_part().
Todd Zullinger [Fri, 23 May 2008 05:40:09 +0000 (01:40 -0400)]
Call mutt_need_hard_redraw() in pgp_decrypt_part().

This change ensures that the screen is redrawn when using gpg-agent.
Without this, mutt's navigation keybindings are lost after pinentry
curses prompts for a passphrase to descrypt a message.

16 years agoMake sure that the redrawing/reinitializing is done always, not only
Moritz Schulte [Thu, 29 May 2008 05:16:34 +0000 (22:16 -0700)]
Make sure that the redrawing/reinitializing is done always, not only
when the environment variable DISPLAY is not set.

16 years agoCosmetic fix to configure --help. Closes #3060.
Vladimir Marek [Thu, 29 May 2008 05:05:07 +0000 (22:05 -0700)]
Cosmetic fix to configure --help. Closes #3060.

16 years agoUpdated French translation
Vincent Lefevre [Thu, 29 May 2008 04:44:17 +0000 (21:44 -0700)]
Updated French translation

16 years agoUPDATING: fix 1.5.18 line as noted by Kyle Wheeler
Rocco Rutte [Fri, 23 May 2008 16:39:28 +0000 (18:39 +0200)]
UPDATING: fix 1.5.18 line as noted by Kyle Wheeler

16 years agoEscape LSUB mailbox names given to mutt_parse_rc_line.
Brendan Cully [Fri, 23 May 2008 03:22:46 +0000 (20:22 -0700)]
Escape LSUB mailbox names given to mutt_parse_rc_line.
Handle literals in STATUS responses for Notes compatibility.

16 years agoUse C99 macros "PRId64"/"PRId32" to format file sizes/offsets if available.
Rocco Rutte [Thu, 22 May 2008 15:01:56 +0000 (17:01 +0200)]
Use C99 macros "PRId64"/"PRId32" to format file sizes/offsets if available.
This fixes warning about mismatching int argument sizes on amd64.

16 years agoDocument that $check_mbox_size should be set before mailboxes commands
Rocco Rutte [Thu, 22 May 2008 14:34:05 +0000 (16:34 +0200)]
Document that $check_mbox_size should be set before mailboxes commands

16 years agoMention requirement to encode X-Label: headers in UPDATING
Rocco Rutte [Thu, 22 May 2008 12:06:00 +0000 (14:06 +0200)]
Mention requirement to encode X-Label: headers in UPDATING

16 years agoGuard idata->mailbox read in imap_mailbox_state. Closes #3057.
Rocco Rutte [Thu, 22 May 2008 06:20:23 +0000 (23:20 -0700)]
Guard idata->mailbox read in imap_mailbox_state. Closes #3057.

16 years agoUpdated Basque translation.
Piarres Beobide Egaña [Thu, 22 May 2008 05:59:22 +0000 (22:59 -0700)]
Updated Basque translation.

16 years agoUpdated Dutch translation
René Clerc [Thu, 22 May 2008 05:55:46 +0000 (22:55 -0700)]
Updated Dutch translation

16 years agoFix new mail detection for >2 GB mboxes with $check_mbox_size set
Rocco Rutte [Wed, 21 May 2008 18:36:33 +0000 (20:36 +0200)]
Fix new mail detection for >2 GB mboxes with $check_mbox_size set

16 years agoUse ftello() instead of ftell() in more places that need it (fixes
Rocco Rutte [Wed, 21 May 2008 17:23:43 +0000 (19:23 +0200)]
Use ftello() instead of ftell() in more places that need it (fixes
progress updates for >2 GB mbox files)

16 years agoImprove documentation for handling multiple folders and new mail detection
Rocco Rutte [Wed, 21 May 2008 16:30:43 +0000 (18:30 +0200)]
Improve documentation for handling multiple folders and new mail detection

16 years agoFix more compiler warnings on amd64 by use of %p instead of %x
Paul Walker [Tue, 20 May 2008 15:08:28 +0000 (17:08 +0200)]
Fix more compiler warnings on amd64 by use of %p instead of %x

16 years agoUpdated Catalan translation
Ivan Vilata i Balaguer [Mon, 19 May 2008 16:52:40 +0000 (09:52 -0700)]
Updated Catalan translation

16 years agoMerge with Rocco
Brendan Cully [Mon, 19 May 2008 16:50:52 +0000 (09:50 -0700)]
Merge with Rocco

16 years agoUnbreak build with included gettext by explicitly removing libs for mutt_md5
Vladimir Marek [Mon, 19 May 2008 16:49:00 +0000 (18:49 +0200)]
Unbreak build with included gettext by explicitly removing libs for mutt_md5

16 years agoUpdated Czech translation
Petr Pisar [Mon, 19 May 2008 16:48:09 +0000 (09:48 -0700)]
Updated Czech translation

16 years agoUpdated Russian translation
Vsevolod Volkov [Mon, 19 May 2008 16:47:06 +0000 (09:47 -0700)]
Updated Russian translation

16 years agoMention mime_lookup change in UPDATING
Rocco Rutte [Mon, 19 May 2008 09:14:03 +0000 (11:14 +0200)]
Mention mime_lookup change in UPDATING

16 years agoUse %p instead of %x to debug-print pointers (fixes warnings on 64bit platforms)
Paul Walker [Mon, 19 May 2008 08:59:23 +0000 (10:59 +0200)]
Use %p instead of %x to debug-print pointers (fixes warnings on 64bit platforms)

16 years agohcversion.h depends on new mutt_md5 tool
Rocco Rutte [Mon, 19 May 2008 08:56:46 +0000 (10:56 +0200)]
hcversion.h depends on new mutt_md5 tool

16 years agoUpdated German translation
Roland Rosenfeld [Sun, 18 May 2008 19:42:37 +0000 (12:42 -0700)]
Updated German translation

16 years agoFix GPGME S/MIME micalg generation, broken in [e6f958b093b6].
Andreas Jobs [Sun, 18 May 2008 02:31:18 +0000 (19:31 -0700)]
Fix GPGME S/MIME micalg generation, broken in [e6f958b093b6].
Closes #2994.

16 years agoAdd 'mime_lookup application/octet-stream' to the distributed Muttrc. Closes #2984.
Brendan Cully [Sun, 18 May 2008 01:34:49 +0000 (18:34 -0700)]
Add 'mime_lookup application/octet-stream' to the distributed Muttrc. Closes #2984.

16 years agoBuild local md5 tool for hcachever.sh. Closes #3025.
Brendan Cully [Sun, 18 May 2008 00:36:05 +0000 (17:36 -0700)]
Build local md5 tool for hcachever.sh. Closes #3025.

16 years agomutt-1.5.18 signed
Brendan Cully [Sat, 17 May 2008 19:39:02 +0000 (12:39 -0700)]
mutt-1.5.18 signed

16 years agoAdded tag mutt-1-5-18-rel for changeset ff9e4d0464b1
Brendan Cully [Sat, 17 May 2008 19:37:22 +0000 (12:37 -0700)]
Added tag mutt-1-5-18-rel for changeset ff9e4d0464b1

16 years agoautomatic post-release commit for mutt-1.5.18
Brendan Cully [Sat, 17 May 2008 19:37:21 +0000 (12:37 -0700)]
automatic post-release commit for mutt-1.5.18

16 years agoUpdate UPDATING.
Brendan Cully [Sat, 17 May 2008 19:31:31 +0000 (12:31 -0700)]
Update UPDATING.

16 years agoUse context to get IMAP new message count in mailbox browser if possible.
Brendan Cully [Sat, 17 May 2008 19:02:24 +0000 (12:02 -0700)]
Use context to get IMAP new message count in mailbox browser if possible.

16 years agoWhen necessary, convert strings to utf-8 in the header cache.
Rocco Rutte [Sat, 17 May 2008 18:08:09 +0000 (11:08 -0700)]
When necessary, convert strings to utf-8 in the header cache.
If iconv is unavailable, include the charset in effect as part of the
cache file name. Closes #3023.

16 years agoGlob paths derived from mutt -Q output in smime_keys.pl. Patch by
Rocco Rutte [Fri, 16 May 2008 07:24:27 +0000 (09:24 +0200)]
Glob paths derived from mutt -Q output in smime_keys.pl. Patch by
Fabrice Bellet and Miroslav Lichvar (closes #3020).

16 years agoMake mutt_check_alias_name() multibyte-aware (closes #2403).
Rocco Rutte [Thu, 15 May 2008 15:29:04 +0000 (17:29 +0200)]
Make mutt_check_alias_name() multibyte-aware (closes #2403).

16 years agoDocument exact address in the manual (closes #3050)
Rocco Rutte [Thu, 15 May 2008 14:01:30 +0000 (16:01 +0200)]
Document exact address in the manual (closes #3050)

16 years agoEnsure alias file ends with \n before appending new aliases.
Brendan Cully [Wed, 14 May 2008 23:23:52 +0000 (16:23 -0700)]
Ensure alias file ends with \n before appending new aliases.
Closes #1580.

16 years agoAlways update status bar after sorting method changes (closes #2120).
Samuel Tardieu [Wed, 14 May 2008 13:19:14 +0000 (15:19 +0200)]
Always update status bar after sorting method changes (closes #2120).

16 years agoTerminate open IMAP message sets at end of mailbox even if the last message is inactive.
Brendan Cully [Tue, 13 May 2008 06:15:07 +0000 (23:15 -0700)]
Terminate open IMAP message sets at end of mailbox even if the last message is inactive.
Closes #3002.

16 years agoIn debug output, cast size_t arguments to long for consistency with
Matthias Andree [Sun, 11 May 2008 08:52:43 +0000 (10:52 +0200)]
In debug output, cast size_t arguments to long for consistency with
printf %ld argument.

16 years agoUpdate copyright in -vv output. Closes #3042.
Brendan Cully [Sun, 11 May 2008 07:50:31 +0000 (00:50 -0700)]
Update copyright in -vv output. Closes #3042.

16 years agoMake SASL support conn_poll method. Make SASL IP lookup failure
Brendan Cully [Wed, 7 May 2008 18:54:27 +0000 (11:54 -0700)]
Make SASL support conn_poll method. Make SASL IP lookup failure
non-fatal. Both are for tunnel support.

16 years agoFix some compiler warnings if compiling without system wide character functions
Rocco Rutte [Mon, 5 May 2008 17:32:23 +0000 (19:32 +0200)]
Fix some compiler warnings if compiling without system wide character functions

16 years agoPass buffer size to mutt_wctoutf8() to prevent crashes if MB_LEN_MAX<6
Rocco Rutte [Mon, 5 May 2008 17:26:35 +0000 (19:26 +0200)]
Pass buffer size to mutt_wctoutf8() to prevent crashes if MB_LEN_MAX<6
as pointed out by exg on #mutt.

16 years ago[9414b9dd36db] broke softfill. (closes #3035)
David Champion [Tue, 29 Apr 2008 17:44:43 +0000 (10:44 -0700)]
[9414b9dd36db] broke softfill. (closes #3035)

16 years agoPrint GSSAPI status messages to debug log on error.
Wilfried Goesgens [Tue, 29 Apr 2008 17:38:57 +0000 (10:38 -0700)]
Print GSSAPI status messages to debug log on error.

16 years agoFix sending long commands when using gnutls.
Miroslav Lichvar [Thu, 3 Apr 2008 15:08:13 +0000 (17:08 +0200)]
Fix sending long commands when using gnutls.

16 years agoReplace strtok_r when it's not available. The implementation comes
Dan Fandrich [Wed, 9 Apr 2008 22:57:51 +0000 (15:57 -0700)]
Replace strtok_r when it's not available. The implementation comes
from glibc 2.6.1 (like the strsep replacement) and uses the same
autoconf hooks.

16 years agomanual.xml.head: grammar correction
Christian Ebert [Wed, 9 Apr 2008 16:13:08 +0000 (18:13 +0200)]
manual.xml.head: grammar correction

16 years agoRespect ctx->quiet when initializing progress bar.
N.J. Mann [Wed, 12 Mar 2008 00:20:48 +0000 (17:20 -0700)]
Respect ctx->quiet when initializing progress bar.

16 years agoIgnore xcode files
Brendan Cully [Sun, 9 Mar 2008 21:03:21 +0000 (14:03 -0700)]
Ignore xcode files

16 years agoRemove pointless NULL checks against arrays.
Sébastien Hinderer [Sun, 9 Mar 2008 21:01:24 +0000 (14:01 -0700)]
Remove pointless NULL checks against arrays.
This silences a warning on newer GCCs.

16 years agoUpdated Czech translation
Petr Písař [Wed, 5 Mar 2008 06:00:31 +0000 (22:00 -0800)]
Updated Czech translation

16 years agoUpdated French translation.
Vincent Lefevre [Mon, 3 Mar 2008 05:45:53 +0000 (21:45 -0800)]
Updated French translation.

16 years agoUpdate copyright years in 'mutt -v' output and COPYRIGHT
Rocco Rutte [Wed, 27 Feb 2008 13:45:13 +0000 (14:45 +0100)]
Update copyright years in 'mutt -v' output and COPYRIGHT

16 years agoFix progress updates for large messages. Closes #3029.
Anders Helmersson [Wed, 27 Feb 2008 12:27:47 +0000 (13:27 +0100)]
Fix progress updates for large messages. Closes #3029.

16 years agoCleanup status_format_str()
N.J. Mann [Wed, 27 Feb 2008 08:30:23 +0000 (09:30 +0100)]
Cleanup status_format_str()

16 years agoFix truncation logic for soft-padding (Closes #3035).
Rocco Rutte [Wed, 20 Feb 2008 11:02:03 +0000 (12:02 +0100)]
Fix truncation logic for soft-padding (Closes #3035).

17 years agoFix typo in hg-commit
Brendan Cully [Wed, 30 Jan 2008 05:06:38 +0000 (21:06 -0800)]
Fix typo in hg-commit

17 years agoImprovements to the Dutch translation
Benno Schulenberg [Wed, 30 Jan 2008 05:05:08 +0000 (21:05 -0800)]
Improvements to the Dutch translation

17 years agoUse 'unsigned int' for file browser state to browse huge dirs (closes #3017).
Rocco Rutte [Thu, 17 Jan 2008 16:32:39 +0000 (17:32 +0100)]
Use 'unsigned int' for file browser state to browse huge dirs (closes #3017).

17 years agoFix logic error in b3cde588fe9a commit
Rocco Rutte [Tue, 15 Jan 2008 16:46:46 +0000 (17:46 +0100)]
Fix logic error in b3cde588fe9a commit

17 years agoPrepend './' to (some) suggested filenames when saving attachments.
Rocco Rutte [Tue, 15 Jan 2008 16:34:44 +0000 (17:34 +0100)]
Prepend './' to (some) suggested filenames when saving attachments.
Attachment filenames may start with characters that are special to
mutt_expand_path() may cause undesired expansion. Closes #1719.

17 years agoUpdate stale INSTALL+README files
Rocco Rutte [Tue, 15 Jan 2008 14:07:47 +0000 (15:07 +0100)]
Update stale INSTALL+README files

17 years agoMake maildir_delayed_parsing() more readable
Rocco Rutte [Tue, 15 Jan 2008 11:34:08 +0000 (12:34 +0100)]
Make maildir_delayed_parsing() more readable

17 years agoMention that References: and Date: cannot be changed in editor (closes #1234).
Rocco Rutte [Tue, 15 Jan 2008 10:58:31 +0000 (11:58 +0100)]
Mention that References: and Date: cannot be changed in editor (closes #1234).

17 years agoMake formatting of query menu configurable via $query_format (closes #170).
Rocco Rutte [Tue, 15 Jan 2008 09:49:41 +0000 (10:49 +0100)]
Make formatting of query menu configurable via $query_format (closes #170).

17 years agoLink $timeout from $mail_check, see Debian #385456.
Rocco Rutte [Tue, 15 Jan 2008 08:59:28 +0000 (09:59 +0100)]
Link $timeout from $mail_check, see Debian #385456.

17 years agoFix typo of in dae38f5ab2a5 commit
Rocco Rutte [Mon, 14 Jan 2008 22:00:37 +0000 (23:00 +0100)]
Fix typo of in dae38f5ab2a5 commit

17 years agohcache: Fetch data for correct message from hcache.
Rocco Rutte [Mon, 14 Jan 2008 21:54:12 +0000 (22:54 +0100)]
hcache: Fetch data for correct message from hcache.
With $maildir_header_cache_verify set (the default), the list (and thus
the current) header change after data was fetched from hcache making
some message appear as duplicate. Now fetch data for the correct message
after possible in-place inode sorting altering file order. See debian
bug #459739.

17 years agohcache: use HEADER for version calculation too
Rocco Rutte [Mon, 14 Jan 2008 21:45:41 +0000 (22:45 +0100)]
hcache: use HEADER for version calculation too

17 years agoFix mutt_dotlock build issue on cygwin (closes #3009).
Rocco Rutte [Wed, 9 Jan 2008 12:06:01 +0000 (13:06 +0100)]
Fix mutt_dotlock build issue on cygwin (closes #3009).

17 years agoMention $recall in description for $postpone
Rocco Rutte [Wed, 9 Jan 2008 10:24:01 +0000 (11:24 +0100)]
Mention $recall in description for $postpone

17 years agoUpdated Swedish translation
Johan Svedberg [Wed, 2 Jan 2008 19:47:33 +0000 (11:47 -0800)]
Updated Swedish translation

17 years agoManual: Update caching docs (hcache naming, maintenance)
Rocco Rutte [Tue, 11 Dec 2007 14:22:44 +0000 (15:22 +0100)]
Manual: Update caching docs (hcache naming, maintenance)

17 years agoPOP: Name hcache the way IMAP does.
Rocco Rutte [Tue, 11 Dec 2007 13:58:31 +0000 (14:58 +0100)]
POP: Name hcache the way IMAP does.
Place the file under $header_cache/<url>/mutt.hcache. For now ignore
that this may break if hcache == bcache and a message's uid is
"mutt.hcache" (extremely unlikely) in which case the user will loose
only the hcache file.

17 years agoPOP: Respect $message_cache_clean
Rocco Rutte [Tue, 11 Dec 2007 13:50:09 +0000 (14:50 +0100)]
POP: Respect $message_cache_clean

17 years agoManual: mention $time_inc in tuning chapter
Rocco Rutte [Tue, 11 Dec 2007 13:49:05 +0000 (14:49 +0100)]
Manual: mention $time_inc in tuning chapter

17 years agoMaintain different history lists for files and mailboxes. Closes #2999.
Rocco Rutte [Tue, 11 Dec 2007 12:12:45 +0000 (13:12 +0100)]
Maintain different history lists for files and mailboxes. Closes #2999.

17 years agoDo not trust history file and mutt code about history class.
Rocco Rutte [Tue, 11 Dec 2007 12:08:42 +0000 (13:08 +0100)]
Do not trust history file and mutt code about history class.
This prevents crashes as result of programming errors and/or wrong history file
(e.g. negative or too high classes).

17 years agoSkip over messages which were previously parsed after sorting the tail of the
Michael Elkins [Sat, 8 Dec 2007 20:54:54 +0000 (12:54 -0800)]
Skip over messages which were previously parsed after sorting the tail of the
list.  Avoids a segmentation fault when rescanning the new/ subdir of a maildir
when messages were left over from a previous scan.

17 years agoCheck definition of ENOTSUP before use (closes #2983)
Rocco Rutte [Fri, 7 Dec 2007 19:38:00 +0000 (11:38 -0800)]
Check definition of ENOTSUP before use (closes #2983)

17 years agoSort MH folders into natural order after 2nd pass (closes #463).
Rocco Rutte [Fri, 7 Dec 2007 12:09:32 +0000 (13:09 +0100)]
Sort MH folders into natural order after 2nd pass (closes #463).

17 years agoMention subscribe and lists commands for $ignore_list_reply_to (closes #2996).
Rocco Rutte [Fri, 7 Dec 2007 10:27:47 +0000 (11:27 +0100)]
Mention subscribe and lists commands for $ignore_list_reply_to (closes #2996).

17 years agoDon't attempt to move messages when $mbox is unset.
Rocco Rutte [Fri, 7 Dec 2007 09:57:28 +0000 (10:57 +0100)]
Don't attempt to move messages when $mbox is unset.

17 years agoImprove inode sorting, enable it by default and add MH support.
Rocco Rutte [Wed, 5 Dec 2007 09:03:59 +0000 (10:03 +0100)]
Improve inode sorting, enable it by default and add MH support.
Sorting is done on-demand only before the first stat() or open()
($maildir_header_cache_verify=yes/hcache miss). Furthermore, only a
partial list of messages starting from that item is sorted reducing
sorting overhead in most cases. For a fully hcache'd folder with
$maildir_header_cache_verify=no, no sorting is needed and no sorting
will be done.
MH parsing is now two-pass, too to simplify the code and remove
duplication.

17 years agoAdd version numbers for bdb 4.6
Rocco Rutte [Fri, 30 Nov 2007 09:29:49 +0000 (10:29 +0100)]
Add version numbers for bdb 4.6

17 years agoRfC2047 decode/encode X-Label: header (Closes #2970).
Rocco Rutte [Fri, 30 Nov 2007 08:29:37 +0000 (09:29 +0100)]
RfC2047 decode/encode X-Label: header (Closes #2970).

17 years agoFormat status line for external and internal pager the same way to make %P work
Rocco Rutte [Fri, 30 Nov 2007 07:39:38 +0000 (08:39 +0100)]
Format status line for external and internal pager the same way to make %P work

17 years agoAdd ascii-replacements for 0x2dc (tilde) and 0x2026 (...) too.
Rocco Rutte [Thu, 29 Nov 2007 15:03:47 +0000 (16:03 +0100)]
Add ascii-replacements for 0x2dc (tilde) and 0x2026 (...) too.
The manual cannot be clean us-acii but now we should have at least latin1

17 years agoAdd a really ugly hack to make sure the plain text manual is us-ascii.
Rocco Rutte [Thu, 29 Nov 2007 14:24:38 +0000 (15:24 +0100)]
Add a really ugly hack to make sure the plain text manual is us-ascii.
The hack is filtering manual.html to another HTML file but replacing
unicode chars by their ascii equivalents. The intermediate file is used
to dump HTML to us-ascii text (and only for that).

17 years agoFix hcache build issue when building with gdbm if qdbm is installed, too
Rocco Rutte [Thu, 29 Nov 2007 09:18:54 +0000 (10:18 +0100)]
Fix hcache build issue when building with gdbm if qdbm is installed, too

17 years agoDon't ignore $from in batch send mode.
Miroslav Lichvar [Wed, 21 Nov 2007 12:19:04 +0000 (13:19 +0100)]
Don't ignore $from in batch send mode.

17 years agoDon't attempt to print progress if inc is 0, just print initial message
Rocco Rutte [Fri, 23 Nov 2007 14:11:26 +0000 (15:11 +0100)]
Don't attempt to print progress if inc is 0, just print initial message

17 years agoUpdated Indonesian translation
Ronny Haryanto [Wed, 21 Nov 2007 22:14:12 +0000 (14:14 -0800)]
Updated Indonesian translation