* [sup-talk] More accounts, more send folders, etc.
@ 2010-07-19 19:13 Vojtěch Aschenbrenner
0 siblings, 0 replies; 4+ messages in thread
From: Vojtěch Aschenbrenner @ 2010-07-19 19:13 UTC (permalink / raw)
To: sup-talk
Hi folks,
is it possible to configure sup to save sent messages to different
folders according to mail account? For example if I send mail from
school account save message to school/sent and if I send mail from
personal account save it to personal/sent?
Next think is, when writing new mail, how to specify which account use?
Everytime is used default account.
Sup has really great idea with huge mailbox and power of searching, but
these 2 things are important for me.
Thanks!
_______________________________________________
sup-talk mailing list
sup-talk@rubyforge.org
http://rubyforge.org/mailman/listinfo/sup-talk
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [sup-talk] More accounts, more send folders, etc.
2010-07-19 18:55 Vojtěch Aschenbrenner
2010-07-19 19:28 ` Damien Leone
@ 2010-07-19 19:47 ` Mark Alexander
1 sibling, 0 replies; 4+ messages in thread
From: Mark Alexander @ 2010-07-19 19:47 UTC (permalink / raw)
To: Vojtěch Aschenbrenner; +Cc: sup-talk
Excerpts from Vojtěch Aschenbrenner's message of Mon Jul 19 14:55:21 -0400 2010:
> is it possible to configure sup to save sent messages to different
> folders according to mail account? For example if I send mail from
> school account save message to school/sent and if I send mail from
> personal account save it to personal/sent?
Not sure. Maybe somebody else can help with this.
> Next think is, when writing new mail, how to specify which account use?
> Everytime is used default account.
I think you can do this with ~/.sup/hooks/before-send.rb . Here's mine
(actual company name replaced with "widgets"):
unless header["In-reply-to"]
if header["To"] =~ /widgets/
header["From"] = "Mark Alexander <marka@widgets.com>"
else
header["From"] = "Mark Alexander <marka@pobox.com>"
end
end
There are two corresponding accounts in ~/.sup/config.yaml.
_______________________________________________
sup-talk mailing list
sup-talk@rubyforge.org
http://rubyforge.org/mailman/listinfo/sup-talk
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [sup-talk] More accounts, more send folders, etc.
2010-07-19 18:55 Vojtěch Aschenbrenner
@ 2010-07-19 19:28 ` Damien Leone
2010-07-19 19:47 ` Mark Alexander
1 sibling, 0 replies; 4+ messages in thread
From: Damien Leone @ 2010-07-19 19:28 UTC (permalink / raw)
To: sup-talk
Hi,
Excerpts from Vojtěch Aschenbrenner's message of Mon Jul 19 20:55:21 +0200 2010:
> is it possible to configure sup to save sent messages to different
> folders according to mail account? For example if I send mail from
> school account save message to school/sent and if I send mail from
> personal account save it to personal/sent?
AFAIK, it's not (yet) possible.
> Next think is, when writing new mail, how to specify which account use?
> Everytime is used default account.
There is a ask_for_from option that will allow you to select your
account before composing a new mail.
Also, there are patches on sup-devel that add an account-selector in
every edit buffers.
Cheers,
--
Damien Leone <damien.leone@fensalir.fr>
Web: http://dleone.fensalir.fr/
GPG: 0x82EB4DDF
_______________________________________________
sup-talk mailing list
sup-talk@rubyforge.org
http://rubyforge.org/mailman/listinfo/sup-talk
^ permalink raw reply [flat|nested] 4+ messages in thread
* [sup-talk] More accounts, more send folders, etc.
@ 2010-07-19 18:55 Vojtěch Aschenbrenner
2010-07-19 19:28 ` Damien Leone
2010-07-19 19:47 ` Mark Alexander
0 siblings, 2 replies; 4+ messages in thread
From: Vojtěch Aschenbrenner @ 2010-07-19 18:55 UTC (permalink / raw)
To: sup-talk
[-- Attachment #1.1: Type: text/plain, Size: 482 bytes --]
Hi folks,
is it possible to configure sup to save sent messages to different
folders according to mail account? For example if I send mail from
school account save message to school/sent and if I send mail from
personal account save it to personal/sent?
Next think is, when writing new mail, how to specify which account use?
Everytime is used default account.
Sup has really great idea with huge mailbox and power of searching, but
these 2 things are important for me.
Thanks!
[-- Attachment #1.2: Type: application/pgp-signature, Size: 490 bytes --]
[-- Attachment #2: Type: text/plain, Size: 140 bytes --]
_______________________________________________
sup-talk mailing list
sup-talk@rubyforge.org
http://rubyforge.org/mailman/listinfo/sup-talk
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2010-07-19 20:14 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-07-19 19:13 [sup-talk] More accounts, more send folders, etc Vojtěch Aschenbrenner
-- strict thread matches above, loose matches on Subject: below --
2010-07-19 18:55 Vojtěch Aschenbrenner
2010-07-19 19:28 ` Damien Leone
2010-07-19 19:47 ` Mark Alexander
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox