Re: [PATCH] emacs: wash: make word-wrap bound message width
[notmuch-archives.git] / ff / 0c41b6bec2e920c2c1221d0a02ff7b8426738c
1 Return-Path: <tomi.ollila@iki.fi>\r
2 X-Original-To: notmuch@notmuchmail.org\r
3 Delivered-To: notmuch@notmuchmail.org\r
4 Received: from localhost (localhost [127.0.0.1])\r
5         by olra.theworths.org (Postfix) with ESMTP id 24F48431FAF\r
6         for <notmuch@notmuchmail.org>; Sat, 14 Apr 2012 14:13:54 -0700 (PDT)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: 0\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none]\r
12         autolearn=disabled\r
13 Received: from olra.theworths.org ([127.0.0.1])\r
14         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
15         with ESMTP id l3tX1QW1HDv6 for <notmuch@notmuchmail.org>;\r
16         Sat, 14 Apr 2012 14:13:53 -0700 (PDT)\r
17 Received: from guru.guru-group.fi (guru-group.fi [87.108.86.66])\r
18         by olra.theworths.org (Postfix) with ESMTP id BFED0431FAE\r
19         for <notmuch@notmuchmail.org>; Sat, 14 Apr 2012 14:13:52 -0700 (PDT)\r
20 Received: by guru.guru-group.fi (Postfix, from userid 501)\r
21         id B106568055; Sun, 15 Apr 2012 00:13:46 +0300 (EEST)\r
22 From: Tomi Ollila <tomi.ollila@iki.fi>\r
23 To: David Belohrad <david@belohrad.ch>, notmuch@notmuchmail.org\r
24 Subject: Re: using bbdb with autocompletion\r
25 In-Reply-To: <87ehrt9xdp.fsf@beesknees.cern.ch>\r
26 References: <87ehrt9xdp.fsf@beesknees.cern.ch>\r
27 User-Agent: Notmuch/0.12+105~g6c84116 (http://notmuchmail.org) Emacs/23.3.1\r
28         (x86_64-unknown-linux-gnu)\r
29 X-Face: HhBM'cA~<r"^Xv\KRN0P{vn'Y"Kd;zg_y3S[4)KSN~s?O\"QPoL\r
30         $[Xv_BD:i/F$WiEWax}R(MPS`^UaptOGD`*/=@\1lKoVa9tnrg0TW?"r7aRtgk[F\r
31         !)g;OY^,BjTbr)Np:%c_o'jj,Z\r
32 Date: Sun, 15 Apr 2012 00:13:46 +0300\r
33 Message-ID: <m2iph2qanp.fsf@guru.guru-group.fi>\r
34 MIME-Version: 1.0\r
35 Content-Type: text/plain; charset=us-ascii\r
36 X-BeenThere: notmuch@notmuchmail.org\r
37 X-Mailman-Version: 2.1.13\r
38 Precedence: list\r
39 List-Id: "Use and development of the notmuch mail system."\r
40         <notmuch.notmuchmail.org>\r
41 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
42         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
43 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
44 List-Post: <mailto:notmuch@notmuchmail.org>\r
45 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
46 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
47         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
48 X-List-Received-Date: Sat, 14 Apr 2012 21:13:54 -0000\r
49 \r
50 On Thu, Apr 12 2012, David Belohrad <david@belohrad.ch> wrote:\r
51 \r
52 > Dear All,\r
53 > before I was using gnus to read my emails. This was setup together with\r
54 > bbdb such, that every email address I got an email delivered got stored\r
55 > into the bbdb database. \r
56 >\r
57 > The config was following:\r
58 >\r
59 > ---------------------------\r
60 > ;; IF USING GNUS TO FETCH MAIL:\r
61 > (if (locate-library "bbdb")\r
62 >     ;; bbdb to automatically create email address list\r
63 >     (progn\r
64 >       (require 'bbdb)\r
65 >       (bbdb-initialize)\r
66 >       (add-hook 'gnus-startup-hook 'bbdb-insinuate-gnus)\r
67 >       (add-hook 'gnus-startup-hook 'bbdb-insinuate-message)\r
68 >       (add-hook 'message-setup-hook 'bbdb-define-all-aliases)\r
69 >\r
70 >       (setq bbdb/news-auto-create-p t)\r
71 >       (setq bbdb-complete-name-allow-cycling t)\r
72 >       (setq bbdb-complete-mail-allow-cycling t)\r
73 >       (setq bbdb-complete-name-full-completion t)\r
74 >       (setq bbdb-completion-type 'primary-or-name)\r
75 >       (setq bbdb-use-pop-up nil)\r
76 >       ;; set BBDB to AFS so we have the access from all computers to the same bbdb database!\r
77 >       (setq bbdb-file "/afs/cern.ch/user/b/belohrad/private/bbdb")\r
78 >       (setq bbdb-offer-save 1)\r
79 >       (setq bbdb-electric-p t)\r
80 >       (message "bbdb initialized")\r
81 >       )\r
82 >   (message "bbdb is missing: address lookup will not work"))\r
83 > --------------------------\r
84 >\r
85 > The problem I have with this now is, that when using notmuch to read\r
86 > emails, the email addresses do not automatically add to bbdb. So when I\r
87 > write an email, I can only choose 'To:' email address, which is already\r
88 > in the bbdb from the times I was using gnus. But all new addresses are\r
89 > not added.\r
90 >\r
91 > How can I setup notmuch properly so with each email arrived it checks\r
92 > against email address and stores it in the bbdb as in case of gnus?\r
93 \r
94 There is (too) brief notice about that in\r
95 \r
96 http://notmuchmail.org/emacstips/#index13h2\r
97 \r
98 There is just little bit more information in notmuch archives\r
99 about that -- I did not dig deeper though.\r
100 \r
101 If you're interested you could figure that out and update the\r
102 wiki page.\r
103 \r
104 I'm, using this: id:"m2ehtm1w7p.fsf@guru.guru-group.fi" :D\r
105 \r
106 (currently my last mail on nottoomuch-addresses.sh)\r
107 \r
108 > thanks for any help.\r
109 >\r
110 > -- \r
111 > .david.\r
112 \r
113 Tomi\r