... | ... | @@ -8,21 +8,21 @@ certificate is provided by letsencrypt.org) |
|
|
This trac exists primarily for bug tracking: see
|
|
|
report:3
|
|
|
|
|
|
` * You can register immediately using the link on the menu bar.`[`br`](br "wikilink")
|
|
|
` * `*`Note`*`: a valid email address is required (the registration page incorrectly states it is optional).`[`br`](br "wikilink")
|
|
|
` * A confirmation link will be emailed to you. Sorry about that, we'd turn it off if the spammers would let us.`[`br`](br "wikilink")` `
|
|
|
` * You must be logged in to add new tickets, or ticket comments, as an anti-spam measure.`[`br`](br "wikilink")
|
|
|
` * `*`Note:`` ``bug`` ``entries`` ``are`` ``forwarded`` ``to`` ``the``
|
|
|
``mutt`` ``developer's`` ``list,`` ``making`` ``the`` ``email``
|
|
|
``address`` ``you`` ``register`` ``with`` ``public.`*
|
|
|
* You can register immediately using the link on the menu bar.[br](br "wikilink")
|
|
|
* *Note*: a valid email address is required (the registration page incorrectly states it is optional).[br](br "wikilink")
|
|
|
* A confirmation link will be emailed to you. Sorry about that, we'd turn it off if the spammers would let us.[br](br "wikilink")
|
|
|
* You must be logged in to add new tickets, or ticket comments, as an anti-spam measure.[br](br "wikilink")
|
|
|
* *Note: bug entries are forwarded to the
|
|
|
mutt developer's list, making the email
|
|
|
address you register with public.*
|
|
|
|
|
|
For all new ticket reports please
|
|
|
include:
|
|
|
|
|
|
` * a short meaningful summary `
|
|
|
` * a procedure to reproduce the problem `
|
|
|
` * careful selections of the priority, component and type property fields`
|
|
|
` * the keyword "patch" if you have a proposed solution`
|
|
|
* a short meaningful summary
|
|
|
* a procedure to reproduce the problem
|
|
|
* careful selections of the priority, component and type property fields
|
|
|
* the keyword "patch" if you have a proposed solution
|
|
|
|
|
|
See [DebugTips](DebugTips) for diagnostic methods to speed resolution of the bug.
|
|
|
|
... | ... | @@ -39,12 +39,12 @@ own copy for hacking with |
|
|
|
|
|
git clone https://gitlab.com/muttmua/mutt.git
|
|
|
|
|
|
This will default to the \`master\` branch, where mainline development
|
|
|
happens. Afterwards, \`git pull\` should keep you up to date.
|
|
|
This will default to the `master` branch, where mainline development
|
|
|
happens. Afterwards, `git pull` should keep you up to date.
|
|
|
|
|
|
There is also the \`stable\` branch where the latest stable version of
|
|
|
mutt is tracked. Bugfixes are committed into \`stable\` and then merged
|
|
|
back into \`master\`, while new features go into \`master\`.
|
|
|
There is also the `stable` branch where the latest stable version of
|
|
|
mutt is tracked. Bugfixes are committed into `stable` and then merged
|
|
|
back into `master`, while new features go into `master`.
|
|
|
|
|
|
## Nightly snapshots
|
|
|
|
... | ... | @@ -53,9 +53,9 @@ Download a nightly snapshot of the mutt distribution |
|
|
|
|
|
## Release roadmap
|
|
|
|
|
|
The \[/roadmap roadmap\] has the current list of bugs blocking the
|
|
|
release of Mutt 1.6. There is also a TODO for the next point release
|
|
|
\[wiki:[ReleaseToDo](ReleaseToDo) here\].
|
|
|
The roadmap has the current list of bugs blocking the
|
|
|
release of Mutt 1.6. There is also a TODO for the next point release:
|
|
|
[ReleaseToDo](ReleaseToDo).
|
|
|
|
|
|
## Developer Resources
|
|
|
|
... | ... | @@ -63,22 +63,22 @@ The mutt source contains some developer resources in the `contrib/` |
|
|
subdirectory,
|
|
|
namely:
|
|
|
|
|
|
` * `[`1`](https://dev.mutt.org/hg/mutt/raw-file/tip/doc/devel-notes.txt)
|
|
|
* https://dev.mutt.org/hg/mutt/raw-file/tip/doc/devel-notes.txt
|
|
|
|
|
|
When preparing/maintaining 3rd patches,
|
|
|
see:
|
|
|
|
|
|
` * `[`2`](https://dev.mutt.org/hg/mutt/raw-file/tip/doc/applying-patches.txt)
|
|
|
` * `[`3`](https://dev.mutt.org/hg/mutt/raw-file/tip/doc/patch-notes.txt)
|
|
|
` * [wiki:[PatchList](PatchList)]`
|
|
|
* https://dev.mutt.org/hg/mutt/raw-file/tip/doc/applying-patches.txt
|
|
|
* https://dev.mutt.org/hg/mutt/raw-file/tip/doc/patch-notes.txt
|
|
|
* [PatchList](PatchList)
|
|
|
|
|
|
## Brainstorming
|
|
|
|
|
|
This lists topics that we're currently collecting ideas for:
|
|
|
|
|
|
` * [NewMailHandling](NewMailHandling) overhaul`
|
|
|
` * [UnifyMailboxInterface](UnifyMailboxInterface) (more issues than only new mail handling)`
|
|
|
` * [MailboxDriverCleanup](MailboxDriverCleanup) and MAPI support`
|
|
|
* [NewMailHandling](NewMailHandling) overhaul
|
|
|
* [UnifyMailboxInterface](UnifyMailboxInterface) (more issues than only new mail handling)
|
|
|
* [MailboxDriverCleanup](MailboxDriverCleanup) and MAPI support
|
|
|
|
|
|
## Mailing lists
|
|
|
|
... | ... | |