blob: 5679006081cc85270736f599f9307902f460398b (
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
|
\input texinfo @c -*-texinfo-*-
@set VERSION 0.0.0
@setfilename piem.info
@documentencoding UTF-8
@documentlanguage en
@settitle Emacs tools and glue for working with public-inbox archives
@copying
Copyright @copyright{} 2020 Kyle Meyer
Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License, Version 1.3 or
any later version published by the Free Software Foundation; with no
Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A
copy of the license is included in the section entitled ``GNU Free
Documentation License''.
@end copying
@dircategory Emacs
@direntry
* piem: (piem). Emacs tools and glue for working with public-inbox archives
@end direntry
@finalout
@titlepage
@title piem reference manual
@subtitle for version @value{VERSION}
@author Kyle Meyer
@page
@vskip 0pt plus 1filll
@insertcopying
@end titlepage
@contents
@*
@ifnottex
@node Top
@top piem
This manual is for piem version @value{VERSION}.
@end ifnottex
@menu
* Overview::
* b4 interface::
* Notmuch integration::
* Related tools::
* Contributing::
Appendices
* GNU Free Documentation License:: The license for this documentation.
Indices
* Key Index::
* Variable Index::
* Lisp Function Index::
* Concept Index::
@end menu
@node Overview
@chapter Overview
@node public-inbox
@section public-inbox
@node b4 interface
@chapter b4 interface
@node Notmuch integration
@chapter Notmuch integration
@node Related tools
@chapter Related tools
@node Contributing
@chapter Contributing
@node GNU Free Documentation License
@chapter GNU Free Documentation License
@include fdl-1.3.texi
@node Key Index
@unnumbered Key Index
@printindex ky
@node Variable Index
@unnumbered Variable Index
@printindex vr
@node Lisp Function Index
@unnumbered Function Index
@printindex fn
@node Concept Index
@unnumbered Concept Index
@printindex cp
@bye
|