:smtp<tab-completion>
Sounds like a nice feature to have.

Wanna add it? :)

Martin suggested

   :set smtp=<tab>

which is probably a better choice. Either way, the only extensions I see that do something similar to this all use the obsolete "nsISupportsArray". At some point they do:

/***********/
var smtpService = Components.classes["@mozilla.org/messengercompose/smtp;1"].getService(Components.interfaces.nsISmtpService);

var servers = smtpService.smtpServers;

for (let i = 0; i < servers.Count(); ++i ) { ... }
/************/

However, after 3.0a1, the "servers.Count()" dies with "servers.Count()" is not a function.

So I have no clue how to do the equivalent in Tbird 3.0b. MDC is no help. :(

Until there's some good interface doc, I don't think there's much that can be done here.

    Thoughts?
    --Ted



--
Ted Pavlic <[email protected]>

  Please visit my ALS association page:
        http://web.alsa.org/goto/tedpavlic
  My family appreciates your support in the fight to defeat ALS.
_______________________________________________
Muttator mailing list
[email protected]
https://www.mozdev.org/mailman/listinfo/muttator

Reply via email to