1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-27 07:15:47 +01:00

Fixed muttator folder completions

This commit is contained in:
Martin Stubenschrott
2009-05-05 23:45:05 +02:00
parent 43537025c6
commit acd7d654ad
2 changed files with 5 additions and 0 deletions

View File

@@ -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)]);

View File

@@ -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