]> granicus.if.org Git - mutt/shortlog
mutt
2016-04-30 Kevin McCarthyFix pager mini-index drawing when $pager_index_lines...
2016-04-30 Kevin McCarthyFix pager layout when $status_on_top with no mini-index...
2016-04-30 Kevin McCarthyRemove newline insertion from pager. (closes #3835)
2016-04-28 Kevin McCarthyAdd cols parameter to mutt_FormatString()
2016-04-28 Kevin McCarthyFix remaining direct usages of COLS/LINES to use mutt...
2016-04-28 Kevin McCarthyChange remailer to use mutt windows.
2016-04-28 Kevin McCarthyModify the built-in editor to use windows.
2016-04-28 Kevin McCarthyModify the compose screen to use windows.
2016-04-28 Kevin McCarthyModify the pager to use windows.
2016-04-28 Kevin McCarthyModify the index to use windows.
2016-04-28 Kevin McCarthyModify enter.c routines to use windows.
2016-04-28 Kevin McCarthyModify the curs_lib.c to use windows.
2016-04-28 Kevin McCarthyModify the menu code to use windows.
2016-04-28 Kevin McCarthyAdd window structures to use for screen layout.
2016-04-27 Kevin McCarthymerge stable
2016-04-27 Kevin McCarthyCreate a wrapper sys_socket.h to work around Solaris...
2016-04-14 Kevin McCarthyFix soft-padding available columns computation.
2016-04-14 Kevin McCarthyFix right justify buffer-truncated pad calculation...
2016-04-14 Kevin McCarthyPre-space softfill multi-column padding.
2016-04-14 Kevin McCarthyAdd spacing to truncated multi-column characters when...
2016-04-11 Kevin McCarthyAdd null-terminator to BIO_get_mem_data() output.
2016-04-11 Vincent LefevreUpdated French translation.
2016-04-11 Kevin McCarthyAdd an error message and debugging if SSL_CTX_new(...
2016-04-11 Vincent LefevreUpdated French translation.
2016-04-11 Kevin McCarthyCheck for SSL_CTX_new returning NULL in ssl_sock_open...
2016-04-11 Kevin McCarthymerge stable
2016-04-10 Kevin McCarthyFix mutt_protect() when INLINE is set. (closes #3828)
2016-04-10 Kevin McCarthyAdd error message string for imap_mailbox_rename()...
2016-04-09 Kevin McCarthyFix potential memory leak in rfc2047_encode. (closes...
2016-04-08 Kevin McCarthyFix pager.c format_line() to use size_t for mbrtowc...
2016-04-08 Kevin McCarthyReset mbstate for other mbrtowc() calls returning -1
2016-04-06 Kevin McCarthymerge stable
2016-04-05 Kevin McCarthyFix IDNA functions for systems without iconv.
2016-04-02 Kevin McCarthymerge default into stable
2016-04-02 Kevin McCarthymutt-1.6.0 signed
2016-04-02 Kevin McCarthyAdded tag mutt-1-6-rel for changeset be82a2fde82f
2016-04-02 Kevin McCarthyautomatic post-release commit for mutt-1.6.0 mutt-1-6-rel
2016-04-01 Kevin McCarthyFix hcversion.h generation error when using included...
2016-03-30 Kevin McCarthyFilter out bidi marks in rfc2047 and rfc2231 encoding...
2016-03-29 Kevin McCarthyFix documentation: mime_lookup (not mime-lookup).
2016-03-29 Vincent LefevreFix typo.
2016-03-26 Kevin McCarthyFix error handling in sync_helper() and imap_sync_mailb...
2016-03-26 TAKAHASHI TamotsuUpdated Japanese translation.
2016-03-24 Benno SchulenbergUpdated Esperanto translation.
2016-03-23 Kevin McCarthyPrevent renaming root folder in imap.
2016-03-23 Kevin McCarthyFix uninitialized prompt buffer in imap_mailbox_rename...
2016-03-23 Kevin McCarthyAdd "-d" command-line option to manual. (closes #3816)
2016-03-23 Ivan Vilata... Updated Catalan translation.
2016-03-23 Kevin McCarthyClean up mutt_wstr_trunc() some more.
2016-03-21 Karel ZakImprove error handling in mutt_wstr_trunc().
2016-03-22 Benno SchulenbergUpdated Dutch translation.
2016-03-21 Vincent LefevreUpdated French translation.
2016-03-20 Vsevolod VolkovUpdated Russian translation.
2016-03-20 Vsevolod VolkovUpdated Ukrainian translation.
2016-03-20 Morten Bo JohansenUpdated Danish translation.
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)
next