Gnus development mailing list
 help / color / mirror / Atom feed
* Avoiding error about undefined function bbdb-insinuate-sendmail
@ 2013-06-15  8:55 Steinar Bang
  2013-06-15  9:01 ` Steinar Bang
  2014-01-12 15:59 ` Steinar Bang
  0 siblings, 2 replies; 4+ messages in thread
From: Steinar Bang @ 2013-06-15  8:55 UTC (permalink / raw)
  To: ding

When I switched to the MELPA version of bbdb, I've gotten the message
 run-hooks: Autoloading failed to define function bbdb-insinuate-sendmail
every time I started composing the message.

In addition to the error message, the following annoying things were
happening: 
 - the cursor was been positioned to the far right of the "To" line
   (overlapping the "T")
 - when forwarding messages, the forwarded message wasn't inserted into
   the message composition buffer
 - when replying to a message, the quoted message was b0rked

What I did was to change the value of gnus-use-sendmail from t to nil (I
haven't used sendmail to send messages from Gnus for,... like,
ages...!):
 https://github.com/steinarb/gnus-patches/commit/6adfc5d6e18800b2862a23160f83ba14623cc648

To apply the change:
 git checkout master
 git pull
 git remote add sb-patches https://github.com/steinarb/gnus-patches.git
 git fetch sb-patches
 git merge sb-patches/avoid-error-message-about-undefined-function-bbdb-insinuate-sendmail

...or just change the "t" to a "nil"... whatever seems most appropriate...




^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-01-18 18:45 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-06-15  8:55 Avoiding error about undefined function bbdb-insinuate-sendmail Steinar Bang
2013-06-15  9:01 ` Steinar Bang
2014-01-12 15:59 ` Steinar Bang
2014-01-18 18:45   ` Lars Ingebrigtsen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).