From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-3.4 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED,RCVD_IN_MSPIKE_H2 autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 22294 invoked from network); 14 Dec 2022 02:42:27 -0000 Received: from lists.gnu.org (209.51.188.17) by inbox.vuxu.org with ESMTPUTF8; 14 Dec 2022 02:42:27 -0000 Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1p5Hio-0002n0-V8; Tue, 13 Dec 2022 21:42:14 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1p5Hin-0002mL-Dr for info-gnus-english@gnu.org; Tue, 13 Dec 2022 21:42:13 -0500 Received: from knopi.disroot.org ([178.21.23.139]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1p5Hil-0003Vh-FT for info-gnus-english@gnu.org; Tue, 13 Dec 2022 21:42:13 -0500 Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id 1E34F40D6D; Wed, 14 Dec 2022 03:42:08 +0100 (CET) X-Virus-Scanned: SPAM Filter at disroot.org Received: from knopi.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id UPvmlUXB0tKt; Wed, 14 Dec 2022 03:42:06 +0100 (CET) From: jindam.vani@disroot.org DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1670985726; bh=VhafvuUHoUXZzhs1dNeRkb04isDppAV8OmKOqS+aw/A=; h=From:To:Cc:Subject:References:Date:In-Reply-To; b=aL+8XAleebPJsYucn3M42sUhTvYLBWTfl7N63E/Jl0rW48fMjoUbQcLAMMmJyXcd+ fWSqXVOOd+xG2QEoqEYxPINKoCVnJydblpLndT2fEcndjeT/4Pepg3AbtKCVmON93p c6NDgBtX+r/uM1bJq9gIt4PjH2RaE+oMSlhK37f0qzbjjez8elNKAHhEb7QPAMwzMb zKNCsRJ5pxbJ0cQ+wGwMT6G79jji6drUO5E9i/HNsreDbxuRbKkBryDK833C8Eb6Fu TdjaM9iCKEAwbF0B8byrpqKWFi2PVWvuijJ7lYv01i+bRIJbtFkx8UXAu88MO2RGP1 kc80EhsadaDGQ== To: jindam.vani@disroot.org Cc: info-gnus-english@gnu.org Subject: Re: gnus-user-agent & nnmaildir:inbox is not visible References: Date: Wed, 14 Dec 2022 02:41:20 +0000 In-Reply-To: (jindam vani's message of "Tue, 13 Dec 2022 02:07:45 +0000") Message-ID: MIME-Version: 1.0 Content-Type: text/plain Received-SPF: pass client-ip=178.21.23.139; envelope-from=jindam.vani@disroot.org; helo=knopi.disroot.org X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: info-gnus-english@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Announcements and discussions for GNUS, the GNU Emacs Usenet newsreader \(in English\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: info-gnus-english-bounces+ml=inbox.vuxu.org@gnu.org Sender: info-gnus-english-bounces+ml=inbox.vuxu.org@gnu.org jindam.vani@disroot.org writes: > * issue1 > when i start gnus (M-x gnus) it does not > show in nnmaildir:inbox. it does not show > even if it contains ubread emails. right > now i am subscribing to make it visible > from menu. i have changed "display all" in > nnmaildir:inbox group. typing "y" when i startup gnus message "Gnus auto-save file exists. Do you want to read it?" resolved issue. regards, jindam, vani > > *issue2 > when i have sent an email [1] it did not display > about emacs & gnus version similar to message [2] > in our mailing list. "send a mail" option > in gnus menu is used to send email. > > gnus user agent in .gnus: > (setq mail-user-agent 'gnus-user-agent) > > do i need to add user agent in .emacs also? > if so, how? > > [1] https://lists.gnu.org/archive/html/info-gnus-english/2022-12/msg00013.html > [2] https://lists.gnu.org/archive/html/info-gnus-english/2022-12/msg00007.html > > regards, > jindam, vani