]> git.cworth.org Git - notmuch/commit
cnotmuch -> notmuch
authorSebastian Spaeth <sebastian@sspaeth.de>
Mon, 19 Apr 2010 19:14:47 +0000 (21:14 +0200)
committerSebastian Spaeth <sebastian@sspaeth.de>
Mon, 19 Apr 2010 19:14:47 +0000 (21:14 +0200)
commit3c6321cdb2cbc11fe654fe49e4beaa5c2479e280
tree69320a6d2ac3d5ed8108a29c76dec0feebc02c0d
parent702f88ea9021afc26f4d58a3e920912d0faebb28
cnotmuch -> notmuch

and GPL v3+ boilerplate code to each source file.

--HG--
rename : cnotmuch/__init__.py => notmuch/__init__.py
rename : cnotmuch/database.py => notmuch/database.py
rename : cnotmuch/globals.py => notmuch/globals.py
rename : cnotmuch/message.py => notmuch/message.py
rename : cnotmuch/notmuch.py => notmuch/notmuch.py
rename : cnotmuch/tag.py => notmuch/tag.py
rename : cnotmuch/thread.py => notmuch/thread.py
16 files changed:
cnotmuch/__init__.py [deleted file]
cnotmuch/database.py [deleted file]
cnotmuch/globals.py [deleted file]
cnotmuch/message.py [deleted file]
cnotmuch/notmuch.py [deleted file]
cnotmuch/tag.py [deleted file]
cnotmuch/thread.py [deleted file]
notmuch [deleted file]
notmuch/__init__.py [new file with mode: 0644]
notmuch/database.py [new file with mode: 0644]
notmuch/globals.py [new file with mode: 0644]
notmuch/message.py [new file with mode: 0644]
notmuch/notmuch.py [new file with mode: 0644]
notmuch/tag.py [new file with mode: 0644]
notmuch/thread.py [new file with mode: 0644]
setup.py