start using mblaze
This commit is contained in:
parent
cc8667004b
commit
5fe8a76095
9 changed files with 92 additions and 0 deletions
16
local/bin/mtodo
Executable file
16
local/bin/mtodo
Executable file
|
@ -0,0 +1,16 @@
|
|||
#!/bin/sh
|
||||
f="$(mktemp)"
|
||||
vis - > "$f" <<HERE
|
||||
Date: $(date --rfc-email)
|
||||
To: todo@localhost
|
||||
From: todo@localhost
|
||||
Subject:
|
||||
Message-Id: $(mgenmid)
|
||||
User-Agent: mtodo
|
||||
|
||||
|
||||
HERE
|
||||
|
||||
[ ! -s "$f" ] && exit
|
||||
|
||||
mdeliver /data/mail/todo < "$f"
|
Loading…
Add table
Add a link
Reference in a new issue