mirror of
https://github.com/ben-grande/qusal.git
synced 2025-02-11 12:38:45 -05:00
30 lines
682 B
Plaintext
30 lines
682 B
Plaintext
![]() |
# ~/.offlineimaprc
|
||
|
|
||
|
## SPDX-FileCopyrightText: 2023 - 2025 Benjamin Grande M. S. <ben.grande.b@gmail.com>
|
||
|
##
|
||
|
## SPDX-License-Identifier: AGPL-3.0-or-later
|
||
|
|
||
|
##### DO NOT EDIT THIS BLOCK #####
|
||
|
[general]
|
||
|
accounts = main
|
||
|
[Account main]
|
||
|
localrepository = main-local
|
||
|
remoterepository = main-remote
|
||
|
[Repository main-local]
|
||
|
localfolders = ~/mail
|
||
|
##### EDIT THIS BLOCK #####
|
||
|
sync_deletes = no
|
||
|
type = Maildir
|
||
|
##### DO NOT EDIT THIS BLOCK #####
|
||
|
[Repository main-remote]
|
||
|
sslcacertfile = /etc/ssl/certs/ca-certificates.crt
|
||
|
##### EDIT THIS BLOCK #####
|
||
|
synclabels = yes
|
||
|
readonly = yes
|
||
|
sync_deletes = no
|
||
|
type = IMAP
|
||
|
remotehost = imap.mail.example
|
||
|
remoteuser = john-doe@mail.example
|
||
|
|
||
|
# vim: ft=toml
|