mirror of
https://github.com/d99kris/nmail.git
synced 2026-04-26 09:46:01 +03:00
[PR #50] [MERGED] add search functionality #136
Labels
No labels
bug
enhancement
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nmail#136
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/d99kris/nmail/pull/50
Author: @d99kris
Created: 8/1/2020
Status: ✅ Merged
Merged: 8/1/2020
Merged by: @d99kris
Base:
master← Head:search📝 Commits (10+)
85f1238add sqlite_modern_cpp v3.2 from https://github.com/SqliteModernCpp/sqlite_modern_cpp/archive/v3.2.tar.gzf9118c0add email search featured908471update doce4ca8c7update travis with new dependenciesfb6ae7fswitch travis to ubuntu 20.0474a0dd1try fix travis sqlite3 find_package issue563ee56revert some changesc60d00btest some cmake and travis changes4de4864try apt update4946614manually install cmake v3.16 for ubuntu📊 Changes
76 files changed (+10448 additions, -454 deletions)
View changed files
📝
.travis.yml(+19 -7)📝
CMakeLists.txt(+17 -4)📝
README.md(+50 -8)➕
ext/sqlite_modern_cpp/.gitignore(+11 -0)➕
ext/sqlite_modern_cpp/.travis.yml(+19 -0)➕
ext/sqlite_modern_cpp/License.txt(+21 -0)➕
ext/sqlite_modern_cpp/Makefile.in(+110 -0)➕
ext/sqlite_modern_cpp/README.md(+478 -0)➕
ext/sqlite_modern_cpp/configure(+4517 -0)➕
ext/sqlite_modern_cpp/configure.ac(+98 -0)➕
ext/sqlite_modern_cpp/hdr/sqlite_modern_cpp.h(+1040 -0)➕
ext/sqlite_modern_cpp/hdr/sqlite_modern_cpp/errors.h(+60 -0)➕
ext/sqlite_modern_cpp/hdr/sqlite_modern_cpp/lists/error_codes.h(+93 -0)➕
ext/sqlite_modern_cpp/hdr/sqlite_modern_cpp/log.h(+101 -0)➕
ext/sqlite_modern_cpp/hdr/sqlite_modern_cpp/sqlcipher.h(+44 -0)➕
ext/sqlite_modern_cpp/hdr/sqlite_modern_cpp/utility/function_traits.h(+55 -0)➕
ext/sqlite_modern_cpp/hdr/sqlite_modern_cpp/utility/uncaught_exceptions.h(+27 -0)➕
ext/sqlite_modern_cpp/hdr/sqlite_modern_cpp/utility/variant.h(+201 -0)➕
ext/sqlite_modern_cpp/sqlite_modern_cpp.pc(+8 -0)➕
ext/sqlite_modern_cpp/sqlite_modern_cpp.pc.in(+8 -0)...and 56 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.