Re: [firefox] mailto?



Michael Schütz wrote:

> gibt es eine Möglichkeit dem firefox beizubringen, dass er einen Klick
> auf einen mailto-Link an das gewünschte eMailprogramm weierleitet?

,----[ http://www.pro-linux.de/news/2004/6924.html ]
| Kurztipp: Mutt für mailto-Links in Mozilla Firefox registrieren
|
| Von Haus aus ist bei Mozilla Firefox (0.8) kein Programm für mailto-
| Links verantwortlich. Beim Anklicken solcher Links erhält man die
| Fehlermeldung "mailto is not a registered protocol". Mit wenig
| Aufwand lässt sich dies ändern:
|
|
| * in der Adresszeile von Firefox "about:config" eintippen
|
| * als Filter "protocol" wählen
|
| * sicherstellen, dass "network.protocol-handler.external.mailto"
| den Wert "true" hat
|
| * mittels rechter Maustaste eine neue Variable vom Typ string mit
| dem Namen "network.protocol-handler.app.mailto" hinzufügen und
| ihren Wert beispielsweise auf "mailto.sh" setzen
|
| mailto.sh sollte dann irgendwo im PATH liegen (z.B. unter
| /usr/local/bin) und in etwa folgendermaßen aussehen:
|
| #!/bin/sh
| exec
| xterm -e mutt "$@"
|
| Hier wurde als Mailclient Mutt (1.5.6i) gewählt. Dies lässt sich
| natürlich auf andere Programme, die ein Kommandozeilenargument wie
| "mailto:webmaster@xxxxxxxxx?subject=foobar"; verstehen, übertragen.
|
| Analog geht das auch beispielsweise für Evolution[1] und Emacs[2]
|
| [1] http://mozdev.org/pipermail/discuss/2004-April/000068.html
| [2] http://my.gnus.org/node/view/254
`----


:zy3
--
(o_ Christian Hoeller
(o< _o) (o_ //\ -------------------------
(/)_ (/)_ (/)_ V_/_ http://www.linuxbasis.com
.



Relevant Pages

  • >>>> FIREFOX DOWNLOAD <<<<
    ... download firefox, 1.5 download firefox mozilla, 1.5 download ... downloads, atari firefox video download, avg download speed windows ... toolbar download for mozilla firefox, ...
    (misc.health.alternative)
  • Re: debian thunderbird
    ... I'm now woring on a theme for mozilla firefox, ... > managed to test it on debian patched one, it is your problem that it ... The debian installer need a repackaged extension, ...
    (Debian-User)
  • RE: [Full-disclosure] Mozilla Firefox "Host:" Buffer Overflow
    ... you left the details of the bug and the POC out. ... Subject: Mozilla Firefox "Host:" Buffer Overflow ...
    (Full-Disclosure)
  • Re: Mailto sending email with no controls
    ... How do you tell firefox to run mutt in a terminal? ... What it does is put another mutt choice in the menu ... If we do not wish to lose our freedom, we must learn to tolerate our ...
    (comp.mail.mutt)
  • Re: Firefox 1.0, mailto, and mutt
    ... > |> response to clicking on mailto links. ... > `launchy' extension. ... here's my firefox mailto: ... # Helper program for mozilla and mutt. ...
    (Debian-User)