all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Re: w32-send-mapi.el 0.1
       [not found] <ull8z77ws.fsf@gmail.com>
@ 2005-03-07 18:55 ` Reiner Steib
  0 siblings, 0 replies; only message in thread
From: Reiner Steib @ 2005-03-07 18:55 UTC (permalink / raw)


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/

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2005-03-07 18:55 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <ull8z77ws.fsf@gmail.com>
2005-03-07 18:55 ` w32-send-mapi.el 0.1 Reiner Steib

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.