all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Reiner Steib <reinersteib+from-uce@imap.cc>
Subject: Re: w32-send-mapi.el 0.1
Date: Mon, 07 Mar 2005 19:55:53 +0100	[thread overview]
Message-ID: <v9sm37e152.fsf__24585.7266047553$1110221807$gmane$org@marauder.physik.uni-ulm.de> (raw)
In-Reply-To: ull8z77ws.fsf@gmail.com

On Mon, Mar 07 2005, Mathias Dahl wrote:

> ;;; w32-send-mapi.el --- send e-mail messages using MAPI
[...]
> ;; URL: http://groups.google.com/groups?q=w32-send-mapi

A persistent URL would be better.  Maybe on EmacsWiki if you don't
have other web space?

> ;; It uses MAPI to send a message by fetching information from a
> ;; normal *mail* buffer to build some vbscript code that is executed
> ;; by wscript.exe.
[...]
> ;;; Usage:
>
> ;; Open up a mail buffer (C-x m).
> ;; Add one or more recipients, a subject and a body.
> ;; Execute it: M-x w32-send-mapi.

Probably quite useful for windows users.

>       (re-search-forward (concat "^" (regexp-quote
>                                       "--text follows this line--")))

Better use `mail-header-separator'.

>       (insert
>        "
>   Const mapToList = 1
> ")

      (insert "\nConst mapToList = 1\n")

... would look nice, IMHO.

You may also try `M-x checkdoc RET' to find style errors.

Bye, Reiner.
Crosspost & Followup-To: gnu.emacs.help
-- 
       ,,,
      (o o)
---ooO-(_)-Ooo---  |  PGP key available  |  http://rsteib.home.pages.de/

           reply	other threads:[~2005-03-07 18:55 UTC|newest]

Thread overview: expand[flat|nested]  mbox.gz  Atom feed
 [parent not found: <ull8z77ws.fsf@gmail.com>]

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='v9sm37e152.fsf__24585.7266047553$1110221807$gmane$org@marauder.physik.uni-ulm.de' \
    --to=reinersteib+from-uce@imap.cc \
    --cc=Reiner.Steib@gmx.de \
    /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.