Re: Fwd: bbdb kanji being corrupped on save

2012-07-03 Thread Roland Winkler
On Sun Jul 1 2012 Randy Bush wrote:
 13 mba (and various other platforms)
 macos 10.7.4
 emacs i386-apple-darwin9.8.0, Carbon Version 1.6.0
 wanderlust 2.15.9
 bbdb 2.35
 
 when i have kanji in a name and then save the .bbdb, i end up with \mush
 in the file and lose the kanji.  i tried saving in mule,
 iso-this-and-that, etc.  no love.  same problem for extended latin
 alphabets.

BBDB has gone through a major rewrite to bring the code up-to-date.
(For me, it works fine with chinese characters. Haven't tried kanji yet.)

Currently BBDB 3 does not support wanderlust. But it is possibly
easier to add sypport for wanderlust to BBDB 3 than trying to fix
problems with kanji characters in bbdb 2.35.

Roland


BBDB is available at
http://savannah.nongnu.org/projects/bbdb/
To check it out, use
git clone git://git.savannah.nongnu.org/bbdb.git

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
bbdb-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bbdb-info
BBDB Home Page: http://bbdb.sourceforge.net/


Re: **: Re: Fancy splitting with BBDB 3

2012-07-03 Thread Roland Winkler
On Mon Jul 2 2012 Sebastien Vauban wrote:
 gnus-private looks at the author of an email, and uses that for sorting the
 email in the right folder.
 
 gnus-public looks at the recipient of an email, and uses that for sorting the
 email in the right folder. That's only useful (IMHO) for mailing lists: I want
 all emails *sent to* `bbdb-info@lists.sourceforge.net' to go to the same
 folder.
 
 The corner case is when one of your colleague, for example, for which you have
 a gnus-private rule, is sending an email to a mailing list for which you have
 a gnus-public rule. In that case, gnus-public takes precedence over
 gnus-private: you colleague's email will be moved to the folder reserved for
 the mailing list.
 
 Is this all much clearer now?

Thanks, it gives me some idea what the code is supposed to do.

However, I have not used this code in bbdb-gnus.el and it is quite
possible that something got broken in this code that has not yet
been noticed / fixed. It would be good if a more experienced gnus
user could take a look.

Note also that the default value of bbdb/gnus-split-myaddr-regexp
references the variable gnus-local-domain which is obsolete since
emacs 24.1. This suggests to me once more that the relevant code in
bbdb-gnus.el could benefit from a more careful review by an
experienced gnus user.

Roland

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
bbdb-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bbdb-info
BBDB Home Page: http://bbdb.sourceforge.net/


Re: BBDB with notmuch mail client

2012-07-03 Thread Roland Winkler
On Mon Jul 2 2012 Daniel Reusche wrote:
 On 01.07.2012 10:40, Roland Winkler wrote:
  If it is based on some other emacs mail user agents (rmail,
  gnus, message mode, etc.)
 
 Well, it uses message mode for sending emails. I did the bbdb initialize 
 like it was stated in the documentation, but it did not work.
 I think it is the case because the notmuch database for mails is 
 seperate from the one of gnus.
 I will ask on the notmuch mailinglist again and keep you updated if I 
 get an answer.

Message mode itself is supported by BBDB, yet if this mode is
modified by notmuch, this could cause trouble. It could be the
cleanest solution to add explicit support for notmuch into BBDB
(patches welcome; you might want to use BBDB's support for message
mode as a starting point).

Roland

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
bbdb-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bbdb-info
BBDB Home Page: http://bbdb.sourceforge.net/


Re: BBDB with notmuch mail client

2012-07-03 Thread Daniel Reusche
On 03.07.2012 22:42, Roland Winkler wrote:
 Message mode itself is supported by BBDB, yet if this mode is
 modified by notmuch, this could cause trouble. It could be the
 cleanest solution to add explicit support for notmuch into BBDB
 (patches welcome; you might want to use BBDB's support for message
 mode as a starting point).

I would love to submit one if I get it working. What I found out right 
now (and also posted on the notmuch list) is that there is no mode to 
just show all the senders' addresses in a buffer or export them to a 
file. The message mode is just used to send the mails, the addresses 
however reside in the maildirs/the index.
As soon as I find out how to scrape the notmuch base there will be a patch.

best,
dan



--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
bbdb-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bbdb-info
BBDB Home Page: http://bbdb.sourceforge.net/


[BBDB] ChangeLog 2012-07-03

2012-07-03 Thread Roland Winkler
2012-07-03  Roland Winkler  wink...@gnu.org
* lisp/bbdb.el (bbdb-record-name, bbdb-record-name-lf): Fix
docstring.
* lisp/bbdb-com.el (bbdb-search): Also search last_first names.
Fix docstring.
(bbdb-message-search): Fix docstring.


BBDB is available at
http://savannah.nongnu.org/projects/bbdb/
To check it out, use
git clone git://git.savannah.nongnu.org/bbdb.git

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
bbdb-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bbdb-info
BBDB Home Page: http://bbdb.sourceforge.net/