aboutsummaryrefslogtreecommitdiff
path: root/README
blob: 8787ffacd25b95310bb146dd36ccf137478339b6 (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
README for mbar - a mailbox archiver program

* Overview

Mbar scans the supplied source mailbox for messages that match a
certain condition.  The selected messages are moved to the backup
mailbox - a mailbox of the same base name as the source, but located
in the backup folder.   If the destination mailbox doesn't exist, it
is created with the necessary intermediate directories.

Conditions for selection are actually Sieve conditional expressions
as described in <http://mailutils.org/manual/html_chapter/Sieve-Language.html>.

A flexible template system is implemented.

For a detailed discussion, please see the accompanying man page
mbar(1).  An online copy is available at
<http://puszcza.gnu.org.ua/software/mbar>.

* Compiling

To compile the program, you need GNU mailutils version 3.3 or newer.
See the Downloads section below for pointers.

Run 'make' to build the utility.  Run 'make install' as root to install
it.  The following make variables can be used

** PREFIX
  Installation prefix.
  Defaults to /usr.

** BINDIR
  Directory to install the mbar binary to.
  Defaults to $(PREFIX)/bin

** MANDIR
  Root directory for manpage hierarchy.
  Defaults to $(PREFIX)/share/man

** MAN1DIR
  Directory for section 1 manpages.
  Defaults to $(MANDIR)/man1

For example, to install it to /usr/local, use

  make install PREFIX=/usr/local

* Downloads

See <https://puszcza.gnu.org.ua/projects/mbar> for download pointers,
including Git repository URLs.

GNU mailutils is available from <https://mailutils.org>.

* License

Copyright (C) 2016, 2019 Sergey Poznyakoff

Mbar is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 3, or (at your option)
any later version.

Mbar is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with mbar.  If not, see <http://www.gnu.org/licenses/>.


Local variables:
mode: outline
paragraph-separate: "[  ]*$"
end:



Return to:

Send suggestions and report system problems to the System administrator.