~ubuntu-branches/ubuntu/quantal/maildir-utils/quantal

« back to all changes in this revision

Viewing changes to man/mu-remove.1

  • Committer: Package Import Robot
  • Author(s): Norbert Preining
  • Date: 2012-03-15 08:45:56 UTC
  • mfrom: (1.2.5)
  • Revision ID: package-import@ubuntu.com-20120315084556-vqdvw8sgodo24aji
Tags: 0.9.8.2-1
* several new upstream versions
* b-d on libgmime-2.6-dev (Closes: #664001, #664006)
* bump standards version to 3.9.3, no changes necessary
* switch to source format 3.0 (quilt): debian/control, debian/rules
* maildir-utils depends on dpkg/install-info (lintian warning)
* fix man page lintian warnings

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.TH MU-REMOVE 1 "October 2011" "User Manuals"
 
2
 
 
3
.SH NAME 
 
4
 
 
5
mu_remove \-  remove one or more messages to the database 
 
6
 
 
7
.SH SYNOPSIS
 
8
 
 
9
.B mu remove <file> [<files>]
 
10
 
 
11
.SH DESCRIPTION
 
12
 
 
13
\fBmu remove\fR removes specific messages from the database, each of them
 
14
specified by their filename. The files do not have to exist (anymore).
 
15
 
 
16
.SH OPTIONS
 
17
 
 
18
\fBmu remove\fR does not have its own options, but the general options for
 
19
determining the location of the database (\fI--muhome\fR) are available. See
 
20
\fBmu-index(1)\fR for more information.
 
21
 
 
22
.SH RETURN VALUE
 
23
 
 
24
\fBmu remove\fR returns 0 upon success; in general, the following error codes are
 
25
returned:
 
26
 
 
27
.nf
 
28
| code | meaning                           |
 
29
|------+-----------------------------------|
 
30
|    0 | ok                                |
 
31
|    1 | general error                     |
 
32
|    5 | some database update error        |
 
33
.fi
 
34
 
 
35
.SH BUGS
 
36
 
 
37
Please report bugs if you find them:
 
38
.BR http://code.google.com/p/mu0/issues/list
 
39
 
 
40
.SH AUTHOR
 
41
 
 
42
Dirk-Jan C. Binnema <djcb@djcbsoftware.nl>
 
43
 
 
44
.SH "SEE ALSO"
 
45
 
 
46
.BR mu(1)
 
47
.BR mu-index(1)
 
48
.BR mu-add(1)