Re: bbdb prevents mu4e from sending a message

2015-12-22 Thread Igor Sosa Mayor
Alan Schmitt writes: > On 2015-12-22 09:42, Igor Sosa Mayor writes: > >>> Thank you very much for the suggestion. Here is what I added to my >>> configuration to make things work: >>> >>> #+begin_src emacs-lisp >>> (add-to-list 'bbdb-mua-mode-alist '(message mu4e-compose-mode)) >>> #+end_src >>

Re: bbdb prevents mu4e from sending a message

2015-12-22 Thread Alan Schmitt
On 2015-12-22 09:42, Igor Sosa Mayor writes: >> Thank you very much for the suggestion. Here is what I added to my >> configuration to make things work: >> >> #+begin_src emacs-lisp >> (add-to-list 'bbdb-mua-mode-alist '(message mu4e-compose-mode)) >> #+end_src > > finally which is the exact and

Re: bbdb prevents mu4e from sending a message

2015-12-22 Thread Igor Sosa Mayor
Alan Schmitt writes: > Hello Eric, > > On 2015-12-21 21:37, Eric Abrahamsen writes: > >> BBDB checks current modes against the bbdb-muda-mode-alist variable, >> which you should be able to add to. It comes with (mu4e mu4e-view-mode) >> in there, maybe you can add something like (mu4e-message-mod

Re: bbdb prevents mu4e from sending a message

2015-12-22 Thread Alan Schmitt
Hello Eric, On 2015-12-21 21:37, Eric Abrahamsen writes: > BBDB checks current modes against the bbdb-muda-mode-alist variable, > which you should be able to add to. It comes with (mu4e mu4e-view-mode) > in there, maybe you can add something like (mu4e-message-mode > message-mode) to the list an