Skip to content

Latest commit

 

History

History
66 lines (56 loc) · 1.44 KB

feature.md

File metadata and controls

66 lines (56 loc) · 1.44 KB
title
Features

{{ page.title }}

Gathered and implemented patches

Notes

NeoMutt has brought together lots of Mutt patches, many of which were useful, but had been abandoned.

Before each patch is marked stable:

  • The code is brought up-to-date with Mutt-1.8.0
  • The code is tidied up, comments added, checks done
  • Documentation is written
  • A sample muttrc is created
  • The feature is tested

To find out more, see the Development Page.

Status

{% for f in site.feature %} {% if f.status == 'ignore' %} {% continue %} {% endif %} {% endfor %}
Name Description Since Status
{{ f.title }} {% if f.title == "Sidebar" %} (Intro) {% endif %} {{ f.description }} {{ f.since }} {% case f.status %} {% when 'stable' %} {% assign span = true %} ✓ {% when 'devel' or 'disabled' %} {% assign span = true %} ⚠ {% endcase %} {{ f.status }} {% if span == true %} {% endif %}