--- Mer 18/11/09, Friedrich Delgado Friedrichs <frie...@nomaden.org> ha scritto:
> I was just wondering, every time I tried
> org-submit-bug-report, it
> fails after asking the initial questions, because I don't
> have mh installed 
neither do I 
> (nor do I intend to install it and e-mh or any
> other emacs based mail client).

I think you should only set in your .emacs:

(setq user-full-name "  ") 
(setq user-mail-address "  ")
;; Send mail using SMTP 
(setq smtpmail-smtp-server " ")
(setq send-mail-function 'smtpmail-send-it) ;; If you use the default mail user 
agent.
(load-library "smtpmail")

and Emacs will send with its mail program

cheers
Giovanni





_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Reply via email to