This website works better with JavaScript.
Home
Help
Sign In
meli
/
meli
Watch
4
Star
10
Fork
1
Code
Issues
44
Projects
3
Releases
14
Activity
Browse Source
melib: add missing cfg attribute for NNTP
tags/alpha-0.6.1
Manos Pitsidianakis
8 months ago
parent
522f667350
commit
2b3949ddb2
Signed by:
epilys
GPG Key ID:
73627C2F690DF710
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
melib/src/backends.rs
+ 1
- 0
melib/src/backends.rs
View File
@ -49,6 +49,7 @@ pub mod mbox;
pub
use
self
::
imap
::
ImapType
;
#[
cfg(feature =
"
jmap_backend
"
)
]
pub
use
self
::
jmap
::
JmapType
;
#[
cfg(feature =
"
imap_backend
"
)
]
pub
use
self
::
nntp
::
NntpType
;
use
crate
::
async_workers
::
*
;
use
crate
::
conf
::
AccountSettings
;
Write
Preview
Loading…
Cancel
Save