]> granicus.if.org Git - mutt/shortlog
mutt
2019-01-21 Kevin McCarthyFix raw socket read/write to follow expected behavior.
2019-01-21 Kevin McCarthyConvert to use gitlab registry image ubuntu:18.04.
2019-01-21 Kevin McCarthyFix gnutls tls_socket_write() to properly retry.
2019-01-19 Kevin McCarthyUpdate the muttrc man page with added commands.
2019-01-19 Kevin McCarthyWrap ssl init calls for LibreSSL too.
2019-01-10 Fabian Groffenmx_open_mailbox: provide output buffer to realpath(3)
2019-01-08 Stefan StroginFix compilation with LibreSSL <2.7.0. (closes #112)
2019-01-08 Kevin McCarthyautomatic post-release commit for mutt-1.11.2 mutt-1-11-2-rel
2019-01-08 Kevin McCarthyAdd UPDATING notes for 1.11.2 release.
2019-01-05 Kevin McCarthyUpdate copyright for the next stable release.
2019-01-04 Kevin McCarthyFix mkdtemp.c implementation.
2018-12-28 Kevin McCarthyMake a copy of x_label before encoding it for updates.
2018-12-28 Kevin McCarthyRestore the xlabel_changed reset.
2018-12-28 Kevin McCarthyRfc2047 encode and fold X-Label when writing updates.
2018-12-27 Kevin McCarthyHandle improperly encoded pgp/mime octetstream part.
2018-12-21 Kevin McCarthyBackport postpone-encrypt cleanups from master.
2018-12-21 Rosen PenevFix compilation without deprecated OpenSSL 1.1 APIs
2018-12-13 Kevin McCarthyFix imap_sync_mailbox() hcache leak.
2018-12-12 Kevin McCarthyFix possible smime crash if the read mime header p...
2018-12-12 Kevin McCarthyFix memory leak in smime.c.
2018-12-12 Kevin McCarthyFix mutt_parse_rfc822_line() if lastp parameter is...
2018-12-07 Kevin McCarthyFix classic gpg date parsing in list-keys.
2018-12-03 Kevin McCarthyFix typo in Finnish translation.
2018-12-01 Kevin McCarthyautomatic post-release commit for mutt-1.11.1 mutt-1-11-1-rel
2018-12-01 Kevin McCarthyDocument Sender header as a default in $imap_headers.
2018-11-30 Kevin McCarthyAdd SENDER to default list of IMAP headers.
2018-11-30 Adam GolebiowskiUpdated Polish translation.
2018-11-27 Kevin McCarthyFix QRESYNC crash after a large number of VANISHED...
2018-11-25 Kevin McCarthyautomatic post-release commit for mutt-1.11.0 mutt-1-11-rel
2018-11-25 Kevin McCarthyBump release date.
2018-11-24 Morten Bo JohansenUpdated Danish translation.
2018-11-24 Vsevolod VolkovUpdated Russian translation.
2018-11-24 Vsevolod VolkovUpdated Ukrainian translation.
2018-11-23 Olaf HeringUpdate de.po
2018-11-22 TAKAHASHI TamotsuUpdated Japanese translation.
2018-11-18 TAKAHASHI TamotsuAdd L10N comments to several unclear messages.
2018-11-17 Petr PísařCzech translation update for Mutt 1.11.0
2018-11-17 Vincent LefevreUpdated fr.po for Mutt 1.11.0.
2018-11-15 Kevin McCarthyMinor fixes to UPDATING.
2018-11-14 Kevin McCarthyUpdate $index_format cross-references in manual.
2018-11-14 Kevin McCarthyUpdate the UPDATING file for 1.11.0 release.
2018-11-10 lilydjwgUpdated Simplified Chinese translation.
2018-11-07 Kevin McCarthyMinor edits to the README.
2018-11-07 Kevin McCarthyAdd some brief documentation on OAUTH support.
2018-11-06 Kevin McCarthyAdd monitor.h to extra_sources list.
2018-11-06 Kevin McCarthyAllow relative date hour/min/sec offsets.
2018-11-06 Kevin McCarthyFix a few memory leaks for idna conversion.
2018-11-06 Kevin McCarthyDocument send-hooks are not executed for resumed messages.
2018-11-06 Kevin McCarthyPrevent $charset from having multiple values.
2018-10-31 Kevin McCarthyAlways print mutt_buffer_pool_free() size debug output.
2018-10-31 Kevin McCarthyAdd a flag for dynamic date range evaluation in patterns.
2018-10-31 Kevin McCarthyAdd index-format-hook and expando.
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.
next