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

« back to all changes in this revision

Viewing changes to man/mu-bookmarks.conf.5

  • Committer: Bazaar Package Importer
  • Author(s): Norbert Preining
  • Date: 2010-01-19 20:12:43 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20100119201243-d8qmzgxgexhy1bs0
Tags: 0.6~beta1-1
* new upstream release 0.6-beta
  - that merges the several different programs under one binary mu
  - no sqlite storage is used anymore
* debian packaging changes:
  - debian/patches
    . remove all patches
  - remove debian/HOWTO (upstream document) it is completely outdated
  - debian/control:
    . adjust build-dep for gmime-2.4
    . remove build-dep on quilt and sqlite
    . adjust the description to new reality
  - debian/rules:
    . do not try to install doc files that are not present anymore
    . disable quilt adaptions
  - add debian/NEWS that explains that the separate programs are gone

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
."-*-mode:nroff-*-"
2
 
.TH MU-BOOKMARKS.CONF 5 "September 2008" "User Manuals"
3
 
.SH NAME 
4
 
mu-bookmarks.conf \- file with search query bookmarks for the 
5
 
.B mu
6
 
collection of Maildir utilities.
7
 
 
8
 
.SH DESCRIPTION
9
 
.B mu-bookmarks.conf
10
 
is a text file in the mu-home directory which contains bookmarks for search
11
 
query for
12
 
.B mu-find
13
 
 
14
 
Please refer to the
15
 
.BR mu-find(1)
16
 
manpage for discussion on how to use the bookmarks in search queries; here we
17
 
discuss the format of the bookmark configuration file.
18
 
 
19
 
The bookmark file contains one or more bookmarks, each with the following structure:
20
 
 
21
 
.B [
22
 
.I <bookmark-name>
23
 
.B ] 
24
 
 
25
 
.B expr=
26
 
.I expression
27
 
 
28
 
The bookmark name is some alphanumeric string, and the expression is a search
29
 
expression, as specified in
30
 
.BR mu-find(1).
31
 
 
32
 
You can use the bookmark as a shorthand for any search expression except for
33
 
search expressions that contain bookmarks themselves.
34
 
 
35
 
Some examples:
36
 
 
37
 
.nf
38
 
        [important]
39
 
        expr= f:boss@example.com t:me@example.com
40
 
 
41
 
        [fruit]
42
 
        expr= x:'apple OR banana OR orange OR pineapple'
43
 
 
44
 
        [linuxpatchday]
45
 
        expr= M:linux-kernel.vger.kernel.org d:1d- s:[PATCH]
46
 
.fi
47
 
 
48
 
 
49
 
.SH FILES
50
 
.B mu-bookmarks.conf
51
 
can be found in the 
52
 
.B .mu/
53
 
directory, by default in
54
 
.B
55
 
$HOME/.mu
56
 
.
57
 
 
58
 
.SH AUTHOR
59
 
Dirk-Jan C. Binnema <djcb@djcbsoftware.nl>
60
 
 
61
 
.SH "SEE ALSO"
62
 
.BR mu-find (1),
63
 
.BR mu(7)
64
 
.BR http://www.djcbsoftware.nl/code/mu
65