Skip to content

Is there any document about how to dovelop a new plugin #2

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 18 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
4b9d7fc
lib-storage: Code cleanup - moved BODY/TEXT "" optimization to mail_s…
sirainen Dec 8, 2015
f14696c
lib-storage: Fix to a776ee107aa2 - merged-flag wasn't reset between a…
sirainen Dec 8, 2015
b6cf97d
lib-storage: mail_search_args_simplify() code cleanup - allow merging…
sirainen Dec 8, 2015
dfeae30
lib-storage: mail_search_args_simplify() handles now ALL better.
sirainen Dec 8, 2015
6d4758b
fts: Fixed searching for HEADER "" with lib-fts
sirainen Dec 8, 2015
983e2bc
fts: When indexing header names with lib-fts, add them using "data" l…
sirainen Dec 8, 2015
cfce7cc
doveadm director update: Tag can't be changed - don't allow -t parameter
sirainen Dec 9, 2015
02b51cd
lib-storage: Fixed mail_search_args_simplify() with empty args.
sirainen Dec 9, 2015
d9e60ea
virtual: Fixed assert-crash when opening virtual mailbox triggered ba…
sirainen Dec 9, 2015
827b071
acl: Empty lines and comments in dovecot-acl files weren't handled co…
sirainen Dec 9, 2015
d0044d1
Makefile, update-version.sh: Switched from hg to git.
sirainen Dec 9, 2015
97bede2
Removed .hgsigs and .hgtags
sirainen Dec 9, 2015
1ce79f0
Switched .hgignore to .gitignore
sirainen Dec 9, 2015
f43b59a
Makefile: Make ChangeLog depend on .git/index instead of .git/ORIG_HEAD
sirainen Dec 10, 2015
c0ac695
director: Don't trigger a ring resync if only last_updown_change has …
sirainen Dec 10, 2015
c4eda2a
director: Don't mark the host desynced if director is alone in ring.
sirainen Dec 11, 2015
6b7309a
dovecot-config: Fixed setting LIBDOVECOT_LIBFTS[_DEPS]
sirainen Dec 11, 2015
5345f22
Released v2.2.21.
sirainen Dec 11, 2015
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
127 changes: 74 additions & 53 deletions .hgignore → .gitignore
Original file line number Diff line number Diff line change
@@ -1,56 +1,82 @@
syntax: glob
aclocal.m4
autom4te.cache
cc-wrapper.sh
compile
config.cache
config.guess
config.h
config.h.in
config.h.in~
config.log
config.status
config.sub
config.rpath
configure
configure.scan
dovecot-version.h
libtool
libtool-shared
ltconfig
ltmain.sh
stamp-h*
stamp.h
version.h
.exrc
depcomp
install-sh
missing
mkinstalldirs
ABOUT-NLS
build-stamp
configure-stamp
dovecot.spec
dovecot-config
dovecot-config.in
ChangeLog
Makefile
Makefile.in
run-test.sh

*.a
*.o
*.lo
*.Po
*.Plo
*.Tpo
*.a
*.la
*.lai
*.so
**/Makefile
**/Makefile.in
**/Info.plist
**/.libs
.deps
.libs

/configure
/config.cache
/config.guess
/config.h
/config.h.in
/config.log
/config.status
/config.sub
/config.rpath
/compile
/depcomp
/dummy-config.h
/dummy-config.h.in
/fts-config.h
/install-sh
/libtool
/ltmain.sh
/missing
/run-test.sh
/aclocal.m4
/stamp.h
/stamp-h1
/stamp-h2
/autom4te.cache
/ChangeLog
/cc-wrapper.sh
/dovecot-config
/dovecot-config.in
/dovecot-version.h

src/**/test-*
!src/**/test-*.c
!src/**/test-*.h

doc/man/doveadm-acl.1
doc/man/doveadm-altmove.1
doc/man/doveadm-auth.1
doc/man/doveadm-batch.1
doc/man/doveadm-deduplicate.1
doc/man/doveadm-director.1
doc/man/doveadm-dump.1
doc/man/doveadm-exec.1
doc/man/doveadm-expunge.1
doc/man/doveadm-fetch.1
doc/man/doveadm-flags.1
doc/man/doveadm-fts.1
doc/man/doveadm-import.1
doc/man/doveadm-instance.1
doc/man/doveadm-index.1
doc/man/doveadm-force-resync.1
doc/man/doveadm-help.1
doc/man/doveadm-kick.1
doc/man/doveadm-log.1
doc/man/doveadm-mailbox.1
doc/man/doveadm-mount.1
doc/man/doveadm-move.1
doc/man/doveadm-penalty.1
doc/man/doveadm-proxy.1
doc/man/doveadm-purge.1
doc/man/doveadm-pw.1
doc/man/doveadm-quota.1
doc/man/doveadm-replicator.1
doc/man/doveadm-search.1
doc/man/doveadm-sync.1
doc/man/doveadm-user.1
doc/man/doveadm-who.1
doc/man/doveadm.1
doc/man/doveconf.1
doc/man/dovecot-lda.1
doc/man/dovecot.1

doc/example-config/README
doc/wiki/*.txt
Expand Down Expand Up @@ -108,8 +134,3 @@ src/plugins/fts/xml2text
src/plugins/quota/rquota_xdr.c
src/plugins/quota/rquota.h
src/plugins/quota/quota-status

syntax: regexp
src/.*/test-[^\.]*$
doc/man/doveadm-(acl|altmove|auth|batch|deduplicate|director|dump|exec|expunge|fetch|flags|fts|import|instance|index|force-resync|help|kick|log|mailbox|mount|move|penalty|proxy|purge|pw|quota|replicator|search|sync|user|who)\.1$
doc/man/(doveadm|doveconf|dovecot-lda|dovecot)\.1$
97 changes: 0 additions & 97 deletions .hgsigs

This file was deleted.

Loading