mu/man/mu-bookmarks.5

42 lines
1.2 KiB
Groff
Raw Normal View History

2011-05-25 21:04:13 +02:00
.TH MU-BOOKMARKS 5 "May 2011" "User Manuals"
2010-11-13 16:29:20 +01:00
.SH NAME
2011-04-05 06:34:22 +02:00
bookmarks \- file with bookmarks (shortcuts) for mu search expressions
2010-11-13 16:29:20 +01:00
.SH DESCRIPTION
Bookmarks are named shortcuts for search queries. They allow using a
convenient name for often-used queries. The bookmarks are also visible as
2011-05-25 21:04:13 +02:00
shortcuts in the mu experimental user interfaces, \fImug\fR and \fImug2\fR.
2010-11-13 16:29:20 +01:00
2011-04-05 06:34:22 +02:00
\fBmu\fR supports bookmarks stored in a file called \fBbookmarks\fR in the mu
2011-05-25 21:04:13 +02:00
home directory (typically, this would be \fI~/.mu/bookmarks\fR).
2010-11-26 23:11:08 +01:00
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.
2018-03-10 21:08:17 +01:00
For practical uses of bookmarks, see \fBmu-find\fR(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
2018-03-10 21:08:17 +01:00
\fB\-\-muhome\fR parameter for \fBmu-find\fR(1) and \fBmug\fR(1).
2010-11-13 16:29:20 +01:00
.SH AUTHOR
Dirk-Jan C. Binnema <djcb@djcbsoftware.nl>
.SH "SEE ALSO"
2018-03-10 21:08:17 +01:00
.BR mu (1), mu-find (1)