mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-27 10:55:47 +01:00
Fixed muttator folder completions
This commit is contained in:
@@ -92,6 +92,8 @@ function Mail() //{{{
|
|||||||
function getFolderCompletions(context)
|
function getFolderCompletions(context)
|
||||||
{
|
{
|
||||||
let folders = mail.getFolders(context.filter);
|
let folders = mail.getFolders(context.filter);
|
||||||
|
context.anchored = false;
|
||||||
|
context.quote = false;
|
||||||
context.completions = folders.map(function (folder)
|
context.completions = folders.map(function (folder)
|
||||||
[folder.server.prettyName + ": " + folder.name,
|
[folder.server.prettyName + ": " + folder.name,
|
||||||
"Unread: " + folder.getNumUnread(false)]);
|
"Unread: " + folder.getNumUnread(false)]);
|
||||||
|
|||||||
@@ -2,6 +2,9 @@ Continuous donations:
|
|||||||
* Daniel Bainton (web hosting)
|
* Daniel Bainton (web hosting)
|
||||||
|
|
||||||
2009:
|
2009:
|
||||||
|
* Jessica Pavlin
|
||||||
|
* David Wolfe
|
||||||
|
* Sigurdur Finnsson
|
||||||
* Pixel G
|
* Pixel G
|
||||||
* Joel Rosario
|
* Joel Rosario
|
||||||
* Alvaro Novo
|
* Alvaro Novo
|
||||||
|
|||||||
Reference in New Issue
Block a user