Ky sajt do të funksionojë me kufizime, teksa bëjmë mirëmbajtjen e tij për të përmirësuar punën tuaj. Nëse një artikull nuk e zgjidh problemin tuaj dhe dëshironi të bëni një pyetje, kemi bashkësinë tonë të asistencës, e gatshme për t’ju ndihmuar, te @FirefoxSupport në Twitter dhe/r/firefox në Reddit.

Kërkoni te Asistenca

Shmangni karremëzime gjoja asistence. S’do t’ju kërkojmë kurrë të bëni një thirrje apo të dërgoni tekst te një numër telefoni, apo të na jepni të dhëna personale. Ju lutemi, raportoni veprimtari të dyshimtë duke përdorur mundësinë “Raportoni Abuzim”.

Mësoni Më Tepër

How to open a news URL

  • 7 përgjigje
  • 1 e ka hasur këtë problem
  • 1 parje
  • Përgjigjja më e re nga rsx11m

more options

The command { thunderbird 'news:news.answers'; } should show the Usenet group news.answers using the default Usenet news server but it does not; it has no effect.

The command { thunderbird 'news:news.answers'; } should show the Usenet group news.answers using the default Usenet news server but it does not; it has no effect.

Krejt Përgjigjet (7)

more options

The command { thunderbird 'news:news.answers'; }

I have no idea what you're talking about.

You'll need to create a news account for the news server of your choice. Then subscribe to the group(s) you're interested in.

more options

I am talking about launching Thunderbird from the command line.

more options
more options

That URL is wrong, news URL do not have the authority part. The semantic of this URL is to open the group in the default Usenet server. The command { thunderbird -news 'news:news.answers'; } opens Thunderbird but does not show the group.

more options

The command line is handled the code in nsMailNewsCommandHandler.js; the expression (neckoURL.messageHeader) causes an invalid value exception, probably because it expects a message reference, not a group reference (represented by msgKey == -1 in nsMsgDatabase::GetMsgHdrForKey). It looks unimplemented.

more options

Reported as bug 1096355

more options

According to the examples in the applicable standards document RFC 3986 Section 1.1.2, "news:comp.infosystems.www.servers.unix" is a valid URL. Thus,

  • thunderbird news:comp.infosystems.www.servers.unix

should work similar to

  • thunderbird mailto:John.Doe@example.com

The command-line syntax is the internal syntax, but without the "-news" switch, you'd expect the URL passed as argument to be parsed.

Ndryshuar nga rsx11m