unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* viewing sent messages in rmail
@ 2016-02-23  5:26 Svetlana A. Tkachenko
  2016-02-23 15:56 ` Eli Zaretskii
  0 siblings, 1 reply; 5+ messages in thread
From: Svetlana A. Tkachenko @ 2016-02-23  5:26 UTC (permalink / raw)
  To: emacs-devel


I put ``(setq mail-archive-file-name "~/SENT.MAIL")'' in .emacs. Rmail
saves there. But it does not show sent messages in rmail-summary, it
shows only the incoming ones. Should I write ``(setq
mail-archive-file-name "~/RMAIL")'' or would it destroy my stored mail?
How do I fix this issue, please?

-- 
Svetlana A. Tkachenko
Member of the Free Software Foundation
www.fsf.org www.gnu.org www.freenode.net



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: viewing sent messages in rmail
  2016-02-23  5:26 viewing sent messages in rmail Svetlana A. Tkachenko
@ 2016-02-23 15:56 ` Eli Zaretskii
  2016-02-25 23:18   ` Svetlana A. Tkachenko
  0 siblings, 1 reply; 5+ messages in thread
From: Eli Zaretskii @ 2016-02-23 15:56 UTC (permalink / raw)
  To: Svetlana A. Tkachenko; +Cc: emacs-devel

> From: svetlana@members.fsf.org (Svetlana A. Tkachenko)
> Date: Tue, 23 Feb 2016 05:26:23 +0000
> 
> I put ``(setq mail-archive-file-name "~/SENT.MAIL")'' in .emacs. Rmail
> saves there. But it does not show sent messages in rmail-summary, it
> shows only the incoming ones.

SENT.MAIL is a separate folder, you need to run Rmail on it as well.
You can do that by typing "i ~/SENT.MAIL RET" in Rmail.  (I think you
will have to revert it to see the additional email messages you send
thereafter; or maybe turn on auto-revert there.)

> Should I write ``(setq mail-archive-file-name "~/RMAIL")''

No, that won't do what you want.



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: viewing sent messages in rmail
  2016-02-23 15:56 ` Eli Zaretskii
@ 2016-02-25 23:18   ` Svetlana A. Tkachenko
  2016-02-26  8:09     ` Eli Zaretskii
  0 siblings, 1 reply; 5+ messages in thread
From: Svetlana A. Tkachenko @ 2016-02-25 23:18 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: emacs-devel

Typing "i ~/SENT.MAIL RET" in Rmail works -- thank you! -- but it shows
up as a separate list from the incoming messages. How do I make RMAIL
show all e-mail (both incoming and outgoing) in the one rmail-summary
that it generates when it starts?

-- 
Svetlana A. Tkachenko
Member of the Free Software Foundation
www.fsf.org www.gnu.org www.freenode.net



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: viewing sent messages in rmail
  2016-02-25 23:18   ` Svetlana A. Tkachenko
@ 2016-02-26  8:09     ` Eli Zaretskii
  2016-04-19 15:01       ` Colin Baxter
  0 siblings, 1 reply; 5+ messages in thread
From: Eli Zaretskii @ 2016-02-26  8:09 UTC (permalink / raw)
  To: Svetlana A. Tkachenko; +Cc: emacs-devel

> From: svetlana@members.fsf.org (Svetlana A. Tkachenko)
> Cc: emacs-devel@gnu.org
> Date: Thu, 25 Feb 2016 23:18:08 +0000
> 
> Typing "i ~/SENT.MAIL RET" in Rmail works -- thank you! -- but it shows
> up as a separate list from the incoming messages. How do I make RMAIL
> show all e-mail (both incoming and outgoing) in the one rmail-summary
> that it generates when it starts?

You can't.  Rmail makes a separate summary for each folder.  (You
could try redirecting FCC to your INBOX, but I don't recommend that.)

If you want to see outgoing email as an incoming one, simply BCC
yourself on each email you send, and you will receive a copy in your
INBOX.  This works regardless of what Rmail does.



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: viewing sent messages in rmail
  2016-02-26  8:09     ` Eli Zaretskii
@ 2016-04-19 15:01       ` Colin Baxter
  0 siblings, 0 replies; 5+ messages in thread
From: Colin Baxter @ 2016-04-19 15:01 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: Svetlana A. Tkachenko, , emacs-devel

On Fri, Feb 26 2016, Eli Zaretskii wrote:

>> From: svetlana@members.fsf.org (Svetlana A. Tkachenko)
>> Cc: emacs-devel@gnu.org
>> Date: Thu, 25 Feb 2016 23:18:08 +0000
>> 
>> Typing "i ~/SENT.MAIL RET" in Rmail works -- thank you! -- but it shows
>> up as a separate list from the incoming messages. How do I make RMAIL
>> show all e-mail (both incoming and outgoing) in the one rmail-summary
>> that it generates when it starts?
>
> You can't.  Rmail makes a separate summary for each folder.  (You
> could try redirecting FCC to your INBOX, but I don't recommend that.)
>
> If you want to see outgoing email as an incoming one, simply BCC
> yourself on each email you send, and you will receive a copy in your
> INBOX.  This works regardless of what Rmail does.

You may have solved the problem long ago, but for what's it worth I have 

(setq mail-archive-file-name (expand-file-name
"/path/to/a/directory/OUT"))

in my ~/.emacs, which FCC's all outgoing email to a file I call OUT. I've
done this for a couple of years without any problems.




^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2016-04-19 15:01 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-23  5:26 viewing sent messages in rmail Svetlana A. Tkachenko
2016-02-23 15:56 ` Eli Zaretskii
2016-02-25 23:18   ` Svetlana A. Tkachenko
2016-02-26  8:09     ` Eli Zaretskii
2016-04-19 15:01       ` Colin Baxter

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).