]> granicus.if.org Git - mutt/shortlog
mutt
2016-06-18 Damien Riegeladd commit_msg to struct mx_ops
2016-06-18 Damien Riegeladd mmdf_commit_message function
2016-06-18 Damien Riegeladd mbox_commit_message function
2016-06-18 Damien Riegeladd imap_commit_message function
2016-06-18 Damien Riegeladd maildir_commit_message function
2016-06-18 Damien Riegelprepend maildir_commit_message function name with an...
2016-06-18 Damien Riegelremove unused HEADER parameter in mh_commit_message
2016-06-18 Damien Riegeladd close_msg to struct mx_ops
2016-06-18 Damien RiegelRemove magic member in MESSAGE structure
2016-06-18 Damien Riegelpass context in mx_close_message
2016-06-18 Damien RiegelAdd open_msg to struct mx_ops
2016-06-17 Olaf Heringfolder_file: remove struct stat
2016-06-17 Olaf HeringAdd real prototype for re_match_2_internal in regex.c
2016-06-17 Kevin McCarthyCombine the basic and extended buffy functions.
2016-06-15 Vincent LefevreUpdated French translation.
2016-06-14 Kevin McCarthyReset buffy->new for the current mailbox in IMAP.
2016-06-12 Kevin McCarthyFix the case of messages in OPS.MIX and OPS.SIDEBAR
2016-06-07 Kevin McCarthyMake extended buffy independent of the sidebar.
2016-06-08 Kevin McCarthyChange the default for sidebar_format to use %n.
2016-06-08 Kevin McCarthyAdd sidebar_format flag '%n' to display 'N' on new...
2016-06-11 Vincent LefevreUpdated French translation.
2016-06-09 Richard RussonFix alignment in the compose menu.
2016-06-08 Vincent LefevreCorrected OPS.SIDEBAR filename in EXTRA_DIST.
2016-06-07 Richard RussonSetting $sidebar_width to more than 128 would cause...
2016-06-07 Kevin McCarthyFix columns used for $status_format and $pager_format...
2016-06-06 Kevin McCarthyAdd warning in makedoc for unexpected prefices. (see...
2016-06-06 Kevin McCarthyFix sidebar buffy stats updating on mailbox close.
2016-06-04 Kevin McCarthyStart to fix sidebar buffy modifications.
2016-06-04 Kevin McCarthyVarious fixes to the sidebar logic.
2016-06-04 Kevin McCarthyAdd "mutt_" prefix to global sidebar functions.
2016-06-04 Kevin McCarthyClean up the sidebar manual.
2016-06-04 Kevin McCarthyRe-indent and style sidebar.c.
2016-06-04 Kevin McCarthyFix sidebar check_sec.sh warnings.
2016-06-04 Kevin McCarthySidebar clean up: building and drawing logic.
2016-06-04 Richard RussonAdd neomutt version of sidebar patch. (closes #3829)
2016-05-31 Kevin McCarthyFix documentation for DT_MAGIC types. (closes #3845)
2016-05-26 Kevin McCarthyFix header file indentation after M_ prefix renaming.
2016-05-26 Damien Riegeladd check operation to struct mx_ops
2016-05-26 Damien Riegelmx_check_mailbox: remove lock argument in function...
2016-05-26 Damien Riegeladd function imap_check_mailbox_reopen
2016-05-25 Kevin McCarthyAdd a TODO to mx_open_new_message() to use mx_ops in...
2016-05-25 Damien Riegeladd open_new_msg operation to struct mx_ops
2016-05-24 Kevin McCarthymerge stable
2016-05-24 Kevin McCarthyFix infinite loop when help is bound to a named key...
2016-05-12 Damien RiegelStart decoupling mailbox operations.
2016-05-12 Damien Riegelrename mbox_close_mailbox to mx_close_mailbox_append...
2016-05-10 Kevin McCarthySet COLUMNS to MuttIndexWindow->cols in mutt_create_fil...
2016-05-09 Kevin McCarthyBack out wrapper sys_socket.h workaround (23334e967dd7)
2016-05-09 Derek MartinChange M_* symbols to MUTT_*
2016-05-03 Kevin McCarthySkip bidi markers in the pager and index. (closes...
2016-05-03 Kevin McCarthyChange mutt_window_getyx() to accept NULL *y/*x params.
2016-04-30 Kevin McCarthymerge stable
2016-04-30 Kevin McCarthymutt-1.6.1 signed
2016-04-30 Kevin McCarthyAdded tag mutt-1-6-1-rel for changeset 1ef1e39a7218
2016-04-30 Kevin McCarthyautomatic post-release commit for mutt-1.6.1 mutt-1-6-1-rel
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.
next