unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* RMAIL settings [was: Re: w32 does not have emacsclient/server]
@ 2005-08-06 11:23 Robert J. Chassell
  2005-08-06 12:13 ` Juanma Barranquero
  2005-08-06 17:59 ` Lennart Borgman
  0 siblings, 2 replies; 30+ messages in thread
From: Robert J. Chassell @ 2005-08-06 11:23 UTC (permalink / raw)


    ... some of us just do not know how to do it.  Could those of you
    that are using some mail client in Emacs on w32 ...

Microsoft is a corporation that endeavors to restrict both your
economic freedom and mine.  By that decision it has decided to require
either that I behave illegally or that I transfer resources to it in a
non-economic fashion.  I have not done either and cannot help you
directly.  But in GNU/Linux, here are the RMAIL and mail setting that
I specify in my .emacs file.

You might adapt these:

  ;; Specify local inbox
  (setq rmail-primary-inbox-list '("/var/mail/bob"))

  ;; Do this to get mail directly from remote and local mail boxes:
  ;;   (setq rmail-primary-inbox-list '("po:bob:fp.gnu.org" "/var/mail/bob"))
  ;;   (setq rmail-pop-password-required t)
  ;;   (setq rmail-pop-password "XXX")
  ;;   (setq rmail-preserve-inbox nil)

  ;; Set this value so that the From field is correct
  (setq mail-host-address "bob@rattlesnake.com")

  ;; You must also set `user-mail-address' so that the From field is correct.
  (setq user-mail-address "bob@rattlesnake.com")

  ;; Set the `reply-to' field for mail so people don't automatically
  ;; reply to root rather than bob when I am using root.
  (setq mail-default-reply-to "bob@rattlesnake.com")

  ;; Do not automatically delete a message after it is copied to
  ;;   another file using `o'.
  (setq rmail-delete-after-output nil)

  ;; Do not ask for confirmation when expunging
  (setq rmail-confirm-expunge nil)

  ;; Automatically display summary
  (setq rmail-display-summary t)

My mail-user-agent's value is sendmail-user-agent, which is the
default.

-- 
    Robert J. Chassell                         
    bob@rattlesnake.com                         GnuPG Key ID: 004B4AC8
    http://www.rattlesnake.com                  http://www.teak.cc

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

end of thread, other threads:[~2005-08-09  0:41 UTC | newest]

Thread overview: 30+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-08-06 11:23 RMAIL settings [was: Re: w32 does not have emacsclient/server] Robert J. Chassell
2005-08-06 12:13 ` Juanma Barranquero
2005-08-06 17:29   ` Robert J. Chassell
2005-08-06 18:17     ` Juanma Barranquero
2005-08-06 23:09       ` Thien-Thi Nguyen
2005-08-06 23:26         ` Juanma Barranquero
2005-08-08 12:17           ` Thien-Thi Nguyen
2005-08-08 13:22             ` Juanma Barranquero
2005-08-08 19:25               ` Thien-Thi Nguyen
2005-08-06 23:42         ` Lennart Borgman
2005-08-07  1:47       ` Robert J. Chassell
2005-08-07 11:31         ` Juanma Barranquero
2005-08-07 20:51           ` Robert J. Chassell
2005-08-07 21:35             ` Lennart Borgman
2005-08-08 16:36               ` Robert J. Chassell
2005-08-08 17:56                 ` Lennart Borgman
2005-08-09  0:26               ` Richard M. Stallman
2005-08-07 21:59             ` Eli Zaretskii
2005-08-07 23:05               ` Juanma Barranquero
2005-08-07 23:01             ` Juanma Barranquero
2005-08-07 17:15   ` Richard M. Stallman
2005-08-07 20:29     ` Juanma Barranquero
2005-08-09  0:26       ` Richard M. Stallman
2005-08-09  0:41         ` Juanma Barranquero
2005-08-06 17:59 ` Lennart Borgman
2005-08-07  1:38   ` Robert J. Chassell
2005-08-07 22:46     ` Lennart Borgman
2005-08-08  9:47       ` Stephan Stahl
2005-08-08  9:51         ` Lennart Borgman
2005-08-08 16:39       ` Robert J. Chassell

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).