]> granicus.if.org Git - mutt/shortlog
mutt
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()
2018-07-13 Kevin McCarthyCheck destlen and truncate in url_pct_encode().
2018-07-13 Kevin McCarthyVerify IMAP status mailbox literal count size.
2018-07-13 JerikoOneHandle NO response without message properly
2018-07-13 Kevin McCarthyDon't overflow tmp in msg_parse_fetch.
2018-07-13 Richard RussonSelectively cache headers.
2018-07-13 Kevin McCarthySanitize POP bcache paths.
2018-07-13 JerikoOneEnsure UID in fetch_uidl.
2018-07-13 Kevin McCarthyFix buffer size check in cmd_parse_lsub.
2018-07-13 Kevin McCarthyFix imap_quote_string() length check errors.
2018-07-08 Kevin McCarthyMerge branch 'stable'
2018-07-08 Kevin McCarthyMention $pgp_decode_command for $pgp_check_gpg_decrypt_...
2018-07-08 Kevin McCarthyMerge branch 'stable'
2018-07-08 Kevin McCarthyProperly quote IMAP mailbox names when (un)subscribing.
2018-07-02 Vincent LefevreUpdated French translation.
2018-07-02 Vincent LefevreAdd dependencies for keymap_alldefs.h in po/Makefile...
2018-07-02 Kevin McCarthysmime_handle_entity() cleanup.
2018-07-02 Kevin McCarthyVoid passphrase on s/mime decryption error.
2018-06-29 Anton LindqvistAdd check-stats function to calculate mailbox statistics.
2018-06-27 Kevin McCarthyAdd a reference to $copy in the $record documentation.
2018-06-27 Kevin McCarthyReset all MonitorContext state on context removal.
2018-06-27 Kevin McCarthyFix MonitorContextDescriptor update on removal.
2018-06-26 Kevin McCarthyWork around open mailbox monitor code check issue.
2018-06-25 Kevin McCarthyGenerate error if makedoc is missing a type.
2018-06-23 Eike RathkeMake make ctags actually work
2018-06-22 Kevin McCarthyRemove uninitialized warning for mutt_get_stat_timespec().
2018-06-19 Zero KingUpdated Simplified Chinese translation.
2018-06-19 Vincent Lefevremutt_atol: better error handling.
2018-06-19 Vincent LefevreReset errno to 0 before calling strtol and testing...
2018-06-18 Eike RathkeAllow larger passphrase timeout values
2018-06-18 Vincent LefevreUpdated French translation.
2018-06-18 Kevin McCarthyMerge branch 'stable'
2018-06-18 Philipp Gesangcrypt-gpgme: prevent crash on bad S/MIME signature
2018-06-18 Kevin McCarthyConvert context and buffy to use nanosecond timestamps.
2018-06-14 Vincent LefevreUpdated French translation.
2018-06-14 Brandon LongSupport for using OAUTHBEARER for smtp.
2018-06-14 Brandon LongInitial support for OAUTHBEARER for IMAP.
2018-06-10 Kevin McCarthyMove mutt_getch() timeout value into curs_lib.c
2018-06-08 Vincent LefevreSpelling mistake in debug message.
2018-06-08 Vincent LefevreMissing void in mutt_set_current_menu_redraw_full prototype
2018-06-08 Vincent LefevreGive a prototype for mutt_monitor_poll
2018-06-06 Kevin McCarthyQuick fix for ncurses buffering issue with inotify...
2018-06-05 Kevin McCarthyMerge branch 'stable'
2018-06-05 Kevin McCarthyAdd GnuPG status fd checks for inline pgp.
2018-06-04 Kevin McCarthyMerge branch 'stable'
2018-06-04 Kevin McCarthyAdd $pgp_check_gpg_decrypt_status_fd.
2018-06-04 Kevin McCarthyAdd new timeout functions to work with inotify monitors.
2018-06-03 Kevin McCarthyMerge branch 'stable'
2018-06-03 Kevin McCarthyRevert showing real size for small files in mutt_pretty...
2018-06-03 Kevin McCarthyMerge branch 'stable'
2018-06-03 Kevin McCarthySwitch build scripts to use `` instead of $()
2018-06-03 Kevin McCarthyChange direct mutt_getch() callers to handle new mail...
2018-06-03 GTadd feature file monitoring with Linux inotify
2018-06-01 Edward BettsCorrect spelling mistakes.
2018-05-28 Kevin McCarthyMerge branch 'stable'
2018-05-28 Oswald Buddenhagenfix inappropriate use of FREE() in ssl init error path
2018-05-21 Kevin McCarthyRemove mutt_buffer_new() NULL retval checks.
2018-05-21 Kevin McCarthyFix mutt_strncmp size comparison for 'uncolor header'.
2018-05-19 Kevin McCarthyautomatic post-release commit for mutt-1.10.0 mutt-1-10-rel
2018-05-17 Ivan Vilata... Updated Catalan translation.
2018-05-17 TAKAHASHI TamotsuUpdated Japanese translation.
2018-05-17 Vincent Lefevrefr.po: updated Project-Id-Version and removed old trans...
2018-05-14 Olaf HeringUpdated German translation.
2018-05-10 Kevin McCarthyNote that $pgp/smime_self_encrypt now default to set.
2018-05-10 Kevin McCarthyAdd note about libidn2 v2.0.0 or greater to UPDATING...
2018-05-09 Vsevolod VolkovUpdated Russian translation.
2018-05-09 Vsevolod VolkovUpdated Ukrainian translation.
2018-05-09 Kevin McCarthyAdd declaration checks for libidn2.
2018-05-08 Petr PisarUpdated Czech translation.
2018-05-07 Kevin McCarthyUpdate the UPDATING file for 1.10.0.
2018-05-06 Morten Bo JohansenUpdated Danish translation.
2018-05-05 lilydjwgUpdated Simplified Chinese translation.
2018-05-04 Vincent LefevreUpdated French translation.
2018-05-03 Kevin McCarthyAdd echo command.
2018-05-03 Vincent LefevreMissing comma.
2018-05-01 Kevin McCarthyUpdate copyright notices.
2018-05-01 Kevin McCarthyUpdate pattern documentation.
next