This website works better with JavaScript.
Explore
Help
Sign In
sipp11
/
mbsync
mirror of
https://git.code.sf.net/p/isync/isync
Watch
1
Star
0
Fork
You've already forked mbsync
0
Code
Issues
Releases
Wiki
Activity
compile and run!
imap
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1262
Commits
27
Branches
36
Tags
2.1 MiB
Tree:
dbffebf560
0.9
1.0
1.1
1.2
1.3
1.4
master
wip/INBOX-patterns-prefixing
wip/better-stderr
wip/debug-various
wip/exchange-workarounds-1.2
wip/exchange-workarounds-1.4
wip/exchange-workarounds-1.5
wip/expire-new
wip/imap-client-close
wip/maildir-path-under-inbox
wip/maildir-uid-dupes-test
wip/more-autotest-subjects
wip/movedetect
wip/notifier-cmd
wip/server-refactor
wip/simplify-state-naming
wip/socket-debug
wip/ssl-fprint
wip/test-more-paranoid
wip/uidval-recovery
wip/unchecked-remove
v0.1
v0.2
v0.3
v0.4
v0.5
v0.6
v0.7
v0.8
v1.0.0
v1.0.1
v1.0.2
v1.0.3
v1.0.4
v1.0.5
v1.0.6
v1.1.0
v1.1.1
v1.1.2
v1.1.3
v1.2.0
v1.2.1
v1.2.2
v1.2.3
v1.3.0
v1.3.1
v1.3.2
v1.3.3
v1.3.4
v1.3.5
v1.3.6
v1.4.0
v1.4.1
v1.4.2
v1.4.3
v1.4.4
v1.5.0
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'dbffebf560'
${ noResults }
mbsync
/
src
/
.gitignore
13 lines
100 B
Raw
Normal View
History
Unescape
Escape
automate enumeration of power-of-two #defines this is a lot more legible, and makes it possible to insert values in the middle without churn. i didn't find a way to do this with the pre-processor, so we now have another code generator. we now use the $< make variable, which requires gmake on netbsd < 9.0, and possibly other systems with an ancient make.
3 years ago
/*_enum.h
introduce driver call debugging do that by wrapping the actual stores into proxies. the proxy driver's code is auto-generated from function templates, some parameters, and the declarations of the driver functions themselves. attempts to do it with CPP macros turned out to be a nightmare.
8 years ago
/drv_proxy.inc
improve .gitignore files - add missing entries - remove redundant entries which are inherited from parent dirs - mark dirctories as such - anchor specific files
9 years ago
/mbsync
/mdconvert
track IMAP message sequence numbers (and therefore expunges)
3 years ago
/tst_imap_msgs
improve .gitignore files - add missing entries - remove redundant entries which are inherited from parent dirs - mark dirctories as such - anchor specific files
9 years ago
/tst_timers
fix .gitignores - src/tmp/ is actually a symlink (and thus not a dir) - autoconf now generates configure~ - the coverity result archive was missed so far
3 years ago
/tmp
improve .gitignore files - add missing entries - remove redundant entries which are inherited from parent dirs - mark dirctories as such - anchor specific files
9 years ago
.deps/
track IMAP message sequence numbers (and therefore expunges)
3 years ago
*.log
cvsignore => gitignore
15 years ago
*.o
track IMAP message sequence numbers (and therefore expunges)
3 years ago
*.trs