Example #1
0
 def __del__(self):
     """Close and free the notmuch Threads"""
     if self._threads is not None:
         nmlib.notmuch_messages_destroy(self._threads)
Example #2
0
 def __del__(self):
     """Close and free the notmuch Messages"""
     if self._msgs is not None:
         nmlib.notmuch_messages_destroy(self._msgs)
Example #3
0
 def __del__(self):
     """Close and free the notmuch Messages"""
     if self._msgs is not None:
         nmlib.notmuch_messages_destroy (self._msgs)
Example #4
0
 def __del__(self):
     """Close and free the notmuch Threads"""
     if self._threads is not None:
         nmlib.notmuch_messages_destroy(self._threads)