mirror of
https://github.com/ben-grande/qusal.git
synced 2025-01-24 14:22:14 -05:00
a04960c1c6
Split-mail allows to separate the receving, reading/composing and sending of mails to separate qubes, while having the reading/composing qube offline and a manual step necessary to authorize mails to be sent form the sender qube.
13 lines
302 B
Desktop File
13 lines
302 B
Desktop File
## SPDX-FileCopyrightText: 2023 Benjamin Grande M. S. <ben.grande.b@gmail.com>
|
|
##
|
|
## SPDX-License-Identifier: AGPL-3.0-or-later
|
|
|
|
[Unit]
|
|
Description=Fetch mail using fdm
|
|
After=network.target network-online.target dbus.socket
|
|
Documentation=man:fdm(1)
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/usr/bin/fdm fetch
|