[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: BBDB Horking Up Subject Header



At Mon, 11 Jun 2012 15:54:33 -0500,
andres.ramirez wrote:
> 
> Hi Ken.
> 
> We have almost the same setup. As You are going to see I have several
> imap accounts
> 
>  It is encourage not to modify the
> .folders file by hand, but It is easier for newbies :) (lazy to move it to
> my .wl file)

I set my .folders up by hand as well.  I have lots of folder and
subfolders so I found it easier, albeit tedious, to knock it out in
text file.  You also know precisely what you're doing that way.
Folder manager did come in handy for adding pet names later though,
and creating additional folders.

> This is part of my .folders file
> %inbox	"inbox"
> %sith
> %garbage
> %kipuamutay
> %inbox:"me@yahoo.com"/nil@imap.n.mail.yahoo.com:143/	"word"
> %inbox:"me.me@kipuamutay.com"/clear@dime105.dizinc.com:993!/	"kipu@kp"
> %inbox:"me@fastmail.fm"/clear@mail.messagingengine.com:993!/	"quick"
> /flag:digest/%inbox	"nuevos"
> %/
> news{
> 	-gwene.com.sachachua@news.gwene.org	"sacha"
> 	-gwene.com.osnews.news@news.gwene.org	"osnews"
> 	-gwene.com.wxwidgets.blogspot@news.gwene.org	"wxwidgets"
> 	-gwene.org.archlinux.feeds.news@news.gwene.org	"arch"
> 	-gwene.org.slashdot.developers@news.gwene.org	"slashdot"
> 	-gwene.com.feedburner.railstutorial@news.gwene.org	"rails"
> 	-gwene.archlinux.blogs.master.feed@news.gwene.org	"arch.blogs"
> }
> 
> How I create draft for any of the imap accounts?. I use templates. And I use a
> single smtp server for sending all my email
> 
> This is part of my .wl file
> (setq wl-template-alist
>       '(
>         ("fastmail"
> 	 ("From" . "me me <me@fastmail.fm>")
> 	 ("Organization" . "fastmail")
>  	 (body . "\nHi,\nAndres Ramirez.\n")
> 	 )
>         ("google"
> 	 ("From" . "me me <xxxx@gmail.com>")
> 	 ("Organization" . "kipuamutay")
>  	 (body . "\nHi 2,\nAndres Ramirez.\n")
> 	 )
> 	
>       ))
> 
> then when composing new draft with 'w' on summary mode
> i use 'wl-template-select'
> It is bound to C-c C-j.
> An iterate among my different templates.
> 
> Regards. If that is not enough I can share my .wl file also.
> ps: Check the mail user Agent field and You are going to see the wanderlust
> libraries version I am using.

[...]

Hello Andreas:

Thanks for the offer but I don't think posting your entire config is
necessary.  I've just been piecing things together bit by bit but
getting multiple accounts and templates working was early on my list
since they were must haves for me.  Now that I know bbdb is working
for others and hence not likely to be a wl or bbdb bug I'll invest
some more time with it.

Thanks for your input and time.

Regards-- ken