Projects STRLCPY neomutt Commits 583faeaa
🤬
  • notmuch: document `get_nm_message()` error value

    Document that `get_nm_message()` returns `NULL` if an errors occurs,
    which sets `id` or `db` to `NULL`.
  • Loading...
  • Austin Ray committed with Richard Russon 2 years ago
    583faeaa
    1 parent ede132bb
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■ ■
    notmuch/notmuch.c
    skipped 1026 lines
    1027 1027   * @param db Notmuch database
    1028 1028   * @param e Email
    1029 1029   * @retval ptr Handle to the Notmuch message
     1030 + * @retval NULL Error occurred
    1030 1031   */
    1031 1032  static notmuch_message_t *get_nm_message(notmuch_database_t *db, struct Email *e)
    1032 1033  {
    skipped 1465 lines
Please wait...
Page is in error, reload to recover