* [sup-talk] sent and draft sources
@ 2009-08-27 19:44 Joe Shaw
2009-08-27 19:49 ` Ben Walton
0 siblings, 1 reply; 8+ messages in thread
From: Joe Shaw @ 2009-08-27 19:44 UTC (permalink / raw)
Hi,
I'd like to use existing maildir folders I have for Sup's sent and
draft folders, but I couldn't find a way how. Is this possible? I am
surprised this is not a FAQ. :)
Apologies for the total noob question. I'm liking what I see in Sup so far.
Thanks,
Joe
^ permalink raw reply [flat|nested] 8+ messages in thread
* [sup-talk] sent and draft sources
2009-08-27 19:44 [sup-talk] sent and draft sources Joe Shaw
@ 2009-08-27 19:49 ` Ben Walton
2009-08-27 19:58 ` Joe Shaw
2009-08-27 20:00 ` Adeodato Simó
0 siblings, 2 replies; 8+ messages in thread
From: Ben Walton @ 2009-08-27 19:49 UTC (permalink / raw)
Excerpts from Joe Shaw's message of Thu Aug 27 15:44:02 -0400 2009:
> I'd like to use existing maildir folders I have for Sup's sent and
> draft folders, but I couldn't find a way how. Is this possible? I am
> surprised this is not a FAQ. :)
For sent, yes. For drafts, not yet. Using sup-config you can select
the sent source, or you could edit config.yaml by hand. The line in
my config is this:
:sent_source: maildir:///u/bwalton/Maildir/.sent-mail/
I defined a source with that URI and then set the value in
config.yaml. My outbound mail is then stored in that Maildir folder.
Only some sources work for mail storage. These are mbox, Maildir and
IMAP. I'd advise against having anything else write to the same mbox
(eg: don't have new mail delivered to the same source) if you go with
an mbox URI.
I'm not sure whether the official release includes this functionality
yet or not as I run from git:next. I _think_ 0.8.1 included it, but
would have to actually check.
HTH
-Ben
--
Ben Walton
Systems Programmer - CHASS
University of Toronto
C:416.407.5610 | W:416.978.4302
GPG Key Id: 8E89F6D2; Key Server: pgp.mit.edu
Contact me to arrange for a CAcert assurance meeting.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
URL: <http://rubyforge.org/pipermail/sup-talk/attachments/20090827/f78fafa2/attachment.bin>
^ permalink raw reply [flat|nested] 8+ messages in thread
* [sup-talk] sent and draft sources
2009-08-27 19:49 ` Ben Walton
@ 2009-08-27 19:58 ` Joe Shaw
2009-08-28 20:31 ` William Morgan
2009-08-27 20:00 ` Adeodato Simó
1 sibling, 1 reply; 8+ messages in thread
From: Joe Shaw @ 2009-08-27 19:58 UTC (permalink / raw)
Hi,
Thanks for the info.
On Thu, Aug 27, 2009 at 3:49 PM, Ben Walton<bwalton at artsci.utoronto.ca> wrote:
> I'm not sure whether the official release includes this functionality
> yet or not as I run from git:next. ?I _think_ 0.8.1 included it, but
> would have to actually check.
It doesn't appear to. At least, setting sup-config didn't give me any
option to, and setting it in my config.yaml didn't seem to work
either.
How safe is building and running from git master? Is there a general
philosophy about its stability? I'm a hacker, but I'm not strong in
Ruby and I am not sure yet that I want to hack on my mailer. ;)
Joe
^ permalink raw reply [flat|nested] 8+ messages in thread
* [sup-talk] sent and draft sources
2009-08-27 19:58 ` Joe Shaw
@ 2009-08-28 20:31 ` William Morgan
0 siblings, 0 replies; 8+ messages in thread
From: William Morgan @ 2009-08-28 20:31 UTC (permalink / raw)
Reformatted excerpts from Joe Shaw's message of 2009-08-27:
> How safe is building and running from git master?
Pretty safe. I merge all changes into next first, which is where people
see breakage, and only merge them into master when they've baked long
enough.
> Is there a general philosophy about its stability?
"Stability is good". :)
--
William <wmorgan-sup at masanjin.net>
^ permalink raw reply [flat|nested] 8+ messages in thread
* [sup-talk] sent and draft sources
2009-08-27 19:49 ` Ben Walton
2009-08-27 19:58 ` Joe Shaw
@ 2009-08-27 20:00 ` Adeodato Simó
2009-08-27 23:39 ` Ben Walton
` (2 more replies)
1 sibling, 3 replies; 8+ messages in thread
From: Adeodato Simó @ 2009-08-27 20:00 UTC (permalink / raw)
+ Ben Walton (Thu, 27 Aug 2009 15:49:17 -0400):
> For sent, yes. For drafts, not yet. Using sup-config you can select
> the sent source, or you could edit config.yaml by hand. The line in
> my config is this:
> :sent_source: maildir:///u/bwalton/Maildir/.sent-mail/
I tried that, but then all messages got tagged "sent", even old ones and
threads in which I didn't participate.
> I'd advise against having anything else write to the same mbox
> (eg: don't have new mail delivered to the same source) if you go with
> an mbox URI.
Why? Would sup not lock the mbox properly?
Thanks,
--
- Are you sure we're good?
- Always.
-- Rory and Lorelai
^ permalink raw reply [flat|nested] 8+ messages in thread
* [sup-talk] sent and draft sources
2009-08-27 20:00 ` Adeodato Simó
@ 2009-08-27 23:39 ` Ben Walton
2009-08-28 0:43 ` Ben Walton
2009-08-28 20:35 ` William Morgan
2 siblings, 0 replies; 8+ messages in thread
From: Ben Walton @ 2009-08-27 23:39 UTC (permalink / raw)
Excerpts from Adeodato Sim?'s message of Thu Aug 27 16:00:53 -0400 2009:
> > I'd advise against having anything else write to the same mbox
> > (eg: don't have new mail delivered to the same source) if you go with
> > an mbox URI.
>
> Why? Would sup not lock the mbox properly?
No, it wouldn't. I've got a half-baked LockManager branch sitting
around, but I haven't touched it for some time now. I don't use any
mbox here myself so it's not a personal itch.
As it stands, the LockManager code has the basic ability to do
locking using three lock types. I haven't worked out the nicest way
to stack them (ala dovecot) though in a way that will play nicely with
threads _and_ allow for non-block-wrapped calling.
Thanks
-Ben
--
Ben Walton
Systems Programmer - CHASS
University of Toronto
C:416.407.5610 | W:416.978.4302
GPG Key Id: 8E89F6D2; Key Server: pgp.mit.edu
Contact me to arrange for a CAcert assurance meeting.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
URL: <http://rubyforge.org/pipermail/sup-talk/attachments/20090827/28664d43/attachment.bin>
^ permalink raw reply [flat|nested] 8+ messages in thread
* [sup-talk] sent and draft sources
2009-08-27 20:00 ` Adeodato Simó
2009-08-27 23:39 ` Ben Walton
@ 2009-08-28 0:43 ` Ben Walton
2009-08-28 20:35 ` William Morgan
2 siblings, 0 replies; 8+ messages in thread
From: Ben Walton @ 2009-08-28 0:43 UTC (permalink / raw)
Excerpts from Adeodato Sim?'s message of Thu Aug 27 16:00:53 -0400 2009:
> > :sent_source: maildir:///u/bwalton/Maildir/.sent-mail/
>
> I tried that, but then all messages got tagged "sent", even old ones and
> threads in which I didn't participate.
This is interesting. It might have happened to me too, but since all
of the mail in that folder was historically sent, I either didn't
notice (since it was already archived) or this is a new issue.
-Ben
--
Ben Walton
Systems Programmer - CHASS
University of Toronto
C:416.407.5610 | W:416.978.4302
GPG Key Id: 8E89F6D2; Key Server: pgp.mit.edu
Contact me to arrange for a CAcert assurance meeting.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
URL: <http://rubyforge.org/pipermail/sup-talk/attachments/20090827/312b5433/attachment.bin>
^ permalink raw reply [flat|nested] 8+ messages in thread
* [sup-talk] sent and draft sources
2009-08-27 20:00 ` Adeodato Simó
2009-08-27 23:39 ` Ben Walton
2009-08-28 0:43 ` Ben Walton
@ 2009-08-28 20:35 ` William Morgan
2 siblings, 0 replies; 8+ messages in thread
From: William Morgan @ 2009-08-28 20:35 UTC (permalink / raw)
Reformatted excerpts from Adeodato Sim?'s message of 2009-08-27:
> Why? Would sup not lock the mbox properly?
Sup doesn't lock the sent mbox currently. It wouldn't be too hard to
add. I'm still waiting for Ben to provide a nice refactoring patch for
me. :)
--
William <wmorgan-sup at masanjin.net>
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2009-08-28 20:35 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-08-27 19:44 [sup-talk] sent and draft sources Joe Shaw
2009-08-27 19:49 ` Ben Walton
2009-08-27 19:58 ` Joe Shaw
2009-08-28 20:31 ` William Morgan
2009-08-27 20:00 ` Adeodato Simó
2009-08-27 23:39 ` Ben Walton
2009-08-28 0:43 ` Ben Walton
2009-08-28 20:35 ` William Morgan
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox