Both sides previous revisionPrevious revisionNext revision | Previous revision |
panel-plugins:xfce4-mailwatch-plugin:start [2023/07/02 09:10] – Update Latest Release section kevinbowen | panel-plugins:xfce4-mailwatch-plugin:start [2025/05/20 15:47] (current) – [Installation] Meson andreldm |
---|
by choosing //Properties//. | by choosing //Properties//. |
| |
<figure "Mailwatch main settings dialog"> | <figure "Mailwatch Main Settings Dialog"> |
{{:panel-plugins:xfce4-mailwatch-plugin-properties.png}} | {{:panel-plugins:xfce4-mailwatch-plugin-properties.png|Mailwatch Main Settings Dialog}} |
</figure> | </figure> |
| |
enabled, provides a visual indication of new log events in the panel. | enabled, provides a visual indication of new log events in the panel. |
| |
<figure "Log window"> | <figure "Mailwatch Log Window"> |
{{:panel-plugins:xfce4-mailwatch-plugin-log-window.png}} | {{:panel-plugins:xfce4-mailwatch-plugin-log-window.png|Mailwatch Log Window}} |
</figure> | </figure> |
| |
<figure "Panel indicator"> | <figure "Mailwatch Panel Indicator"> |
{{:panel-plugins:xfce4-mailwatch-plugin-panel-indicator.png}} | {{:panel-plugins:xfce4-mailwatch-plugin-panel-indicator.png|Mailwatch Panel Indicator}} |
</figure> | </figure> |
| |
informative description of the mailbox in the label below. | informative description of the mailbox in the label below. |
| |
<figure "Mailbox type selection"> | <figure "Mailbox Type Selection"> |
{{:panel-plugins:xfce4-mailwatch-plugin-mailbox-type.png}} | {{:panel-plugins:xfce4-mailwatch-plugin-mailbox-type.png|Mailbox Type Selection}} |
</figure> | </figure> |
| |
IMAP settings dialog. | IMAP settings dialog. |
| |
<figure "IMAP settings dialog"> | <figure "IMAP Settings Dialog"> |
{{:panel-plugins:xfce4-mailwatch-plugin-imap-settings.png}} | {{:panel-plugins:xfce4-mailwatch-plugin-imap-settings.png|IMAP Settings Dialog}} |
</figure> | </figure> |
| |
=== Advanced Settings === | === Advanced Settings === |
| |
<figure "Advanced IMAP settings dialog"> | <figure "Advanced IMAP Settings Dialog"> |
{{:panel-plugins:xfce4-mailwatch-plugin-imap-advanced.png}} | {{:panel-plugins:xfce4-mailwatch-plugin-imap-advanced.png|Advanced IMAP Settings Dialog}} |
</figure> | </figure> |
| |
often to something like "mail", "Mail", or "Maildir". | often to something like "mail", "Mail", or "Maildir". |
| |
<figure "New mail folders dialog"> | <figure "New Mail Folders Dialog"> |
{{:panel-plugins:xfce4-mailwatch-plugin-imap-new-folders.png}} | {{:panel-plugins:xfce4-mailwatch-plugin-imap-new-folders.png|New Mail Folders Dialog}} |
</figure> | </figure> |
| |
as advanced a protocol as IMAP. | as advanced a protocol as IMAP. |
| |
<figure "POP3 settings dialog"> | <figure "POP3 Settings Dialog"> |
{{:panel-plugins:xfce4-mailwatch-plugin-pop3-settings.png}} | {{:panel-plugins:xfce4-mailwatch-plugin-pop3-settings.png|POP3 Settings Dialog}} |
</figure> | </figure> |
| |
=== Advanced Settings === | === Advanced Settings === |
| |
<figure "POP3 advanced settings dialog"> | <figure "POP3 Advanced Settings Dialog"> |
{{:panel-plugins:xfce4-mailwatch-plugin-pop3-advanced.png}} | {{:panel-plugins:xfce4-mailwatch-plugin-pop3-advanced.png|POP3 Advanced Settings Dialog}} |
</figure> | </figure> |
| |
securely by using HTTPS and GMail's RSS feed. | securely by using HTTPS and GMail's RSS feed. |
| |
<figure "GMail settings dialog"> | <figure "GMail Settings Dialog"> |
{{:panel-plugins:xfce4-mailwatch-plugin-gmail-settings.png}} | {{:panel-plugins:xfce4-mailwatch-plugin-gmail-settings.png|GMail Settings Dialog}} |
</figure> | </figure> |
| |
which contains three subdirectories (''cur'', ''new'', ''tmp''). | which contains three subdirectories (''cur'', ''new'', ''tmp''). |
| |
<figure "Maildir settings dialog"> | <figure "Maildir Settings Dialog"> |
{{:panel-plugins:xfce4-mailwatch-plugin-maildir-settings.png}} | {{:panel-plugins:xfce4-mailwatch-plugin-maildir-settings.png|Maildir Settings Dialog}} |
</figure> | </figure> |
| |
a directory tree. | a directory tree. |
| |
<figure "Mbox settings dialog"> | <figure "Mbox Settings Dialog"> |
{{:panel-plugins:xfce4-mailwatch-plugin-mbox-settings.png}} | {{:panel-plugins:xfce4-mailwatch-plugin-mbox-settings.png|Mbox Settings Dialog}} |
</figure> | </figure> |
| |
mailboxes. | mailboxes. |
| |
<figure "MH maildir settings dialog"> | <figure "MH Maildir Settings Dialog"> |
{{ :panel-plugins:xfce4-mailwatch-plugin-mh-settings.png |}} | {{:panel-plugins:xfce4-mailwatch-plugin-mh-settings.png|MH Maildir Settings Dialog}} |
</figure> | </figure> |
| |
[[https://gitlab.xfce.org/panel-plugins/xfce4-mailwatch-plugin/-/blob/master/NEWS|Read the CHANGELOG]] | [[https://gitlab.xfce.org/panel-plugins/xfce4-mailwatch-plugin/-/blob/master/NEWS|Read the CHANGELOG]] |
| |
* **[[https://archive.xfce.org/src/panel-plugins/xfce4-mailwatch-plugin/|Download current release]]** (link also contains older versions) | * **[[https://archive.xfce.org/src/panel-plugins/xfce4-mailwatch-plugin/|Download current release]]** (older versions of this component are also available here) |
| |
[[|Back to Top]] | [[|Back to Top]] |
===== Installation ===== | ===== Installation ===== |
| |
In order to install a released version fo Mailwatch, issue the | In order to install a released version of Mailwatch or from git, issue the |
following commands from the root of the Mailwatch source tree: | following commands from the root of the Mailwatch source tree: |
| |
<code> | <code> |
$ ./configure --prefix=${xfce_prefix} | $ meson setup --prefix=${xfce_prefix} build |
$ make | $ meson compile -C build |
$ make install | $ meson install -C build |
</code> | </code> |
| |
Where ''${xfce_prefix}'' is the location where Xfce 4 is installed. On | Where ''${xfce_prefix}'' is the location where Xfce 4 is installed. On |
most systems this should be ''/usr''. The make install portion should | most systems this should be ''/usr''. The meson install portion should |
be run as root (or via sudo) if the prefix is a system location. | be run as root (or via sudo) if the prefix is a system location. |
| |
In order to install the Git version of Mailwatch, issue the following | |
commands instead: | |
| |
<code> | |
$ ./autogen.sh --prefix=${xfce_prefix} | |
$ make | |
$ make install | |
</code> | |
| |
---- | ---- |
===== Reporting Bugs ===== | ===== Reporting Bugs ===== |
| |
* **[[:panel-plugins:xfce4-mailwatch-plugin:bugs|Reporting Bugs]]** -- Open bug reports and how to report new bugs | * **[[:panel-plugins:xfce4-mailwatch-plugin:bugs|Reporting Bugs]]** -- List of currently open bugs and instructions on how to submit new bug reports |
| |
[[|Back To Top]] | [[|Back To Top]] |
---- | ---- |
[[ :xfce:xfce4-panel:start:|Return to Main Xfce4-panel page]] | [[:xfce:xfce4-panel:start:|Return to xfce4-panel Main Documentation Page]] |