From acd7d654adc42aef38f6337e5f7daa9592c8bee1 Mon Sep 17 00:00:00 2001 From: Martin Stubenschrott Date: Tue, 5 May 2009 23:45:05 +0200 Subject: [PATCH] Fixed muttator folder completions --- muttator/content/mail.js | 2 ++ vimperator/Donors | 3 +++ 2 files changed, 5 insertions(+) diff --git a/muttator/content/mail.js b/muttator/content/mail.js index cb720a15..576498b5 100644 --- a/muttator/content/mail.js +++ b/muttator/content/mail.js @@ -92,6 +92,8 @@ function Mail() //{{{ function getFolderCompletions(context) { let folders = mail.getFolders(context.filter); + context.anchored = false; + context.quote = false; context.completions = folders.map(function (folder) [folder.server.prettyName + ": " + folder.name, "Unread: " + folder.getNumUnread(false)]); diff --git a/vimperator/Donors b/vimperator/Donors index 931b220a..fdb755b5 100644 --- a/vimperator/Donors +++ b/vimperator/Donors @@ -2,6 +2,9 @@ Continuous donations: * Daniel Bainton (web hosting) 2009: +* Jessica Pavlin +* David Wolfe +* Sigurdur Finnsson * Pixel G * Joel Rosario * Alvaro Novo