[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: copy outgoing msgs on imap folder
Guido Notari <notari@hal.varese.it> writes:
> Is it possible to have all outgoing messages copied to an nnimap
> folder on the remote server?
I think I have this working now. I added this to .gnus:
;; keep a copy of all mail sent
(setq gnus-outgoing-message-group "mail/out/sent")
I also sometimes send mail outside of pgnus, by typing "M-x mail".
For this cases, I set the following, which causes me to be BCCed on
all mail I send that way. (I just did this today. I'm trying to set
up my nnimap-split-rule to send this mail to /mail/out/sent, too.)
;; This causes myself to be BCCed on all mail I send.
(setq mail-self-blind t)
-Dave
>
> And, slightly off topic... ;-)
> how can I make the Message buffer accept iso-8859-1 accented chars,
> like my other emacs buffers do?
I'm using NT emacs 20.4 and I haven't noticed this problem.