Skip to main content

Questions tagged [bbdb]

Filter by
Sorted by
Tagged with
2 votes
1 answer
47 views

I'm trying to shift to using Emacs for email. I've set up Gnus and it's working nicely for me with one thing missing, and it's a deal-breaker. I need it to autocomplete email addresses when I'm ...
Toby 1 Kenobi's user avatar
2 votes
1 answer
109 views

How can I prevent bbdb from asking me: "%s is not in BBDB; add? (y,!,s,u,n,q,?) " for every mail I read?;) What I want instead is to ignore these addresses. I've tried: (setq bbdb-message-...
Jason Hunter's user avatar
  • 1,236
2 votes
0 answers
235 views

I remember one thing I liked about Windows 3 in the early 90s was that it was possible to dial my desktop phone (via a modem) from the contacts. I am all-linux now, and spend most of my day in emacs ...
Daniel Doherty's user avatar
0 votes
0 answers
48 views

When I'm adding a comma and a new address at To or Cc or Bcc in Gnus, there is a new line added when completing the address. I end up with: My Address <[email protected]>, Another Address <...
Razvan Deaconescu's user avatar
1 vote
0 answers
253 views

I wonder if anyone has gotten BBDB to work with notmuch. I'm looking for the behaviour I had with gnus, where I would type a name from BBDB, press tab and be presented with options to choose from. ...
Belasco's user avatar
  • 11
2 votes
1 answer
135 views

I would like to import contacts from a csv file into bbdb. I bumped into bbdb-csv-import on melpa for that and, from the documentation, it seems that it allows for entry customization. I have only the ...
DJJ's user avatar
  • 770
1 vote
1 answer
211 views

No matter what I do, the *BBDB* buffer always pops up when I read an incoming mail message. I've googled around and tried all tricks I saw. Nothing works. This is my bbdb config: (require 'bbdb) (...
quimm2003's user avatar
  • 151
3 votes
1 answer
687 views

I am trying to figure out gnus and bbdb. I am able to read messages using gnus, but now I want to add contacts from the mail message into bbdb. I have read that ':' should display a prompt and allow ...
tomcat's user avatar
  • 355
3 votes
1 answer
419 views

I'm trying to follow along here to get bbdb to insert lists of email addresses into my "to" fields when I hit something like "TAB". http://bbdb.sourceforge.net/bbdb.html#SEC39 The section on lists ...
Webdev Tory's user avatar
2 votes
1 answer
58 views

I'd like to start a BBDB search directly with the word at the current cursor point or with the current selection. Is there already a short-cut or at least a function for these functionalities?
Dieter.Wilhelm's user avatar
2 votes
2 answers
313 views

I use the function bbdb or bbdb-name to search for a particular record in my database using a regexp. Due to muscle-memory, I routinely hit the tab key inside the mini-buffer expecting to have auto-...
lawlist's user avatar
  • 19.7k
6 votes
1 answer
3k views

that’s some time yet I began to use emacs as much as possible for quite everything (org-mode, Gnus, etc.), but I’m still maintaining a single file with a list of names, numbers, adresses, etc. ...
galex-713's user avatar
  • 255
0 votes
1 answer
54 views

I enable BBDB as below (el-get-bundle! bbdb (defun ec--bbdb-initialize () (flyspell-mode t) (bbdb-initialize 'message) (bbdb-initialize 'gnus) (local-set-key "<TAB>...
Enze Chi's user avatar
  • 1,480
2 votes
2 answers
723 views

It seems development has been spread around over the years. The EmacsWiki still points to the manual on SourceForge but it seems very out of date. Configuration variables mentioned in the manual are ...
stsquad's user avatar
  • 4,701
0 votes
1 answer
137 views

I'd like to write a command so that for a particular record (found for example with (bbdb-search (bbdb-records) regexp)) I'm able to extract just the name part of it (or e. g. the mail part, or any ...
Dieter.Wilhelm's user avatar
1 vote
2 answers
160 views

Does it work for a job title or is it used for academic titles?
Dieter.Wilhelm's user avatar