mu/man/mu-bookmarks.5

41 lines
1.0 KiB
Groff
Raw Normal View History

2010-11-13 16:29:20 +01:00
.TH MU-BOOKMARKS 5 "November 2010" "User Manuals"
.SH NAME
bookmarks \- file with bookmarks (shortcuts) for mu
.SH DESCRIPTION
Bookmarks are named shortcuts for search queries. They allow using a
convenient name for oft-used queries.
2010-11-30 21:11:40 +01:00
\fBmu\fR supports bookmarks stored in a file called \fBbookmarks\fR in the
2010-11-26 23:11:08 +01:00
mu home directory (typically, \fI~/.mu/\fR).
The bookmarks file is a typical key=value \fB.ini\fR-file, which is best shown
by means of an example:
2010-11-13 16:29:20 +01:00
.nf
[mu]
inbox=maildir:/inbox # inbox
oldhat=maildir:/archive subject:hat # archived with subject containing 'hat'
.fi
The \fB[mu]\fR group header is required.
2010-11-26 23:11:08 +01:00
For practical uses of bookmarks, see mu-find(1) or mug(1).
2010-11-13 16:29:20 +01:00
.SH LOCATION
2010-11-30 21:11:40 +01:00
2010-11-13 16:29:20 +01:00
The bookmarks file is read from \fI<muhome>/bookmarks\fR. Typically, this
would be \fI~/.mu/bookmarks\fR, but this can be influenced using the
\fB\-\-muhome\fR parameter for mu-find(1) and mug(1).
.SH AUTHOR
Dirk-Jan C. Binnema <djcb@djcbsoftware.nl>
.SH "SEE ALSO"
mu(1) mu-find(1) mug(1)