]> granicus.if.org Git - mutt/shortlog
mutt
2017-02-16 Vsevolod VolkovUpdated Ukrainian translation.
2017-02-16 Morten Bo JohansenUpdated Danish translation.
2017-02-13 Petr PisarUpdated Czech translation.
2017-02-12 Matthias AndreeShow SHA1 fp in interactive cert check menu.
2017-02-12 Kevin McCarthyFix potential cert memory leak in check_certificate_by_...
2017-02-12 Matthias AndreePlug memory leak in weed-expired-certs code.
2017-02-12 Kevin McCarthyFilter expired local certs for OpenSSL verification.
2017-02-10 Kevin McCarthyChange "allow_dups" into a flag at hash creation.
2017-02-10 Petr PisarUpdated Czech translation.
2017-02-10 Vincent LefevreUpdated French translation.
2017-02-08 Kevin McCarthyFix build for bdb.
2017-02-08 Kevin McCarthyCreate function to free header cache data.
2017-02-08 Kevin McCarthyAdd Kyoto Cabinet support to the header cache.
2017-02-04 Kevin McCarthyFixes to the LMDB header cache. (closes #3691)
2017-02-04 Kevin McCarthyAdd LMDB backend support for header cache. (see #3691)
2017-01-31 Kevin McCarthyMinor fix to ~y completion.
2017-01-31 Kevin McCarthySimplify mutt_label_complete().
2017-01-31 Kevin McCarthyPermit tab completion of pattern expressions with ...
2017-01-31 Kevin McCarthyFix the mutt_label_complete() pos parameter.
2017-01-29 Kevin McCarthyFix the x-label update code check location.
2017-01-29 Kevin McCarthyImprove the label completion hash table usage.
2017-01-29 David ChampionAdds label completion.
2017-01-29 Kevin McCarthyAdd hash_find_elem to get the hash element.
2017-01-29 David ChampionAdd reentrant hash_walk() function for iterating down...
2017-01-29 Kevin McCarthyMinor fixes to the x-label patch from David.
2017-01-29 David ChampionAdds capability to edit x-labels inside mutt, and to...
2017-01-24 Kevin McCarthyAllow "unsubjectrc *" to remove all patterns.
2017-01-24 David ChampionAdd subjectrx command to replace matching subjects...
2017-01-24 David ChampionAbstract the SPAM_LIST as a generic REPLACE_LIST
2017-01-24 Kevin McCarthyImprove Reply-to vs From comparison when replying....
2017-01-19 Kevin McCarthyFix sidebar references to the "new count" to be "unread...
2017-01-18 Kevin McCarthyFix several alias hashtable issues.
2017-01-18 Kevin McCarthyAdd casecmp and strdup_key flags to hash_create()
2017-01-15 Kevin McCarthyImprove error handling in mbox magic detection.
2017-01-15 David ChampionAllow initial blank lines in local mailboxes.
2017-01-10 Simon RuderichFix minor documentation issues.
2017-01-06 Kevin McCarthyConvert cmd_parse_search to use the uid hash. (closes...
2017-01-06 Kevin McCarthyCreate a uid hash for imap. (see #3905)
2017-01-06 Kevin McCarthyConvert HASH to be indexable by unsigned int. (see...
2017-01-05 Kevin McCarthyFix imap server-side search to call uid2msgno() only...
2017-01-03 Kevin McCarthyAdd a pattern_cache_t to speed up a few repeated matches.
2017-01-01 Kevin McCarthyCanonicalize line endings for GPGME S/MIME encryption...
2016-12-27 Kevin McCarthyMake to_chars and status_chars accept mulitibyte charac...
2016-12-27 Kevin McCarthyCreate mbchar_table type for multibyte character arrays...
2016-12-25 Vincent LefevreIn the manual, replaced 2 para by example (similar...
2016-12-13 David ChampionAdd option to control whether threads uncollapse when...
2016-12-13 Richard RussonRemove unused OPS
2016-12-13 Michał KępieńRework OpenSSL certificate verification to support...
2016-12-12 David ChampionAdd setenv/unsetenv commands.
2016-12-07 Kevin McCarthyMove '@' pattern modifier documentation to the right...
2016-12-05 Kevin McCarthymerge stable
2016-12-05 Kevin McCarthymutt-1.7.2 signed
2016-12-05 Kevin McCarthyAdded tag mutt-1-7-2-rel for changeset 99f5624d1f52
2016-12-05 Kevin McCarthyautomatic post-release commit for mutt-1.7.2 mutt-1-7-2-rel
2016-12-04 Kevin McCarthymerge stable
2016-12-03 Kevin McCarthyChange sidebar_spoolfile coloring to be lower precedence.
2016-11-30 Kevin McCarthyReturn to pager upon aborting a jump operation. (closes...
2016-11-30 Kevin McCarthyAdd mutt_array_size macro, change interactive_check_cer...
2016-11-30 Kevin McCarthyImprove openssl interactive_check_cert. (closes #3899)
2016-11-25 Vincent LefevreFix build failure with GPGME 1.8: do not steal the...
2016-11-25 Vincent LefevreFix build failure with GPGME 1.8: do not steal the...
2016-11-22 Vincent LefevreCorrected comment.
2016-11-22 Kevin McCarthyRevert db13010a2e8d but add a comment. (see #3870)
2016-11-21 Vincent LefevreMake sure that the output of X509_NAME_oneline is null...
2016-11-21 Kevin McCarthyMinor resource and error logic cleanup in tunnel_socket...
2016-11-21 Kevin McCarthyDon't close stderr when opening a tunnel. (closes ...
2016-11-20 Kevin McCarthyMore openssl1.1 fixes: remove uses of X509->name in...
2016-11-20 Kevin McCarthyMore openssl1.1 fixes: remove uses of X509->name in...
2016-11-20 Vincent LefevreUpdated French translation.
2016-11-18 Kevin McCarthyFix mark-message translation and keybind menu.
2016-11-18 Kevin McCarthyImprove two compress translation messages.
2016-11-18 Vincent LefevreUpdated French translation.
2016-11-18 Vincent LefevreMake a string translatable.
2016-11-18 Vincent LefevreMake a string translatable. Add a missing space at...
2016-11-18 Vincent LefevreUpdated French translation (except for 1 string).
2016-11-18 Vincent LefevreUpdated requirement on the C compiler.
2016-11-18 Kevin McCarthyRevert changes made to mutt_find_cfg() in 3c6d322912e3
2016-11-17 David ChampionAdds <mark-message> binding to create "hotkeys" for...
2016-11-17 Kevin McCarthyBackout inlining of MUTT_VERSION in 42fee7585fae.
2016-11-17 David ChampionAdds the '@' pattern modifier to limit matches to known...
2016-11-16 David ChampionWhen $flag_safe is set, flagged messages cannot be...
2016-11-15 Kevin McCarthyFix muttbug to check $XDG_CONFIG_HOME.
2016-11-15 Kevin McCarthyFix loop terminator in in mutt_find_cfg().
2016-11-14 Kevin McCarthyEnsure the compressed documentation is always built.
2016-11-14 Kevin McCarthyCompress: check mailbox type if possible when appending.
2016-11-14 Kevin McCarthyCompress: escape single quotes when invoking the compre...
2016-11-14 Kevin McCarthyCompress: fix check_mailbox and sync_mailbox.
2016-11-14 Kevin McCarthyCreate mx_ops.sync operation. Refactor compress to...
2016-11-14 Kevin McCarthyCompress: pull the lock/unlock operations into the...
2016-11-14 Kevin McCarthyCompress: safe_fopen() the tempfile, to prevent tempfil...
2016-11-14 Kevin McCarthyCompress: add delegate calls to open_append and close...
2016-11-14 Kevin McCarthyCompress: fix several logic and memory bugs.
2016-11-14 Kevin McCarthyCompress: remove buffy stats "improvisation".
2016-11-14 Kevin McCarthyCompress: prefix external functions with "mutt_"
2016-11-14 Kevin McCarthyCompress patch from the neomutt repository.
2016-11-14 Damien Riegelsearch muttrc file according to XDG Base Specification...
2016-11-08 Kevin McCarthyMove mbox close-append logic inside mbox_close_mailbox().
2016-11-08 Kevin McCarthyChain %d->%F->%f in the attachment menu.
2016-11-08 Damien Riegelcompose: add operation to rename an attachment
2016-11-08 Damien Riegelattach_format: add new %F placeholder
next