diff options
author | June McEnroe <june@causal.agency> | 2020-04-10 11:16:34 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2020-04-10 11:16:34 -0400 |
commit | 8fee4cbd63b4682e0df8cd78bae906727d044165 (patch) | |
tree | 794db7f778f06075b3ee35efaa36650f4bb08786 /.gitignore | |
parent | Rearrange Atom templating code (diff) | |
download | bubger-8fee4cbd63b4682e0df8cd78bae906727d044165.tar.gz bubger-8fee4cbd63b4682e0df8cd78bae906727d044165.zip |
Use UIDNEXT to avoid asking IMAP to do any work
Diffstat (limited to '')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 0af5f60..e96af27 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ *.o UID/ +UIDNEXT UIDVALIDITY bubger tags |