]> granicus.if.org Git - mutt/shortlog
mutt
2018-10-30 Kevin McCarthyFix memory leak on error in eat_regexp() and eat_date().
2018-10-23 Peter WuFix memleaks of saslconn on error paths
2018-10-17 Kevin McCarthyMinor syntactic cleanup in mutt_print_attachment().
2018-10-17 Kevin McCarthyEnsure a resized empty buffer is null-terminated.
2018-10-16 Kevin McCarthyRemove conversion of nbsp to space.
2018-10-15 Kevin McCarthyConvert mutt_print_attachment to use BUFFER.
2018-10-15 Kevin McCarthyConvert mutt_view_attachment to use BUFFER.
2018-10-15 Kevin McCarthyConvert mutt_edit_attachment to use BUFFER.
2018-10-15 Kevin McCarthyConvert mutt_compose_attachment to use BUFFER.
2018-10-15 Kevin McCarthyConvert mutt_get_tmp_attachment to use BUFFER.
2018-10-15 Kevin McCarthyAdd mutt_buffer_adv_mktemp() transition function.
2018-10-15 Kevin McCarthyAdd mutt_buffer_mktemp() transition function.
2018-10-15 Kevin McCarthyAdd rfc1524 buffer function interfaces for attach.c...
2018-10-11 Kevin McCarthyConvert the rest of mh.c to use BUFFER for file paths.
2018-10-10 Kevin McCarthyAdd a comment about gnutls date bits in certstat.
2018-10-09 Kevin McCarthyChange gnutls certificate_file processing and interacti...
2018-10-09 Kevin McCarthyFix gnutls (a)lways to properly save for all certerr...
2018-10-08 Kevin McCarthyConvert maildir_canon_filename() and callers to use...
2018-10-08 Kevin McCarthyConvert maildir_sync_message to use BUFFERs.
2018-10-08 Kevin McCarthyConvert _maildir_commit_message to use BUFFER.
2018-10-08 Kevin McCarthyConvert maildir_parse_dir to use BUFFER.
2018-10-08 Kevin McCarthyConvert buffy_maildir_check_dir to use BUFFER.
2018-10-08 Kevin McCarthyConvert mix_send_message to use buffer pool.
2018-10-08 Kevin McCarthyCreate mutt_buffer_add_printf().
2018-10-07 Kevin McCarthyConvert imap_rename and pgp_invoke_list_keys to use...
2018-10-07 Kevin McCarthyAdd buffer pool functions.
2018-10-06 Kevin McCarthyRearrange and clean up buffer functions.
2018-10-06 Kevin McCarthyBreak buffer functions into separate source file.
2018-10-05 Kevin McCarthyImprove info install/uninstall checks.
2018-10-04 Kevin McCarthyBuild info file documentation.
2018-10-03 Max GörnerAdapt translation of "Subject" in help text
2018-10-03 Max GörnerTranslate ERROR by FEHLER
2018-10-03 Max GörnerAdd several "Durchkopplungsbindestrich" to some German...
2018-10-03 Max GörnerFix typos in German translation
2018-09-30 Kevin McCarthyConvert pgp_invoke_list_keys and mix_send_message to...
2018-09-30 Kevin McCarthyChange imap_rename_mailbox to use a BUFFER.
2018-09-30 Kevin McCarthyIncrease buffer sizes for some IMAP commands.
2018-09-27 Kevin McCarthyAdd regfree to configure regex test.
2018-09-26 Kevin McCarthyFix non-threaded $sort_aux "reverse-" sorting.
2018-09-22 Kevin McCarthyMerge branch 'stable'
2018-09-22 Kevin McCarthyIncrease user/pass field sizes in auth_login.
2018-09-22 Kevin McCarthyAdd output during smime_keys purpose flag checking.
2018-09-18 Kevin McCarthySend imap keepalives for interactive filters.
2018-09-14 Kevin McCarthyRemove purpose checks in smime_keys.pl verify step.
2018-09-14 Kevin McCarthyFree queries and alias_queries before exiting.
2018-09-13 Kevin McCarthyChange imap_conn_find() to always return an authenticat...
2018-09-02 Kevin McCarthyChange compress examples to type "example" rather than...
2018-09-02 Kevin McCarthyClean up documentation link targets.
2018-09-02 Vincent LefevreUpdated French translation.
2018-09-01 Cody BrownsteinFix typo
2018-09-01 Kevin McCarthyConvert certificate prompts to show sha-256 instead...
2018-08-29 Kevin McCarthyRename pgpring to mutt_pgpring.
2018-08-29 Kevin McCarthyRemove extra lstats() in safe_rename() upon link success.
2018-08-29 Kevin McCarthyAdd additional error handling to safe_rename().
2018-08-28 Tommi A Pirinennew Finnish translation
2018-08-28 Vincent LefevreUpdated French translation.
2018-08-28 Vincent LefevreUpdated French translation.
2018-08-26 Kevin McCarthyMerge branch 'stable'
2018-08-26 Kevin McCarthyFix alias documentation examples.
2018-08-24 Kevin McCarthyChange $query_format to use mutt_format_s.
2018-08-24 Kevin McCarthyDisplay an error message if syncing fails.
2018-08-22 Kevin McCarthyAdd compose-to-sender functionality.
2018-08-21 Kevin McCarthyFix nested macro warning.
2018-08-21 Kevin McCarthyRemove compare_stat() call in safe_rename().
2018-08-21 Kevin McCarthyMerge branch 'stable'
2018-08-21 Kevin McCarthyAdd autoconf check for libunistring when checking for...
2018-08-16 Vincent LefevreUpdated French translation.
2018-08-15 Kevin McCarthyAllow ctrl-c to interrupt initial IMAP header download.
2018-08-14 Kevin McCarthyRemove legacy trim_incomplete_mbyte() in the pager.
2018-08-14 Kevin McCarthyDon't match $abort_noattach_regexp on quoted lines.
2018-08-14 Kevin McCarthyRefactor out mutt_is_quote_line().
2018-08-14 Kevin McCarthyConvert abort_noattach scan to use mutt_read_line().
2018-08-13 Kevin McCarthyOnly sync CONDSTORE and QRESYNC on the initial download.
2018-08-12 Vincent LefevreUpdated French translation.
2018-08-12 Kevin McCarthyAdd more doc for the $imap_condstore and $imap_qresync...
2018-08-12 Kevin McCarthyAlways check UID vs MSN when handling FETCH.
2018-08-12 Kevin McCarthyAdd QRESYNC support.
2018-08-12 Kevin McCarthyAdd utility functions for QRESYNC support.
2018-08-12 Kevin McCarthyAdd basic CONDSTORE support when fetching initial messages.
2018-08-12 Kevin McCarthyCreate mutt_buffer_increase_size() function.
2018-07-29 Kevin McCarthyMove exit cleanup in main() to end of function.
2018-07-28 Kevin McCarthyFix -z and -Z options to work with IMAP.
2018-07-28 Kevin McCarthyAdd a note about doc/manual.tex generation.
2018-07-28 Kevin McCarthyFix AUXSORT usage in compare_spam.
2018-07-26 Ken MoffatFix manual.pdf toc page numbers.
2018-07-26 Kevin McCarthyAdd message padding to ctx->vsize computation.
2018-07-26 Kevin McCarthyAdd mx_ops.msg_padding_size to return the padding for...
2018-07-25 Kevin McCarthySkip sort in mbox_sync_mailbox() when new/reopen occurs.
2018-07-25 Kevin McCarthyHandle reopen/new_mail when closing mailbox in <imap...
2018-07-24 Vincent LefevreAdd ctx->vsize = 0 in a couple of places.
2018-07-22 Vincent LefevreImproved limit-to-all detection by skipping leading...
2018-07-21 Vincent LefevreBug fix: reset ctx->vsize in update_index_unthreaded...
2018-07-21 Vincent LefevreCleanup: avoid an ugly local preprocessor macro.
2018-07-20 Kevin McCarthyDisplay matching new messages in a thread-limited index.
2018-07-17 Kevin McCarthyMinor documentation fix.
2018-07-17 Vincent LefevreUpdated French translation.
2018-07-17 Brandon LongImprove OAUTHBEARER support.
2018-07-16 Kevin McCarthyMerge branch 'stable'
2018-07-16 Kevin McCarthyautomatic post-release commit for mutt-1.10.1 mutt-1-10-1-rel
2018-07-15 Kevin McCarthyCheck outbuf length in mutt_from_base64()
next