unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: "Robert J. Chassell" <bob@rattlesnake.com>
Subject: RMAIL settings [was: Re: w32 does not have emacsclient/server]
Date: Sat, 6 Aug 2005 11:23:38 +0000 (UTC)	[thread overview]
Message-ID: <m1E1MmA-0004QmC@rattlesnake.com> (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

             reply	other threads:[~2005-08-06 11:23 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-08-06 11:23 Robert J. Chassell [this message]
2005-08-06 12:13 ` RMAIL settings [was: Re: w32 does not have emacsclient/server] 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=m1E1MmA-0004QmC@rattlesnake.com \
    --to=bob@rattlesnake.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).