user/dev discussion of public-inbox itself
 help / color / mirror / code / Atom feed
 Warning: Initial query:
 %22imapd: update comment for PublicInbox::ConfigIter%22
 returned no results, used:
 "imapd: update comment for PublicInbox::ConfigIter"
 instead

Search results ordered by [date|relevance]  view[summary|nested|Atom feed]
thread overview below | download mbox.gz: |
* [PATCH 2/2] imapd: update comment for PublicInbox::ConfigIter
  2022-05-13  0:40  4% [PATCH 0/2] imapd: minor cleanups Eric Wong
@ 2022-05-13  0:40  7% ` Eric Wong
  0 siblings, 0 replies; 2+ results
From: Eric Wong @ 2022-05-13  0:40 UTC (permalink / raw)
  To: meta

config enumeration was split out to a separate class a long time ago.
---
 lib/PublicInbox/IMAPD.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/PublicInbox/IMAPD.pm b/lib/PublicInbox/IMAPD.pm
index 661d6537..d8814324 100644
--- a/lib/PublicInbox/IMAPD.pm
+++ b/lib/PublicInbox/IMAPD.pm
@@ -94,7 +94,7 @@ sub imapd_refresh_finalize {
 	}
 }
 
-sub imapd_refresh_step { # pi_cfg->iterate_start cb
+sub imapd_refresh_step { # PublicInbox::ConfigIter cb
 	my ($pi_cfg, $section, $imapd) = @_;
 	if (defined($section)) {
 		return if $section !~ m!\Apublicinbox\.([^/]+)\z!;

^ permalink raw reply related	[relevance 7%]

* [PATCH 0/2] imapd: minor cleanups
@ 2022-05-13  0:40  4% Eric Wong
  2022-05-13  0:40  7% ` [PATCH 2/2] imapd: update comment for PublicInbox::ConfigIter Eric Wong
  0 siblings, 1 reply; 2+ results
From: Eric Wong @ 2022-05-13  0:40 UTC (permalink / raw)
  To: meta

Stuff noticed while working on supporting POP3...

Eric Wong (2):
  imap: remove unused args_ok sub
  imapd: update comment for PublicInbox::ConfigIter

 lib/PublicInbox/IMAP.pm  | 11 +----------
 lib/PublicInbox/IMAPD.pm |  2 +-
 2 files changed, 2 insertions(+), 11 deletions(-)

^ permalink raw reply	[relevance 4%]

Results 1-2 of 2 | reverse | options above
-- pct% links below jump to the message on this page, permalinks otherwise --
2022-05-13  0:40  4% [PATCH 0/2] imapd: minor cleanups Eric Wong
2022-05-13  0:40  7% ` [PATCH 2/2] imapd: update comment for PublicInbox::ConfigIter Eric Wong

Code repositories for project(s) associated with this public inbox

	https://80x24.org/public-inbox.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).