make sent emails synced in imap sent folder

2016-03-07 Thread fkqqrr
When sending email in Gnus, 'sent' emails by default go into 'archive' folder locally. How to set sent emails to IMAP sent folder? -- Whatever you are, be a good one ___ info-gnus-english mailing list info-gnus-english@gnu.org https://lists.gnu.org/ma

Re: make sent emails synced in imap sent folder

2016-03-07 Thread Eric Abrahamsen
fkqqrr writes: > When sending email in Gnus, 'sent' emails by default go into > 'archive' folder locally. > > How to set sent emails to IMAP sent folder? 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, y

Re: make sent emails synced in imap sent folder

2016-03-07 Thread Gijs Hillenius
On 7 Mar 2016, fkq...@autistici.org wrote: > > When sending email in Gnus, 'sent' emails by default go into > 'archive' folder locally. > > How to set sent emails to IMAP sent folder? I use ;; Archive Sent Mail On Imap Server (setq gnus-message-archive-method '(nnimap "name-of-your-serve

Re: make sent emails synced in imap sent folder

2016-03-08 Thread Fkqqrr
Eric Abrahamsen writes: > fkqqrr 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

Re: make sent emails synced in imap sent folder

2016-03-08 Thread Fkqqrr
Eric Abrahamsen writes: > fkqqrr writes: > >> When sending email in Gnus, 'sent' emails by default go into >> 'archive' folder locally. >> >> How to set sent emails to IMAP sent folder? > > You can set the `gnus-message-archive-group' option to the desired > "Sent" folder. If you have more than

Re: make sent emails synced in imap sent folder

2016-03-08 Thread Fkqqrr
Gijs Hillenius writes: > On 7 Mar 2016, fkq...@autistici.org wrote: > >> >> When sending email in Gnus, 'sent' emails by default go into >> 'archive' folder locally. >> >> How to set sent emails to IMAP sent folder? > > I use Ha, this is a straightward solution. > > ;; Archive Sent Mail On Imap

Re: make sent emails synced in imap sent folder

2016-03-08 Thread Fkqqrr
Gijs Hillenius writes: > On 7 Mar 2016, fkq...@autistici.org wrote: > >> >> When sending email in Gnus, 'sent' emails by default go into >> 'archive' folder locally. >> >> How to set sent emails to IMAP sent folder? > > I use > > ;; Archive Sent Mail On Imap Server > (setq gnus-message-archive-m

Re: make sent emails synced in imap sent folder

2016-03-08 Thread Gijs Hillenius
On 8 Mar 2016, fkq...@autistici.org wrote: > Gijs Hillenius writes: > >> On 7 Mar 2016, fkq...@autistici.org wrote: >> >>> >>> When sending email in Gnus, 'sent' emails by default go into >>> 'archive' folder locally. >>> >>> How to set sent emails to IMAP sent folder? >> >> I use >> >> ;; Arch

Re: make sent emails synced in imap sent folder

2016-03-09 Thread Emcc
Eric Abrahamsen writes: > fkqqrr writes: > >> When sending email in Gnus, 'sent' emails by default go into >> 'archive' folder locally. >> >> How to set sent emails to IMAP sent folder? > > You can set the `gnus-message-archive-group' option to the desired > "Sent" folder. If you have more than

Re: make sent emails synced in imap sent folder

2016-03-09 Thread Emcc
Gijs Hillenius writes: >>> ;; Archive Sent Mail On Imap Server >>> (setq gnus-message-archive-method >>> '(nnimap "name-of-your-server-here")) > > name-of-your-server-here should correspond to the name you defined for > the imap server in the server buffer 1. Must this imap server be consistent

Re: make sent emails synced in imap sent folder

2016-03-09 Thread Eric Abrahamsen
Fkqqrr writes: > Eric Abrahamsen writes: > >> fkqqrr writes: >> >>> When sending email in Gnus, 'sent' emails by default go into >>> 'archive' folder locally. >>> >>> How to set sent emails to IMAP sent folder? >> >> You can set the `gnus-message-archive-group' option to the desired >> "Sent" f

Re: make sent emails synced in imap sent folder

2016-03-09 Thread fkqqrr
Eric Abrahamsen writes: > Fkqqrr writes: > >> Eric Abrahamsen writes: >> >>> fkqqrr writes: >>> When sending email in Gnus, 'sent' emails by default go into 'archive' folder locally. How to set sent emails to IMAP sent folder? >>> >>> You can set the `gnus-message-archive-g

Re: make sent emails synced in imap sent folder

2016-03-09 Thread Eric Abrahamsen
fkq...@autistici.org writes: > Eric Abrahamsen writes: > >> Fkqqrr writes: >> >>> Eric Abrahamsen writes: >>> fkqqrr writes: > When sending email in Gnus, 'sent' emails by default go into > 'archive' folder locally. > > How to set sent emails to IMAP sent folder?

Re: make sent emails synced in imap sent folder

2016-03-09 Thread fkqqrr
Eric Abrahamsen writes: > fkq...@autistici.org writes: > >> Eric Abrahamsen writes: >> >>> Fkqqrr writes: >>> Eric Abrahamsen writes: > fkqqrr writes: > >> When sending email in Gnus, 'sent' emails by default go into >> 'archive' folder locally. >> >> How to

Re: make sent emails synced in imap sent folder

2016-03-09 Thread fkqqrr
Eric Abrahamsen writes: > Fkqqrr writes: > >> Eric Abrahamsen writes: >> >>> fkqqrr writes: >>> When sending email in Gnus, 'sent' emails by default go into 'archive' folder locally. How to set sent emails to IMAP sent folder? >>> >>> You can set the `gnus-message-archive-g

Re: make sent emails synced in imap sent folder

2016-03-09 Thread Eric Abrahamsen
fkq...@autistici.org writes: > Eric Abrahamsen writes: > >> Fkqqrr writes: >> >>> Eric Abrahamsen writes: >>> fkqqrr writes: > When sending email in Gnus, 'sent' emails by default go into > 'archive' folder locally. > > How to set sent emails to IMAP sent folder?

Re: make sent emails synced in imap sent folder

2016-03-10 Thread fkqqrr
Eric Abrahamsen writes: > fkq...@autistici.org writes: > >> Eric Abrahamsen writes: >> >>> Fkqqrr writes: >>> Eric Abrahamsen writes: > fkqqrr writes: > >> When sending email in Gnus, 'sent' emails by default go into >> 'archive' folder locally. >> >> How to

Re: make sent emails synced in imap sent folder

2016-06-02 Thread Alice Bob
Eric Abrahamsen writes: > fkq...@autistici.org writes: > >> Eric Abrahamsen writes: >> >>> Fkqqrr writes: >>> Eric Abrahamsen writes: > fkqqrr writes: > >> When sending email in Gnus, 'sent' emails by default go into >> 'archive' folder locally. >> >> How to

Re: make sent emails synced in imap sent folder

2016-06-07 Thread Eric Abrahamsen
Alice Bob writes: > Eric Abrahamsen writes: > >> fkq...@autistici.org writes: >> >>> Eric Abrahamsen writes: >>> Fkqqrr writes: > Eric Abrahamsen writes: > >> fkqqrr writes: >> >>> When sending email in Gnus, 'sent' emails by default go into >>> 'archive' fo

Re: make sent emails synced in imap sent folder

2016-06-08 Thread Alice Bob
Eric Abrahamsen writes: > Alice Bob writes: > >> Eric Abrahamsen writes: >> >>> fkq...@autistici.org writes: >>> Eric Abrahamsen writes: > Fkqqrr writes: > >> Eric Abrahamsen writes: >> >>> fkqqrr writes: >>> When sending email in Gnus, 'sent' emai

Re: make sent emails synced in imap sent folder

2016-06-08 Thread Eric Abrahamsen
Alice Bob writes: > Eric Abrahamsen writes: > >> Alice Bob writes: >> >>> Eric Abrahamsen writes: >>> fkq...@autistici.org writes: > Eric Abrahamsen writes: > >> Fkqqrr writes: >> >>> Eric Abrahamsen writes: >>> fkqqrr writes: > W