Re: [sup-talk] Add Recipient from Contacts to Existing Email

2010-01-04 Thread Eric Sherman
Excerpts from Bryan Richardson's message of Mon Jan 04 11:50:57 -0500 2010: Hello all, Say I'm wanting to send an email to someone from my Contacts list, but also CC someone else from my contacts list. Right now, my method of operation is to bring up my Contacts, search for the recipient and

Re: [sup-talk] Ruby question: before-add-message.rb and adding multiple labels at once

2010-01-13 Thread Eric Sherman
Excerpts from Gregor Hoffleit's message of Wed Jan 13 08:13:18 -0500 2010: In order to keep before-add-message.rb readable, I was using one-line filters like: message.add_label ad apple if message.from.email =~ /@insideapple.apple.com/ message.add_label ad amazon if

Re: [sup-talk] choosing signatures

2010-06-08 Thread Eric Sherman
Excerpts from Daniel Goldin's message of Tue Jun 08 01:16:25 -0400 2010: Thanks so much, works like a charm. But is there a way to change the From: and In-reply-to: and Reply-to: headers without having to add the config option :ask_for_from: true? You may use the before-edit and reply-from

Re: [sup-talk] choosing signatures

2010-06-10 Thread Eric Sherman
Excerpts from Gregor Hoffleit's message of Thu Jun 10 11:52:25 -0400 2010: Eric, at first, that looks like a duplication of code. Could you elaborate why you use both of these hooks? Gregor Yes. The reply-from hook only triggers when replying, whereas the before-edit hook triggers

Re: [sup-talk] choosing signatures

2010-06-10 Thread Eric Sherman
Excerpts from Gregor Hoffleit's message of Thu Jun 10 12:08:34 -0400 2010: Wouldn't the before-edit hook work for replying, as well? I imagine so, and peeking quickly at reply-mode.rb seems to confirm this. I probably wrote these way back when starting to use sup when I assumed that

Re: [sup-talk] error message running sup

2010-06-10 Thread Eric Sherman
Excerpts from Daniel Goldin's message of Thu Jun 10 13:04:45 -0400 2010: When I run sup-sync, I get the following message: Error: the index is locked by another process! User '' on This usually means that sup was killed unnaturally and left the lockfile laying around. Sup is reluctant to