summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2016-06-23Change sidebar to consistently use realpath for context and buffy comparison.Kevin McCarthy
2016-06-22Change sidebar next/prev-new to look at buffy->new too.Kevin McCarthy
2016-06-20Add documentation to the "New Mail Detection" section of the manual.Kevin McCarthy
2016-06-20Updated French translation.Vincent Lefevre
2016-06-18add commit_msg to struct mx_opsDamien Riegel
2016-06-18add mmdf_commit_message functionDamien Riegel
2016-06-18add mbox_commit_message functionDamien Riegel
2016-06-18add imap_commit_message functionDamien Riegel
2016-06-18add maildir_commit_message functionDamien Riegel
2016-06-18prepend maildir_commit_message function name with an underscoreDamien Riegel
2016-06-18remove unused HEADER parameter in mh_commit_messageDamien Riegel
2016-06-18add close_msg to struct mx_opsDamien Riegel
2016-06-18Remove magic member in MESSAGE structureDamien Riegel
2016-06-18pass context in mx_close_messageDamien Riegel
2016-06-17Add open_msg to struct mx_opsDamien Riegel
2016-06-17folder_file: remove struct statOlaf Hering
2016-06-17Add real prototype for re_match_2_internal in regex.cOlaf Hering
2016-06-17Combine the basic and extended buffy functions.Kevin McCarthy
2016-06-15Updated French translation.Vincent Lefevre
2016-06-14Reset buffy->new for the current mailbox in IMAP.Kevin McCarthy
2016-06-12Fix the case of messages in OPS.MIX and OPS.SIDEBARKevin McCarthy
2016-06-07Make extended buffy independent of the sidebar.Kevin McCarthy
2016-06-08Change the default for sidebar_format to use %n.Kevin McCarthy
2016-06-08Add sidebar_format flag '%n' to display 'N' on new mail.Kevin McCarthy
2016-06-11Updated French translation.Vincent Lefevre
2016-06-09Fix alignment in the compose menu.Richard Russon
2016-06-08Corrected OPS.SIDEBAR filename in EXTRA_DIST.Vincent Lefevre
2016-06-07Setting $sidebar_width to more than 128 would cause bad things to happen.Richard Russon
2016-06-07Fix columns used for $status_format and $pager_format in the pager.Kevin McCarthy
2016-06-05Add warning in makedoc for unexpected prefices. (see #3845)Kevin McCarthy
2016-06-05Fix sidebar buffy stats updating on mailbox close.Kevin McCarthy
2016-06-04Start to fix sidebar buffy modifications.Kevin McCarthy
2016-06-04Various fixes to the sidebar logic.Kevin McCarthy
2016-06-04Add "mutt_" prefix to global sidebar functions.Kevin McCarthy
2016-06-04Clean up the sidebar manual.Kevin McCarthy
2016-06-04Re-indent and style sidebar.c.Kevin McCarthy
2016-06-04Fix sidebar check_sec.sh warnings.Kevin McCarthy
2016-06-04Sidebar clean up: building and drawing logic.Kevin McCarthy
2016-06-04Add neomutt version of sidebar patch. (closes #3829)Richard Russon
2016-05-31Fix documentation for DT_MAGIC types. (closes #3845)Kevin McCarthy
2016-05-26Fix header file indentation after M_ prefix renaming.Kevin McCarthy
2016-05-26add check operation to struct mx_opsDamien Riegel
2016-05-26mx_check_mailbox: remove lock argument in function callDamien Riegel
2016-05-26add function imap_check_mailbox_reopenDamien Riegel
2016-05-25Add a TODO to mx_open_new_message() to use mx_ops in the future.Kevin McCarthy
2016-05-25add open_new_msg operation to struct mx_opsDamien Riegel
2016-05-24merge stableKevin McCarthy
2016-05-24Fix infinite loop when help is bound to a named key combination.Kevin McCarthy
2016-05-12Start decoupling mailbox operations.Damien Riegel
2016-05-12rename mbox_close_mailbox to mx_close_mailbox_append and move itDamien Riegel