mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-26 18:49:20 +03:00
Get the Sieve GUI partially working
This commit is contained in:
parent
55c5910590
commit
7e45ffab74
11 changed files with 33 additions and 8 deletions
|
|
@ -132,6 +132,11 @@ export class SieveScriptPopupView extends rl.pluginPopupView {
|
|||
});
|
||||
}
|
||||
|
||||
templateName(obj) {
|
||||
const id = 'Sieve' + obj.constructor.name;
|
||||
return document.getElementById(id) ? id : null;
|
||||
}
|
||||
|
||||
beforeShow(oScript) {
|
||||
// onShow(oScript) {
|
||||
this.sieveCapabilities(capa.join(' '));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue