There are two ways to do group reply:
- :exec group-chat-reply
- bind pager g noop # make sure the original g is unbound first
bind pager g group-chat-reply
1
2
3
4
5
6
7
8
|
NeoMutt 20191207
System: Linux 5.13.0-39-generic (x86_64)
ncurses: ncurses 6.2.20200212 (compiled with 6.2.20200212)
libidn: 1.33 (compiled with 1.33)
GPGme: 1.13.1-unknown
libnotmuch: 5.2.0
hcache backends: tokyocabinet
|
Download source from github and install devel packages with:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
sudo apt install -y docbook-xsl
sudo apt install -y gettext
sudo apt install -y libncursesw5-dev
sudo apt install -y libidn11-dev
sudo apt install -y w3m
sudo apt install -y libssl-dev
sudo apt install -y libtokyocabinet-dev
sudo apt install -y libsasl2-dev
sudo apt install -y libkyotocabinet-dev
sudo apt install -y liblua5.3-dev
sudo apt install -y libnotmuch-dev
sudo apt install -y liblmdb-dev
sudo apt install -y liblz4-dev
sudo apt install -y libgpgme-dev
sudo apt install -y libqdbm-dev
sudo apt install -y libtdb-dev
sudo apt install -y libzstd-dev
sudo apt install -y libsqlite3-dev
sudo apt install -y libgdbm-dev
sudo apt install -y libgnutls28-dev
sudo apt install -y libkrb5-dev
|
1
2
3
|
./configure --ssl --enable-nls --kyotocabinet --sasl --lmdb --lua --lz4 --notmuch --gpgme --qdbm --tdb --with-lock=fcntl --zlib --zstd --autocrypt --gdbm --gnutls --tokyocabinet
make -j4
sudo make install
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
NeoMutt 20220429
Copyright (C) 1996-2022 Michael R. Elkins and others.
NeoMutt comes with ABSOLUTELY NO WARRANTY; for details type 'neomutt -vv'.
NeoMutt is free software, and you are welcome to redistribute it
under certain conditions; type 'neomutt -vv' for details.
System: Linux 5.4.0-84-generic (x86_64)
ncurses: ncurses 6.2.20200212 (compiled with 6.2.20200212)
libidn: 1.33 (compiled with 1.33)
GPGME: 1.13.1-unknown
GnuTLS: 3.6.13
libnotmuch: 5.2.0
storage: tokyocabinet, kyotocabinet, qdbm, gdbm, tdb, lmdb
compression: lz4, zlib, zstd
Configure options: --ssl --enable-nls --kyotocabinet --sasl --lmdb --lua --lz4 --notmuch --gpgme --qdbm --tdb --with-lock=fcntl --zlib --zstd --autocrypt --gdbm --gnutls --tokyocabinet
Compilation CFLAGS: -g -O2 -std=c99 -D_ALL_SOURCE=1 -D_GNU_SOURCE=1 -D__EXTENSIONS__ -D_XOPEN_SOURCE_EXTENDED -I/usr/include -I/usr/include/lua5.3 -DNCURSES_WIDECHAR -I/usr/include/qdbm/
Default options:
+attach_headers_color +compose_to_sender +compress +cond_date +debug
+encrypt_to_self +forgotten_attachments +forwref +ifdef +imap +index_color
+initials +limit_current_thread +multiple_fcc +nested_if +new_mail +nntp +pop
+progress +quasi_delete +regcomp +reply_with_xorig +sensible_browser +sidebar
+skip_quoted +smtp +status_color +timeout +tls_sni +trash
Compile options:
+autocrypt +fcntl -flock -fmemopen +futimens +getaddrinfo +gnutls +gpgme -gss
+hcache -homespool +idn +inotify -locales_hack +lua -mixmaster +nls +notmuch
-openssl +pgp +regex +sasl +smime +sqlite +sun_attachment
|
BTW:
If you enable –gss –mixmaster (Not test which one)
There will be out of memory on small amount of memory server.
1
|
190 [2022-05-18 23:04:11]<E> mutt_mem_malloc() Out of memory
|