mainInsidious Big Brother Database - Support: sr #108997, Unable to update bbdb records on...

 
 

sr #108997: Unable to update bbdb records on message send with gnus

Submitter:  None
Submitted:  Wed 16 Mar 2016 08:59:43 AM UTC
   
 
Category:  None Priority:  5 - Normal
Severity:  3 - Normal Status:  Done
Privacy:  Public Assigned to:  None
Originator Email:  -email is unavailable- Open/Closed:  Closed
Operating System:  GNU/Linux
* Mandatory Fields

Add a New Comment Rich Markup
   

Wed 31 Aug 2016 09:10:16 AM UTC, comment #2: 

Seems to work for me (original submitter) as well.
Thanks a lot!

Anonymous
Tue 30 Aug 2016 07:46:38 PM UTC, comment #1: 

It seems you may want to give bbdb-message-all-addresses the value t.

Please send such questions to the BBDB mailing list -email is unavailable- where such questions are answered much faster.

Roland Winkler <winkler>
Group administrator
Wed 16 Mar 2016 08:59:43 AM UTC, original submission:  

BBDB version: 20151114.1541 (Melpa package)
https://melpa.org - Corresponds to git HEAD (
(bbdb
 :url "git://git.savannah.nongnu.org/bbdb.git"
 :fetcher git
 :files ("lisp/*.el*" "doc/*.texi")))

I want to update BBDB records for all outgoing message recepients. My config:

.emacs
;; Activate bbdb contact manager
(require 'bbdb)
(bbdb-initialize 'gnus 'message)
; The following will parse fields in outgoing messages,
; and suggest creation of corresponding BBDB entries
(bbdb-mua-auto-update-init 'message) ;; use 'gnus for incoming messages too
(setq bbdb-mua-auto-update-p 'query) ;; or 'create to create without asking
; prevent a bbdb window pop-up in gnus
(setq bbdb-mua-pop-up nil)
; cycle through bbdb contacts in mail completion
(setq bbdb-complete-mail-allow-cycling t)

When I edit a message with a few recipients I only get queried to update the record for the sender (me) in the first time. I get no query for recipient records updates or creations.

I managed to follow the execution until this point

  • bbdb-annotate-message(("Kostas Zorbadelos" "kzorba@<hidden1>" "From" sender message) bbdb-query-create)
  • bbdb-update-records((("Kostas Zorbadelos" "kzorba@<hidden1>" "From" sender message) (nil "<user1>@<hidden2>" "To" recipients message) (nil "<user2>@<hidden3>" "To" recipients message)) query nil)

  bbdb-mua-update-records(nil query)
  bbdb-mua-auto-update()
  run-hooks(message-send-hook)
  message-send(nil)
  message-send-and-exit(nil)
  call-interactively(message-send-and-exit)
...

Seems bbdb-update-records only updates the first record and disregards the rest.

Anonymous

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by winkler (Posted a comment)
  • -email is unavailable- added by None (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only logged-in users can vote.

     

    Follow 3 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2016-08-31 winkler StatusWorks For Me Done
        Open/ClosedOpen Closed
    2016-08-30 winkler StatusNone Works For Me

    Back to the top

    Powered by Savane 3.13-cf05.
    Corresponding source code