info-gnus-english
[Top][All Lists]
Advanced

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

Re: make sent emails synced in imap sent folder


From: Fkqqrr
Subject: Re: make sent emails synced in imap sent folder
Date: Tue, 08 Mar 2016 19:12:02 +0800
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux)

Eric Abrahamsen <eric@ericabrahamsen.net> writes:

> fkqqrr <fkqqrr@autistici.org> writes:
>
>> When sending email in Gnus, 'sent' emails by default go into
>> 'archive' folder locally.
I missed some clues. Some imap account will automatically sync
a copy of sent emails to imap sent folder as well as local archive
folder. But another imap email account won't do this. That's weird.

>
> You can set the `gnus-message-archive-group' option to the desired
> "Sent" folder. If you have more than one account you're trying to set
> up, you can set that option to a function that takes one argument, a
> group name, and returns the appropriate archive group. In my case:
>
> (defun my-archiver-figure-outer (group)
>   (cond ((string-match-p "nnimap\\+This-Account\\|gmane" group)
>        "nnimap+This-Account:Sent")
>       ((string-match-p "nnimap\\+That-Account" group)
>        "nnimap+That-Account:Sent")))
>
Hi Eric, '\\|gmane' above is to place 'sent messgages in gmane' to
your email server?

That means 'This-account' (email) and gmane (news) share the same
sent folder of your email account. A possible guess is you use
'This-account' to post messages to gmane news groups.

Currently I only have one smtp account while many imap acount. It
seems that Gnus does not support another 'That-Account', right?
> (setq gnus-message-archive-group #'my-archiver-figure-outer)
>
> I might be wrong, but it should also be possible to set the Gcc header
> in posting styles (?).
>
> Eric
>
>

-- 
Whatever you are, be a good one


reply via email to

[Prev in Thread] Current Thread [Next in Thread]