all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Ludo Smissaert <ludo@smissaert.com>
Subject: rmail and multiple email addresses
Date: Thu, 07 Aug 2003 13:41:11 +0000	[thread overview]
Message-ID: <E19kl0x-0008rA-00@post-20.mail.nl.demon.net> (raw)

Running: Emacs 21.1.1 on Mac OS X 10.6.2 (Jaguar) on OS X's Terminal.

Hello list.
I am new to emacs (three weeks now) and have set up RMAIL for my pop3 accounts, from the response I found:


From:	   Ehud Karni
Subject:   Re: How do I set up rmail
Date:	   Wed, 2 Apr 2003 22:49:35 +0300

Thanks for that so far.

Before, I used multiple email addresses for diferent purposes, like:
lists@my_account_name.com
private@my_account_name.com

I could also sent from either address.

Questions:
1. How do I set up multiple email addresses in RMAIL?

2. How do I read the mail send to a specific address, e.g. only private mail and not lists?

3. Is it good to organize mail in this manner anyway?


I have this in my .emacs: 

(setq rmail-primary-inbox-list '("po:account_name:pop3.server_name.com")) (setq rmail-pop-password-required t)

and for sending:

(load-library "smtpmail")

(setq mail-default-reply-to "private@my_account_name.com")
(setq mail-signature nil)                                     
(setq mail-personal-alias-file "~/.alias_file")
(setq mail-aliases t)                          
(setq mail-yank-prefix "> ")                   
(add-hook 'mail-mode-hook 'mail-abbrevs-setup)

(setq user-full-name "Full Name")
(setq user-mail-address "private@my_account_name.com")
(setq smtpmail-default-smtp-server "outgoing.mail.server")         
(setq smtpmail-smtp-server smtpmail-default-smtp-server)
(setq smtpmail-local-domain nil)
(setq send-mail-function 'smtpmail-send-it)
(setq smtpmail-debug-info t)       ;;smtpmail debug in *Messages*
(setq mail-interactive 'wait)  

                 reply	other threads:[~2003-08-07 13:41 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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

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

  git send-email \
    --in-reply-to=E19kl0x-0008rA-00@post-20.mail.nl.demon.net \
    --to=ludo@smissaert.com \
    --cc=info@ludikidee.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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.