]> granicus.if.org Git - mutt/shortlog
mutt
2016-03-20 Kevin McCarthyTurn off asserts in sendlib.c.
2016-03-19 Petr PisarUpdated Czech translation.
2016-03-19 Kevin McCarthyFix a few typos in translation messages.
2016-03-18 Vincent LefevreUpdated French translation.
2016-03-18 Vincent LefevreFix typo in debug message.
2016-03-18 Richard RussonFix typo picked up by Debian's QA.
2016-03-18 Richard RussonUse '$(PACKAGE).pot' instead of 'mutt.pot' in Makefile.am
2016-03-18 Richard RussonFix three build warnings when DEBUG isn't defined.
2016-03-16 Kevin McCarthyFix tcbdb error reporting to use ecode, not errno.
2016-03-16 Kevin McCarthyFix crash in hcache_open_tc() when open fails and debug...
2016-03-16 Kevin McCarthyPrevent ctx->fp from being closed twice in the event...
2016-03-16 Vincent LefevreCheck return value of ftruncate() in mbox_sync_mailbox().
2016-03-14 Kevin McCarthyUpdate the $hostname documentation.
2016-03-14 Kevin McCarthyUpdate the UPDATING file for 1.6.0
2016-03-13 Kevin McCarthyFix RFC2231 continuation join order. (closes #3811...
2016-03-11 Vincent LefevreUpdated French translation.
2016-03-10 Kevin McCarthyImprove the mailto_allow documentation.
2016-03-10 Michael ElkinsRestrict mailto header fields using mailto_allow.
2016-03-10 Kevin McCarthyCheck stat return value in configure.ac. (closes #3810)
2016-03-08 Kevin McCarthyAdd $resume_edited_draft_files option.
2016-03-08 Kevin McCarthyAdd $resume_draft_files option.
2016-03-08 Derek MartinImprove method of determining FQDN. (closes #3298)
2016-03-02 Kevin McCarthyDocument that GPGME doesn't support creating inline...
2016-03-02 Kevin McCarthyAdd hard redraw for the gpgme application/pgp handler.
2016-02-29 Kevin McCarthyDraft file tweeks: rename flag, don't auto-abort on...
2016-02-16 Kevin McCarthyAdd $pgp_decryption_okay to verify multipart/encrypted...
2016-02-11 Kevin McCarthyUpdate the status message after decryption using gpgpme.
2016-02-11 Vincent LefevreUpdated French translation.
2016-02-07 Kevin McCarthyFix pgp and smime decryption in mutt_prepare_template().
2016-02-07 Kevin McCarthyAdd new flag -E to modify draft/include file. (closes...
2016-01-26 Kevin McCarthyMention <what-key> under the key bindings documentation.
2016-01-23 Kevin McCarthyIncrease HUGE_STRING size to 8192. (see #3804)
2016-01-19 Kevin McCarthyMake sasl authentication buffers dynamically sized...
2016-01-06 Kevin McCarthyAllow tab as a delimiter in smime .index files. (closes...
2016-01-05 Kevin McCarthyAdd a couple missing ATTACHPTR->tree frees.
2016-01-04 S. GillesPrefer bright versions (8-15) of colors for brightXXX...
2016-01-01 Kevin McCarthyUse strrchr to search for Received date separator....
2016-01-01 Kevin McCarthyUpdate manual copyright too.
2016-01-01 Kevin McCarthyConvert copyright years to all use 4 digit years.
2016-01-01 Kevin McCarthyUpdate copyright notices.
2016-01-01 Kevin McCarthymerge stable
2016-01-01 Kevin McCarthyFix segfault when deleting and reusing attachment slots...
2015-12-17 Kevin McCarthyAdd missing "yes" to $recall option documentation.
2015-12-17 Kevin McCarthyReword new f=f documentation.
2015-12-15 Kevin McCarthyAdd $reflow_space_quotes option. (closes #3309)
2015-12-08 Kevin McCarthymerge stable
2015-12-08 Kevin McCarthyFix hash table key "use after free" in mh_check_mailbox...
2015-12-07 Vincent LefevreUpdated French translation.
2015-12-03 Kevin McCarthyProvide a better prompt and error for inline PGP with...
2015-12-02 Kevin McCarthyLoosen mutt_signed_handler() protocol value consistency...
2015-11-30 Kevin McCarthysmime: allow signing message digest algorithm to be...
2015-11-26 Kevin McCarthyClean up address_uses_unicode() (closes #3794)
2015-11-25 Kevin McCarthyFix bad idn error on local mailboxes. (closes #3795)
2015-11-24 Kevin McCarthyAdd user reversibility check in intl_to_local.
2015-11-24 Kevin McCarthyImplement SMTPUTF8 capability support in smtp.c
2015-11-24 Kevin McCarthyAdd option 'idn_encode'; rename option 'use_idn' to...
2015-11-24 Kevin McCarthyRewrite address local-to-intl conversion functions.
2015-11-24 Kevin McCarthyRename idna functions and bits for smtputf8 changes.
2015-11-21 Kevin McCarthyRemove redundant mbox delimiter check in imap_browse...
2015-11-19 Kevin McCarthyFix memcpy buf=NULL/len=0 issue in replace_part()....
2015-11-10 Kevin McCarthyImprove error messages for eat_date() and eat_regexp().
2015-11-09 Kevin McCarthyFix possible unintentional '\0' strchr matches.
2015-10-20 Vincent LefevreUpdated French translation.
2015-10-18 Kevin McCarthymerge stable
2015-10-18 Kevin McCarthyFix next_token() oob read. (closes #3787)
2015-10-17 Kevin McCarthyFix error message for attach-message. (closes #3785)
2015-10-08 Vincent LefevreUpdated French translation.
2015-10-04 Kevin McCarthyCreate a separate macro/push/exec event buffer. (close...
2015-10-04 Kevin McCarthyFix menu type in certificate prompt. (see #3779)
2015-10-01 Kevin McCarthyImprove prompt when switching between PGP and S/MIME...
2015-09-30 Kevin McCarthyFix chomp in smime_handle_cert_email.
2015-09-30 Kevin McCarthymerge stable
2015-09-30 Kevin McCarthyFix oob reads when fgets returns "\0". (closes #3776)
2015-09-21 Derek SchrockAdd new optional index_format expandos %r and %R.
2015-09-21 bat guanoGerman translation fix. (closes #3701)
2015-09-20 TAKAHASHI TamotsuUpdated Japanese translation.
2015-09-20 Kevin McCarthyTranslation improvements.
2015-09-13 Kevin McCarthyEnable msgfmt translation check flag -c.
2015-09-13 Kevin McCarthyAdd translation comments and improvements.
2015-09-12 Kevin McCarthyImprove translation string in crypt-gpgme.c
2015-09-06 Kevin McCarthyFix double-decode during IMAP browse.
2015-09-06 Kevin McCarthymerge stable
2015-09-06 Kevin McCarthyFix use after free of ctx->last_tag. (closes #3775)
2015-09-06 Morten Bo JohansenUpdated Danish translation.
2015-09-03 Kevin McCarthyAdd time_t conversion to fix gpgme segfault on OpenBSD.
2015-08-31 Kevin McCarthymerge default into stable
2015-08-30 Kevin McCarthymutt-1.5.24 signed
2015-08-30 Kevin McCarthyAdded tag mutt-1-5-24-rel for changeset 08e81162482f
2015-08-30 Kevin McCarthyautomatic post-release commit for mutt-1.5.24 mutt-1-5-24-rel
2015-08-30 Benno SchulenbergPartially updated Esperanto translation.
2015-08-30 Benno SchulenbergMinor translation fixes.
2015-08-30 Kevin McCarthySet release date. Minor fixes to release notes.
2015-08-29 Ivan Vilata... Updated Catalan translation.
2015-08-29 Benno SchulenbergUpdated Dutch translation.
2015-08-29 Benno SchulenbergMinor translation fix.
2015-08-28 TAKAHASHI TamotsuUpdated Japanese translation.
2015-08-20 Vsevolod VolkovUpdated Russian translation.
2015-08-19 Petr PisarUpdated Czech translation
2015-08-17 Kevin McCarthyAdd idn to MUTTLIBS instead of LIBS (see #3638)
2015-08-17 Kevin McCarthyChange mutt_adv_mktemp to call mutt_mktemp instead...
next