summaryrefslogtreecommitdiff
path: root/fml/doc/en/tutorial/usage/get.sgml
blob: e1b62f39e7bc90b7bca4826f9daaa8deff24755a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<!--
   $FML: get.sgml,v 1.2 2005/07/20 10:37:45 fukachan Exp $
   $jaFML: get.sgml,v 1.2 2003/04/15 14:51:46 fukachan Exp $
-->

<sect1 id="usage.user.get">
	<title>
	Get Past Articles
	</title>

<para>
Send the mail with 
<screen>
get NUMBER
</screen>
to elena-ctl@fml.org address where NUMBER is the article number.
&fml8; sends back articles by mime/multipart form to the sender.
</para>

<para>
You can use MH style arguments as NUMBER.
<screen>
[Example]

get 100
get 1-100
get first:3
get last:3
get 1-100,first:3,last:3
</screen>
</para>

</sect1>