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
>>
>> finally which is the exact and whole configuration to make bbdb work
>> with mu4e? Could you please send yours?
>
> I just added this line. From before, I had this:
>
> #+begin_src emacs-lisp
> (bbdb-initialize 'gnus 'message)
> (bbdb-mua-auto-update-init 'gnus 'message)
> #+end_src
>
> Note that it does not let mu4e use bbdb, it only makes sure there are no
> errors that prevent me from sending mail with mu4e.

thanks!


--
___
bbdb-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bbdb-info
BBDB Home Page: http://bbdb.sourceforge.net/


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 whole configuration to make bbdb work
> with mu4e? Could you please send yours?

I just added this line. From before, I had this:

#+begin_src emacs-lisp
(bbdb-initialize 'gnus 'message)
(bbdb-mua-auto-update-init 'gnus 'message)
#+end_src

Note that it does not let mu4e use bbdb, it only makes sure there are no
errors that prevent me from sending mail with mu4e.

Alan

-- 
OpenPGP Key ID : 040D0A3B4ED2E5C7
Athmospheric CO₂ (Updated December 13, 2015, Mauna Loa Obs.): 401.31 ppm


signature.asc
Description: PGP signature
--
___
bbdb-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bbdb-info
BBDB Home Page: http://bbdb.sourceforge.net/

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-mode
>> message-mode) to the list and see if that works? I haven't looked
>> exactly at how that variable is queried, but I'll bet you can trick BBDB
>> into letting it pass.
>
> 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 whole configuration to make bbdb work
with mu4e? Could you please send yours?

Many thanks in advance!


-- 
:: Igor Sosa Mayor :: joseleopoldo1...@gmail.com ::
:: GnuPG: 0x1C1E2890   :: http://www.gnupg.org/  ::
:: jabberid: rogorido  ::::


--
___
bbdb-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bbdb-info
BBDB Home Page: http://bbdb.sourceforge.net/


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 and see if that works? I haven't looked
> exactly at how that variable is queried, but I'll bet you can trick BBDB
> into letting it pass.

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

Best,

Alan

-- 
OpenPGP Key ID : 040D0A3B4ED2E5C7
Athmospheric CO₂ (Updated December 13, 2015, Mauna Loa Obs.): 401.31 ppm


signature.asc
Description: PGP signature
--
___
bbdb-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bbdb-info
BBDB Home Page: http://bbdb.sourceforge.net/