Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by mail.sr.ht (Postfix) with ESMTPS id 6999E400B6 for <~sircmpwn/aerc@lists.sr.ht>; Thu, 11 Jul 2019 13:49:41 +0000 (UTC) Authentication-Results: mail.sr.ht; dkim=pass (2048-bit key) header.d=benburwell.com header.i=@benburwell.com header.b=Ui8ta9tC; dkim=pass (2048-bit key) header.d=messagingengine.com header.i=@messagingengine.com header.b=F+jOIUmI Received: from compute4.internal (compute4.nyi.internal [10.202.2.44]) by mailout.nyi.internal (Postfix) with ESMTP id 46F1E22171; Thu, 11 Jul 2019 09:49:41 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute4.internal (MEProxy); Thu, 11 Jul 2019 09:49:41 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=benburwell.com; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; s=fm3; bh=0LP1Cg4eOvgof iikZsHHlNPakORaTGKapTvAzHTpiWE=; b=Ui8ta9tCD51bkAKHAYwAo2UDSL6dO d/0PCAY1gLpYXd6k1hqmJgyQmoHm/jF5xc7KEWGSdxiQUm+4LnEudLDVDamkrzm9 mxFhSfaPuRljz1UbS8ULuCJL51jkc0uDVAyQGQxEPEEqyW3UiwIX+o1GaTik21OR ij91iWORkE1ARvXCHqaLUm09DvIEgtCmdVuqNMCvTXpX/Znv/hDSZqLjfFx4RpL2 2UUAhX3+w/MF2LUD4Xu6CcEe64I21nDGlsw3OKuYHsOXd3Mv5mXtlUx4n8gXWw5K tpLUyN49Zx9LNJnYCdGPEw/qXASbEgMBMiQrdnuROBVQcLW8g+z0SRn/Q== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:date:from :in-reply-to:message-id:mime-version:references:subject:to :x-me-proxy:x-me-proxy:x-me-sender:x-me-sender:x-sasl-enc; s= fm3; bh=0LP1Cg4eOvgofiikZsHHlNPakORaTGKapTvAzHTpiWE=; b=F+jOIUmI eeGDOpx4agiPgWZZTO/FSaDmdxJL4FOFYVjpHW+lXhzFEa+SVvYxFkw2Ulgi3IgV uSughYbnnVFT8FAwxWY8BBY8KeFQWE9HDP1ytxbnykFDykwioDplOqVRG7YjwOGa twSdHOWhDR/0MkR68QVtSbkCGw5XNv5BCUCKt+JaWQ5a6a8MoxPIhCnCfnb5yQkH Y5Ti4SxET2niKGzAOj1dWmdP5WX8hIIqbDjG35k0viNwcEOxulK2TI+kZAaWHh8Y SJ/n3bwn+ZNNeDUf6CIRkG227lWE5S6FTXjzsjHO3NKNu+gJZMYCwhduZvxaaPm1 m8vrnkQTtYStLg== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduvddrgeekgdejtdcutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecunecujfgurhephffvufffkffojghfggfgsedtkeertd ertddtnecuhfhrohhmpeeuvghnuceuuhhrfigvlhhluceosggvnhessggvnhgsuhhrfigv lhhlrdgtohhmqeenucffohhmrghinhepshhrrdhhthenucfkphepudegiedrudduhedrge dvrddutdenucfrrghrrghmpehmrghilhhfrhhomhepsggvnhessggvnhgsuhhrfigvlhhl rdgtohhmnecuvehluhhsthgvrhfuihiivgeptd X-ME-Proxy: Received: from localhost (146-115-42-10.s4872.c3-0.abr-cbr1.sbo-abr.ma.cable.rcncustomer.com [146.115.42.10]) by mail.messagingengine.com (Postfix) with ESMTPA id CE92F380079; Thu, 11 Jul 2019 09:49:40 -0400 (EDT) From: Ben Burwell To: ~sircmpwn/aerc@lists.sr.ht Cc: Ben Burwell Subject: [PATCH v2 5/5] Add maildir docs Date: Thu, 11 Jul 2019 09:44:54 -0400 Message-Id: <20190711134454.80318-6-ben@benburwell.com> X-Mailer: git-send-email 2.22.0 In-Reply-To: <20190711134454.80318-1-ben@benburwell.com> References: <20190711134454.80318-1-ben@benburwell.com> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable --- From v1, added a note about aerc-maildir to aerc-config which I had previously overlooked. Makefile | 3 +++ doc/aerc-config.5.scd | 3 ++- doc/aerc-maildir.5.scd | 40 ++++++++++++++++++++++++++++++++++++++++ doc/aerc.1.scd | 3 ++- 4 files changed, 47 insertions(+), 2 deletions(-) create mode 100644 doc/aerc-maildir.5.scd diff --git a/Makefile b/Makefile index 4ff1aae..6609640 100644 --- a/Makefile +++ b/Makefile @@ -29,6 +29,7 @@ DOCS :=3D \ aerc.1 \ aerc-config.5 \ aerc-imap.5 \ + aerc-maildir.5 \ aerc-smtp.5 \ aerc-tutorial.7 =20 @@ -58,6 +59,7 @@ install: all install -m644 aerc.1 $(MANDIR)/man1/aerc.1 install -m644 aerc-config.5 $(MANDIR)/man5/aerc-config.5 install -m644 aerc-imap.5 $(MANDIR)/man5/aerc-imap.5 + install -m644 aerc-maildir.5 $(MANDIR)/man5/aerc-maildir.5 install -m644 aerc-smtp.5 $(MANDIR)/man5/aerc-smtp.5 install -m644 aerc-tutorial.7 $(MANDIR)/man7/aerc-tutorial.7 install -m644 config/accounts.conf $(SHAREDIR)/accounts.conf @@ -77,6 +79,7 @@ uninstall: $(RM) $(MANDIR)/man1/aerc.1 $(RM) $(MANDIR)/man5/aerc-config.5 $(RM) $(MANDIR)/man5/aerc-imap.5 + $(RM) $(MANDIR)/man5/aerc-maildir.5 $(RM) $(MANDIR)/man5/aerc-smtp.5 $(RM) $(MANDIR)/man7/aerc-tutorial.7 $(RM) -r $(SHAREDIR) diff --git a/doc/aerc-config.5.scd b/doc/aerc-config.5.scd index db69aff..2f4f993 100644 --- a/doc/aerc-config.5.scd +++ b/doc/aerc-config.5.scd @@ -201,6 +201,7 @@ Note that many of these configuration options are wri= tten for you, such as See each protocol's man page for more details: =20 - *aerc-imap*(5) + - *aerc-maildir*(5) =20 Default: none =20 @@ -366,7 +367,7 @@ following special keys are supported: =20 # SEE ALSO =20 -*aerc*(1) *aerc-imap*(5) *aerc-smtp*(5) +*aerc*(1) *aerc-imap*(5) *aerc-smtp*(5) *aerc-maildir*(5) =20 # AUTHORS =20 diff --git a/doc/aerc-maildir.5.scd b/doc/aerc-maildir.5.scd new file mode 100644 index 0000000..5765bf8 --- /dev/null +++ b/doc/aerc-maildir.5.scd @@ -0,0 +1,40 @@ +aerc-maildir(5) + +# NAME + +aerc-maildir - maildir configuration for *aerc*(1) + +# SYNOPSIS + +aerc implements the maildir format. + +# CONFIGURATION + +Maildir accounts currently are not supported with the :new-account comma= nd and +must be added manually to the *aerc-config*(5) file. + +The following maildir-specific options are available: + +*source* + maildir://path + + The *source* indicates the path to the directory containing your maildi= rs + rather than one maildir specifically. + + The path portion of the URL following _maildir://_ must be either an ab= solute + path prefixed by */* or a path relative to your home directory prefixed= with + *~*. For example: + + source =3D maildir:///home/me/mail + + source =3D maildir://~/mail + +# SEE ALSO + +*aerc*(1) *aerc-config*(5) *aerc-smtp*(5) + +# AUTHORS + +Maintained by Drew DeVault , who is assisted by other ope= n +source contributors. For more information about aerc development, see +https://git.sr.ht/~sircmpwn/aerc. diff --git a/doc/aerc.1.scd b/doc/aerc.1.scd index ba5c5c7..050396f 100644 --- a/doc/aerc.1.scd +++ b/doc/aerc.1.scd @@ -169,7 +169,8 @@ write log messages to that file: =20 # SEE ALSO =20 -*aerc-config*(5) *aerc-imap*(5) *aerc-smtp*(5) *aerc-tutorial*(7) +*aerc-config*(5) *aerc-imap*(5) *aerc-smtp*(5) *aerc-maildir*(5) +*aerc-tutorial*(7) =20 # AUTHORS =20 --=20 2.22.0