Josef 'Jupp' SCHUGT | 3 Dec 2005 22:29
X-Face
Picon
Picon
Gravatar

abook 0.5.5 adds wl export

Hi!

abook is a text-based address book program that can also be used to
convert between different address book formats.

Supported input formats (as of 0.5.5) are:

- abook abook native format
- ldif ldif / Netscape addressbook
- mutt mutt alias
- pine pine addressbook
- csv comma separated values

Supported output formats (as of 0.5.5) are:

- abook abook native format
- ldif ldif / Netscape addressbook (.4ld)
- mutt mutt alias
- html html document
- pine pine addressbook
- gcrd GnomeCard (VCard) addressbook
- csv comma separated values
- palmcsv Palm comma separated values
- elm elm alias
- text plain text
- spruce Spruce address book
- wl Wanderlust address book

Of interest for japanese users of this list: The new version of abook
also adds a 日本語 translation.
(Continue reading)

David Wallin | 4 Dec 2005 21:09
Picon
Favicon

BBDB mail-aliases

Has anyone on this ML managed to get mail-aliases to work with BBDB and WL? If
so, could you give me a hint of what I'm doing wrong. I've followed the
description from the WL manual on the webpage, with a few other things thrown
into the mix:

(add-to-list 'load-path (expand-file-name "~/sw-cvs/bbdb/lisp/"))
(require 'bbdb)
(bbdb-initialize)

(require 'bbdb-wl)

(bbdb-wl-setup)

;; enable pop-ups
(setq bbdb-use-pop-up nil)
;; auto collection
(setq bbdb/mail-auto-create-p nil)
;; exceptional folders against auto collection
(setq bbdb-wl-ignore-folder-regexp "^ <at> ")
(setq signature-use-bbdb t)
(setq bbdb-north-american-phone-numbers-p nil)
;; shows the name of bbdb in the summary :-)
(setq wl-summary-from-function 'bbdb-wl-from-func)
;; automatically add mailing list fields
(add-hook 'bbdb-notice-hook 'bbdb-auto-notes-hook)
(setq bbdb-auto-notes-alist '(("X-ML-Name" (".*$" ML 0))))

(setq bbdb-complete-name-allow-cycling t)
(setq bbdb-expand-mail-aliases t)
(setq bbdb-use-alternate-names t)
(Continue reading)

Michael Welle | 5 Dec 2005 17:34
Picon

Attachement, signature

Hi,

if I compose an email with the following structure, the signature is
inserted after the first text block, not after the last block as
expected. 

first text first text first text first text 

<sig inserted here>
<inserted file with C-c C-x tab, mime-edit-insert-file>

second text second text second tex

Michael

--

-- 
We're back to the times when men were men and wrote their own device drivers
                                                              Linus Torvalds

Greg A. Woods | 8 Dec 2005 00:11
X-Face
Favicon

Re: Attachement, signature

At Mon, 05 Dec 2005 17:34:48 +0100,
Michael Welle wrote:
> 
> if I compose an email with the following structure, the signature is
> inserted after the first text block, not after the last block as
> expected. 
> 
> 
> first text first text first text first text 
> 
> <sig inserted here>
> <inserted file with C-c C-x tab, mime-edit-insert-file>
> 
> second text second text second tex

Is this what you're looking for? 

	(setq signature-insert-at-eof t)

--

-- 
						Greg A. Woods

H:+1 416 218-0098  W:+1 416 489-5852 x122  VE3TCP  RoboHack <woods <at> robohack.ca>
Planix, Inc. <woods <at> planix.com>          Secrets of the Weird <woods <at> weird.com>

Michael Welle | 10 Dec 2005 18:37
Picon

Re: Attachement, signature

Hi Greg,

Greg A. Woods wrote:
> 
> At Mon, 05 Dec 2005 17:34:48 +0100,
> Michael Welle wrote:
> > 
> > if I compose an email with the following structure, the signature is
> > inserted after the first text block, not after the last block as
> > expected. 
> > 
> > 
> > first text first text first text first text 
> > 
> > <sig inserted here>
> > <inserted file with C-c C-x tab, mime-edit-insert-file>
> > 
> > second text second text second tex
>  
> Is this what you're looking for? 
> 
> 	(setq signature-insert-at-eof t)
it sounds helpful. But neither setting s-i-a-e to t nor setting it to
nil changes the behaviour.

Michael

--

-- 
We're back to the times when men were men and wrote their own device drivers
                                                              Linus Torvalds
(Continue reading)

Michael Welle | 11 Dec 2005 23:21
Picon

Re: Attachement, signature

Hi Greg,

Greg A. Woods wrote:
> 
> At Mon, 05 Dec 2005 17:34:48 +0100,
> Michael Welle wrote:
> > 
> > if I compose an email with the following structure, the signature is
> > inserted after the first text block, not after the last block as
> > expected. 
> > 
> > 
> > first text first text first text first text 
> > 
> > <sig inserted here>
> > <inserted file with C-c C-x tab, mime-edit-insert-file>
> > 
> > second text second text second tex
>  
> Is this what you're looking for? 
> 
> 	(setq signature-insert-at-eof t)
aahhrrggg. Deep in my configs I have a piece of lisp code which
re-sets s-i-a-e to nil every time I send an email. Works now ufb. 

Thanks
Michael

--

-- 
We're back to the times when men were men and wrote their own device drivers
(Continue reading)


Gmane