On Tue, 14 Jul 2009 14:41:22 +0900, Byung-Hee wrote: > First time, i tried as like "emacs -f gnus". But there is no action with > "mailto:" link. The tried "emacs -f gnus-no-server %s". Still problems..
I use mozmail.el to handle this; in /usr/local/bin/mozmail.sh I've got: #!/bin/bash /usr/bin/gnuclient -batch -eval "(mozmail \"$1\")" and I've configured Gnome to use it as the default email program (mozmail.sh %s). In my .gnus, I've got: (require 'mozmail) That's it. Best regards, -- "Perl 5 is a velociraptor, but we need an Adam Sjøgren acceloraptor now." [email protected] _______________________________________________ info-gnus-english mailing list [email protected] http://lists.gnu.org/mailman/listinfo/info-gnus-english
