advogato.el/advogato-el-let-user-specify-mozilla-profile-name-1.2-A1, a patch to advogato.el to allow the user to set his mozilla profile name. advogato.el uses the cookies file in the mozilla profile to dig up the advogato cookie. Without this patch, it fails if the user has a .mozilla profile but the profile name is neither the login name nor ‘default’. Example use:
;; posting to advogato (load-file "/home/muli/src/elisp/advogato.el") (defun advo-compose () (interactive) (advogato-start-post)) (setq advogato-mozilla-profile-name "whatever")
Leave a Reply